* {
	margin: 0;
	padding: 0;

}


body {
	margin: 0 auto;
	background:  #333 url('images/bg2.png') repeat-x;
	font-family: Arial, Veranda, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#000;
}

/* -------------------------------------- */
/* Main container						  */
/* -------------------------------------- */

div#container {
	margin: 0 auto;
	text-align:left;
	width:980px;
	position:relative;

	border-bottom: 2px solid #FF9933;
	padding-bottom:40px;
	background:  transparent url(images/top2.png) no-repeat top left;
	overflow:hidden;

		min-height:500px;

}


div#top {
	margin: 0;
	height:149px;
	/*background:  transparent url(images/topline.gif) no-repeat bottom left;*/

	position:relative;
	margin-bottom:12px;
}

a#logo {
	position:absolute;
	top:33px;
	left:0;
	display:block;
	width:101px;
	height:97px;
	background:  transparent url(images/logo2.png) no-repeat;
}

a#companypage {
	position:absolute;
	top:54px;
	right:0;
	background:  transparent url(images/arrowleft_2.gif) no-repeat center right;
	padding:7px 30px 7px 0;
	margin-right:7px;
	font-size:1.2em;
	color:#fff;
}



h1#t1 {
	font-size:4.6em;
	font-weight:bold;
	position:absolute;
	top:20px;
	left:113px;
	display:none;

}

h2#t2 {
	font-size:1.1em;
	position:absolute;
	top:90px;
	left:120px;
	color:#E7C045;
	display:none;	
}

h2#t3 {
	font-size:1.1em;
	position:absolute;
	top:105px;
	left:149px;
	color:#E7C045;
	display:none;
}


h2 span {
	font-weight:bold;

}



div#main {
	width:673px;
	background-color:#fff;	
	float:left;


	min-height:500px;
	height:auto !important;
	height:500px;

}


div#menu {
	width:673px;
	float:left;
	height:43px;


}

div#menu a#rss {
	text-align:right;
	margin-left:560px;
	font-size:1.5em;
	display:block;
	padding-top:10px;
	height:33px;
	width:70px;
	color:#fff;

	background:  transparent url(images/rss2.png) no-repeat 5px 3px;
}


ol#mainmenu,ol.sidemenu {
	padding-right:20px;
	float:left;
	list-style:none;
	background:  transparent url(images/arrowleft_2.gif) no-repeat center right;
}

ol.sidemenu {
	padding:0;
	width:300px;
}



ol.sidemenu {
	background:  #fff url(images/arrowleftorange.png) no-repeat center right;

}



ol#mainmenu li, ol.sidemenu li {
	display:inline;
}

ol#mainmenu li a, ol.sidemenu li a {
	display:block;
	float:left;
	padding:15px 15px 5px 15px ;
	color:#fff;
	font-size:1.4em;
	height:23px;
	font-family:  Arial, Veranda, Helvetica, sans-serif;
}

ol.sidemenu li a {
	font-size:1.3em;
	font-weight:bold;
	padding:10px;
	height:20px;
	color:#444;
}


ol#mainmenu li a.selected, ol#mainmenu li a:hover {
	background-color:#fff;
	color:#444;
}

ol.sidemenu li a.selected, ol.sidemenu li a:hover {
	background-color:#FF8000;
	color:#fff;
}


ol.sec {
	border-top:10px solid #fff;
}

div#sidebar {
	position:absolute;
	top:162px;
	right:0;
	width:300px;
	background-color:#FF8000;
	margin-top:2px;
	min-height:300px;
	height:auto !important;
	height:300px;


}


form.searchformcl {
	background-color:#000;
	height:40px;
	/*border-top: 2px solid #DEDEDE;*/
	border-bottom: 1px solid #DEDEDE;
	padding:0;
	width:300px;
	margin:0 auto 0 auto;
}

form.searchformcl label {
	display:none;
}

form.searchformcl input.s {
	width:237px;
	padding:8px 0 8px 20px;
	background-color:#000;
	border:none;
	color:#fff;
	margin:0;
	font-size:1.7em;
}

form.searchformcl input.searchsubmit {
	width:40px;
	height:40px;
	background:  transparent url(images/loup.png) no-repeat;
	border:none;
	margin:0;
}


div.sidecontent {
	margin:10px;
	display:inline;	
	background-color:#C76300;
	padding:6px;
	color:#fff;
	width:268px;
	float:left;
	font-size:1.2em;
	
	min-height:100px;
	height:auto !important;
	height:100px;


}

div.sidecontent a {
	color:#fff;
}

div.sidecontent ul {
	list-style:none;
}

div.sidecontent a.apost, div.arch ul.archul li, li.cat-item {
	display:block;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:3px 0 3px 10px;
	background:  transparent url(images/arrowsmall.png) no-repeat 1px 8px;
}

ul.children li  {

	border-bottom:none;
}



div.sidecontent a.com {
	background:  transparent url(images/comment.png) no-repeat center left;
	padding-left: 15px;
}



div#footer {
	border-top:1px solid #333333;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	background-color:#5A5A5A;
	padding:10px 0 50px 0;

}

div#footer p {
	width:980px;
	margin:0 auto;
	
}



div.post {
	width:646px;
	margin:0 auto 10px auto;
	border-bottom:1px solid #bbb;
	padding:20px 0 10px 0;

}



div.post h2 {
	position:relative;
	display:block;
	padding-right:105px;
	border-bottom:1px solid #FF8000;
}



div.post h2 a {
	color:#FF8000;
	font-size:20px;
	font-weight:bold;
	font-family: Arial, Veranda, Helvetica, sans-serif;
}

div.post h2 a:hover {
	text-decoration:none;
}

div.post h2 span {
	position:absolute;
	bottom:3px;
	right:0;
	font-size:13px;
	color:#333;
	font-weight:normal;

}


div.post p.pauthor {
	font-size:11px;
	color:#333;
	margin:5px 0 10px 0;
}

div.post div.entry{
	font-size:13px;
	color:#1A1A1A;
	line-height:16px;

}


a.more-link {
	display:block;
	text-align:right;
	color:#000;
	font-weight:bold;

}

p.postmetadata, p.tags {
	color:#333;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
}



p.tags span a {
	font-size:15px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}

p.postmetadata a {
	color:#333;	
	text-decoration:underline;
	font-weight:normal;
}



div.ajax-loading {
	background:  transparent url(images/load.gif) no-repeat center center;
}



table#wp-calendar {
	width:100%;
	table-layout:fixed;
}

table#wp-calendar td, table#wp-calendar th{

	padding:3px;
	text-align:center;

}
table#wp-calendar caption {
	padding:6px;
}
table#wp-calendar th {
	background-color:#fff;
	color:#333;

}

table#wp-calendar a {
	font-weight:bold;
	text-decoration:underline;
}



h2.center {
	color:#FF8000;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	margin:40px 0 20px 0;
}


h2.pagetitle {
	margin:20px 0 10px 10px;
	color:#000;
	font-size:16px;
}






form#commentform {
	margin-top:20px;
	width:646px;
}

form#commentform textarea {
	width:646px;
	border:1px solid #FF8000;
}

form#commentform p  {
	margin-bottom:10px;
}


form#commentform p input {
	border:1px solid #FF8000;
	padding:3px;
}

form#commentform p input#submit {
	border: none;
}



form#commentform p label {
	color:#333;
}


div.comemntslist {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	margin:20px 0;
	padding:10px 5px;
	background-color:#f3f3f3;
	font-size:12px;
}

p.commentauthor {
margin-bottom:10px;
font-size:10px;
}

h2#comments, h2#postcomment {
	font-size:18px;
	margin-top:20px;
	border:none;
}

div.alignright {
	text-align:right;
}

div.alignright a, div.alignleft a{
	font-size:12px;
	font-weight:bold;
	color:#000;
}


div.navigation {
	padding:10px;
	margin:20px 0 20px 0;
}


/* -------------------------------------- */
/* Common								  */
/* -------------------------------------- */

ul {
	list-style-type:none;
}

a { 
	outline:none; 
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
