/*
	File:			blue.css
	Description:	Theme based off of Blogussion.com for the Thesis Framework
*/

body.custom { background: #595858 url(../images/default/bg-main.png) repeat-x; }
.custom a { outline: 0; }
	.custom a:hover { color: #0E7AAF; }
.custom .page { background: none; }

/*---:[ HEADER ELEMENTS ]:---*/
.custom #header_area { height: 270px; }
	.custom #header_area .page { padding-top: 0.6em; }
.custom #header { border: 0; float: left; height: 75px; padding: 0; *width: 30%; }
	.custom #logo { /*padding-top: 0.1em; */}
		.custom #logo a { display: block; letter-spacing: -2px; text-indent: -9999px; text-shadow: 1px 1px #15A6C3; }
			.custom #logo a:hover { color: #FFF; }
	.custom #tagline { color: #FFF; }

/*---:[ TOP LEFT NAVIGATION ]:---*/
.custom .menu { border: 0; float: left; height: 33px; margin-top: 2px; padding: 0; width: 83%; *width: 81%; }
	.custom .menu .tab a, .custom .menu .cat-item a, .custom .menu .rss a { background: none; border: 0; color: #F0F0F0; letter-spacing: normal; margin-right: 1em; padding: 0.4em 0.5em; }
	.custom .menu .current a, .custom .menu .tab a:hover, .custom .menu .cat-item a:hover, .custom .menu .current-cat a { background: #414141; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
	.custom .menu .rss a { background: url(../images/default/menu-rss.png) no-repeat right; padding-right: 1.5em; }
	.custom .submenu, .custom .menu.children { background: #000; border: 0; padding: 5px; }
	.custom .current .submenu a, .custom .current-cat .children a { background: #000; color: #D0D0D0; }

	/* search bar */
	#search_bar { float: right; margin-top: 0.2em; }
		#search_bar #stop { background: #474646; border: 1px solid #595858; }
		#search_bar #topsubmit { background: #1085B5; border: 1px solid #18A7E2; cursor: pointer; margin-left: 0.4em; padding: 0.3em !important; }
		#search_bar #stop, #search_bar #topsubmit { color: #F1F0F0; font-size: 1em; padding: 0.4em; text-transform: uppercase; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/*---:[ SECONDARY NAVIGATION ]:---*/
#second_nav { float: right; *width: 60%; _width: 70%; }
	#second_nav ul { list-style: none; margin-top: 1.7em; }
		#second_nav li { display: inline; float: left; margin-left: 4em; }
			#second_nav li a { color: #FFF; font: bold 2.3em "Myriad Pro", Helvetica, Arial, sans-serif; padding-bottom: 10px; }
				#second_nav li a:hover { color: #000; text-shadow:1px 1px #15A6C3; }
				#second_nav li a span { color: #000; display: block; font-size: 0.5em; font-weight: 600; line-height: 0.5em; text-shadow: 1px 1px #15A6C3; }

#second_nav_menu a { display: block; }
#second_nav_menu ul { background: #5A1A12; border: 1px solid #4F4F4F; font-size: 0.5em; margin-top: 0; padding-left: 5px; position: absolute; visibility: hidden; width: 150px; z-index: 110; }
	#second_nav_menu li { display: list-item; position: relative; }
	#second_nav_menu ul li { margin-left: 0; }
		#second_nav_menu ul li a { background: url(../images/default/drop_sep.gif) top repeat-x; font-weight: normal; padding: 10px 0px; width: 150px; }
			#second_nav_menu ul li a:hover { color: #6DCDE1; text-shadow: none; }
			#second_nav_menu li.first a { background: none; }
#second_nav_menu li:hover ul, #second_nav_menu a:hover ul, #second_nav_menu :hover ul :hover ul, #second_nav_menu :hover ul :hover ul :hover ul { visibility: visible; }

/*---:[ FEATURED & ADS AREA ]:---*/
#header_addon { clear: both; }

	/* ad styles */
	#header_ads { float: right; width: 50%; }
	
		#ad_list { margin-top: 1.5em; text-align: right; }
			#ad_list img { margin-left: 2.5em; }
				#ad_list .first img { margin: 0; }
			#ad_list li { display: inline; list-style-type: none; }
		
	/* featured styles */
	#header_featured { float: left; width: 50%; }
		#header_featured .sidebar_list { padding-top: 1.5em; }
		#header_featured li { margin-bottom: 0; }
		
		/* default / gray widget */
		#header_featured .widget_box { background: #E4E4E4; border: 1px solid #F0F0F0; height: 125px; padding: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
			.featured_default { padding: 15px; }
				.featured_default p { color: #8C8C8C; font-size: 1.1em; line-height: 1.4em; }
				.featured_default h3 { color: #575757; font-size: 1.2em; }
	
		/* featured articles widget */
		.widget_bu_featured { background: #E7E7E7 url(../images/default/bg-featured.png) repeat-x; border: 1px solid #D7D7D7; height: 123px; overflow: hidden; padding: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
			#sidebars .widget_bu_featured { border-bottom: 0; border-left: 0; border-right: 0; height: auto !important; padding-top: 1em; -moz-border-radius: 0; -webkit-border-radius: 0; }
				#sidebars .widget_bu_featured h2 { padding: 0.5em 0 0.3em 0; }
		.featured_articles { padding: 15px; }
			.featured_articles p { color: #777; font-size: 0.75em; text-transform: uppercase; }
			.featured_articles .image_link { border: 1px solid #000; float: left; height: 90px; margin-right: 20px; width: 210px; }
				#sidebars .featured_articles .image_link { border: 0; float: none; margin-left: 3em; }
			.featured_articles .title_link { font-size: 1.3em; line-height: 1.3em; margin-bottom: 5px; }
			
		/* subscribe box widget */
		.widget_bu_subscribe { background: #F6630E url(../images/default/bg_social.png) repeat-x !important; border: 1px solid #F98913 !important; height: 125px; overflow: hidden; padding: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
		#sidebars .widget_bu_subscribe { border-left: 0 !important; border-right: 0 !important; height: auto !important; -moz-border-radius: 0; -webkit-border-radius: 0; }
			.featured_subscribe { padding: 15px 10px; }
				.featured_subscribe h3 { font-size: 1.8em; font-weight: 600; letter-spacing: -0.4px; text-shadow: #FCb96A 1px 1px 1px; }
					#sidebars .featured_subscribe h3 { color: #111; margin: 0; padding: 0.6em 0 0 0 !important; }
				.featured_subscribe h4 { color: #FFF; font-size: 0.85em; font-weight: normal; padding-top: 0.3em; text-shadow: #F6640E 1px 1px 1px; text-transform: uppercase; }
					#sidebars .featured_subscribe h4 { padding: 0; }
				.subscribe_icons { list-style: none; margin-top: 1.5em; }
					.subscribe_icons li { float: left; margin-right: 1.8em; text-align: left; }
						.subscribe_icons li a { color: #000; display: block; font-size: 1em; height: 32px; padding-left: 3.3em; }
							.subscribe_icons li a:hover { color: #FFF; }
							.subscribe_icons li a span { color: #FFF; display: block; line-height: 0.8em; }
						.subscribe_icons .email { margin-right: 1em; }
							.subscribe_icons .email a {background: url(../images/default/icon_mail.png) left no-repeat;}
						.subscribe_icons .twitter { margin-right: 0; }
							.subscribe_icons .twitter a { background: url(../images/default/icon_twitter.png) left no-repeat; padding-left: 60px; }
						.subscribe_icons .rss a { background: url(../images/default/icon_rss.png) left no-repeat; }
						
/*---:[ CONTENT ELEMENTS ]:---*/
#breadcrumb { color: #F0F0F0; font-size: 1.1em; position: absolute; text-transform: uppercase; top: 283px; }
	#breadcrumb a { border-bottom: 1px solid #747474; color: #B5B5B5; }
		#breadcrumb a:hover { border: 0; }
.custom #content_box { background: #FFF url(../images/default/content_box.gif) repeat-y 63.4em 0; border: 1px solid #000; margin-top: 4em;  -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.custom #content { background: #FFF url(../images/default/blueGrad.gif) repeat-x; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.custom .prev_next { background: #E7E7E7 url(../images/default/dkGrayGrad.gif) repeat-x; border-top: 1px solid #B9B6B6; }
	.custom .prev_next a { color: #555; letter-spacing: 0.3px; }

	/* headlines */
	.custom h1, .custom h2, .custom h3, .custom h4, .custom h5 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
	
	.custom .headline_area h1, .custom .headline_area h2, .custom .headline_area h2 a { letter-spacing: -0.8px; line-height: 1.2em; }
	.custom #content h3 { color: #0E7AAF; font-size: 1.6em; letter-spacing: -0.5px; }
	.custom #content h4 { color: #AAA; font-size: 1.3em; }
	
	.custom .teaser h2 { font-size: 1.8em; letter-spacing: -0.5px; line-height: 1.3em; }
	
	/* post elements */
	.custom a.more-link { background: #0E7AAF; color: #FFF; padding: 4px 8px 5px 5px; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
	.custom a:hover.more-link { background: #414141; }
	
	/* teasers */
	.custom .teaser img.frame { padding: 0.3em; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
	.custom .teasers_box { background:#FFF url(../images/default/grayShadow.gif) repeat-x; margin: 0; width:100%; }
		.custom .teasers_box .post { padding: 0 1em; }
	
/*---:[ SIDEBAR ELEMENTS ]:---*/
.custom #sidebars .sidebar_list { border-left: 1px solid #C9C9C9; color: #545454; padding: 0; }
.custom #sidebars ul, #sidebars li div, #sidebars p { padding: 0 1em; }

	/* headlines */
	#sidebars h2, .custom #sidebars h3, #sidebars h4 { padding: 1em 1em 0.2em 0.7em; }
	.custom #sidebars h3 { font-family: "Myriad Pro", Helvetica, Arial, sans-serif; font-variant: normal; letter-spacing: normal; text-transform: uppercase; }
	
	/* widgets */
	.custom #sidebars .widget { background: #E7E7E7 url(../images/default/dkGrayGrad.gif) repeat-x; border-top: 1px solid #C9C9C9; }
	.custom #sidebars .widget:first-child { border: 0; }

/*---:[ FOOTER ELEMENTS ]:---*/
.custom #footer_area, .rsswidget img { display: none; }

#foot { background: #363636 url(../images/default/footer.gif) repeat-x; color: #EEE; margin-top: 3em; overflow: hidden; }
	#foot a, #copyright a { color: #E1F5FF; text-decoration: none; }
		#foot a:hover, #copyright a:hover { text-decoration: underline; }
	#foot ul.sidebar_list { padding: 2em 1em; }
	#foot .widget { margin: 0; }
	#foot .col { float: left; width: 33.3%; }
	
#copyright { border-top: 1px dashed #4D4D4D; clear: both; padding: 1.3em 0; }
	#copyright ul.sidebar_list { padding: 0 1em; }
	#copyright p { margin-bottom: 0.1em; }
		
	/* headings */
	#foot h3 { color: #C3EBFF; font-family: "Myriad Pro", Helvetica, Arial, sans-serif; font-size: 1.6em; margin-bottom: 0.6em; }
		#foot h3 a { color: #C3EBFF; }
		
/*---:[ COMMENTS ELEMENTS ]:---*/
.custom #comments { margin: 0; }
	.custom #comments dt { background: url(../images/default/grayShadow.gif) repeat-x; }
	.custom #comments dl.children dt { background: none; border: 0; }
	
.custom dl#comment_list .bypostauthor { background: #FFF; }
	.custom dl#comment_list dt.bypostauthor { background: #FFF url(../images/default/blueGrad.gif) repeat-x; border-top: 1px solid #9BD1E3; }
		
.custom dl#comment_list, .custom dl#comment_list dd { border: 0; }
.custom dl#comment_list dl dt.bypostauthor { padding-top: 1.8em; }
.custom dl#comment_list dl dd.bypostauthor { padding-top: 1em; }
.custom dl#comment_list dl dt.bypostauthor, .custom dl#comment_list dl dd.bypostauthor > .format_text { border-left: 0; }