/*

	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:"Lucida Sans Unicode", Helvetica, Arial,sans-serif;
	background-color: #eee;
	color: #333;
	}

#wrapper {
	width: 980px;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #dadada;
}


/* Header styling */
#header_wrapper {
	width:100%;
	/*background: #FFFFFF url(/images/background/header-top-narrow.png) no-repeat right top;*/
	}
#header {
	overflow:auto;
	width:960px;
	height: 120px;
	position: relative;
	padding:3px 0;
	margin:0 auto;
	}

#headerLogo {
	float: left;
	margin-right: 20px;
}

.bold {
	font-weight: bold;
}

.FL {
	float: left;
}

.CB {
	clear: both;
}

h1 {
	margin:0;
	padding:0;
	font-size:24px;
	}
h1 a {
	color:#ffffff;
	}
	
h3 {
	color:#a71f2e;
	}

	
#description {
	position: absolute;
	top: 88px;
	/*left: 169px;*/
	left: 190px;
	color:#4d4c4c;
	
	}
#search {
	float:right;
	}

.disclaimer {
	margin: 2px 0;
	font-size: 11px;
	font-style: italic;
}

p {
	font-size: 12px;
	font-family: "Lucida Sans Unicode";
	margin-left: 5px;
}

/* Menu styling */
#menu {
	width:100%;
	overflow:auto;
	border-top: 1px solid #467fb7;
	border-bottom: 1px solid #aaa;
	}
#menu ul {
	width:980px;
	margin:0 auto;
	list-style:none;
	overflow: auto;
	background: #092d62 url(/images/background/header3.png) repeat-x top left;	
	}
	
#menu li {
	padding: 10px 15px;
	list-style:none;
	color:#000;
	float:left;
	}

#menu li:hover,
#menu li.current_page_item {
	background-image: url(/images/background/header3_on.png);
	}

#menu li a {
	color:#fff;
	font-size: 14px;
	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;
	background:#036;
	}
#footer p {
	padding:1em;
	width:700px;
	margin:0 auto;
	color:#ffffff;
	}
#footer p a {
	color:#ffffff;
	}


.col640 {
	width: 640px;
	float: left;
	overflow: hidden;
}

.col320 {
	width: 310px;
	float: right;
	overflow: hidden;
}

#sidebar {
	font-size: 13px;
	background-color: #efefef;
	padding-bottom: 0px;
}
		
#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;
}

.hr {
	width: 320px;
	height: 20px;
	background: url(/images/hr320.png) top center no-repeat;
}

.sidebarHdr {
	width: 320px;
	height: 44px;
	text-align: left;
	text-indent: 10px;
	padding-top: 6px;
	margin: 0;
	background: url(/images/sidebarHdr.png) top left repeat-x;
}

#sidebar ul {
	margin: 0 0 10px 10px;
	
}

#tarjouspyynto .twoColForm input,
#tarjouspyynto #lp_hissiDiv input,
#tarjouspyynto #mp_hissiDiv input,
#tarjouspyynto #tp_hissi input {border-width:0;}

