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

.custom #sidebars {
//	background-color: #999;
}

body.custom { 
	background: #444945 url('http://www.maccog.com/blog/wp-content/themes/thesis_16/custom/images/mint-like-faded-cog-background.jpg') top center no-repeat;
}


#logo {
	padding-top: .6em;
}

#tagline { 
color: #7ea8ce !important; 
font-size: 2em !important; 
font-style: oblique; 
padding-top: .1em;
}

.custom #container { 
margin-top: 1em; margin-bottom: 1em; 
//background: #33332f; 
padding: 0.2em 0.5em 0.5em 0.2em ;
-webkit-border-radius: 15px;
-moz-border-radius: 15px; 
border-radius: 15px;}
}

#header { padding-top: 8em; border-bottom: 0; }

.custom #page { background: #fff; 
margin-top: 3em; 
padding: 2em;
border-width: 1em;
border-color: #999 ;
-webkit-border-radius: 15px;
-moz-border-radius: 15px; 
border-radius: 15px;}
}

div.wpcf7 {
	background: #444;
	width: 200px;
}


li.rss a:hover { 
color: #444; 
}

.rss {
	margin-top: 1em; 
}


ul#menu tab { padding: 0em; border: none;}

.menu {
border-style: none;
padding: 4px;
position: absolute;
top: 38px;
width: 930px;
margin-bottom: 3em;
}

.menu a {
	border-width: .55em .5em;
}


.custom .search_form input:focus { background: #f2e127; }

.custom a { color: #111; padding: 3px 1px; }
.custom a:hover { color: #fff; background: #7ea8ce; text-decoration: none; }
.custom #header #logo a:hover, .custom h2 a:hover { color: #fff; }

.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}

#archive_info {display:none;}

#footer {
	font-size: 1.6em;
	border-top: 1px #DDDDDD;
	color:#7ea8ce;
	text-align: center;}
	

/*good generic tags for my thesis themes */	
.comments_closed p { visibility: hidden; }

.custom #multimedia_box, .custom #image_box, .custom #video_box, .custom #custom_box { background: #fff; border: 0; }
.custom #image_box img { border-style: hidden; }

.clear { clear: both; }
.left { clear: left; }
.right { clear: right; }
.floatRight { float: right; }
.floatLeft { float: left; }

p.social { font-size: 1em; padding: 0.57143em 0.78571em; background: #e7f8fb; border: 1px solid #86c0d1; }
p.social a, p.social a:visited {/*text-decoration: none;*/}
p.social a:hover {color: #996633; text-decoration: none;}


/* trying to get the twitter icon by the twitter feed - doesn't work
.rsswidget {background-image: url('http://maccog.com/_Media/icon-twitter.png'); }

			.custom ul#menu li { margin-bottom: 0; background: none; border: 0; }
				.custom ul#menu li a { padding-top: 0.8em; padding-bottom: 0.8em; color: #555; font-weight: bold; letter-spacing: 1px; }
				.custom ul#menu li a:hover { color: #fff; text-decoration: none; }
				.custom ul#menu li.current_page_item a { color: #555; background: #f2e127; }
				.custom ul#menu li.current_page_item a:hover { color: #111; }
			.custom ul#menu li.rss a { padding-right: 2.25em; }

.custom tab {
	padding: 1em;
} 

*/