/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License

Name       : Sandstorm
Description: A two-column, fixed-width design with dark color scheme.
Version    : 1.0
Released   : 20120125
*/

* {
	padding: 0;
	margin: 0;
}

.linkActive {
	text-decoration:underline;
}

.image {
	float:left;
}

.detail{
	float:left; 
	width:640px;
}

.description {
	/*height:125px;*/
	margin-bottom:10px;
}

.post{
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#99a2dc;
}

a {
	color: #99a2dc;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#lienPortfolio {	
	background-color:#001945;
	padding:10px;
	padding-left:30px;
}

#lienPortfolio a {
	font-weight:bold;
	color: #99a2dc;
	text-decoration: none;
}

#lienPortfolio a:hover {
	font-weight:bold;
	color: #99a2dc;
	text-decoration: underline;
}

body {
	font-size: 12.5pt;
	color: #AD8F6D;
	/*background: #39250F url(images/img01.jpg) no-repeat top center;*/
	background: #001945 url(images/img01.jpg) no-repeat top center;
	line-height: 1.75em;
}

body,input {
	font-family: Arial, sans-serif;
}

.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	color:#001945;
	font-weight: normal;
}

h2 {
	font-size: 1.75em;
}

h2,h3,h4 {
	margin-bottom: 1em;
	color: #FFFFFF;
	font-weight:bold;
	/*font-family: Oswald, sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.25em;
}

img  {
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
}

img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 0.7em;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

#content {
	padding: 0;
}

#footer {
	margin: 0 0 50px 0;
	padding: 0px 0 50px 0;
	text-align: center;
	color: #99a2dc;
}

#footer a {
	color: #99a2dc;
}

#header {
	position: relative;
	height: 50px;
	padding: 35px;
}

#logo {
	line-height: 50px;
	width: 910px;
	position: absolute;
	text-align: center;
	height: 50px;
	bottom: 18px;
	/*
	background-color:#FFF;
	opacity:0.4;
	filter:alpha(opacity=40);
	*/
}

#logo a {
	color: #FFFFFF;
	text-decoration: none;
}

#logo h1 {
	/*font-family: Oswald, sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:-2px;
	font-weight:bold;
	font-size: 2em;
}

#menu {
	/*font-family: Oswald, sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
	left: 0;
	width: 980px;
	height: 57px;
	top: 0;
	line-height: 57px;
	position: absolute;
}

#menu a {
	font-weight:bold;
	letter-spacing: -1px;
	color: #F8F8F7;
	text-decoration: none;
	font-size: 1.25em;
}

#menu a:hover {
	text-decoration:underline;
}

#menu ul {
	width: 980px;
	list-style: none;
	text-align: center;
}

#menu ul li {
	padding: 0 15px 0 15px;
	text-align: center;
	display: inline;
}

#page {
	position: relative;
	width: 910px;
	margin: 0 0 0 0;
	color: #737cb4;
	border-top: solid 1px #737cb4;
	padding: 35px 35px 0 35px;
	background: #000 url(images/img02.gif) repeat-x top left;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	padding: 20px 0 20px 0;
	clear: both;
}

#page h2, #page h3, #page h4 {
	color: #F8F8F7;
}

#page strong {
	color: #99a2dc;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding: 10px 0 10px 0;
	border-top: solid 1px #604322;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom {
	width: 910px;
	padding: 35px 35px 0 35px;
	position: relative;
}

#page-bottom h2, #page-bottom h3, #page-bottom h4 {
	color: #F7F6F6;
}

#page-bottom ul {
	list-style: none;
}

#page-bottom ul li {
	padding: 10px 0 10px 0;
	border-top: solid 1px #604322;
}

#page-bottom ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom-content {
	margin: 0 0 0 255px;
	width: 655px;
}

#page-bottom-sidebar {
	float: left;
	width: 225px;
}

#post1 {
	overflow: hidden;
	margin: 0 0 30px 0;
}

#post2 {
	margin: 0 0 30px 0;
	overflow: hidden;
}

#post3 {
	margin: 0 0 30px 0;
	overflow: hidden;
}

#search input.form-submit {
	border-bottom: solid 1px #2E8699;
	margin-left: 1em;
	border-top: solid 1px #74CCDF;
	background: #3890A3;
	/*font-family: Oswald, sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	border: 0;
	padding: 5px;
}

#search input.form-text {
	border: solid 1px #604322;
	padding: 5px;
}

#sidebar {
	float: left;
	padding: 0;
	width: 225px;
}

.dotTop {
	border-top-style:dotted;
	border-top-width:2px;
	border-top-color:#FFF;
	margin-top:10px;
	padding-top:5px;
}

#wrapper {
	width: 980px;
	position: relative;
	margin: 85px auto 0 auto;
}