/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/



/* to set background image */
 body.custom {
 background: url();
 background-color: #A3A1A0;
 background-position: center top, center bottom;
 background-repeat: repeat-x;
 margin:0px 0px; padding:0px;
 }








.custom #container {
    margin-top: 0px;
    margin-bottom: 0px;
    margin:0px auto; 
    margin-left: auto;
    margin-right: auto; 
    width: 743px;   
   
   
    
}



 .custom #page {
 	padding-top: 0px;
	padding-bottom: 0px;
	width: 743px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;  		
	background-image: url(http://samplebestmanspeeches.com/wp-content/uploads/2014/02/middle.png);
          background-color: transparent; 
	border: none;	

 }





.custom #content_box{
	padding-top: 0px;
	padding-bottom: 0px;
	width: 700px;	
	padding-right: 20px;
	padding-left: 20px;
		

} 



.custom #header {
 border-bottom:none;
 height:190px;
 width:743px;
 padding-top:0;
 padding-bottom:0;
 padding-left:0;
 padding-right:0;
 background:url(http://samplebestmanspeeches.com/wp-content/uploads/2014/02/header.png) no-repeat !important;

 }
 .custom #header #logo { display:none; }
 .custom #header #tagline { display:none; }




.custom #footer {
 border-bottom:none;
 height:50px;
 width:743px;
 padding-top:0;
 padding-bottom:0;
 padding-left:0;
 padding-right:0;
 text-align:bottom;
 background:url(http://samplebestmanspeeches.com/wp-content/uploads/2014/02/footer.png) no-repeat !important;
 
 }



/*TextArea Formatting*/
textarea {
background-color: white;
border: 1px solid;
width: 700px;
height:60px;
color: #000000;
border-color: #E2E3EA;
font-family: arial;
resize: auto;
cursor: auto;
padding: 2px;
white-space: pre-wrap;
word-wrap: break-word;
}



/* Table Formatting */
tablecustom {
    font-size: 14px;
    height: 300px;
    border: 1px solid white;
    cellpadding: 25px;
    margin: 25px;
    width: 500px;
}


/* Navbar Width */
.custom .menu {  margin: auto; width:700px; }
.custom ul li a { width:120px; background-color:#E3EEFB; text-align:center; }



/* Hide Comments Closed Text */
.custom .comments_closed p {
  display: none;
}




#comments {border:0!important;}