/*  
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: #656565 url('images/bodybg.jpg') repeat-x 0 0;
	font-size: 11px;
	color: #313131;
}

h2, a
{
	color: #313131;
}

pre, code {white-space: normal;}

.center {
  display:block;
  text-align:center;
}

#top
{

	text-align: right;
	height: 24px;
}

#top .menu
{
	padding-top: 7px;
}

#top .menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	position:relative;
}

#top .menu a
{
	text-decoration: none;
	color: #fff;
}

#top .menu a:hover
{
	color: #000;
}

#top .menu li .submenu
{
	display:none;
	background:#979797;
	position:absolute;
	top:14px;
	right:0px;
	z-index:99;
	width:450px;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#top .menu li:hover .submenu
{
/* 	display:block; */
}

#top .menu li .submenu .widget_area
{
	text-align:left;
	width:240px;
	margin:0px 0px 0px 10px;
	padding:10px 0px;
	float:left;
}
#top .menu li .submenu .menu_area
{
	width:175px;
	float:right;
	margin:0px 10px 0px 5px;
	padding:10px 0px;
}

#top .menu li .submenu ul
{
	border-left:1px solid #aaa;
	margin:0px;
	padding:0px 0px 0px 5px;
	list-style:inside;
}

#top .menu li .submenu li
{
	text-align:left;
	display:block;
	border-bottom:1px solid #aaa;
	padding:0px 0px 3px;
	margin-bottom:3px;
}

#contenttop
{
	background: transparent url('images/topbg.png') no-repeat 0 0;
	height: 37px;
}

#contentwrapper
{
	background: transparent url('images/contentbg.png') repeat-y 0 0;

}

#header
{
	height: 75px;
}

#header #title
{
	
}

#header #title .logo
{
	float: left;
}

#header #title #blogtitle
{
	margin-left: 28px;
	margin-top:15px;
}

#header #title h1
{
	font-size: 24px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 5px;
}

#header #title h2
{
	font-size: 14px;
	color: #525252;
}

#header #searchbar
{
	margin-top: 20px;
}

#introcontainer
{
	margin-top: 40px;
}

#intro
{
	
	height: 200px;
	background: url('images/introbg.jpg') no-repeat 0 0;
	margin-left: 7px;
}


#intro #introtext
{
	float: left;
	height: 165px;
	margin: 15px auto auto 0px;
	width:740px;
	overflow: hidden;
}


#intro #introtext h1
{
	font-size: 18px;
	color: #00599d;
	margin-bottom: 16px;
}

#intro #introtext p
{
	font-size: 16px;
}

#intro #introicon
{
	display:none;
	float: right;
	margin: 35px 50px;
}

#intro div.headerbox
{
	float:left;
	width:350px;
	margin-left:20px;
}

#intro div.headerbox ul
{
	
}

.post
{
	background: #fafafa;
	border: solid 1px #eeeeee;
	margin: 40px 5px 0px 5px;	
	padding: 15px 15px 0px 15px;
}

.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;
	padding-bottom: 20px;
}

.post .postheader .posttitle h2
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	padding: 0;
	margin: 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-top: 20px;
	line-height: 17px;
}

.post .postcontent p
{
	margin-bottom: 10px;
}

.posttags
{
	color: #959595;
	clear:both;
	margin-top: 4px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 20px;
}

.posttags a
{
	color: #959595;
}

.commentbox
{
	background: #fff;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
}

.commentmeta .avatar
{
	float: left;
	padding-right: 6px;
}

.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 #wrapbox
{
	background: #fafafa;
	border: solid 1px #eeeeee;	
	padding: 17px 9px 0px 9px;
	margin: 40px 5px 0px 5px;
}

#sidebar .sidebarbox
{
	line-height: 20px;
	margin-bottom: 40px;
}

#sidebar .sidebarbox.last
{
	margin-bottom: 0px;
}

#sidebar .sidebarbox h3, #top .menu .submenu .widget_area h3
{
	font-size: 14px;
	color: #e65a05;
	margin-bottom: 4px;
}

#sidebar .sidebarbox a
{
	text-decoration: none;
}

#sidebar .sidebarbox ul
{
	margin-left:0px;
	list-style-type: none;
	/*text-indent: -1.5em;
	padding-left:5px;*/
	border-top:1px solid #eeeeee;
}
#sidebar .sidebarbox ul li
{
  padding:4px 6px;
  border-bottom:1px solid #eeeeee;
}

#sidebar .sidebarbox .pages ul
{
	text-indent: -3em;
}

#sidebar #validation
{
	margin:0px 0px 20px 5px;
}

#sidebar #validation .vcss
{
	margin-left:11px;
}

#footer
{
	height: 52px;
	background: url('images/bottombg.png') no-repeat 0 0;
}

.footerbox
{
	clear:both;
}
.footerbox h3
{
	display:none;
}

.footerbox ul
{
	list-style:none;
	margin:0px;
}

.footerbox ul li
{
	display:inline;
	margin-left:5px;
	padding-right:5px;
}

.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;
   text-align: center;
}

.aligncenter input {
   margin:0px 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;
}

.blogroll a {
   display:block;
}

.blogroll a * {
   vertical-align:middle;
}

.blogroll a img {
   width:16px;
}

.postcontent blockquote
{
    background: #ffffff;
    border: 1px dashed #e65a05;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding:8px 12px;
}

.postcontent blockquote p
{
    margin:0px !important;
}

.dd_buttons
{
    margin-top:25px;
}

.dd_button
{
    margin-left:15px;
}

.wpcf7
{
    margin-left:25px !important;
}

ul.listleft
{
    float:left;
    margin:0px 10px 0px 20px;
    width:250px;
}

ul.listright
{
    float:right;
    margin:0px 10px 0px 20px;
    width:250px;
}

div.clearboth
{
    clear:both;
    height:10px;
    line-height:30px;
}

div.buttonrow
{
    clear:both;
    padding-top:20px;
    text-align:right;
}

div.buttonrow a
{
    display:block;
    float:right;
    height:33px;
    padding-left:60px;
    background:url('images/button-left.jpg') no-repeat top left;
    text-decoration:none;
}

div.buttonrow a span
{
    font-weight:bold;
    font-size:14px;
    display:block;
    height:33px;
    line-height:33px;
    text-align:left;
    padding-right:20px;
    background:url('images/button-right.jpg') no-repeat top right;
}
.advertisement
{
	padding-bottom:20px;
}
.advertisement p
{
    font-size:10px;
    font-style:italic;
    line-height:12px;
    margin:4px 25px;
}
.icon
{
  padding-left: 23px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height:20px;
  outline:none;
}
.acrobat
{
  background-image: url('http://www.adobe.com/images/shared/product_mnemonics/20x20/acrobat_20x20.png');
}
