/*
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/
*/

/* RESETS */
.custom #header, #feature_box, .teasers_box, #footer, #sidebars, #sidebar_1, #commentform, #comment_1, #archive_info, .menu, .menu a, .menu li ul, .custom #comment_list, dl#comment_list dd{border:none;}
.custom #header, #content_box, .post_box, .teasers_box, .widget{padding:0;margin:0;}
.custom .sidebar ul.sidebar_list{padding:0;margin:0;}

h1,h2,h3,h4,h5,h6{padding:0;margin:0;}

.custom .bracket{display:none;}
.custom .sidebar_list h3{text-transform:none;letter-spacing:0px;}

/* #### GLOBALS ####*/
/* BACKGROUNDS */
body, .custom #header{background: #222222 url('http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/bg_fade.gif') repeat-x;}
.custom #page{background: #222222;}
.custom #content_box, #feature_box{background: #ececec;}


.custom .widget, .custom .post_box, .custom .post, .custom .page{
	border:0.1em solid #d7d7d7 !important;
	background-color: #FFF;
	background-image: url(http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/talkie.png);
	background-repeat: no-repeat;
	background-position: 6em 0; 
}

.custom .widget{background-position: 4em 0; } /* moves the talkie left */

/* POSTS */
.custom div.posted_in{float:left;margin-left:2em;background:#d7d7d7;padding:0.4em 1.5em;font-size:11px;clear:both;}
.custom .to_comments{float:right;font-size:11px;clear:both;}

/* TEXT */
.format_text p {margin-bottom:1em;}

/* DATE */

.custom .my_date{
	display:block;	
	float:left;
	position:relative;
	background:#ee1c25;
	margin: 2em 0 0 -1em;
	padding:1.2em 0.8em;
	text-align:center;
	clear:both;
	}

.custom #date_dm{font: 10px/10px "Myriad Pro",Arial;color:#FFF;}
.custom #date_Y{font: 12px/12px "Myriad Pro",Arial;color:#FFF;}

/* NAVIGATION */
.menu a, .menu .current ul a { color: #E7E7E7; background: none; }
.menu a:hover, .menu .current ul a:hover { color: #FFF; background: none;}
.menu .current a, .menu .current a:hover { color: #FFF; background: none;}
.menu .current .tab {}
.menu .current-cat > a { color: #E7E7E7;}

/* FONTS/COLORS */
body{color: #575757;}
.custom .entry-title{font: bold 24px/28px Arial; color: #111111; }
.custom .teasers_box .entry-title{font: bold 18px/22px Arial; color: #111111; }
.custom .sidebar_list h3{font:11px Arial,"Myriad Pro"; color: #575757;}

.custom .headline_area h1, .custom .headline_area h2 {font: bold 18px/22px Arial;color: #111111;}

.custom h2{font: bold 18px/22px Arial;color: #111111;}
.custom h1, .custom h4{font: bold 18px/22px "Calibri","Myriad Pro",Arial;color: #111111;}

/* LINKS */

.custom .to_comments a:hover {text-decoration:underline;color:#2361A1;}
.custom .to_comments a {text-decoration:none;color:#333333;}

.custom .posted_in a:hover {text-decoration:underline;color:#2361A1;}
.custom .posted_in a {text-decoration:none;color:#575757;}

.custom .format_text a:hover {text-decoration:underline;}
.custom .format_text a {text-decoration:none;}

.custom .format_teaser a:hover {text-decoration:underline;}
.custom .format_teaser a {text-decoration:none;}

.custom .widget_tag_cloud a:hover{text-decoration:underline;color:#333333;}
.custom .widget_tag_cloud a {text-decoration:none;color:#333333;}

.custom .grey a:hover{text-decoration:underline;color:#2361A1;}
.custom .grey a{text-decoration:none;color:#575757;}

/* #### END GLOBALS ####*/

/* CONTENT */
.custom #content_box{border:9px solid #111111;border-top:none;}
.custom #content, #teasers_box{width: 562px;}
.custom #feature_box{width: 542px;}


/* HEADER */
.custom #header{height: 70px;padding:0 9px 0 9px;width:100%;}
.custom #logo{float:left;margin-top:0.1em;}
.custom #header .slogan{font:12px calibri,arial;color:#555;}
.custom #header .slogan a{color:#666;}
.custom #header .slogan a:hover{color:#777;}
.custom #title{float:left;margin-top: 40px;margin-left: -210px;}
.custom #simple{float:left;margin-top: 45px;margin-left: 0.7em;}
.custom #navigation{float:right;margin-top:37px;}

/* MENU */
.custom .menu a:hover, .menu .current ul a:hover {background:none;}
.custom .menu a {text-transform:none;letter-spacing:0px;}

/* INTRO_BOX the collapsible box*/
#no_collapse{
	width:100%;
	height:34px;
	background:#090909 url(http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/bg_top.gif) repeat-x top;
	border:9px solid #0A0A0A;border-top:none;border-bottom:none;
	}
#no_collapse img{float:right;position:relative;top:22px;left:20px;} /* talkie_flip */


.open_blog_intro{font: 11px Arial; margin-top:0;padding:5px 17px 4px 17px;background-color:#D7D7D7;color: #575757;float:right;}

#intro_box{
	width:100%;
	margin:0;padding:0;
	background-color: #ECECEC;
	border:9px solid #111111;border-top:none;border-bottom:none;
}

#left_box{
	float:left;
	width:544px; height:306px; 
	border:1px solid #d7d7d7;
	background:#222222 url(http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/blogo16-9.gif) no-repeat;
	margin:0.6em 0 1.7em 1.7em; 
}
#right_box{
	float:right;
	width: 240px; height:306px;
	margin:0.6em -0.1em 1.7em 1.7em;
	border:1px solid #d7d7d7;background:#FFF;
	}

#right_box h5{font: bold 18px/22px "Calibri","Myriad Pro",Arial;color: #111111;text-align:center;padding:1em;}
#right_box p{font:11px arial; color: #111111; padding:0 1.4em 1em 1.4em;}

#right_box #close{display:block;margin:1em 0 0 7em;}
/* FORM */

form ol {
	list-style:none;
	margin:0;
	padding:0;
	}
form li {
	padding:6px;
	}

form label {
	float:left;
	width:52px;
	text-align:right;	
	margin:0.4em 1em 0 0;
	line-height:23px; /* This will make the labels vertically centered with the inputs */
	}

form input, form textarea {
	padding:4px;
	border:1px solid #999999;
	}

form input:focus,
form textarea:focus {
	border:1px solid #666;
	background:#e3f1f1;
	}

form li#submit_button {
	border:none;
	padding:4px 28px;
	margin-left:4em;
	cursor:pointer;
	}
.custom #right_box label{
	font:10px arial;
	color: #111111;
}

.custom #right_box input{
	font:10px arial;
	letter-spacing:1px;
	color: #111111;
}

/* FEATURE_BOX */

#feature_box{padding:0 1.7em;margin:0.7em 0 0 0;}
#feature_box .headline_area h1, .custom .headline_area h2 {margin: 1em 0 0 4em;padding:0;} 
#feature_box .format_text{margin-top:3em; border-top:1px solid #d7d7d7;padding:1.8em;}

#gallery_wrap {
	width: 560px;
	height: 330px;
	padding: 1em;
	background: url(img/border.png) top left no-repeat;
}

.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
	color:#fff;
}
.panel-overlay p {
	line-height: 1.2em;
}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}
img.nav {
	border: 1px solid black;
	margin-bottom: 5px;
}

/* POSTBOX */
.custom .post_box{padding-top:0px;margin: 4em 0 0 -0.2em;}

.custom .post_box .posted_in{margin-top:-3.7em;}
.custom .post_box .to_comments{margin-top:-3.2em;} 

.custom .post_box .entry-title{margin: 1em 0 0 5em;}

.custom .format_text{margin-top:3em; border-top:1px solid #d7d7d7;padding:1.8em;}

.custom .headline_area h1, .custom .headline_area h2 {margin: 1em 0 0 4em;padding:0;} 
.custom img.thumb{padding-bottom:1em;}
.custom .post_box #read_more{float:right;margin-right:2em;}

/* RELATED POSTS */

.custom div#related_posts{margin-top:0px;float:right;}

/* TEASERBOX */
.custom .teasers_box{background: #ececec; margin: 4em 0 0 -0.2em;}

.custom .teasers_box .posted_in{margin-top:-2em;}
.custom .teasers_box .to_comments{margin-top:-1.6em;}

.custom .teasers_box .entry-title{margin: 1em 0 0 3em;}

.custom .format_teaser{margin:3em 0 2em 0; border-top:1px solid #d7d7d7;padding:1.8em;}

.custom .teaser_link{float:right;margin-right:3em;position:relative;top:-2em;}

/* SIDEBAR */

.custom .widget{
	margin:3.5em 0 0 0;
	padding: 0;
	}
.custom .widget ul, .custom .widget div{margin: 0em 1.4em 1.4em 1.4em;}
.custom .sidebar_list h3{
	float:left;
	margin:-2.1em 8em 2em 2em; /* 8em presses right */
	padding:0.4em 1.5em 0.4em 1.5em;
	background-color:#d7d7d7;
	}
.custom .sidebar .text_input{width:70%;margin:0 1.4em;}	

/* WIDGETS */
.custom .widget_text div#my_rss{background: url(http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/rss.gif) no-repeat;height:33px;width:33px;float:right;position:relative;top:-60px;left:13px;clear:both;} 
#my_rss_area{display:block;height:33px;width:33px;text-decoration:none;clear:both;}
.custom .widget_text div#my_avatar{background: url(http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/zacco.png) no-repeat;height:70px;width:70px;float:right;margin:1.2em -5.5em 0 0; display:block; clear: none;}
.custom .widget h3{margin: -2.1em 0 2em 16px; float: left; display: block;}
.custom .widget UL, .custom .widget DIV{clear: both;}
.custom .widget_killer_recent_entries LI{margin-left: 0;}


.custom .widget_twitter a.twitterwidget:hover, a.twitterwidget{color:#575757;}
.custom .widget_twitter #follow_me{
	margin: 0em 1.4em 1.4em 1.4em;
	padding: 0 6em 0.7em 0;
	background-image: url(http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/bird.gif);
	background-repeat: no-repeat;
	background-position: 95% 1.1em;
    clear: none;
}
/* REMOVED SINCE ITS MALPLACED AND WON*T REPLACE THE BIRDIE
.custom .widget_twitter .wpTwitterWidgetError{
	background-image: url(http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/failwhale.gif);
	background-repeat: no-repeat;
	background-position: 80% 1em; 
}*/



/*.custom .widget_twitter #follow_me{margin: 0em 1.4em 1.4em 1.4em;}*/
.custom .widget_twitter #follow_me a:hover{font: bold 18px/22px Arial;color: #2361A1;text-decoration:none;}
.custom .widget_twitter #follow_me a{font: bold 18px/22px Arial; color: #111111;}

.custom .widget_twitter .entry-meta{visibility:hidden;height:5px;display:block;}
.custom li.widget_twitter ul li {padding: 0;margin: 0.5em 0 0 0; border-bottom:1px solid #d7d7d7;}
.custom .widget_twitter ul{margin: 1.4em;margin-left:0px;}

.custom .textwidget ul li{height:46px;margin: 1.5em -1em;}
.custom .textwidget h4{margin-left:55px;padding:0;}
.custom .textwidget #subtext{margin-left:55px;padding:0;}

.custom #fb_logo{background:url(http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/fb.png) no-repeat center left;} 
.custom #li_logo{background:url(http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/in.png) no-repeat center left;} 
.custom #flickr_logo{background:url(http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/flickr.gif) no-repeat center left;} 
.custom #youtube_logo{background:url(http://www.marcuszacco.com/wp-content/themes/thesis/custom/images/youtube.jpg) no-repeat center left;} 

.custom .LEFT{margin-bottom:1em;}
.custom .RIGHT{margin-left:0.5em;margin-bottom:1em;}

.custom li.widget ul {
list-style-image:none;
list-style-position:inside;
list-style-type:none;
}

.custom .widget_tag_cloud{font-family: "Lucida Grande","Calibri","Myriad Pro", Arial;text-transform:lowercase;}

/* BOOKMARKS */
.custom #docking{} /* This is edited in wp-admin | Settings | SocioFluid - Custom CSS Style. WATCH OUT FOR JQUERY INCOMPATIBILITY /*
/* float:left;border: 0pt none ; margin: 2.2 em 1.8em 0 1em; /*

/* DISQUS COMMENTS */

.custom #disqus_thread{margin:0.6em 0 0 -0.2em;padding:0.3em 1.9em 1.7em 1.7em;background:#FFF; border:1px solid #d7d7d7;border-top:none;}
.custom #disqus_thread .dsq-comment-message{background:#FFF; border-top:1px solid #d7d7d7;padding:1.8em; }/* WONT WORK */
.custom #disqus_thread h3{font: bold 18px/22px "Calibri","Myriad Pro",Arial;color: #111111;}
.custom #disqus_thread #dsq-content {font:12px Arial; color:#111111;}
.custom .dsq-brlink{margin: 0.2em;}

/* ARCHIVE INFO */
.custom #archive_info{padding-bottom:0;}

/* NICEFORMS  HIGHLY QUESTIONABLE IF THIS IS TO BE USED */
.custom .niceform label {font-size:11px; font-weight:bold; color:#666;}
.custom .niceform label.opt {font-weight:normal;}
.custom .niceform dl {clear:both;}
.custom .niceform dt {float:left; text-align:right; width:50px; line-height:25px; margin:0 10px 10px 0;}
.custom .niceform dd {float:left; width:150px; line-height:14px; margin:0 0 10px 0;}
.custom .niceform input{font-size:1.2em;widht:10em;}
.custom .niceform input.image_button{border:none;}

/* FOOTER */

.custom #footer{background: #222222;margin-bottom:10em;}
.custom #footer{text-align: left;border:none;padding:1.1em 0;color:#EEEEEE;}

.custom #footer h3{font: bold 18px/22px Arial;color: #EEEEEE;}
.custom #footer .sidebar h3{font: bold 18px/22px Arial;color: #EEEEEE;background:none;}
.custom #footer .sidebar_list h3 {padding:0 4em 0 0;margin:0;margin-bottom:0.1em;}
.custom #footer .sidebar_list .widget{border:none !important;display:block;float:right;width:200px;background:#222222;margin-top:1.6em;}

.custom #footer ul li ul{font-size: 12px;margin:0 0 0.636em 0.1em;}

.custom .footer_content p{font: 14px/17px Arial,"Trebuchet MS";color:#EEEEEE;margin-bottom:1em;}
.custom #footer a:hover{border:none;text-decoration:none;color:#d7d7d7;}
.custom #footer a{border:none;text-decoration:none;}

.custom #footer_content{height:359px;}
.custom #footer_content_left{display:block; float:left;width:520px;margin-left:1em;margin-top:2em;}
.custom #footer_content_left img{display:block;float:left;clear:both;padding: 1em 2em;}

.custom #footer .copyright{font:11px/14px "Myriad Pro",Calibri,"Lucida Grande",Arial;color: #d7d7d7;padding: 1em 0 7em 2.4em;}

/* SPECIALS - REMOVING ELEMENT FROM SPECIAL PAGES AND SUCH */
.custom #page-4 .tweetmeme_button iframe{visibility:hidden;}


