/*
	Template Name: PHP Slate Blue Single Fixed
	Template URI: http://freewebtemplates.me
	Description: A fixed width single column CSS web template with SlateBlue as the theme color.
	Version: 1.0
	Author: Ed Zivkovic
	Author URI: http://freewebtemplates.me
	Tags: PHP, Includes, Blue, CSS, Fixed Width, Mini Site, No Graphics, Single Column, Tableless, 
*/

/*
	Template by Ed Zivkovic released under the
	Creative Commons Attribution 2.5 License:
	http://creativecommons.org/licenses/by/2.5/au/
*/

body {
	font-family: Arial, Futura, Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	text-align: center;
	font-size: 95%;
	background: #E9E9E9;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	letter-spacing: 0.1em;
	font-family: Arial, Futura, Helvetica, Verdana, sans-serif;
}

a {
	text-decoration: none;
}
	
div#mainwrap {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
}

div#header {
	color: #000;
	padding: 20px;
}

div#header h1 {
	color: #000;
}

div#topnav {
	color: #999;
	padding: 8px;
	font-size: 90%;
	background-color: #DADDF2;
	text-align: center;
}

div#topnav a {
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

div#topnav a:hover {
	color: #0000FF;
	border-bottom: 1px dashed #0000FF;
}

div#breadcrumb {
	color: #000;
	padding: 8px;
	font-size: 85%;
	background-color: #DADDF2;
}

div#breadcrumb a {
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

div#breadcrumb a:visited {
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

div#breadcrumb a:hover {
	color: #0000FF;
	border-bottom: 1px dashed #0000FF;
}

div#contentwrap {
	border: 0px solid #2A2ABD;
}

div#content {
	line-height: 170%;
	padding: 20px;
}

div#content h2 {
	color: #0080C0;
	border-bottom: 3px solid #DADDF2;
	padding-bottom: 6px;
}

div#content h3 {
	color: #0080C0;
	border-bottom: 2px solid #DADDF2;
	padding-bottom: 6px;
}

div#content a {
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

div#content a:visited {
	color: #800080;
	border-bottom: 1px solid #800080;
}

div#content a:hover {
	color: #FF0000;
	border-bottom: 1px dashed #FF0000;
}

div#bottomnav {
	color: #999;
	padding: 8px;
	font-size: 90%;
	background-color: #DADDF2;
	text-align: center;
}

div#bottomnav a {
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

div#bottomnav a:hover {
	color: #0000FF;
	border-bottom: 1px dashed #0000FF;
}

div#copyright {
	color: #999;
	padding: 10px;
	font-size: 11px;
	background-color: #FFF;
	text-align: center;
}

div#copyright a {
	color: #999;
	border-bottom: 1px dashed #C0C0C0;
}

div#copyright a:hover {
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

div#credit {
	color: #999;
	padding: 8px;
	font-size: 10px;
	background-color: #E9E9E9;
}

div#credit a {
	color: #999;
	border-bottom: 1px solid #C0C0C0;
}

div#credit a:hover {
	color: #666;
	border-bottom: 1px dashed #666;
}
		
.right {
	text-align: right;
}

.left {
	text-align: left;
} 
	
div#clear {
	clear: both;
}

.box {
	color: #7890A8; 
	border: 1px solid SlateBlue; 
	background-color: #DADDF2; 
	padding: 10px 12px 12px;
	margin: 20px 100px;
	text-align: justify;
	font-size: 90%;
	line-height: 180%;
}
		
.center {
	text-align: center;
}
.warning {
	color: #FF0000;
}

div.top {
	text-align: center;
	padding: 0 0 6px;
	font-size: 90%;
}

div.top a {
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}

.rating {
	color: #FF0000;
}

div.listing-detail {
	margin: 10px 0;
	border: 1px solid #DADDF2;
	padding: 20px;
}

div.model-detail {
	border: 0;
}

div.model-detail h2 {
	
}
div.model-profile {
	width: 100%;
	font-size: 90%;
	padding: 10px 0 0;
}
		
div.model-thumb {
	float: right;
	width: 200px;
	text-align: center;
}

div.model-thumb a {
	border-bottom: 0 solid red;
}
		
div.model-description {
	background: #FFF;
	line-height: 170%;
	margin-right: 200px;
}


		