/*
THEME NAME: Cre8ive's WP Design for Besharatgallery.com
THEME URI: http://www.besharatgallery.com
DESCRIPTION: Custom-coded for Massoud Besharat
VERSION: 1.0
AUTHOR: <a href="http://cre8ivewebsites.com/">Steven Burns</a>
*/
@charset "UTF-8";
/* CSS Document */
body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
}
#mainbody {
	font-family: helvetica, arial, verdana, sans-serif;
	}

#content H2 {
	text-align:center;
	font-size:20px;
	font-family: helvetica, arial, verdana, sans-serif;
}
#content {
	background-color:#402000;
	color:#a08040;
	font-size:12px;
	font-family: helvetica, arial, verdana, sans-serif;
	border-style:solid;
	border-color:#604020;
}
.entry {
	color:#000;
	background-color:#FFF;
	padding-left:10px;
	padding-right:10px;
	font-family: helvetica, arial, verdana, sans-serif;
	min-height:500px;
}
.topnav {
	height: 33px;
	width:100px;
	margin:0 0 1em;
	text-align:center;
	font-family: helvetica, arial, verdana, sans-serif;

}
.topnav a {
	text-decoration:none;
	font-size:16px;
	color:#FFF;
	font-family: helvetica, arial, verdana, sans-serif;
}
.topnav a:hover {
	color:#a08040;
	font-family: helvetica, arial, verdana, sans-serif;
}
.bottomnav {
	background-color:#202000;
	height: 33px;
	width:100px;
	font-size:16px;
	padding-right:6px;
	padding-left:3px;
	font-family: helvetica, arial, verdana, sans-serif;
}
.bottomnav a {
	text-decoration:none;
	color:#FFF;
	font-family: helvetica, arial, verdana, sans-serif;
}
.bottomnav a:hover {
	color:#FF9;
	font-family: helvetica, arial, verdana, sans-serif;
}

.round_bottom {
	height:14px;
	background-color:#202000;
	-moz-border-bottom-left-radius: 4px;
  	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
  	-webkit-border-bottom-right-radius: 4px;
  	border-radius: 4px;
	font-family: helvetica, arial, verdana, sans-serif;
}
.widgettitle {
	background:#971A1A url(images/navbar.png) top left repeat-x;
	font-size:12px;
	padding:5px;
	vertical-align: middle;
	font-family: helvetica, arial, verdana, sans-serif;
}
.textwidget {
	background-color:#FFF;
	font-family: helvetica, arial, verdana, sans-serif;
}

.wpcf7 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.ngg-imagebrowser {
	width: 500px;
    margin: auto;	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	margin-top: 10px; 
	margin-bottom: 10px; 
    max-height: 280px;
	max-width: 500px;
	display:block !important;
	padding:0px;
    margin: auto;	

}
#footer{
	color:#CCC;
}