/*  
Theme Name: Corporate
Description: The Corporate wordpress theme. Cross-browser, XHTML Strict v1.0 and CSS 2.1 valid. Great for businesses, corporate blogs and web sites. Comes with customizable intro text, for information read Instructions.txt. NOTICE: This version contains a few critical bug fixes, so make sure you have the latest version.
Version: 1.4.1
Author: Ori Pearl
Author URI: http://www.oripearl.com/
Tags: business, corporate, xhtml, css, simple, clean, clear, white, grey, orange, fixed width, intro, banner, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blueprint, blueprintcss
*/

body
{
	background: #f5f5f5;
	color: #000;
}

a
{
	color: #ff0000;
}

h2 a
{
	color: #000;
}

h3 a
{
	color: #000;
}

h2, a:hover
{
	color: #5e5e5e;
}

pre, code {white-space: normal;}


#top
{

	text-align: left;
    font-size: 0.9em;
    width:915px;
    margin: 0 0 0 15px;
    font-size: 1em;
    float:left;
}

#top .menu
{
	padding: 0 0 10px 0;
	width:915px;
	height:15px;
	float:left;
	border-bottom: 4px solid #00599d;
}

#top .menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#top .menu a
{
	font-size:1.1em;
	text-decoration: none;
	color: #000;

}

#top .menu a:hover
{
	color: #5e5e5e;
}

#contenttop
{
	background: transparent url('images/topbg.png') no-repeat 0 0;
	height: 26px;
}

#contentwrapper
{
	background: transparent url('images/contentbg.png') repeat-y 0 0;
	padding: 0 25px 0 25px;
	width:895px;
	float:left;

}

#header
{
	width:895px;
	height: 62px;
	float:left;
	margin: 0 25px 10px 17px;
}

#header #title
{
margin:0;	
}

#header #title .logo
{
	float: left;
}

#header #title #blogtitle
{
	margin-left: 0;
}

#header #title h1
{
	font-size: 20px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 5px;
}

#header #title h2
{
	font-size: 14px;
	color: #000;
}

#header #searchbar
{
	margin: 20px 0 0 120px;
	float:right;
}

#introcontainer
{
	margin: 0 0 10px 5px;
	width: 662px;
	padding:20px;
	border-bottom: 5px solid #00599d;
	background: transparent url('images/dorrhandtag.jpg') repeat-x;
	float:left;
}

#intro
{
	width: 612px;
	padding: 20px;
	float:left;
	background: url('images/intro-bg.png') repeat scroll 0 0 transparent; 
	margin: 0;
}


#intro h1
{
	font-size: 18px;
	color: #000;
	margin-bottom: 16px;
}

#intro p
{
	font-size: 1.1em;
}

#intro #introicon
{
	float: right;
	margin: 35px 50px;
}



#produktcontainer 
{
	margin:0;
	width: 660px;
	padding: 10px 20px 20px 20px;
	float:left;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 0 10px 5px;
}

#produktcontainer h2
{
	font-size: 1.8em;
	margin:0;
	padding:0 0 20px 0;
	color: #000;
}

.produkt-left
{
	margin:0;
	width: 320px;
	padding: 10px 0 0 0;
	float:left;
}

.produkt-right
{
	margin:0 0 0 20px;
	width: 320px;
	padding: 10px 0 0 0;
	float:left;
}

.produkt-center
{
	margin:0;
	width: 600px;
	padding: 10px 0 0 0;
	float:left;
	text-align:center;
	font-size: 2em;
}

#contentcontainer
{
	margin:0;
	width: 707px;
	padding: 0;
	float:left;
	background: #fff;
	margin: 0;
}




#posts
{

	width:440px;
	float:left;
	margin: 0 0 10px 5px;
	padding:0;
}

.post
{
	font-size:1.1em;
	width:440px;
	float:left;
	font-family: Arial, Verdana, 'Lucida Sans';
	margin:0 0 20px 0;
	padding:0;
}

.post .postheader .commentcount
{
	width: 27px;
	line-height: 12px;
	float: left;
	text-align: center;
	padding-right: 10px;
}

.post .postheader .commentcount a
{
	text-decoration: none;
	color: #4884bc;
}

.post .postheader .posttitle
{
	
	line-height: 20px;
}

.post .postheader .posttitle h2
{
	font-family: Arial, Times, "Times New Roman", serif;
	font-size: 1.8em;
	padding: 0;
	margin: 0 0 10px 0;
}

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

.post .postheader .posttitle .postmeta
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
}

.post .postcontent
{
	margin:0;
	line-height: 1.7em;
}

.post .postcontent h2 
{
 color: #000;
}

.post .postcontent p
{
	margin:0 0 10px 0;
}

.post .posttags, .post .posttags a
{
	color: #959595;
	clear:both;
	margin-top: 20px;
	text-align: right;
}

.commentbox
{
	background: #fff;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
	_padding: 7px;
}

.commentmeta .avatar
{
	float: left;
	padding-right: 6px;
	_padding-right: 3px;
}

.commenttext
{
	clear: both;
	margin-top: 10px;
}

.commentform input
{
	padding: 0;
	margin: 0;
	line-height: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

.navlinks
{
	margin: 0px 5px 40px 5px;	
}

.navlinks a
{
	text-decoration: none;
}

.navlinks img
{
	margin-right: 5px;
}

#sidebar
{
	margin: 0 5px 20px 0;
	padding:10px;
	width: 160px;
	float: left;
	border: solid 1px #eeeeee;	
}



#sidebar #wrapbox
{
	background: #fafafa;
	border: solid 1px #eeeeee;	
	padding: 5px;
	margin:0;
}

#sidebar .sidebarbox
{
	line-height: 20px;
	margin-bottom: 40px;
}

#sidebar .sidebarbox h3
{
	font-size: 14px;
	color: #e65a05;
	margin-bottom: 10px;
}

#sidebar .sidebarbox a
{
	text-decoration: none;
}

#sidebar .sidebarbox ul
{
	list-style-type: none;
	text-indent: -1.5em;
}

#sidebar .sidebarbox .pages ul
{
	text-indent: -3em;
}

#sidebar-right
{
	margin: 0 0 0 10px;
	width: 252px;
	float: left;
}

.sidebar-right-com-1
{
	margin: 0 0 10px 0;
	width: 250px;
	float: left;
	border: solid 1px #eeeeee;	
}

.sidebar-right-com-2
{
	margin: 0 0 10px 0;
	width: 252px;
	float: left;
	background: #eee;	
}

.sidebar-right-com-3
{
	margin: 0 0 10px 0;
	width: 230px;
	float: left;
	padding:10px;
	border: solid 1px #eeeeee;	
}

#footer
{
	width:945px;
	padding:20px 0 0 0;
	float:left;
	text-align:center;
	background: url('images/bottombg.png') no-repeat 0 0;
}



.searchform #searchbox
{
	float: left;
	background: #f1f1f1;
	border: solid 1px #e3e3e3;
	width: 120px;
	height: 14px;
	font-size: 11px;
}

.searchform #searchbutton
{
	height: 18px;
	width: 18px;
	margin-left: 6px;
	border: none;
	cursor: pointer;
	background: url('images/searchbutton.jpg') no-repeat 0 0;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   background: #fafafa;
   border: solid 1px #eeeeee;
   text-align: center;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

.underline
{
	
	font-size: 1.8em;
	padding: 0;
	margin: 0 0 10px 5px;
	border-bottom: 1px solid #ccc;
}

.underline-2
{
	
	font-size: 1.8em;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
