@import url("960/reset.css");
@import url("960/960.css");
@import url("960/960_img.css");

/*
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/
*/
.custom #header,#sidebars,#sidebar_1, #sidebar_2,#footer {
	border:none;
}

body.custom {
background-color: #fff;
/* background-image:url(http://AtlantaWebmaster.com/wp-content/uploads/2010/03/FCFCFCFFFFFFFFFFFF_79.png); */

}

.custom #header_area .page {
	background-color:transparent;
padding-top: 0.4em;
}


.custom #header_area  {
	height:60px;
background-color:#000;

}

.custom #footer_area .page {
	background-color:transparent;
}


.custom #content_area {
background-color:transparent;
 background-image:url(http://AtlantaWebmaster.com/wp-content/uploads/2010/05/bg-gradient1.png);
background-position:0px 0px;
background-repeat: repeat-x;
/* background-image:url(http://themereviews.com/wp-content/uploads/2010/03/frost.png);
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px; */
}

.custom #logo, #logo a {
color:#111;
}

.custom #sidebars #multimedia_box {
display:none;
}
.custom .video_box {
background:transparent;
width:500px;
}

.custom #commentform textarea {
	width:400px;
}

.custom .ads_125 img{
height:125px;
width:125px;
}

.custom .teaser {
/*
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border-top:1px solid #fff;
border-bottom:1px solid #fff; */
height:400px;
}

.teaser_thumb {
	padding:50px 5px 15px 15px;
}


.custom #footer_area {
	background-image:url(http://themereviews.com/wp-content/uploads/2010/03/footer.png);
background-repeat:repeat-x;
}


.custom .page .teaser {
font-size:10px;
   width: 40%;
/* height:350px; /*
/*    margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
*/
}
.custom .teasers_box {
/*   padding-top: 0;
   padding-bottom:0;
   border-top: 0; 
*/
}

.custom .teaser_right {
float:right; 
width: 40%;
}

.custom .tab {
background-image:none;
}


#header #tagline {
margin-bottom:15px;
}

.custom .menu {
height:20px;
margin-bottom:10px;
}


.custom .menu a {
	padding-left:0px;
}


.custom #header {
padding-top:0px;
}

.headliner h2 {
font-size:16px;
color:#416cb0;
margin-bottom:15px;
}

.headliner a, .display_ad_top_page a {
font-size:12px;
color:#F3C235;
}

.headliner {
margin-top:15px;
/*-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px; */
border:1px solid #ccc;
background-color:#fcfcfc;
padding:10px;
}

.headliner li, .display_ad_top_page p {
margin-top:5px;
font-family:Arial;
color:#ccc;
font-size:12px;
}

.display_ad_top_page h2 {
color:#ccc;
font-size:12px;
font-weight:bold;
}

.custom #content {
 background-color:#fff; 
}

.custom .teaser_category {
text-decoration:underline;
width:100%;
}

.custom .teaser {
border:1px solid #ccc;
background-color:#fcfcfc;
padding:10px;
}

.custom .teaser h2.entry-title {
/* background-color:#CFBB9A; */
margin-bottom:15px;
}

.custom .teaser h2.entry-title a {
color:#416CB0;
}

.headline_area {
border:0px solid #ccc;
}

.custom .teaser img.thumb{
display:none;
} 

.custom .teaser img{
padding-right:10px;
}

.article_box {
border:1px solid #ccc;
background-color:#fff;
padding:10px;
height:300px;
} 

.article_box h3 {
font-size:16px;
margin:15px 5px;
}

.center .thumbnail {
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}


.left .thumbnail {
	float:left;
margin-right:10px;
margin-left:5px;
margin-bottom:10px;
}

.right .thumbnail {
	float:right;
margin-left:10px;
margin-right:5px;
margin-bottom:10px;
}

.w50h50 img.thumbnail {width:50px;height:50px !important;}
.w75h75 img.thumbnail {width:75px;height:75px !important;}
.w100h100 img.thumbnail {width:100px;height:100px !important;}
.w125h125 img.thumbnail {width:125px;height:125px !important;}
.w150h150 img.thumbnail {width:150px;height:150px !important;}

.custom #header {
padding-right:0em;
padding-left:0em;
}

.headline_area {
	width:940px;
}

.social_icons { background: transparent; width: 3.2em; position: fixed; top: 15%; right: 1%; }
.social_icons a { display: block; text-indent: -9999px; height: 32px; outline: none; }


.social_icons #twitter { background: url('http://AtlantaWebmaster.com/wp-content/uploads/2010/03/twittericon.png') no-repeat 0 -32px; }
.social_icons #twitter:hover { background-position: 0 0; }
.social_icons #fbook { background: url('http://AtlantaWebmaster.com/wp-content/uploads/2010/03/facebookicon.png') no-repeat 0 -32px; }
.social_icons #fbook:hover { background-position: 0 0; }
.social_icons #feed { background: url('http://AtlantaWebmaster.com/wp-content/uploads/2010/03/rssicon.png') no-repeat 0 -32px; }
.social_icons #feed:hover { background-position: 0 0; }
.social_icons #contact { background: url('http://AtlantaWebmaster.com/wp-content/uploads/2010/03/emailicon.png') no-repeat 0 -32px; }
.social_icons #contact:hover { background-position: 0 0; }
.social_icons #tube { background: url('http://AtlantaWebmaster.com/wp-content/uploads/2010/03/youtube_32.png') no-repeat; }



