/*

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/

*/







#page{



background:url(./images/Scott-background.jpg);



/*margin:0px 5px;*/



}



/*

.menu, .menu a, .menu li ul { border:none; }

.menu ul .current a { border:none; }

.menu ul .current-cat > a { border:none; }

.menu a, .menu .current ul a { color: #111111; background:none; }

.menu a:hover, .menu .current ul a:hover { color: #990000; background:none; }

.menu .current a, .menu .current a:hover { color: #990000; background:none; }

.menu .current .tab { border-bottom-color: #FFFFFF; }

.menu .current-cat > a { color:#990000; background:none; border:none; }

*/



.menu{

	margin-left:15px

}

#header{

	border-width:0;

}

/*added by avaya for menu 1-5-2010*/

.menu a:hover, .menu .current ul a:hover{

	background:none;

	border:1px solid #8A0000;

	}

.menu .current a, .menu .current a:hover {

background:none;

border:1px solid #8A0000;

}

.menu .current .tab {

border-bottom-color:#8A0000;

}

.menu .current-cat > a {

background:none;

border:1px solid #8A0000;

color:#8A0000;

}

.menu a{

border:1px solid transparent;

}



/*avaya menu css over here*/

.home_img{

	border:2px solid black;

	margin:5px 5px;

	height:410px;

	width:297px;

	

}



/*for search box*/

#s{

background:none repeat scroll 0 0 #FFFFFF;

border-color:#000;

border-style:solid;

border-width:1px;

color:#000;

font-size:1.3em;

height:25px;

width:180px;

margin-right:14px; 

}



/*content padding was 10px but causing column 2 jump*/



#content{

	padding-left:0px;

	border:none;

}





#footer_logo{

	float:left;

	margin:3em 5em 5em 3em;

	

}

.home_widgate {

	padding:10px;

	margin:5px;

	height:5em;

	width:3em;

	background:#ffffff;

	

}

#footer {

	border:none;

}

.Footer1{

	/*font-size:11px;*/

	height:22em;

	width:19em;

	float:left;

	margin-left:2em;

	margin-right:2em;

	padding-bottom:20px;

	color:#ffffff;

	

}

.Footer2{

	/*font-size:11px;*/

	height:22em;

	width:19em;

	float:left;

	margin-left:2em;

	margin-right:2em;

	padding-bottom:20px;

	color:#ffffff;

	/*display:none;*/



}



.Footer3{

	/*font-size:11px;*/

	height:22em;

	width:19em;

	float:right;

	margin-left:2em;

	margin-right:2em;

	padding-bottom:20px;

	color:#ffffff;

/* 	display:none;  */



}



.Footer1 p a:link {

color: #ffffff;

}



.Footer3 p a:link {

color: #ffffff;

}



	#content_box{

		background:none;

		margin-top:10px;

	}

/*                                    custom csss by Raj                              */



body {

-moz-background-clip:border;

-moz-background-inline-policy:continuous;

-moz-background-origin:padding;

background:url(./images/dark-red-Antique_Parchment_.jpg);

color:#382622;

}





.menu .current a, .menu .current a:hover {

-moz-background-clip:border;

-moz-background-inline-policy:continuous;

-moz-background-origin:padding;

/*color:#111111;*/

}

li.widget .widget_box { padding: 0.692em; border-width: 0.077em;height:225px }

.menu a { font-size: 12px;

 font-family:Georgia, "Times New Roman", Times, serif;

 font-weight:bold;

 line-height: 1.273em;

 padding: 0.636em 0.818em;

 border-width: 1px;

 border-left-width: 0; }

.menu a, .menu .current ul a { color: #382622;  background:no-repeat;

border:1px solid transparent; }

/*.menu a:hover, .menu .current ul a:hover { color: #382622; }

.menu .current a, .menu .current a:hover { color: #B59173; background:no-repeat;  } commented by avaya*/



.menu .current .tab {



}

/*raj css over here*/



/* customize teaser box paste it in custom.css file  code added by avaya*/



.custom .teaser_box{

width: 51em;  padding: 0; border-width: 0;

}

.custom .teaser{

width: 23.5em;  height:100%; margin:1em 0.5em 2em 0em;

}

.custom .teaser h2{

text-align:left;

}

.teaser_right  {

float:left;

}

.teasers_box {

border:none;

padding-bottom:0em;

padding-top:0em;

}



/*custom teaser box code over here*/

/*multimedia box margine is changed for setting description of image*/ 

#multimedia_box {

margin-bottom:0em;

}



.img_desc {

background:none repeat scroll 0 0 #FFFFFF;

margin:0 0 10px;

padding:5px 2px 1.2em 5px;

text-align:center;

}

/*category archive description*/

.catdesc{

	padding:10px 0px 0px 0.2em;

	font-size:1.4em;

	border-bottom:0.2em solid #000;

	margin:0 2.5em 1em 1em;

}

/*To set background color of footer*/

.foot_wid_cont{

	height:300px;

	background-color:#511615;

	padding:15px 0 0 0;

}

/*to put the padding in footer*/

#footer{

	padding-right:20px;

	background-color:#1A0303;

}

/*to make the border blck on category archive*/

#archive_info{

	border:none;

}

/*to remove bottom border of multimedia box*/

#image_box, #custom_box {

border-width:0;

}

/*to increase the size of title of category archive*/

#archive_info h1 {

font-size:2.2em;

line-height:1.364em;

}

/*to increase font size of design staff designers description*/

.teaser .format_teaser{
font-size:1.35em;
margin-top:0px;
padding-right:25px; /*Space between Design Staff*/
}

/*to make design staff title bold*/

.entry-title{

font-weight:bold;
padding-bottom:10px;
padding-right:25px; /*Space between Design Staff*/

}

/*Style the home page text*/
.custom h2{

line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	color: #630021;

}

/*---:[ google custom search ]:---*/
li.thesis_widget_google_cse form input[type="text"] { width: 75%; }
li.thesis_widget_google_cse form input[type="submit"] { font-weight: regular; color: #222; background: url('lib/images/submit-bg.gif'); border: 1px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
li.thesis_widget_google_cse form input[type="submit"]:hover { color: #090; }