/*
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: #ABA398;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
	padding: 0 0px;
}

#header {
	height: 140px;
        border-bottom:3px solid #ffffff;
        border-top:1px solid #000000;
	background: url("images/header_bg.jpg");
        /* background: url("images/headerimgs/rotate.php") no-repeat top right; */
}

#container {
	float: left;
	width: 100%;
}

#content {
	margin: 20px 240px 30px 20px;
}

#sidebar {
	margin: 20px -30px 30px -219px;
	width: 239px;
	float: left;
	overflow: hidden;
}

#footer {
	clear: left;
	width: 1000px;
        height: 85px;
        margin: 0 0 0 -20px;
        padding: 40px 0 0 0;
        font-size: 200%;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        background: #ABA398 url("images/footer_bg.png") no-repeat top left;	
}

/* 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: 960px;
        background-color: #000000;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	margin: 0;
        padding: 0;
        padding-left: 10px; /*offset of tabs relative to browser left edge*/
        font: bold 12px Arial;
        list-style-type: none;
}

#menu li {
	display: inline; /* Added to fix the double margin in IE6 */
        margin: 0;
}

#menu li a {
       background:#000000 none repeat scroll 0 0;
       color:white;
       display:block;
       float:left;
       margin:0;
       padding:8px 20px;
       text-decoration:none;
       text-transform:uppercase;
}

#menu li a:hover {
       background: #0e91cc; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
       color: #fff;
}

#blog-title {
        text-transform: uppercase;
        height: 80px;
	font-size: 250%;
	font-weight: bold;
        margin:40px 0 0 -40px;
        padding:7px 0 0 20px;
        background: url("images/title_bg.png") no-repeat top left;
}

#blog-title a {
	color: #ffffff;
}

#blog-title a:hover {
	color: #00FF16;
        text-decoration: none;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
        display: none;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 180%;
        color: #0e91cc;
}

.archive-meta p {
        display: none;
}

.page-title span {
        color: #fff;
        background-color: #ff0000;
        padding: 5px 10px;
        border-top:4px dashed white;
}

.post {
	margin-bottom: 50px;
}

.entry-title {
	width: 400px;
	font-weight: bold;
	font-size: 160%;
        margin: 0 0 10px -30px;
}

.entry-comments {
	float: right;
        height: 25px;
}

.entry-title a {
	color: #ffffff;
        background-color: #F2620F;
        padding: 5px 10px 5px 27px;
}

.entry-title a:hover {
	color: #ffffff;
        background-color: #16C3C5;
        padding: 5px 10px 5px 27px;
        text-decoration: none;
}

.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: #00FF16;
        text-decoration: none;
}

.entry-meta {
	color: #666666;
	font-size: 98%;
	margin: 10px 0 10px 0;
}

.entry-categ {
	color: #666666;
	font-size: 98%;
	padding-bottom: 5px;
}

.entry-footer {
        background-color:black;
        border-bottom:8px dashed #FFFFFF;
        color:#FFFFFF;
        font-size:140%;
        margin-left:-20px;
        padding:0px 20px 20px 20px
}

.entry-footer a {
       color: #ffffff;
}

.entry-footer a:hover {
       color: #ff0000;
       text-decoration: none;
}

.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 {
	background-color:black;
        border-top:10px dashed white;
        margin-left:-20px;
        margin-top:15px;
        padding:12px 20px 12px 20px;
}

.entry-content p {
	color:white;
        font-size:160%;
        line-height:1.5;
        margin-bottom:10px;
}

.entry-content h2 {
	font-size: 120%;
	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 {
        height: 54px;
	font-size:200%;
        font-weight:bold;
        margin-bottom:0px;
        padding: 7px 0 0 10px;
        text-transform:uppercase;
        background: url("images/sidebar_h3_bg.png") no-repeat top right;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
        color: #ffffff;
}

#sidebar ul li a {
	color: #cc0000;
}

#sidebar ul li a:hover {
	color: #49BEFC;
        text-decoration: none
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	background:transparent url(images/bullet.gif) no-repeat scroll 0 13px;
        border-bottom:5px solid #ABA398;
        font-size:130%;
        font-weight: bold;
        margin:0;
        padding:8px 2px 8px 10px;
}

#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;
}

#sidebar ul li#categories h3 {
        background: url("images/sidebar_h3_cat_bg.png") no-repeat top right;
        height: 54px;
	font-size:200%;
        font-weight:bold;
        margin-bottom:0px;
        padding: 7px 0 0 10px;
        text-transform:uppercase;
}

#sidebar ul li#archives h3 {
        background: url("images/sidebar_h3_arch_bg.png") no-repeat top right;
        height: 54px;
	font-size:200%;
        font-weight:bold;
        margin-bottom:0px;
        padding: 7px 0 0 10px;
        text-transform:uppercase;
}

/* 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;
}

span.author {
       color: #ffffff;
       background-color: #FF0000;
       margin-left:-20px;
       padding:11px;
}

span.author a {
       color: #ffffff;
       text-decoration: none;
}

span.author a:hover {
       color: #16C3C5;
       text-decoration: none;
}

.published {
       color: #ffffff;
       background-color: #FF0000;
       padding: 5px 10px 17px 5px;
       border-bottom: 5px dashed white;
}

span.cat-links {
       color: #ffffff;
       background-color: #16C3C5;
       padding: 7px 10px 7px 15px;       
}

span.cat-links a {
       color: #ffffff;
       text-decoration: none;       
}

span.cat-links a:hover {
       color: #ff0000;
       text-decoration: none;       
}

span#generator-link {
       padding: 0 0 0 0;
}

span#generator-link a {
       color: #ffffff;
}

span#generator-link a:hover {
       color: #00FF16;
       text-decoration: none;
}

/* Setting old pagination to hide and displaying new pagination */

#nav-below, .navigation {
       display: none;
}