/* ========================== 
* Filename default.css
* Template: Mitch Green's Portfolio
* Author: Mitch Green
* Website: www.mitchgreen.ca
* Email: webmaster@mitchgreen.ca	
* Release: Version: 1.0
========================== */

/*======= THE BASICS ====== */
body { background: #FFFFFF url(../images/background.jpg) repeat-x top; font-family: "Myriad Pro", Arial, 'Sans Serif'; font-size: 14px; line-height:19px; color: #666; }

/*======= TYPOGRAPHY ====== */
h1 { font-weight:400; color: #333; line-height:30px; }
h2 { font-weight: normal; border-bottom: 1px solid #ddd; padding-bottom: 15px; color: #484848; }
h3 { font-weight: normal; color: #333 }
a { text-decoration: none; color: #73870A; }
a:hover { color: #999; }

/*======= MISC ====== */
.floatright { float: right; margin-left: 8px; }
.floatleft { float: left; margin-right: 8px; }
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; color: #1A1A1A; }
.imgfeatured { background-color: #ececec; border: 1px solid #ddd; padding: 4px; }

/*======= LAYOUT ====== */
#container { overflow: hidden; }
#header { height: 56px; margin-left: 0px; margin-right: 0px; }
#logo { width: 430px; height: 56px; float: left; margin-left: 20px; }
#intro { height: 200px; margin-bottom: 30px; margin-left: 0; }
#services { margin-top: 20px; }
#testimonial { margin-top: 20px; }
#mywork { margin-top: 20px; }
#footer { margin-top: 15px; margin-bottom: 20px; margin-left: 0; margin-right: 0; padding: 4px; border-top: 1px solid #CCC; }
#mainContent { margin-bottom: 30px; }
#sidebar { margin-bottom: 30px; }

/*== HORZ. NAVIGATION ==*/
#navcontainer { height: 56px; float:left; margin-left: 5px; font-size: 16px; font-weight:500; }
ul#navlist { padding-top: 22px; margin-left: 0; padding-left: 0; white-space: nowrap; }
#navlist li { display: inline; list-style-type: none; }
#navlist a { padding: 17px 10px; }
#navlist a:link, #navlist a:visited { color: #BADE62; text-decoration: none; }
#navlist a:hover { color: #fff; background: url(../images/horznav_hover.jpg) repeat-x center; text-decoration: none; }