/*
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 {
	background: #fb9126 top repeat-x url(images/site-bgd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

#wrapper {
	width: 972px;
	margin: 10px auto 0 auto;
	background: #FFFFFF;
	padding: 0 10px;
	border: 1px solid #FFF;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;

}
#header {
	height: auto;
}
#promo{
	margin: 10px 0 0 1px;
	top: 2px;
	height: 230px;
}
#container {
	float: left;
	width: 550px;
}

#content {
	margin: 20px 20px 30px 20px;
}

#sidebar {
	margin: 20px 0 30px -210px;
	width: 190px;
	float: left;
	overflow: hidden;
}

#footer {
	clear: left;
	width: 100%;
	padding: 20px;
}
#footer ul{
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	height: 25px;
	border-top: 1px solid #999;
	width: 930px;
}
#footer ul li{
	float: left;
	margin: 0;
	padding: 0 10px;
}
#footer ul li a{
	display: block;
	line-height: 45px;
	color: #00094e;
	text-decoration: none;
	font-weight: bold;
}
#footer ul li a:hover{
	color: #f6971f;
}
/* General */
* {
	margin: 0;
	padding: 0;
}

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

a:hover {
	color: #333333;
	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 {
	overflow: hidden;
	width: 760px;
	margin-top: 2px;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
	margin: 0;
	padding: 0;
	background: aqua;
	width: 700px
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin: 0 1px;
	padding: 0;
	height: auto;
	text-align: center;
	background: top repeat-x url(images/menu-bgd.gif);
}
#menu ul li a{
	color: #00084e;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	width: 124px;
	height: 29px;
	line-height: 29px;
}
#menu ul li a:hover{
	color: white;
	background: #0d176e;
}
#blog-title a {
	text-indent: -9999px;
	height: 46px;
	width: 236px;
	display: block;
	background: no-repeat url(images/logo.jpg);
	font-weight: normal;
	margin: 20px 0 15px 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}
/* NAVIGATION MENU UP TOP */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	
	margin: 0 1px;
	padding: 0;
	height: auto;
	list-style: none;
	float: left;
	font-size:11px;	
	font-weight: bold;
	text-transform: uppercase;
	background: top repeat-x url(images/menu-bgd.gif);
}

#sddm li a
{	display: block;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 29px;
	line-height: 29px;
	color: #00084e;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	color: white;
	background: #0d176e;
	text-decoration: underline;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 3px 0 0 -1px;
	padding: 0;
	background: #0d176e;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	line-height: 29px;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding:0 15px;
		line-height: 29px;
		width: 130px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		text-transform: capitalize;
		background: #0d176e;
		color: #FFF;
}

	#sddm div a:hover
	{	background: #333399;
		text-decoration: underline}


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

.post {
	margin-bottom: 50px;
}

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

.entry-comments {
	float: right;
}

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

.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, .entry-comments span {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}

.entry-comments span {
	color: #CCCCCC;
	font-weight: normal;
}

.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%;
	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;
}
.post h2{
	font-size: 28px;
}
.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}
.entry-content h2 {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 25px;
}
.entry-content h4 {
	font-size: 120%;
	margin-bottom: 15px;
	margin-top: 0;
	font-style: italic;
}
.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;
}

/* LEFT Sidebar */

#l_sidebar{
	float: left;
	min-height: 300px;
	width: 210px;
	margin: 20px 0 0 5px;
	background: #eaeaea;
}
#r_sidebar{
	float: left;
	height: auto;
	width: 200px;
	margin: 20px 5px 0 0;
	background: #eaeaea;	
}
#l_sidebar h4,#r_sidebar h4{
	padding: 10px;
	text-transform: uppercase;
	border-bottom:1px solid #999;
}
#l_sidebar ul,#r_sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#l_sidebar ul li,#r_sidebar ul li{
	margin: 0 0 0 0;
	padding: 0;
}
#l_sidebar ul li ul li,#r_sidebar ul li ul li{
	margin: inherit;
	padding: 0;
}
#l_sidebar ul li a,#r_sidebar ul li a{
	display: block;
	padding: 7px 15px;
	margin: 5px 0 0 0;
}
#l_sidebar ul li a:hover,#r_sidebar ul li a:hover{
	background: #c0c0c0;
	color: white;
}
/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	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 top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	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;
}
