/*

	Theme Name: SimpleCMS Theme
	Theme URI: http://pixopoint.com/simplecms/
	Description: SimpleCMS Theme is designed as a simple starting point for developing themes suitable for the SimpleCMS WordPress plugin
	Version: 1.5
	Author: Ryan Hellyer
	Author URI: http://ryanhellyer.net/


	This theme was coded by PixoPoint Web Development
	http://pixopoint.com/


	The CSS, XHTML and design of this theme are released under GPL license:
	http://www.opensource.org/licenses/gpl-license.php


*/

/* Baseline  CSS  These declarations reset all the default values for all browsers */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
cite,code,th{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
q:before,q:after{content:'';}

/* Body reset */
body {
	font-family:Helvetica, Arial,sans-serif;
	background-color: #eee;
	color: #333;
	font-size:12px;
	}

#wrapper {
	width: 980px;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #dadada;
	overflow: hidden;
}


/* Header styling */
#header_wrapper {
	width:100%;
	}
#header {
	overflow:hidden;
	width:900px;
	height: 115px;
	position: relative;
	padding:0;
	margin:0 auto;
	
	}

#headerLogo {
	float: left;
	margin: 13px 20px 13px 3px;
}

.bold {
	font-weight: bold;
}

.FL {
	float: left;
}

.FR {
	float: right;
}


.CB {
	clear: both;
}

h1 {
	margin:0;
	padding:0;
	font-size:24px;
	}
h1 a {
	color:#ffffff;
	}
	
	
h2 {
	background-color:#000;
	padding: 2px 0;
	color: #fff;
	text-indent: 5px;
	margin-bottom: 3px;
	font-weight:normal;
	}
	
h2 a {
	color: #fff;
	text-decoration: none;
	}	
		
h3 {
	color:#a71f2e;
	}

.inner5 {
	padding: 5px;
	}

.inner10 {
	padding: 10px;
	}
	
.right10 {
	margin-right: 10px;
	}	


#description {
	position: absolute;
	top: 72px;
	left: 160px;
	color:#000;
	font-size: 30px;
	font-family: "Lucida Sans Unicode", sans-serif;
	}
#search {
	float:right;
	}

.disclaimer {
	margin: 2px 0;
	font-size: 11px;
	font-style: italic;
}

p {
	font-size: 12px;
	font-family: "Lucida Sans Unicode";
}

p a {
	color: #000;
}


/* Menu styling */
#menu {
	width:100%;
	overflow:auto;
	}
#menu ul {
	width:980px;
	margin:0 auto;
	list-style:none;
	overflow: auto;
	background-color: #000;	
	}
	
#menu li {
	padding: 5px 15px;
	list-style:none;
	color:#000;
	float:left;
	}

#menu li a {
	color:#fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
	
#menu li a:hover {
	color:#eee;
	}	


/* Content styling */
#content {
	width:960px;
	margin:0 auto;
	overflow: auto;
	padding: 10px;
	}


/* Footer styling */
#footer {
	width:100%;
	overflow:auto;
	}
#footer p {
	padding:1em;
	width:900px;
	margin:0 auto;
	color:#000;
	text-align: center;
	}
#footer p a {
	color:#000;
	}


.col640 {
	width: 640px;
	float: left;
	overflow: hidden;
}

.col320 {
	width: 315px;
	float: left;
	overflow: hidden;
}

.col210 {
	width: 210px;
	float: left;
	overflow: hidden;
}

.col210 .boxBG {
	min-height: 0;
}


#sidebar {
	font-size: 13px;
	padding-bottom: 10px;
}
		
#tarjouspyynto form {
	padding: 0 10px;
	
}


#tarjouspyynto label {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#tarjouspyynto #mp label,
#tarjouspyynto #lp label{
	width: 100px;
	
}


#tarjouspyynto h3,
#tarjouspyynto p {
	clear: both;
	
}

#tarjouspyynto h3{
	margin-bottom: 10px;
	
}



#tarjouspyynto p {
	margin: 0;
}

#tarjouspyynto input,
#tarjouspyynto textarea,
#tarjouspyynto select {
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #333;
}

dl {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	margin-top: 10px;
}
dt {
	font-weight: bold;
}

dd {
	margin : 0 0 10px 10px;
	
}

.twoColForm {
	width: 190px;
	float: left;
}

#headmast {
	height: 284px;
	overflow: hidden;
}

.hr hr {
	display: none;
}

.sidebarHdr {
	float: left;
	width:170px;
	margin-left:10px;
}

#sidebar ul {

}

ul.bullets {
	list-style:square;
	margin-left: 3px;
	list-style-position: inside;
	}
	
.boxBG {
	background: url(images/boxBG.png) top left repeat-x;
	min-height: 250px;
}

.slide {
	position: relative;
	width: 960px;
	height: 300px;
	overflow: hidden;
	}
	
.slideText {
	position: absolute;
	top: 30px;
	width: 300px;
	height: 270px;
	right: 10px;
	text-align:center;
	font-size: 16px;
	font-family: "lucida sans unicode", Helvetica;}	
	
.slideText img {
	margin-bottom: 10px;
}		

#statusMsg {
	background-color:#FFF9ED;
	border:1px solid #FCD47D;
	color:#000 !important;
	font-size:16px;
	margin:15px 0;
	padding:5px;
}
