/*

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 { 

	background: #fff; 

	margin: 0em;

	padding: 0em; 

	border-top: 1px solid #C93;  /* gold*/

	border-bottom: 1px solid #C93;  /* gold*/









}

.custom #header #logo {

	margin-left:30px;

	padding-top:70px;

	height:100px;

	background-image: url(images/rotary-international.gif);

	background-repeat: no-repeat;

	background-position: left center;

	/*background-color:red;*/

}

.custom #header #logo a {

	width:140px;

	height:140px;

	height:100px;

	outline:none;

	padding: 0em;

	padding-left:200px;

	border: 0em;

	color: #336; /* matted blue */

}

.custom #header #logo a:hover {

	color: #C93;  /* gold*/

}

/*.custom #header #tagline {display:none;}*/









#marlborough-rotary-meeting, #mailing-address,  #recent-posts-3 ul {

	width:198px;

	height: 18.6em; 

	border:1px solid #336; /* matted blue */

















}

#mailing-address {

	height: 14.6em; 

}

#recent-posts-3 ul {

	width:172px;

	min-height: 18.6em; 

}

/* #marlborough-rotary-meeting #title {

	margin: 0 auto;

	padding: 1.1em;

	color:#C93;

	color: #efce73;

	font-size:150%;

	background-color:#336; */ /* matted blue */

	/* text-align:center;

}*/

#marlborough-rotary-meeting p, #mailing-address p,  #recent-posts-3 ul {

	text-align:left;

	padding:1em;

}

#marlborough-rotary-members img{ /* on the meet the members page */

	display:block;

	width:600px;

	height:222px;

}









ul.sidebar_list h3 {

	margin: 0 auto;

	padding: 0.75em;

	color: #efce73;

	font-size:130%;

	font-variant:normal;

	background-color:#336; /* matted blue */

	text-align:center;

}

/* Committees page */

ul#committee-list {

	margin-left:40px;	

}

#clubservice, #fundraising, #membership, #internationalservice, #vocationalservice, #communityservice, #family {

	text-decoration:none;

	}

#wlmember_loginwidget { /* Wish List Member Box */

	padding:1em;

	border:1px solid #336; /* matted blue */

}

/* KMC 08/19/10 - Disable rotating graphics top right & replace with single graphic uploaded to media gallery */









#multimedia_box {

	width:100%;

	background-color:#fff;

}

#custom_box img {

	margin: 0 auto 0 auto;

	padding-left:30px;

	width:153px;

	height:81px;

	border:none;

}



/* DAH 04/12/2012 - Change anchor attributes (intended for headings using "a name=") */



.davidh a{

	color: #000;

	font-weight: bold;

}
/* new FORM defs */
form#car_raffle_frm{
	margin-top:20px;	
}
form#car_raffle_frm div{
  clear: left;
  display: block;
  width: 476px;
  /*height: expression('1%');*/
  margin: 5px 0 0 0;
  padding: 1px 3px;
}
form#car_raffle_frm div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 8px 3px 0px;
  margin: 0 0 5px 0;
  text-align: right;
}
form#car_raffle_frm div input {
  width: 195px;
  padding: 3px 1px 3px 1px;
  margin: 0 40px 0 0;
  color: #000000;
  font-size:12px;
  border:1px solid #999;
}
form#car_raffle_frm div textarea  {
  width: 195px;
  padding: 1px 1px 1px 1px;
  margin: 0 40px 0 0;
  color: #000000;
   border:1px solid #999;
  /*font-size:10px;*/
}
form#car_raffle_frm div input.submit{
	width: 160px;
	padding:8px;
	color:#C93;
	font-weight:bold;
	background-color: #336;
	text-align:center;

}



