/*  
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.3.5
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: #666666 url('images/bodybg.jpg') repeat-x 0 0;
	font-size: 11px;
	color: #525252;
}
*/

body {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background: #EBDFB9;
	background-image: url('/img/common/bg.jpg');
	background-repeat: repeat-x;
	}

/*
h2, a
{
	color: #525252;
}
*/

		h2 {
			font-family: Georgia, serif;
			font-weight: normal;
			font-size: 17px;
			line-height: 17px;
			color: #D3401E;				
			}

			h2 b {
				font-weight: bold;
				color: #000;
				}


pre, code {white-space: normal;}


#top
{

	text-align: right;
	height: 24px;
}

#top .menu
{
	padding-top: 7px;
}

#top .menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#top .menu a
{
/*
	text-decoration: none;
	color: #fff;
	*/
	color: #333; 
	text-decoration: none; 
	border-bottom: 2px solid #ccc;
}

#top .menu a:hover
{
	/*color: #000;*/
	color: #000; 
	border-bottom: 2px solid #808080;
}

#contenttop
{
	background: transparent url('images/topbg.png') no-repeat 0 0;
	height: 37px;
}

#contentwrapper
{
	background: transparent url('images/contentbg.png') repeat-y 0 0;

}

		ul#servicescaption {
		color: #e0e0e0;
		background: #808080;		
		width: 540px;
		list-style: none;
		margin: 20px;
		border: 0;
		padding: 5px 5px;
		}

		
		ul#servicescaption li img.mark_left 	{ float: left; padding: 5px 8px 2px 0;  }
		ul#servicescaption li img.mark_right	{ float: right; padding: 5px 0 2px 8px; }
		
		ul#servicescaption li {
			font-family: Georgia, serif;
			font-style: italic;
			font-size: 14px;
			line-height: 18px;
			padding: 10px 10px;
			margin: 0;
			}		

			ul#servicescaption li a {
				cursor: pointer;
				color: #ddd;
				font-style: normal;
				border-bottom: 0;
				}

			ul#servicescaption li a:visited { color: #ddd; }
			ul#servicescaption li a:hover { color: #e6e6e6; background: #707070; }
			ul#servicescaption li a:active { color: #f3f3f3; background: #606060; }
	
			ul#servicescaption li i {
				display: block;
				font-size: 10px;
				line-height: 12px;
				font-style: normal;
				font-weight: bold;
				color: #404040;
				text-transform: uppercase;
				margin-bottom: 5px;
				}					
				
			ul#servicescaption li i.date {
				display: inline;
				color: #606060;
				font-style: normal;
				}

			ul#servicescaption li i.more {
				display: inline;
				font-size: 10px;
				line-height: 12px;
				font-style: normal;
				font-weight: bold;
				color: #404040;
				background: #999;
				text-transform: uppercase;
				}					

				ul#servicescaption li a i.more:hover { background: inherit; }
					
#header
{
	height: 50px;
}

#header #title
{
	margin-left: 0px;
}

#header #title .logo
{
	float: left;
        text-align: left;
        margin-left: 0px;
}

#header #title .logo a
{
	border-bottom: 2px solid #ccc;
}

#header #title #blogtitle
{
	/*margin-left: 68px;*/
        float: left;
        text-align: left;
        margin-left: 0px;
}

#header #title h1
{
	/*font-size: 24px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 5px;*/
		
		font-family: Georgia, serif;
		text-align: left;
		font-size: 26px;
		line-height: 25px;
		font-weight: normal;
		letter-spacing: -1px;
		word-spacing: 0px;
		color: #D3401E;			
		
}

#header #title h2
{
	/*font-size: 14px;
	color: #525252;*/
	
			font-family: Georgia, serif;
			font-weight: normal;
			font-size: 17px;
			line-height: 17px;
			color: #D3401E;	
			
		
}

#header #searchbar
{
	margin-top: 20px;
}

#introcontainer
{
	margin-top: 20px;
}

#intro
{
	
	height: 110px;
	/*background: url('images/introbg.jpg') no-repeat 0 0;*/	
	background: #f3f3f3;
	/*margin-left: 7px;*/
        margin: 7px 7px 7px 7px;

}


#intro #introtext
{
	float: left;
	height: 100px;
	margin: 20px auto auto 20px;
	overflow: hidden;
}


#intro #introtext h1
{
	/*font-size: 18px;
	color: #00599d;
	margin-bottom: 16px;*/
		font-family: Georgia, serif;
		text-align: left;
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
		letter-spacing: -1px;
		word-spacing: 0px;
		color: #4D1007;			
		
}

#intro #introtext p
{
	/*
	font-size: 16px;
	*/
		max-width: 300px;
		font-family: Georgia, serif;
		color: #777;
		font-size: 11px;
		line-height: 15px

}

#intro #introicon
{
	float: right;
	margin: 17px 25px;
}

div#twitter_div
{
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 10px;
}

.post
{
	background: #fafafa;
	border: solid 1px #eeeeee;
	/*margin: 40px 5px 20px 5px;	*/
        margin: 20px 5px 20px 15px;
	padding: 15px;	
	_padding: 7px;
}

.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;
	*/
	color: #333; 
	text-decoration: none; 
	border-bottom: 2px solid #ccc;
}

.post .postheader .posttitle
{
	
	line-height: 20px;
}

.post .postheader .posttitle h2
{
	/*font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	padding: 0;
	margin: 0;*/
			font-family: Georgia, serif;
			font-weight: normal;
			font-size: 17px;
			line-height: 17px;
			color: #D3401E;	
}

.post .postheader h2 a
{
/*
	text-decoration: none;
	*/
	color: #333; 
	text-decoration: none; 
	border-bottom: 2px solid #ccc;
}

.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
{
	clear: both;
	margin-bottom: 0;
}

.postmeta a
{
	/*color: #959595;
	clear:both;
		*/
	margin-top: 20px;
	text-align: right;

	color: #333; 
	text-decoration: none; 
	border-bottom: 2px solid #ccc;
	
	
}

.post .posttags, .post .posttags a
{
	/*color: #959595;
	clear:both;
        border-bottom: 2px solid #ccc;
		*/
	margin-top: 20px;
	text-align: left;

	color: #333; 
	text-decoration: none; 
	
	
	
}

.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;*/
	color: #333; 
	text-decoration: none; 
	border-bottom: 2px solid #ccc;
}

.navlinks img
{
	margin-right: 5px;
}

#sidebar #wrapbox
{
	background: #fafafa;
	border: solid 1px #eeeeee;	
	padding: 10px;
	margin: 20px 5px 5px 5px;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 10px;
}

#sidebar .sidebarbox
{
	line-height: 20px;
	margin-bottom: 20px;
}

#sidebar .sidebarbox h3
{
	font-size: 14px;
	color: #e65a05;
	margin-bottom: 10px;
}

#sidebar .sidebarbox a
{
	/*text-decoration: none;*/
	color: #333; 
	text-decoration: none; 
	border-bottom: 2px solid #ccc;
}

#sidebar .sidebarbox ul
{
	list-style-type: none;
	text-indent: -1.5em;
}

#sidebar .sidebarbox .pages ul
{
	text-indent: -3em;
}

#footer
{
	height: 52px;
	background: url('images/bottombg.png') no-repeat 0 0;
}

#footer  a
{
	/*text-decoration: none;*/
	color: #333; 
	text-decoration: none; 
	border-bottom: 2px solid #ccc;
}

.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;
}
table.data {
	width: 560px;
	margin: 10px 20px 20px 20px;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	}

	table.data tr td {
		max-width: 400px;
		font-family: Georgia, serif;
		font-size: 13px;
		line-height: 16px;
		color: #777;
		padding: 5px 10px 5px 10px;
		border-bottom: 1px solid #e6e6e6;
		}

	table.data tr.head td {
		color: #202020;
		background: #f3f3f3;
		border-bottom: 2px solid #ccc;
		font-style: italic;
		}

	table.data tr td.checkmark {
		text-align: center;
		vertical-align: middle;
		}

	table.data tr td.center, table.data tr.center td {
		text-align: center;
		}
		
	table.data tr td.right, table.data tr.right td {
		text-align: right;
		}

	table.data tr td.number, table.data tr.number td {
		text-align: right;
		color: #369;
		}

	table.data tr td.currency, table.data tr.currency td {
		text-align: right;
		color: #494;
		white-space: nowrap;
		}

	table.data tr td.note {

		font-size: 10px;
		color: #999;
		}

	table.data tr td i {
		color: #afafaf;
		font-style: italic;
		}

	table.data tr.total td {
		font-weight: bold;
		}




