/*
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: #FCF8E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;

}


#wrapper {
        width: 850px;
         margin: 0 auto; 
         background: #FFFFFF ; 
        border-top: 0px solid #E5E5E5;
        border-bottom: 7px solid #E5E5E5;
	border-left: 7px solid #E5E5E5;
        border-right: 7px solid #E5E5E5;
}

#container {
	float: left;
	width: 100%;
}

#header {
	height: 271px;
	border-top: 7px solid #E5E5E5;
	border-bottom: 7px solid #E5E5E5;
        background: url("http://www.exclusiverights.net/wp-content/uploads/2009/08/finalaverage.jpg") no-repeat center;
}



#content {
	margin: 20px 240px 30px 20px;
}

#sidebar {
	margin: 20px 0 30px -210px;
	width: 190px;
	float: left;
	overflow: hidden;
}

#footer {
	clear: left;
	width: 95%;
	padding: 20px;
        border-top: 5px solid #EFEFEF;
        background: url("http://www.exclusiverights.net/wp-content/uploads/2009/08/Footer-Image2.jpg");
        height: 70px; 

}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}



img {
	border: 0;
}


.separator {
	color: #CACACA;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CACACA;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 850px;
}


#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;
	margin-left: 10px;
	padding: 15px 10px;
}

#blog-title {
	font-size: 230%;
        color: #666666; 
	font-weight: bold;
	margin: 40px 0 0 20px;
}

#blog-title a {
	color: #666666;
}

#blog-description {
        font-weight: bold;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 0 20px;
       color: #666666; 
}

/* Content */
.page-title {
	width: 540px;
         margin-bottom: 15px;
	font-weight: bold;
	font-size: 148%;
}



.post {
	margin-bottom: 50px;
}

.entry-title {

	width: 540px;
	font-weight: bold;
	font-size: 148%;
}


.entry-title a {
	color: #666666;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url() no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url() 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: #CACACA;
	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-bottom: 10px;
        line-height: 1.5;
	margin-top: 15px;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}
.entry-content h2 {

	font-size: 110%;
	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 available even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 95%;
	font-weight: bold;
	color: #666666;
	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 p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.comments h3 {
	font-size: 110%;
	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%;
}


.comment-content {
	line-height: 1.5;
	margin-bottom: 10px;
}

.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 #CACACA;
	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;
}

blockquote { border: 2px dotted #EFEFEF;
background-color: #FCFDF2;
margin: 10px;
padding-left: 15px; 
padding-right: 15px;
}


img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}