/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body {line-height: 1.5em;color:#1B1B1B;}

.full_width .page{width:100%;background:none;}

#header_area{float:left;height:280px;background:url('images/header_bg.jpg') #1B1B1B;margin: 0 0 10px 0;}
#header_area .page .menu {display: none;}
#vslider{position:absolute;width:100%;z-index:1;margin: 45px 0 0 0;}

#content_area{width:960px;margin:0 auto 100px auto;}
#content {float:left;width:960px;}

#footer_overlay {width:100%;height:70px;position: fixed;bottom:35px;}
#footer_overlay #mmozone_logo {width:960px;height:70px;background:url('images/footer_overlay.png') no-repeat 0 0;margin: 0 auto 0 auto;}

#footer, #header { margin: 0; padding: 0;}

#footer_area .page {width:100%;height:35px;background:#1B1B1B;position:fixed;bottom:0;margin:0;padding:0;text-align:left;}
#footer {width:960px;height:30px;margin: 0 auto 0 auto;text-align:left;}
#footer a {border:0;color:#fff;}
#footer a:hover {border:0;color:#888;}

/* CUSTOM HEADER NAVBAR */
#header {display:none;}

/* CUSTOM FOOTER NAVBAR */
ul.navbar {list-style: none;padding: 6px 0 0 0;font-size: 1.2em;float: right;}

ul.navbar #forum_menu, ul.navbar #community_menu, ul.navbar #mmozone_menu  {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	width: 184px;
	height: 25px;
	background: url('images/navbar.gif') no-repeat 0 -25px;
}
ul.navbar #community_menu {padding:0;}

ul.navbar #forum_menu:hover, ul.navbar #community_menu:hover, ul.navbar #mmozone_menu:hover  {
background: url('images/navbar.gif') no-repeat 0 0;
}
ul.navbar li span ul li a, ul.navbar li span a {display:block;font-weight:bold;padding:4px 0 0 6px;text-decoration:none;font-size: 12px;}

ul.navbar li a:hover{background:url(images/navbar_hover.gif) no-repeat center top;}
ul.navbar li span { /*--Drop down trigger styles--*/
	width: 184px;
	height: 25px;
	display: block;
}
ul.navbar li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	bottom: 25px;
	background: #333;
	margin: 0; 
	padding: 0;
	display: none;
	float: right;
	width: 184px;
	border: 0;
}
ul.navbar li ul.subnav li{margin:0;padding:0;bottom:0;clear:both;	width:184px;background:#1B1B1B;}
ul.navbar li ul.subnav li:hover{background:#484848;}

/* TEASER VIEW */
.info_block {float:left;width:760px;height:50px;background:#faf8f8;color:#acacac;overflow:hidden;margin:0 0 50px 0;}
.info_block p.alinea {float:left;padding:0;margin:10px 0 0 20px;}
.info_block p.info_block_logo {float:left;padding:0;margin:0;}

#content_box div.sociable, .teasers_box div.sociable {background:none repeat scroll 0 0 #FAF8F8;
float:left;
height:32px;
margin:0;
padding:18px 0 0;
width:200px;
}

.post_box, .teasers_box {margin:0;padding:0;}
.teasers_box {padding:0;width:960px;}

.teaser {float:left;/*height:215px;*/width:960px;margin:0;border-bottom:1px solid #faf8f8;}
.teaser .format_teaser .post_image_link img, .post .post_image{border:1px solid #1B1B1B;}
.teaser .format_teaser {position:relative;font-size:1.4em;margin:0;width:100%;text-align:justify;/*height:125px;*/}
.teaser div.sociable {position: absolute; margin:4px 0; bottom:0;}

.teaser a.teaser_comments {border:0;height:20px;margin:0;background:url('images/comment_balloon.jpg') no-repeat top left;display:block;padding:3px 0 0 28px;margin:0 5px 0 0;line-height:1.5em;}
.teaser .teaser_link {font-size:14px;margin:0 40px 0 0;}

.teaser .format_teaser .read_more {width:230px;margin:32px 0 0 0;}

.teaser .teaser_link, .teaser .teaser_comments  {float:left;}
.teaser .teaser_date {border-right:1px solid #CCCCCC;display:block;float:left;font-size:1em;line-height:1.6em;margin:0 10px 10px 0;padding:0 10px 0 0;}

.teaser .teaser_category {display:block;font-size:1em;line-height:1.6em;margin:0 0 10px 0;}

.teaser a.teaser_category {border:0 none;}

/* SINGLE POST VIEW */
.headline_area {margin:0;}
.post h2.entry-title a{color:#2361A1;font-size:20px;font-weight:bold}
.post h2.entry-title a:hover {color:#000;}

.headline_area h1, .headline_area h2 {font-weight: bold;}

.prev_next { padding: 0;}
#archive_info, .prev_next {padding: 0;margin:0 0 20px 0;}

#archive_info p {display:none;}
#archive_info h1 {font-size:28px;font-weight:bold;}

#breadcrumb {font-size:12px;font-weight:bold;margin:0 0 30px 0;}
#breadcrumb a {border: 1px solid #BFBFBF;padding: 3px 5px;}
#breadcrumb a:hover {border-color: #000;background: #BFBFBF;}

#comments {float:left;margin-top:0;width:100%;}

/* Page navigation */
.headline_area h1, .headline_area h2 {font-size:20px;line-height:1.286em;}
.page .wp-pagenavi {float:left;font-size:12px;height:30px;margin:10px 0;}
.page .wp-pagenavi a, .wp-pagenavi span {text-decoration: none;border: 1px solid #BFBFBF;padding: 3px 5px;margin: 0 2px 0 0;}
.wp-pagenavi span { margin: 0 2px 0 0;}
.page .wp-pagenavi a:hover, .wp-pagenavi span.current {border-color: #000;background: #BFBFBF;}
.page .wp-pagenavi span.current {font-weight: bold;}

.prev_next p {float:right;font-size:1em;line-height:2.2em;}
.post_nav .previous {float:left;margin-bottom:0.55em;}

#archive_info {padding:10px 0;}

/* sidebars */
#sidebar_2, #sidebar_1 {display:none;}

/* block */
#block {float:left;width:940px;height:250px;background:#FAF8F8;padding: 10px;border:1px solid #e5e5e5;margin:0 0 100px;}
#block_list {padding:0;margin:0;}
#block_list li {float:left;list-style:none;padding:0;margin:0;width:450px;}
#block_list #search {width:680px;}
#block_list .search_form {width:600px;}
#block_list #search #s{width:500px;}
#block_list #archives-4 {width:230px;}
#block_list  h3{float:left;margin:0 10px 0 0;font-size:16px;}
#block_list #recent-comments-4 {width:470px;}
#block_list #rss-4 {width:470px;}
#block_list #rss-4 ul li{float:none;}
#block_list #rss-4 h3 {width:450px;}

/* post logged-in overwrite */
dl#comment_list .bypostauthor {background:transparent;}
#comments .odd {background:#FAF8F8;} 

/* community news block */
#community_block {float:left;margin:0 0 30px 0;background:#FAF8F8;border:1px solid #E5E5E5;padding:10px;width:940px;}
#community_block #rss-5 {float:left;font-size:12px;line-height:1.5em;margin-bottom:0;width:470px;list-style:none; }
#community_block h3 img{display:none;}
#community_block h3 {font-size: 16px;font-weight:bold;margin:0 0 10px 0;}
#community_block #rss-6 {float:left;font-size:12px;line-height:1.5em;margin-bottom:0;width:465px;list-style:none; }