/*

		 PERSONAL HOMEPAGE THEME FOR WORDPRESS (original by Chris Coyier)
		 
		 By: Alan Dowling
		 http://www.immersus.com
		 http://www.abdowling.com
		 		 
		 Blue: #369
		 Gray: #666
		 Dark Blue: #091119
		 
*/

/*
	RESET
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-size: 62.5%; font-family: Arial, sans-serif; color: white; 
									  background: url(images/body_bg.jpg) top center repeat-x black; }
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; }
.post img.floatLeft 				{ margin: 0px 10px 5px 0; }
.post img.floatRight 				{ margin: 0px 0 10px 5px; }
.clear								{ clear: both; }
.button								{ border: 1px solid #272727; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: black; }
.button:hover						{ background: #369; color: white; }


/*
	TYPGROGRAPHY
*/
p, li								{ font-size: 1.2em; line-height: 1.5em; margin: 0 0 10px 0; }
p#intro-paragraph					{ font-family: Georgia, serif; font-size: 1.2em; font-style: italic; line-height: 1.4em; 
									  margin-top: 0; border: 1px solid white; padding: 10px; }
p#intro-paragraph span				{ font-size: 1.6em; font-weight: bold; }
p#intro-paragraph em				{ color: white; }
a									{ color: #369;}
a:hover								{ color: #999; }
.content p a {font-weight: bold; }
.list li a {color: #fff}
.more-link {font-size: 1.7em; background: white; padding-left: 2px; padding-right: 2px;}
.tweet p a {color:#6ff }
.tweet p a:hover {color: #333}
h1, h2, h3, h4						{ color: #369;}
h1									{ font-size: 3.6em; font-family: Georgia, serif; font-weight: normal; }
h2									{ font-size: 2.8em; font-family: Georgia, serif; font-weight: normal; }
h3									{ font-size: 2.3em; font-family: Georgia, serif; font-weight: normal; margin: 0 0 10px 0; }
h4									{ color: white; font-size: 2.0em; margin-bottom: 5px; }
.post h2 a							{ color: #369; }
.post h2 a:hover					{ text-decoration: underline; }
#linksidebar a						{ color: #FFFFFF; }



/*
	FORMS
*/
input								{ padding: 3px; }



/*
	STRUCTURE
*/
#page-wrap							{ width: 1020px; margin: 0px auto -150px;
									  min-height: 100%; height: auto !important; height: 100%;}
#socialsidebar 						{ width: 180px; float: right; margin-right: 15px; }
#main-col							{ width: 620px; float: left; margin-bottom: 15px; }						
#linksidebar						{ width: 170px; float: right; }
#push								{ height: 180px; }


/*
	HEADER
*/
h1#logo								{ width: 689px; height: 83px; background: url(images/main_title.png) top left no-repeat; text-indent: -9999px;
									  margin: 0 8px 2px 0; float: left; }
#main-pic							{ float: left; margin-right: 10px; }
#top-bar							{ height: 123px; padding: 20px 0 0 0; }
#top-bar p							{ font-size: 1.4em; text-align: right; color: white; width: 400px; margin: 0 0 0 289px; }
form#searchform						{ margin: 0 0 10px 0; float: right; }

/*
	MENU
*/
#menu-bar							{ padding-top: 6px; padding-bottom: 0px;}
ul#main-nav							{ width: 360px; float: left; margin: 3px 0 0 0; }
ul#extra-nav						{ width: 360px; float: right; text-align: right; margin: 3px 0 0 0; }
ul#main-nav	li, ul#extra-nav li		{ display: inline; font-size: 1.4em; float: left; height: 30px; padding: 10px 0; }
ul#extra-nav						{ float: right; font-size: .9em; }
ul#main-nav li a, ul#extra-nav li a	{ text-transform: uppercase; color: black; font-size: 1.4em; padding: 10px; }
ul#extra-nav a						{ color: black; font-size: 1.7em; }

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: black; color: #369; padding: 10px; }
ul#extra-nav a:hover 				{ color: #369; text-decoration: underline; }



/*
	WIDGETS
*/
.widget								{ background: #369; width: 190px;						  	
									  margin: 0 0 5px 0; }
.widget .inside						{ padding: 10px; margin: 0 auto; }
.widget ul							{ list-style: square outside; margin-left: 15px; }
.widget ul li 						{ margin: 0 0 5px 0; }
.widget ul li a 					{ display: block; padding: 2px; }
.widget ul li a:hover				{ background: #000; color: #9cf; }
.widget p							{ line-height: 1.5em; }
.thumb								{ width: 75px; }
.flickr-thumb						{ height: 40px; width: 75px; overflow: hidden; float: left; margin: 0 0 3px 10px; }
.gray								{ background: #666;}
.widget h2							{ font-size: 1.5em; }
ul#misc_side						{ margin: 0; padding: 0; width: auto; }
ul#misc_side li						{ list-style-type: none; background: none; margin: 0; padding: 0;}
ul#misc_side li	h2					{ font-size: 1.2em; color: black; text-transform: uppercase; font-weight: bold; }
ul#misc_side li	ul li				{ list-style-type: square; font-size: 1em; background: none; margin: 0; padding: 0; width: inherit; }



/*
	BLOG ENTRIES
*/
.post								{ margin: 0 0 45px 0; }
.datebox							{ padding: 2px; background: #666; color: black; text-align: center; }
.datebox p							{ margin: 0; padding: 0;}
.content							{ margin: 0; }

.day								{ font-size: 1.6em; font-weight: bold; margin: 0; font-family: Georgia, serif;  }
.month								{ font-size: 1.2em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 1.2em; font-weight: bold; margin: 0; }
ol.commentlist						{ list-style: none; }
.comment-bubble						{ background: #666; color: white; 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								{ height: 180px; background: url(images/footer_bg.jpg) top left repeat-x #091119; padding-top: 65px; }
#footer-inside						{ width: 960px; margin: 0 auto; }
#footer p							{ color: white; }
#footer-1							{ width: 300px; float: left; margin-right: 30px; }
#footer-2							{ width: 200px; float: left; margin-right: 30px; }
#footer-3							{ width: 200px; float: left; }
#footer-4							{ width: 200px; float: left; }
#footer a							{ color: #999; }
#footer a:hover						{ color: white; text-decoration: underline; }
#footer ul							{ color: white; }
#footer li {line-height: .7em;}

/*
	MISC
*/
.list li							{ margin: 0; padding: 0; line-height: 1em; }
.wp-caption {text-transform: uppercase; font-size: .8em; color: #999}
.wp-pagenavi {margin-top: -10px;}

#featured {margin-bottom: 4em;}
.special_title {text-align: center; background: white;}
.featured_content {text-align: center; background: #417aaa; color:black}

div #myGallery {border: 5px solid #417aaa;}
.carouselBtn {display: none;}
