/*
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 { }

@font-face {
	font-family: 'AllerBold';
	src: url('aller_bd-webfont.eot');
	src: local('☺'), url('aller_bd-webfont.woff') format('woff'), url('aller_bd-webfont.ttf') format('truetype'), url('aller_bd-webfont.svg#webfontf5X9dJQU') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AllerRegular';
	src: url('aller_rg-webfont.eot');
	src: local('☺'), url('aller_rg-webfont.woff') format('woff'), url('aller_rg-webfont.ttf') format('truetype'), url('aller_rg-webfont.svg#webfontKvXDOJoo') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	/*background: #efefef;*/
	background: #1E1B16;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666663;
}

#wrapper {
	width: 760px;
	margin: 5px auto;
	background: #FFFFFF;
	padding: 0 10px;
}

#header {
	height: 150px;
	border-bottom: 3px solid #cccccc;
}

#container {
	float: left;
	width: 100%;
}

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

#indexcontent {
	margin: 15px 220px 10px 0px;
	padding: 20px;
	background: url(../../../lib/img/signature.png) no-repeat -23px 200px;
}

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

#footer {
	clear: left;
	width: 720px;
	padding: 10px 20px;
    background:#e9e9df;
}

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

a {
	color: #1E1B16;
	text-decoration: none;
}

a:hover {
	color: #649ACA;
	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;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
}

#menu a {
	display: block;
	color:#fff;
	margin: 10px 2px 0px 0px;
	padding: 5px 10px 4px 10px;
    background:#649ACA;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
/*	font: normal 90% "Trebuchet MS", Arial, Tahoma, Verdana, "Sans Serif";
	text-transform: uppercase; */
	letter-spacing: 0.5px;
}

#menu a:hover {
	display: block;
	color:#e9e9df;
	margin: 6px 2px 0px 0px;
	padding: 5px 10px 8px 10px;
    background:#649ACA;
    text-decoration:none;
}

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

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

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font: normal 180% 'AllerBold', Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #649ACA;
}

.post {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 3px double #CCCCCC;
}

.post-slim {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px double #CCCCCC;
}

.post-micro {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.entry-title {
	width: 450px;
	font: normal 180% 'AllerBold', Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
}

.entry-title-slim {
	width: 450px;
	font: normal 150% 'AllerBold', Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
}

.entry-title-slim a {
	color: #649ACA;
}

.entry-title-micro {
	width: 490px;
	border-bottom: 1px solid #cccccc;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #eeeeee;
	margin-bottom: 2px;
}

.entry-title-micro a {
	color: #649ACA;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #649ACA;
}

.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: #e9e9df;
}

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

.entry-meta-wrap {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eeeeee;
	font-size: 90%;
	color: #666663;
	line-height: 1.4;
	padding: 5px 8px 6px;
}

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

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

.entry-categ-slim {
	color: #666663;
    font-size: 90%;
    padding-top:2px;
    padding-bottom:5px;
}

.entry-categ-micro {
	color: #666663;
    font-size: 90%;
    padding-top:1px;
}

.entry-download {
	color: #666663;
	font-size: 90%;
	line-height: 1.4;
	margin-top: 3px;
	padding: 10px;
	background: #e9e9df;
}

.entry-download img {
	float:left;
	margin-right:7px
}

.entry-footer {
	color: #666663;
	font-size: 80%;
	margin-top: 10px;
}

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

.entry-footer-gigs {
	font-size: 80%;
	margin-top: 30px;
}

.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: 5px;
}

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

.entry-content h2 {
	font-size: 115%;
	margin-bottom: 5px;
	margin-top: 10px;
}

.entry-content h3 {
	font-size: 115%;
	margin-bottom: 5px;
}

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

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

.entry-content ul, .entry-content ol {
	margin-left: 23px;
	margin-bottom: 10px;
	font-size: 90%;
}

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

/* Custom "Page of Posts" Page Header */

.custom_page_header {
	margin-top: 3px;
	margin-bottom: 20px;
	padding: 20px;
	background: #2a2121;
	-moz-border-radius: 10px; /* for Firefox */
	-webkit-border-radius: 10px;
}

.custom_page_header-micro {
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 5px 5px 5px 10px;
	background: #2a2121;
}

.custom_page_header-micro-content {
	font: 120%/1.4 'AllerBold', Georgia, "Times New Roman", Times, serif;
	color: #e9e9df;
}

.custom_page_header-content {
	font: 130%/1.4 Georgia, "Times New Roman", Times, serif;
	color: #e9e9df;
}

.custom_page_header-content p {
	margin-bottom: 10px;
}

.custom_page_header-content a {
	color: #649ACA;
	text-decoration: none;
	font-size: 75%;
	font-style: italic;
	letter-spacing: -0.5px;
}

.custom_page_header-content a:hover {
	text-decoration: underline;
}

.custom_page_header-content h2 {
	font: bold 65% "Lucida Grande", Arial, Lucida, Verdana, sans-serif;
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #5b4d3f;
}

.custom_page_header-title {
	font: normal 200%/1.4 Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #e9e9df;
}

.custom_separator {
	color: #cccccc;
	background-color: #cccccc;
	margin: 0 0 20px;
	height: 1px;
	border-width: 0;
}

/*  Sidebar */


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

#sidebar {
	
}

#sidebar h2, #sidebar h3 {
	color: #666663;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
	letter-spacing: 2px;
	font: normal 85% "Trebuchet MS", Arial, Tahoma, Verdana, "Sans Serif";
}

#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 {
	font: 140%/1.2 Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #666663;
	border-bottom: 1px dotted #ccc;
}

.comments ol li.alt {
	
}

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

.comment-meta {
	color: #666663;
	margin-top: 5px;
	margin-bottom: 5px;
	font: 65% "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

.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: #H5H5H5;
	border: 1px solid #e9e9df;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

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

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

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

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


li.twitter-item{
	color: #666663;
	line-height: 135%;
	font-size: 85%;
}
p.twitter-message{

}
.twitter-timestamp{
	font-size: 95%;
	color: #649ACA;
} /*the timestamp span class*/
a.twitter-link{
	
}/*the tweet link class*/
a.twitter-user{
	
}/*the @username reply link class*/