
/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-size: 62.5%; font-family: Arial, sans-serif; color: #272727; 
									  background: url(images/bg_main.gif) top center repeat-x white;
										background-color: #1170AA;}
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }

/*
	UTILITY
*/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{ border: 1px solid #272727; background: #ff8400; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: white; }
.button:hover						{ background: #8b8b8b; color: white; }


/*
	TYPGROGRAPHY
*/
p, li								{ font-size: 1.2em; line-height: 1.2em; margin: 0 0 10px 0; }
p#intro-paragraph					{ font-family: Georgia, serif; font-size: 2.0em; font-style: italic; line-height: 1.4em; 
									  margin-top: 5px; }
p#intro-paragraph span				{ font-size: 2.4em; font-weight: bold; }
p#intro-paragraph em				{ color: #990000; }
a									{ color: #ff8400; }
a:hover								{ background: #ff8400; color: white; }
h1									{ font-size: 3.6em; font-family: Georgia, serif; font-weight: normal; }
h2									{ font-size: 2.5em; font-family: Georgia, serif; font-weight: normal; }
h3									{ font-size: 2.6em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0; }
h4									{ color: white; font-size: 2.0em; margin-bottom: 15px; }
.post h4							{ font-size: 1.8em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0;
									  color: #900; }

/*
	FORMS
*/
input								{ padding: 3px; }



/*
	STRUCTURE
*/
#custom-content-area {background: white;
                     -moz-border-radius-topleft: 20px;
                     -moz-border-radius-topright: 20px;	
					 -webkit-border-top-right-radius: 20px;
					 -webkit-border-top-left-radius: 20px;
					 
					 -moz-border-radius-bottomleft: 20px;
                     -moz-border-radius-bottomright: 20px;	
					 -webkit-border-bottom-right-radius: 20px;
					 -webkit-border-bottom-left-radius: 20px;
                          }
#page-wrap							{ width: 924px; margin: -12px auto -250px;
									  min-height: 100%; height: auto !important; height: 100%;}
#socialsidebar 						{ width: 190px; float: left; margin-right: 15px; }
#main-col							{ width: 600px; float: left; margin-left: 30px; margin-top: 50px; }					
#linksidebar						{ width: 190px; float: right; margin-right: 50px; }
#push								{ }


/*
	HEADER
*/
h1#logo								{ width: 288px; height: 67px; background: url(images/logo_myintents.gif) top left no-repeat; text-indent: -9999px;
									  margin: 2px 10px -29px 32px; float: left; }
#main-pic							{ float: left; margin-right: 10px; }
#top-bar							{ padding: 32px 0 0 0; }
#top-bar p							{ color: #f4dfb8; width: 300px; float: left; }
form#searchform						{ margin: 0 0 10px 0;  }

/*
	MENU
*/
#menu-bar							{ }
#menu-bar li 
{
 display: inline;
 margin: 0; 
 padding: 0;
}
#menu-bar a { background: transparent url(images/left_tab.gif) no-repeat scroll 0 0;
margin: 0 0 0 1px; padding: 0 0 0 9px;
float: left;
text-decoration: none;
font-weight: bold;
 } 
#menu-bar a span { 
 background: transparent url(images/right_tab.gif) no-repeat scroll 100% 0;
 padding: 6px 18px 6px 9px;
 display: block;
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;

}

#menu-bar a:hover span {
	background-position: 100% -150px;
	color: black;
}

#menu-bar a:hover  {
	background-position: 0 -150px;
	color: black;
}

#menu-bar ul li.menu-bar_active a span {
  background-position: 100% -150px;
  color: black;
}

#menu-bar ul li.menu-bar_active a {
	background-position: 0 -150px;
}


ul#main-nav							{ width: 508px; float: right; margin: 10px 0 0 0; }
ul#extra-nav						{ width: 360px; float: right; text-align: right; margin: 10px 0 0 0; }
ul#main-nav	li, ul#extra-nav li		{ display: inline; }
ul#main-nav li a, ul#extra-nav li a	{ text-transform: uppercase; color: black; font-size: 1.2em; 
									   }
									   
									   
/*ul#main-nav li a:hover,*/
ul#extra-nav li a:hover,
body#portfolio ul#extra-nav li.portfolio a,
body#default ul#main-nav li.home a,
body#about ul#main-nav li.about a,
body#contact ul#main-nav li.contact a,
body#resume ul#extra-nav li.resume a{ background: white; color: #272727; }

/*#name { color: white; position: relative; left: 795px; top:9px; font-size: 12px; margin-right: 21px;}*/

#name { color: white; float: right; font-size: 12px; margin-right: 21px;}

#name a:hover { background: none; color: black;
}

#name span {
margin-top: 5px;
}

#name_links { margin-left: 9px; }



/*
	WIDGETS
*/
.widget								{ background: white; width: 215px; border: 1px solid #C3DEEA; 
									 	
									  -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 15px 0 15px 0; }
.widget .inside						{ padding: 10px; }
.widget ul							{ list-style: square outside; margin-left: 15px; padding-bottom: 5px; font-size: 1.2em;}
.widget ul li 						{ margin: 0 0 5px 0; }
.widget ul li a 					{ display: block; padding: 2px; }
.widget ul li a:hover				{ background: #F46809; color: white; }
.widget h2 {color: #1170AA; font-size: 1.8em; padding-bottom: 6px;}
.thumb								{ width: 62px; }
.flickr-thumb						{ height: 41px; width: 62px; overflow: hidden; float: left; margin: 0 0 10px 15px; }

.tb_author, .tb_msg { font-size: 12px; }

/*
	BLOG ENTRIES
*/
.post								{ margin: 0 0 45px 0; }
.datebox							{ width: 40px; float: left; padding: 0 5px 5px 5px;  color: #1170AA; text-align: center;
									  margin: 0 10px 0 0; }
.day								{ font-size: 3.4em; font-weight: bold; margin: 0; font-family: Georgia, serif; }
.month								{ font-size: 1.8em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 1.6em; font-weight: bold; margin: 0; }
ol.commentlist						{ list-style: none; }
.comment-bubble						{ background: #e7f0f5; color: black; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
ol.commentlist li p					{ font-size: 1.0em; }
.gravatar							{ margin-top: 3px; padding: 2px; height: 40px; }

/*
	FOOTER
*/
#footer								{ color: white; font-size: 12px; margin: 0 0 10px 15px; }
#footer-inside						{ width: 924px; margin: 0 auto; }
#footer p							{ color: white; }
#footer-1							{ width: 300px; float: left; margin-right: 30px; margin-bottom: 10px }
#footer-2							{ width: 200px; float: left; margin-right: 30px; }
#footer-3							{ width: 200px; float: left; }
#footer-4							{ width: 200px; float: left; }
#footer a							{ color: white; }
#footer ul							{ color: white; }

#footer a:hover 
{
 color: #ff8400;
 background: none;
}

.input-field {
 width: 50px;
}

#qotd-form  span{ font-size: 12px;
			     margin-right: 5px;}
				 
#qotd span { font-size:12px; }
#qotd strong {font-weight: bold;}

