﻿/*  
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.3
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
*/

/*** Default HTML Tags ***/
body
{
	background: #666666 url('/BlogThemes/Default/images/bodybg.jpg') repeat-x 0 0;
	font-size: 11px;
	color: #525252;
}

h2, a
{
	color: #525252;
}

/*** Content Wrappers ***/

#contenttop
{
	width:950px;
	margin:0;
	background: transparent url('/BlogThemes/Default/images/topbg.png') no-repeat 0 0;
	height: 25px;
	float:left;
	margin-right:10px;
	margin-top:5px;

}

#contentwrapper
{
	width:950px;
	margin:0;
	background: transparent url('/BlogThemes/Default/images/contentbg.png') repeat-y 0 0;
	float:left;
	margin-right:10px;
}

#top
{
    width:927px;
    margin-left:12px;
    margin-bottom:0px;
}
/*** Blog Header ***/

#header
{
	height: 50px;
	width:870px;
	padding-right:40px;
	padding-left:40px;
	float:left;
}

#header #title
{
	width:590px;
}

#header #title .logo
{
	float: left;
}

#header #title #blogtitle
{
	margin-left: 10px;
}

#header #title h1
{
	font-size: 24px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 5px;
}

#header #title h2
{
	font-size: 14px;
	color: #525252;
}

/*** Blog Entries ***/

#postWrapper
{
	padding-left:25px;
}
#posts
{
	padding-right:0px;padding-left:0px;margin-right:5px;width:680px;float:left;
}



.post
{
	background-position: #fafafa;
	background: #fafafa;
	border: 1px solid #E0E0E0;
	margin: 20px 0px 20px 0px;
	padding: 15px;
}
.post:hover
{
	border: 1px solid #666666;
	background-position: #fafafa;
	background: #EBEBEB;
}


.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;
}

.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;	
	font-size:14px;
}

.post .posttags, .post .posttags a
{
	color: #959595;

	margin-top: 20px;
	text-align: right;
}


/*** SideBar ***/

.sideBarTitle
{
	font-size: 14px;
	color: #e65a05;
	margin-bottom: 10px;
}
.sideBarTitle a
{
    text-decoration:none;
}
.sideBarTitle a:visited
{
    text-decoration:none;
	color: #e65a05;
}

#sidebar #wrapbox
{
	background-position: #fafafa;
	background: #fafafa;
		border: 1px solid #E0E0E0;
	padding: 5px;
	margin: 19px 5px 20px 5px;
	width: 200px;
	
}

#sidebar 
{
	padding-right:0;
	margin-right:0;
	width: 200px;
	float:left;	
}

#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;
}

/*** Comments ***/

#commentList
{
	padding-top:20px;
}
.comment
{
	border: 1px solid #666666;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 6px 10px;
	color: #000000;
}

#commentHeader
{
	font-weight:bold;
}

.commentmeta cite
{
	color:#999999;
	font-size:10px;
}
.commentInput
{
	padding: 0;
	margin: 0;
	line-height: 0;
	width: 98%;
	height: 150px;
	margin: 0;
	padding: 5px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #666666;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}
.commentviewmeta
{
	padding-top:10px;	
	text-align:left;
	padding-right:20px;
	
}
.commentviewmeta a
{
	text-decoration:none;	
}
.commentviewmeta a:hover
{
	text-decoration:underline;	
}

/*** footer ***/

#footer
{
	width:950px;margin:0;
	height: 52px;
	background: url('/BlogThemes/Default/images/bottombg.png') no-repeat 0 0;
	float:left;
margin-right:10px;
}

#footercontainer
{
	width:870px;
	padding-left:40px;
	margin-right:0;
}
.postfooter
{
	clear:both;
	margin-bottom: 5px;
}
