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

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
/*.custom #header #logo a { display: block; height: 112px; width: 874px; background: url('background: url('images/logo6.gif')') no-repeat; outline: none; }*/
/*.custom #header {background: url(images/logo1.gif) no-repeat; height: 72px; width: 529px;}*/



.custom #content_area img.alignleft, img.left {
border:1px solid #000;
float:left;
margin-right:20px;
margin-top:10px;
margin-bottom: 40px;
}

.custom #header {
padding:0;

}
.custom #header, #footer {
padding: 0;
}
.custom #header {
border-bottom:3px double #DDDDDD;
clear:both;
}
.custom #header img{
border-top: 10px solid #ccc;
padding-top:5px;
border-bottom: 10px solid #ccc;
padding-bottom:5px;

}
/*
.custom #header img{
padding-top:5px;
margin-top: 5px;
padding-bottom:5px;
margin-bottom: 5px;
}
*/

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

/* .custom #header {background: url(images/logo5.gif) no-repeat; height: 94px;}*/

/*body.custom { background: #e58a03; }
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #fff; border: 0.4em solid #dc8503; }

		.custom #page { background: #fff; } */
		
body.custom {
/*   background: #e58a03;*/
/*   background: #f4b352;*/
	/* background: #846639; */
		/* background: #a39682; */
/* 		background: #8f7f66; */
		background: #ffcc66;

}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #fff;
    border: 0.4em solid #3e3e3a;
}


.custom .page {
    background: #fff;
}

/* STYLE NAV BAR */
.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item a {
  background-color: #FF3300;
  color: #ffffff;
  font-family: Georgia;
}

.custom ul#tabs li a:hover {
  background:#FF3300;
  color:#ffffff;
    text-decoration: none;
}


/* custom home page */

.custom #homepage {
	width: 880px;
	height: auto;
	}
	
/* REMOVE SIDEBAR LINE */
.custom #content_box  { background: none ; } 


/* REMOVE COMMENTS ARE CLOSED LINE AT END OF EACH PORFOLIO ENTRY */
.custom .to_comments {display: none ;}
/* END -- REMOVE COMMENTS ARE CLOSED LINE AT END OF EACH PORFOLIO ENTRY */

/*
.custom #homepage h1{

	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
	color: #0c93a3;
	padding:20px;
	padding-top:40px;
	padding-bottom:50px;
	text-align: left;
	background-color:#fff;
	}
*/

.custom #homepage h1{

	font-family: georgia;
	font-size: 48px;
	font-weight: bold;
	color: #f30;
	padding:20px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:30px;
	text-align: left;
	background-color:#fff;
	}

.custom #homepage h2{
	font-family: georgia;
	font-size: 30px;
	font-style:normal;
	color: #f30;
	padding-top:40px;
	padding-bottom:15px;
	padding-left: 30px;
	margin-top:0px;
	}
.custom #homepage h3{
	font-family: verdana;
	font-size: 14px;
	font-style:bold;
	color: #660;
	padding-top:20px;
	padding-bottom:5px;
	}
.custom #homepage h3 a:hover{
	color: #f27417;
	}
.custom #homepage p{
width:800px;
	font-family: verdana;
	font-size: 18px;
	line-height: 28px;
	font-style:normal;
	color: #666;
	padding-left:30px;
	padding-top: 0px;
	margin-bottom: 10px;
/* 	margin-left: 20px; */
	}	
.custom #homepage a {
	color:#f30;
	font-family: georgia;
	font-weight: normal;
	font-size: 22px;
	}

.custom #homepage a:hover{
	color:#663;
	}	
	
	
	
.custom #homepage ul{
	margin-left: 30px;

	}
	
.custom #homepage li{
	display:inline;
	float:left;
	text-decoration: none;
	margin-right: 20px;
		margin-bottom: 20px;
	}
	
.custom #homepage li p{
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	font-style:normal;
	color: #000;
	margin-left: 0;
	}
	
.custom #homepage img {
	border: 10px solid #ccc;
	margin-bottom:20px;
	
}

.custom #homepage li a {
	text-decoration: none;
	color: #fff;
}

.custom #homepage li a:hover {
	color: #f00;
}


.custom #image_box img.two_by_one {
	width:800px;
	height:267px;
	padding:0;
	border: 10px solid #ccc;	

}

.custom #image_box {
	width:800px;
	height:267px;
	margin-left:30px;
	background:none;
	border-bottom:0;
	padding:0;
}

#image_flicker {
	margin-left:30px;
	}




/*
.custom #image_box, #video_box, #custom_box {
padding:0;
}

*/




/*

.custom #image_box img {
border-width:0.1em;
padding:0.1em;
}

*/
/*
.custom #image_box {
padding:1.1em;
}

.custom #image_box {
background:#EEEEEE none repeat scroll 0 0;
border-bottom:1px solid #DDDDDD;
}
*/

/*
.custom #multimedia_box {
	margin-bottom:2.2em;
	width:820px;
	height:287px;
}

.custom .two_by_one {
	width:800px;
	height:267px;
}
*/

/* MMBOX */
.custom .mymmbox {
width: 880px;
height: 386px;
border: 1px solid
margin-left: 2em;
margin-bottom: 2em;
}
/*
.custom .mymmbox {
width: 91em;
height: 20em;
border: 1px solid
margin-left: 2em;
margin-bottom: 2em;
} */
/* END --MMBOX */

/* INDIVIDUAL PAGES - STYLE */

.custom .headline_area h1 {

	font-family: georgia;
	font-size: 36px;
	font-weight: normal;
	color: #990;
	text-align: left;

	}
	


.custom #pagestyle {
	width: 880px;
	height: auto;
	}

.custom .pagestyle h1{
clear:both;
	font-family: georgia;
	font-size: 22px;
	font-weight: bold;
	color: #f30;
	letter-spacing: 1px;
	text-align: left;
	padding-top:20px;
	padding-bottom:0px;
	margin-top: 30px;
	margin-bottom:5px;
	background-color:#fff;
	}
.custom .pagestyle h2 {
	clear:both;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	color: #663;
	text-align: left;
	line-height:12px;
	margin-bottom: 5px;
	margin-top: 20px;
	}

.custom .pagestyle h3{
	clear:both;
	font-family: georgia;
	font-size: 22px;
	font-weight: bold;
	color: #f30;
	text-align: left;
	background-color:#fff;
	}

.custom .pagestyle p {
	color:#666;
	font-size:16px;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
	padding:0;
}	


.custom .pagestyle p img {
	margin-right:20px;
}
.custom .pagestyle a {
	text-decoration: none;
	color: #f30;
}

.custom .pagestyle a:hover {
	color: #663;
}

.custom .pagestyle ul{
	clear:both;
	margin-left: 20px;
	margin-bottom:0;
	text-decoration: none;

	}
	
.custom .pagestyle li{
	clear:both;
	text-decoration: none;
	color: #666;
	font-size: 16px;

	}
	
.custom .pagestyle li a {
	text-decoration: none;
	color: #666;
}

.custom .pagestyle li a:hover {
	color: #f00;
}

/* arrange social networking icons in a row */
.custom  .logos ul{

	margin-left: 0px;
	margin-bottom: 20px;
	}
	
.custom .logos li{
				display:inline;
	list-style-type: none;
	text-decoration: none;
	}
.custom .logos img{
		display:inline;
		border:0;
		margin-right:10px;
	}	

.custom #content_area img.alignleft, img.left {
border:0;
}







/* arrange photos in gallery */
.custom  #photos ul{
	margin-left: 0px;

	}
	
.custom #photos li{
	display:inline;
	list-style-type: none;
	text-decoration: none;
	}
.custom #photos img{
margin:0;
	margin-top: 20px;
		margin-bottom:20px;

	}	

.custom .format_text img.left,.custom .format_text img.alignleft,.custom .wp-caption.alignleft {
margin:7px 10px 10px 0;
}

/* Style the enhanced contact form */

#wpcf label {
	clear: both;
	display: block;
	float: left;
	font-family: Georgia;
	font-weight: bold;
	size: 18px;
	color:#663;
	width: 150px;
	margin-bottom: 8px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 10px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}	



/* gets rid of the side bar divider for custom page */
.custom #homepage .custom #content_box { background: none ; }

/* 		custom background color on sidebar and content	 */
/*
.custom #content_box {background-color:#fff;}
.custom #content {background-color:#fff;}
*/

/* 		font size for h2 on portfolio (blog) entries border around images   */
.custom #portfolio h2 { font-size: 24px; color: #000; }
.custom #portfolio img { border: 2px solid #000; padding:1px; }

/* custom font for portfolio headings */
.custom .entry-title a{
	font-family: Georgia;
	font-size: 24px;
	font-weight: bold;
	color: #76782d;
	}
.custom .entry-title a:hover{
	color: #f30;
	}


/* custom for sidebar styles */

.custom .sidebar {
	margin-top:20px;
	margin-left:20px;}


.custom .sidebar h3{
	font-family: Georgia;
	font-size: 18px;
	color: #ff3300;
	font-weight:bold;
	text-align: left;
	letter-spacing: 1px;
	}

.custom .sidebar li a {
	text-decoration: none;
	color: #666;
	font-weight:normal;
	text-align: left;
	font-family: Georgia;
	font-size: 16px;
}

.custom .sidebar li a:hover {
	color: #f00;
}

/* Format Catagory Page Title */
.custom #archive_info h1 {
font-size:18px;
font-weight: bold;
font-family: Georgia,Times New Roman,serif;
color:#f30;
}


/* 	custom welcome box */
	.custom div.welcome_box {
width: 90%;
padding: 0.571em 0.786em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-bottom: 0em;
padding-bottom: 0em;
}
