/*
Theme Name: 1. standard
Theme description: Standard accessible theme for model making company
Theme URI:http://www.access-bydesign.com
Theme layout orgionally based on Brighthttp://www.kaushalsheth.com/ by  Kaushal Sheth
Author: access-bydesign.com
Author URI: http://www.access-bydesign.com
*/

/* pretty stuff*/

.subhead{
	font-size: medium;
	color: #666666;
	font-weight: bold;
}
.imageright{
	float: right;
	margin: 0.75px;
	padding: 0.75px;
	border: none;
}
.imageleft{
	float: left;
	margin: 0.75px;
	padding: 0.75px;
	border: none;}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.center{
	text-align: center;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}

.imagestyle{
	margin: 0.5em;
	padding: 0.5em;
	border: none;
	float:none;
}
.address{
	padding-left: 2em;
	font-size: larger;
	display: block;
	margin-left: 1em;
}
/* standard elements */
a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #266D71;
	font-weight: bold;
	text-decoration: underline;
}
a:active{
	color: #296D70;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
/*mainlayout*/
html{
	margin: 0px;
	padding:0px;}

body {
	margin: 0px;
	padding:0px;
	text-align: center;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:small;
	font-family:Tahoma;
	color: #000000;
}
#frame{
	width:100%;
	height:1200px;
	display:block;
	padding-top: 3em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat;
	background-position: left;
		
}
#logo{
	display: block;
	height: 100px;
	text-align:center;
}

/* header */
.header {
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
.main {
	border: 3px double #999999;
	text-align: center;
	width: 80%;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
.container {
	margin: 10px;
}

/* menu */
#sidebar{
	width:100%;
	text-align: center;
	font-size: small;
}
#sidebarul{
		line-height: 2em;
		
}
#sidebar  li{
	list-style:none;
	display:inline;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #286d72;
	}
#sidebar a {
	color: #286D72;
	height: 50px;
	font-weight: bold;
	background-image: url(/images/buttontop.gif);
	background-repeat: no-repeat;
	width: 125px;
	float: left;
	display: block;
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
}
#sidebar a:hover {
	color: #666666;
	height: 50px;
	font-weight: bold;
	background-image: url(/images/buttontop2.gif);
	background-repeat: no-repeat;
	width: 125px;
	float: left;
	display: block;
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
}
#sidebar .current_page_item a{
	color: #000000;
	height: 50px;
	font-weight: bold;
	background-image: url(/images/buttontop3.gif);
	background-repeat: no-repeat;
	width: 125px;
	float: left;
	display: block;
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
}
#textoptions{
	font-size: x-small;
	color: #000000;
	display: list-item;
	list-style-position: outside;
	list-style-type: none;
	white-space: nowrap;
	padding-bottom: 1em;
	text-align: left;
}
#textoptions ul{
	display:inline;
	color: #000000;
	
}
#textoptions li{
	display:inline;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 1em;
	
}


/* content */
.content {
	clear: both;
	margin: 3px 0 6px;
	color: #000000;
	text-align: justify;
}
.content2 {
	clear: both;
	color: #000000;
	text-align: center;
}
.content .entry{
    min-height:100px;}
	
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}

.item {
	
	padding: 10px
}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 3px double #cecece;
	font-style: italic;
	}
#flashcontent{
	width:100%;
	height:auto;
	text-align:center;
}
	
/* footer */
.footer {
	padding: 5px;
	color: #666;
	font-size: x-small;
} 


/*post stylng*/
.item{margin:0 0 25px 0;}

.item .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #f5f5f5;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #f5f5f5;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #f5f5f5;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f5f5f5;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f5f5f5;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
/*general*/
.linklove{
	display:none;
}
.nodisplay{
	display:none;
}
