/* standard elements */
a {
	color: #000;
	text-decoration: none;
}
body {
	background: #8b8b8b url('img/bg.gif') repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; font-size:0.9em; font-family:sans-serif, Arial; line-height:20px;
}
.gfx a {
	background: #F5F5F5 url('img/header.jpg') no-repeat; display: block; height: 240px	
}

.gfx  a span 
{
padding-left:40px;
font-size:3.4em;
line-height:240px;
color: #999;

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






/* main */
.main {
	background: #FFF; 
	border: 1px solid #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 770px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu_font { 
font-family:Arial, Helvetica, sans-serif; 
font-size:16px; 
	
	
	}

.menu a {
	background: url(/wp-content/themes/bright-pixel/img/button.jpg) no-repeat; 
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 149px; height: 36px;
	

}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: url(/wp-content/themes/bright-pixel/img/button02.jpg) no-repeat;;
	color: #555
}
.menu a#last {
	width: 149px;
	border-right: 1px solid #CECECE;;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666; 
	padding-bottom:10px;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	/*background: #FCFCFC url('img/bgitem.gif') repeat-x;*/
	padding: 20px;
	border-bottom:#CCC solid 1px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 3px double #cecece;
	font-style: italic;
	}
	
/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666; 
	
} 


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