/*  
Theme Name: nat cms
Description: website template
*/

/*general*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .85em;
	color: #000;
	background: #333;
	text-align: center;
        margin-top:0;
	}
strong {
	font-weight: bold;
	}
h1 {
	font-family: Times New Roman, Georgia, serif;
	text-align: left;
	font-size: 5em;
	letter-spacing: -.07em;
	font-weight: bold;
	text-decoration:none;
	line-height: .8em;
	margin-top: 8px;
        color: #000;
	}
h2 {
	font-family: Times New Roman, Georgia, serif;
	text-align: left;
	font-size: 3em;
	letter-spacing: -.05em;
	text-decoration:none;
	line-height: 1em;
	margin-bottom: 5px;
        color: #555;
	}
p+p { 
        margin-top: 0.4em;
        }

/*positioning*/
div#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	padding: 0 5px;
	}

div#header {
	width:800px;
        padding: 0;
	display: block;
	clear: both;
	}

div#left {
	width: 350px;
	float: left;
	list-style-type: none;
	padding: 0 10px;
	/*background-color:red;*/
	}
div#left_full {
	width: 780px;
	float: left;
	list-style-type: none;
	padding: 0 10px;
	/*background-color:red;*/
	}
div#right {
	width: 400px;
	float: right;
	margin: 0;
	list-style-type: none;
    /*background-color:blue;*/
	}
div#right p {
	margin: 0 300px 1em 0;
	}
div#left a, div#right a {
	color: #888;
	text-decoration: none;
	}
div#left a:hover, div#right a:hover {
	color: #ccc;
	}
div#right h2, div#left h2 {
	font-weight: bold;
	}
div#left h3 {
	}

div#footer {
	font-size: 10px;
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
	float: left;
	width: 800px;
        text-align:right;
	}
div#footer a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}
div#footer a:hover {
	color: #555;
	border-bottom: 1px solid #333;
	}
div#clear {
	clear: both;
	}
/*navigation*/
ul#navigation {
	display: block;
	float: right;
	list-style: none;
	}
ul#navigation li {
	display: inline;
	}
ul#navigation li a {
	color: #000;
	background: #fff;
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	}
ul#navigation li.current_page_item a {
	color: #888;
	background: #fff;
	}
ul#navigation li a:hover, ul#navigation li:hover a {
	color: #ccc;
	text-decoration: underline;
	}

/*other*/
div.content-box {
	margin: 0 0 20px;
	}
div.content-box h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px;
	color: #333;
	}
	
div.contactform label {
	display: block;
	margin: 15px 0 0 0;
	font-size: .8em;
	color: #888;
	font-weight: bold;
	}
div.contactform input#contactsubmit {
	position: relative;
	top: 10px;
	padding: 2px;
	font-weight: bold
	}
div.contactform input, textarea {
 background-color: #fff;
 color: #000;
 border: 1px solid #000;
	}

div#notes, div#links {
	margin: 0 0 0 0;
	}
div.note {
	margin: 0 0 15px 0;
	}
div.note h3 {
	font-weight: bold;
	font-size: 15px;
	color: #ccc;
	}
div.work-image a {
	border: none!important;
	}
div.work-image img {
	padding: 0px;
	background: #333;
	border: 1px solid #fff;
	}
div.work-image a img {
	border: 1px solid #fff;
	}
div.work-image a:hover img {
	background: #444;
	border: 1px solid #fff;
	}