@charset "UTF-8";
/*
Type: Screen CSS document
Website: http://www.mitchellkim.com
Author: Mitchell Kim
Version: 0.1
*/

/*Basic Styles*/
html {

}

body {
background-color:#fff;
font: 90%/1.5 "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
font-weight:lighter;
color:#151515;
}

a {
color:#274908;
text-decoration:none;
}

a:hover {

}

a:visited {

}

strong {
font-weight:bold;
}

h1 {
font-size:182%;
font-weight:lighter;
letter-spacing:1px;
}

h2 {
font-size:87%;
font-weight:bold;
text-transform:uppercase;
border-bottom:1px solid #ccc;
}

h3 {
font-weight:bold;
letter-spacing:1px;
text-transform:uppercase;
border-bottom:1px dotted #ccc;


}

h4 {
font-weight:bold;

text-transform:uppercase;
}

h5 {
font-size:180%;
margin:0 0 15px 25px;
padding:15px;
background-color:#fff;
}

h6 {

}

ul li {
list-style-type:square;
}

:focus { }

.clear {}

.hide {}

/*Layout Styles*/
#container {

}

/*Header Styles*/
#header-container {

}


#header {
background-image:url('images/background-header.jpg');
background-repeat:no-repeat;
}

#header h2 {
font-size:77%;
letter-spacing:1px;
border:none;
margin:0 0 0 5px;
padding:0;
}

#search {

}

#search input {
font-size:77%;
padding:2px;
letter-spacing:1px;
background-color:#fff;
border:1px solid #ccc;
cursor:pointer;

}

/*Skip Menu*/
#skip {

}


/*Sub Navigation*/
#nav {
text-transform:uppercase;
letter-spacing:1px;
background-image:url('images/flower.jpg');
background-repeat:repeat-x;
background-color:#d7e794;
border-top:1px solid #fff;
border-left:1px solid #fff;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}

#nav ul {
}

#nav ul li {

}

#nav ul li a {
font-size:77%;
background-color:#f1fac4;
border:1px solid #faffe3;
}

#nav ul li a:hover {
background-color:#fff;
}

#nav ul li.on a {
background-color:#fff;
}

#nav ul li.first {

font-weight:bold;}

#subnav {
border-bottom:1px dotted #ccc;
}

#subnav ul li a {
}

#subnav ul li a:hover {
background-color:#e7ffd1;
}

#subnav ul li#title a {
color:#000;
font-weight:bold;
}

#subnav ul li#title a:hover {
background-color:#fff;
}

/*Content*/
#content {

line-height:140%;
}

#content #column-left {


}


#content #column-right {


}

#content #column-left p a {
border-bottom:1px dotted #274908;
}

#content #column-left p a:hover {
background-color:#e7ffd1;
border-bottom:1px dotted #fff;
}

#content #column-left ul li a {

}

#content #column-left ul li a:hover {

}

ul.section-list li {
border-bottom:1px dotted #ccc;
}

ul.section-list li a {

font-size:130%;

}

ul.section-list li a.readmore {
font-size:100%;
border-bottom:1px dotted #274908;
}

ul.section-list li a:hover.readmore {
background-color:#e7ffd1;
border-bottom:1px dotted #fff;
}

p#edit-page a {
background-color:#006600;
border-top:1px solid #399a39;
border-left:1px solid #399a39;
border-right:1px solid #002e00;
border-bottom:1px solid #002e00;
color:#fff;
}

p#edit-page a:hover {
background-color:#00ff00;
border-top:1px solid #002e00;
border-left:1px solid #002e00;
border-right:1px solid #399a39;
border-bottom:1px solid #399a39;
color:#000;
}



/*Content Modules*/
.module-container {
background-color:#f0efd6;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}

.module {
border:1px solid #fff;
color:#352928;
}

.module p {

}

/*Footer*/
#footer-container {
background-color:#535353;
border-top:1px solid #3b3b3b;
font-size:77%;
}

#footer {

}

#footer a {
color:#d7e794;
}

#footer a:hover {
color:#d7e794;
background-color:#3b3b3b;
}


#copyright {
color:#ccc;
}

#footernav {

}

#back-to-top {

}

/*Footer Navigation*/
#footernav ul {

}

#footernav ul li {

}

#footernav ul li a {


}

#footernav ul li a:hover {

}

#footernav ul li.on a {
background-color:#3b3b3b;
}

#footernav ul li.hide {

} /*this is a hack, why can't it do the regular .hide?*/




