/*  
Theme Name: Corporate
Description: The Corporate Wordpress Theme.
Version: 1.4.1
Author: Ori Pearl
Author URI: http://www.oripearl.com/
*/

body {
	background: url('images/bg.jpg');
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h2, a {
	text-decoration:none;
	color: #ff0072;
	font-weight:bold;
}
a:hover {
	color: #ff0072;
	text-decoration:underline;
}
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: #ff0072;
	font-weight:bold;
}
#top .menu a:hover {
	color: #ff0072;
	text-decoration:underline;
}
#contenttop {
	background: url('images/topbg.gif') no-repeat 0 0;
	height: 113px;
	margin-top:20px;
	margin-bottom:-5px;
	margin-left: 11px;
}
#contentwrapper {
	background: transparent url('images/contentbg.png') repeat-y 0 0;
}
#header {
	height: 50px;
}
#header #title {
}
#header #title .logo {
	float: left;
}
#header #title #blogtitle {
	margin-left: 68px;
}
#header #title h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}
#header #title h2 {
	font-size: 14px;
	color: #000000;
}
#header #searchbar {
	margin-top: 20px;
}
#introcontainer {
}
#intro {
	height: 168px;
	margin-left: 7px;
}
#intro #introtext {
	float: left;
	margin: 20px auto auto 20px;
	overflow: hidden;
}
#intro #introtext h3 {
	font-size: 15px;
	font-weight:bold;
	color: #ff0072;
}
#intro #introtext p {
	font-size: 15px;
}
#intro #introicon {
	float: right;
	margin: 35px 50px;
}
.post {
	background: #f1f1f1;
	border: solid 1px #000000;
	margin: 40px 5px 20px 5px;
	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: #ff0072;
	font-weight:bold;
}
.post .postheader .posttitle {
	line-height: 20px;
}
.post .postheader .posttitle h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
.post .postheader h2 a {
	text-decoration:none;
	color: #ff0072;
	font-weight:bold;
}
.post .postheader .posttitle .postmeta {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
.post .postcontent {
	margin-top: 20px;
	line-height: 17px;
}
.post .postcontent p {
	margin-bottom: 10px;
}
.post .posttags, .post .posttags a {
	color: #959595;
	clear:both;
	margin-top: 20px;
	text-align: right;
}
.commentbox {
	background: #f1f1f1;
	border: solid 1px #000000;
	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 #wrapbox {
}
#sidebar .sidebarbox {
	margin-bottom: 30px;
}
#sidebar .sidebarbox h3 {
	padding:0.3em 10px;
	border:solid 1px #000000;
	color:#FFFFFF;
	height:19px;
	background:url('images/submenu.jpg');
	font-weight:bold;
	font-size:13px;
	width: 142px;
	margin-left: -9px;
}
#sidebar .sidebarbox a {
	text-decoration:none;
	color: #ff0072;
	font-weight:bold;
}
#sidebar .sidebarbox ul {
	list-style-type: none;
	text-indent: -1.5em;
}
#sidebar .sidebarbox .pages ul {
	text-indent: -3em;
}
#footer {
	height: 105px;
	background: url('images/bottombg.gif') no-repeat 0 0;
	margin-top:-7px;
	margin-left: 11px;
}
.searchform #searchbox {
	float: left;
	background: #f1f1f1;
	border: solid 1px #000000;
	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: #f1f1f1;
	border: solid 1px #000000;
	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;
}
.cb {
	margin:0.5em 0;
}
.bt {
	background:url('images/box.png') no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url('images/box.png') no-repeat 0 0;
}
.bb {
	background:url('images/box.png') no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url('images/box.png') no-repeat 0 100%;
}
.i1 {
	padding:0 0 0 12px;
	background:url('images/borders.png') repeat-y 0 0;
}
.i2 {
	padding:0 12px 0 0;
	background:url('images/borders.png') repeat-y 100% 0;
}
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
}
.cb h1 {
	padding:0.3em 10px;
	border:solid 1px #000000;
	color:#FFFFFF;
	height:19px;
	background:url('images/submenu.jpg');
}