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


/******************** Get rid of all borders ********************* */
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}

body.custom {
    background: transparent url('images/bodybg.gif') repeat}


    
.custom #content_box {background: transparent;
width: 960px;}
    
.custom .page {background: transparent}




.custom #content {background:#FFFFFf;
border-color: #C5C5C5;
border-style: solid;
border-width: 1px;}

/************** Header **************** */
.custom #header #logo a { display: block; height: 131px; width: 366px; background:transparent url('images/header.gif') no-repeat}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }




/*************** Menu stuff ***************/
.custom .menu {
float:right;
border: none;
height: 35px;
width:380px;
background:transparent
}

.custom .menu li.tab a{
	background: transparent;}


.custom .menu li.tab a:hover {
	border-bottom-color:#767676;
	border-bottom-style:dotted;
	border-bottom-width:1px;}
	
.custom .menu li.tab a:active {
	border-bottom-color:#767676;
	border-bottom-style:dotted;
	border-bottom-width:1px;}

.custom .menu .current a {
	border-bottom-color:#767676;
	border-bottom-style:dotted;
	border-bottom-width:1px;}
	



/* clears the header floats */
#header {
	overflow: hidden;
}

/* ********************* Get rid of comments closed saying ********* */
.custom .comments_closed p {display: none ;}



.custom #sidebar_1 h3 {
background: transparent;
	/* font size */
	font-size: 20px;
	/* bold or not */
	font-weight: regular;
	/* uppercase or not */
	/*text-transform: uppercase; */
	/* space out the letters*/
	letter-spacing: 2px;
	/* font color*/
	color:#484848;
	/* padding under header text */
	padding-bottom: 5px;
	/* border under header text */
	border-bottom-color:#767676;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	/* distance between border and widget text */
	margin-bottom: 20px;
}

.custom .headline_area {
	font-size: 1.2em;
	font-weight: regular;
	color: #484848;
	border-bottom-color:#767676;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}


.custom .teaser h2 {
	font-size:2.4em;
	text-align:left; 
	width:500px;
	}


.custom .teaser .teaser_link {
text-indent:-9999px;
display:block; height:25px !important; 
width:85px !important; 
background:#fff url('images/readmore.gif') no-repeat; border:0;
}
	

.custom .teaser_box{
width: 640px;  padding: 0; border-width: 0;
}
.custom .teaser{
width: 100%;  height:100%; margin-top:1em; margin-bottom:2em;

}
.custom .teaser .format_teaser {
font-size:1.4em;
}
.custom .teaser h2{
font-size: 2em;
text-align:left;
}


#commentform #submit {
border: none;
/* text-indent:-9999px !important; */
display:block !important; height:40px !important; 
width:76px !important;
border: 1px solid #767676;
/*background:#fff url('images/submitbutton.gif') no-repeat; border:0; */
}




.custom .myfcgbox {
width: 935px;
height: 330px;
padding-left: 15px;
padding-right: 0px;
padding-top: 20px;
padding-bottom: 0px;
margin-left: 0em;
margin-bottom: 0em;
margin-top: 35px;
background:#FFFFFf;
border-color: #C5C5C5;
border-style: solid;
border-width: 1px;
}

.FrontPage #content_box {display: none;}

/* content widget area setup */
#content_setup {
	/* widgetized content background (not content background) */
	background: transparent;
	/* widget padding */
	/* margin at bottom of widgets */
	margin-top: 30px;
	margin-bottom: 0px;
	/* do not change this! */
	overflow: hidden;
}


/* widget item setup */
#content_setup .content_items {
	/* contents alignment */

	text-align: left;
	/* widget width */
	width: 305px;
	font-size: 12px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #00000;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
/*#content_setup .content_items h3 {
background: transparent;
	/* font size */
	font-size: 20px;
	/* bold or not */
	font-weight: regular;
	/* uppercase or not */
	/*text-transform: uppercase; */
	/* space out the letters*/
	letter-spacing: 2px;
	/* font color*/
	color:#484848;
	/* padding under header text */
	padding-bottom: 5px;
	/* border under header text */
	border-bottom-color:#767676;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	/* distance between border and widget text */
	margin-bottom: 20px;
} */

	
/* do not change these! */
#content_setup .content_items ul li { list-style: none; }
#content_setup .content_items ul { margin: 0px; padding: 0px; }

.FrontPage #content_one h3{
	text-indent:-9999px;
	display:block; height:63px !important; 
	width:300px !important; 
	background:transparent url('images/whoweare.gif') no-repeat;
	border-bottom-color:#767676;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom: 10px;
}

.FrontPage #content_two h3{
	text-indent:-9999px;
	display:block; height:63px !important; 
	width:300px !important; 
	background:transparent url('images/whatwedo.gif') no-repeat;
	border-bottom-color:#767676;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom: 10px;
}

.FrontPage #content_three h3{
	text-indent:-9999px;
	display:block; height:63px !important; 
	width:300px !important; 
	background:transparent url('images/ourrecentposts.gif') no-repeat;
	border-bottom-color:#767676;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom: 10px;
}

.FrontPage #content_three ul{
padding-left:20px
}

.FrontPage #content_three li a{
	font-size: 12px;
	color:#484848;
	}

.FrontPage #content_three li a:hover{
	font-size: 12px;
	color:#0000FF;
	}

.custom #twitter_div {
	display:block; height:220px !important; 
	width:240px !important; 
	background:transparent url('images/twitterbubble.gif') no-repeat;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
}

.custom #twitter_update_list {
width:220px;
padding:10px;
}

#rsslink{
height: 32px;
width: 140px;
text-indent:-9999px;
overflow: hidden;
background: url('images/rss.png')
top left no-repeat;
display: block;
}

#rsslink:hover{
height: 32px;
width: 140px;
text-indent:-9999px;
overflow: hidden;
background: url('images/rss.png')
bottom left no-repeat;
display: block;
}


#twitterlink{
height: 32px;
width: 140px;
text-indent:-9999px;
overflow: hidden;
background: url('images/twitter.png')
top left no-repeat;
display: block;
}

#twitterlink:hover{
height: 32px;
width: 140px;
text-indent:-9999px;
overflow: hidden;
background: url('images/twitter.png')
bottom left no-repeat;
display: block;
}

#facebooklink{
height: 32px;
width: 140px;
text-indent:-9999px;
overflow: hidden;
background: url('images/facebook.png')
top left no-repeat;
display: block;
}

#facebooklink:hover{
height: 32px;
width: 140px;
text-indent:-9999px;
overflow: hidden;
background: url('images/facebook.png')
bottom left no-repeat;
display: block;
}

#whoweare{

height: 40px;
width:180px;
background: url('images/aboutwhoweare.gif');
display:block;
}

#whowearepage{

height: 40px;
width:180px;
background: url('images/aboutwhoweare.gif');
display:block;
}

#whatwedo{

height: 40px;
width:180px;
background: url('images/aboutwhatwedo.gif');
display:block;
}

#whatwedopage{

height: 40px;
width:180px;
background: url('images/aboutwhatwedo.gif');
display:block;
}

#howwedoit{

height: 40px;
width:180px;
background: url('images/abouthowwedoit.gif');
display:block;
}

#howwedoitpage{

height: 40px;
width:180px;
background: url('images/abouthowwedoit.gif');
display:block;
}

.custom #footer {
	margin-top: 20px;
	border-top-color:#767676;
	border-top-style:dotted;
	border-top-width:1px;
}

#cfname{
width: 635px;
height: 25px;
background: #ffffff;
border: none;
border: 1px solid #767676;  
}

#cfemail{
width: 635px;
height: 25px;
background: #ffffff;
border: none;
border: 1px solid #767676;
}



#cfmessage{
width: 640px;
height: 100px;
text-align:top;
background: #ffffff;
border: none;
border: 1px solid #767676;
}

#cfsubmit{
/*text-indent:-9999px; */
display:block; height:25px !important; 
width:76px !important; 
border: none;
border: 1px solid #767676;
/*background:#fff url('images/submitbutton.gif') no-repeat; border:0;*/
}

