/*
THEME NAME: Corporate Sandbox
THEME URI: http://www.rubiqube.com/corporate-sandbox/
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

/* Architecture */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}

body {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #6c5347;	
	background: #161616 url(images/body_bg.gif) repeat-x top;
	color: #c5c4c4;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background: url(images/main_bg.gif) repeat-y;	
}

#header {
	height: 93px;	
	width: 820px;
	margin: 0 auto;	
	position: relative;	
	text-align: left;
}
#header h1{
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 3.2em;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: normal;
	
}
#header h1 a{
	color: #fff;
}
#header h1 span{
	font-size: 0.4em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: black;
}
#container {
	background: url(images/main_top.gif) no-repeat top;	
	padding: 22px;	
}
#content ul li{
	background: transparent url(images/bullet.gif) no-repeat left 8px;
}

#content {
	width: 430px;
	float: right;
}
#container h1, #main h2, #main h3, #main h4 {
	color: #fff;
}
#sidebar {
	width: 326px;
	float: left;
}

#footer {
	background: #161616 url(images/main_bottom.gif) no-repeat left top;
	color: #fff;
	padding: 45px 20px 0px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;	
}
#footer a {
	text-decoration: underline;
}
#footer .market-link{
	text-align: center;
}
#footer .market-link li{
	list-style: none;
	display: inline;
	padding: 0 3px;
}

#footer .market-link a {
	color: #555555;
}
#footer .market-link a:hover {
	color: #fff;
}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	display: block;
	background: #331100 url(images/menu.gif) no-repeat left;
	height: 34px;
	position: absolute;
	right: 20px;
	bottom: 0;
	padding-left: 24px;		
}
.last {
	background: url(images/menu_right.gif) no-repeat right top;		
	width: 24px;
	zoom: 1; 		
}
#menu {

}

#menu ul {
	
	margin: 0px;
	padding: 0px;
	list-style:none;	
	white-space: nowrap;

}

#menu ul li {
	list-style-type: none;
	float: left;
	height: 34px;
	text-transform: uppercase;
}
#menu ul li a:hover {
	background-color: #000;
}
#menu  ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0px 15px;
	line-height: 34px;
}
#menu ul li.current_page_item a {
	color: white;
	background: #000;
}
#menu ul li a:hover {
	color: #fff;
	background-color: #281106;
}

/*
#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
}

#blog-title a {
	color: #333333;
}
*/
#blog-images {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;	
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin-bottom: 50px;
}

.entry-title {
	width: 400px;
	font-weight: normal;
	font-size: 160%;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #fff;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content h2 {

	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat left 8px;
	margin: 0;
	border-bottom: 1px solid #666;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat left 8px;
	margin: 0;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}



/***********************custom styles ****************/

.clearfix:after {   
     content: "."; /* This dot is the actual appended content */   
     clear: both;   
     height: 0;   
     visibility: hidden;   
     display: block; 
} 

/* Hides from IE-mac \*/
.clearfix {	height: 1%;}
* html .clearfix {height: 1%; }
/* End hide from IE-mac */

#brandImage {
		width: 300px;
		height: 422px;
		display: block;
}
.branding {
	background: url(images/branding_bg_326.gif) no-repeat top;
	margin-bottom: 15px;	
}
.branding-content {
	background: url(images/branding_bg_btm.gif) no-repeat bottom;
	padding: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;	
	text-align: center;	
}
.branding-content p{
	color: #5d5d5d;
}
.branding-content p span{
	text-transform: uppercase;
}
.branding-content p strong{
	font-size: 1.4em;
	font-weight: normal;
	color: #000;	
}
.special {
	background: url(images/special_bg_326.gif) no-repeat top;
	margin-bottom: 15px;
}
.special-content {
	background: url(images/special_bg_btm.gif) no-repeat bottom;
	padding: 13px;
}
.special-content p {
	color: #131313;
}
.quote {
	float: right;
	width: 200px;
	background: url(images/quote_bg_200.gif) no-repeat top;
	margin: 0 0 10px 15px;
}
.quote-content {
	background: url(images/quote_bg_btm.gif) no-repeat bottom;
	padding: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}
cite {
	display: block;
	text-align: right;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
cite, cite a{
	color: #fff;
}

.quote-content cite a {
	text-decoration: underline;
}
#container .special-content h1{
	color: #fff;
	text-align: center;
	margin: 0;
}




blockquote {
	border-top: dotted 1px #d4cfc3;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;		
}
.inline-image {
	float: right;
	margin: 0 0 10px 10px;
}
.inline-image img{
	border: solid 1px #ccc;
	padding: 5px;
}
.inline-image img{
	margin: 6px 7px 6px 13px;
}
#container h1 {
	font-weight: normal;
	margin-top: 20px;	
	font-size: 2.2em;	
}
#container h2 {
	font-weight: normal;
	margin-top: 20px;	
	font-size: 1.8em;	
}


#container h3 {
	margin-top: 20px;	
	font-size: 1.3em;
}
#container h4 {
	margin-top: 20px;	
	font-size: 1.1em;
}


#container p {
	margin-bottom: 1em;
	line-height: 1.8em;	
}
#contactform {
	width: 410px;
	margin: 10px 0;	
	color: #686868;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	font-style: italic;		
}
#contactform p {
	padding: 7px 0px;
	margin: 0px;
}
#contactform label {
	width: 100px;
	float: left;

}
#contactform  input{
	width: 300px;
	border: 1px solid #d4cfc3;
	padding: 3px;
}
#contactform  textarea{
	width: 300px;
	border: 1px solid #d4cfc3;
	padding: 3px;
}
#contactform #submit{
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 105px;
	height: 29px;
	cursor: pointer;
	background: url(images/submit.gif) no-repeat;
}

.captcha {margin-right: 10px; float: left;}