/*
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 { }
* {
	margin:0;
	padding:0;
}
body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
}

#wrapper {
	width:1024px;
	margin:100px auto 0 auto;
	background:url(images/bg2.jpg) top left repeat-y;
	padding:0;
	display:block;
}

#header {
	height:170px;
	width:1024px;
	background:url(images/header-trans.png) top left no-repeat;	
	margin:-100px 0 0 0;
	padding:0;
}
#header #home{
	width:510px;
	height:138px;
	position:absolute;
	top:0;
	left:20;
	border:none;
	outline:none;
	text-decoration:none;
}
#access {
	overflow:hidden;
	width:400px;
	float:right;
	display:inline;
	margin:0 0 0 30px;
}
#access ul{
	list-style:none;
	width:400px;
	padding:0;
	margin:15px 0 0 0;
}
#access ul li{
	padding:0 10px;
	margin:10px;
	display:inline;
	float:left;
	width:150px
}
#access ul li a, #access ul li a:visited{
	color:#6b6b6b;
	text-decoration:none;
	padding:0;
	outline:none;
	font:normal 800 1.5em arial;
}
#access ul li a:hover{
	color:#D3DDCA;
	text-decoration:none;
	border-bottom:dotted 1px #D3DDCA;
	outline:none;
	}
#container {
	width:640px;
	padding:10px 10px 10px 30px;
	display:block;
	position:relative;
	margin:0;
	float:left;
}

#content {
	margin:0 0 20px 10px;
	width:640px;
	background:url(images/twentypercent.png) top left repeat;
	padding:10px;
	display:block;
	position:relative;
	float:left;
}

#sidebar {
	margin:0 35px 0 0;
	width:250px;
	float:right;
	display:inline;
	padding:0;
}

#footer {
	clear:both;
	width:100%;
	margin:-56px auto 0 auto;
	padding:20px 20px 25px 30px;
	background:url(images/footer.png) bottom left repeat-x;
	text-align:center;
	font:normal 500 .8em arial;
}
#footer a {
	color:#000
}


/* General */


a {
	color:#0066ff;
	text-decoration:none;
	padding:0;
	outline:none;
}

a:hover {
	color:#3399ff;
	text-decoration:none;
	border-bottom:dotted 1px #3399ff;
	outline:none;
}

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;
}


#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:normal 500 3em arial;
	margin:40px 0 0 20px;
}

#blog-title a {
	color:#D3DDCA;
}

#blog-description {
	font-size:120%;
	font-weight:normal;
	margin:0 0 0 20px;
}

/* Content */
h1{
	font:normal 500 2.3em georgia;
	color:#fff;
	margin:10px 0;
}
h2{
	font:normal 500 2em arial;
	color:#fff;
	margin:10px 0;
}
h3{
	font:normal 100 3.3em arial;
	color:#fff;
	margin:10px 0;
}
h4{
	font:normal 100 1.5em arial;
	color:#999;
	margin:10px 0;
}


.post {
	margin-bottom:50px;
	display:block;
}


.entry-comments {
	float:right;
}

.entry-title a {
	color:#fff;
}

.more-link {
	display:block;
	margin:10px 0 0 0;
}

.entry-comments {
	float:right;
	background:transparent url(images/cbubble_left-trans.png) no-repeat top left;
	padding:3px 0 7px 7px;
}

.entry-comments a {
	background:transparent url(images/cbubble_right-trans.png) no-repeat top right;
	padding:3px 7px 7px 0;
	color:#D3DDCA;
}

.entry-comments a:hover {
	color:#FFFFFF;
	border:none;
}

.entry-meta {
	color:#fff;
	font-size:90%;
	margin-top:20px;
	padding:6px 0 0 0;
	border-top:dotted 1px #fff;
}

.entry-categ {
	color:#fff;
	font-size:90%;
	border-bottom:1px solid #EFEFEF;
	padding-bottom:5px;
}

.entry-footer {
	color:#fff;
	font-size:90%;
	border-bottom:1px solid #EFEFEF;
	border-top:1px solid #EFEFEF;	
	padding:5px 0;
}

.entry-footer span {
	color:#fff;
	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:15px 0;
	display:block;
}

.entry-content p {
	color:#E8E8E8;
	margin:10px 0 15px 0;
}
.entry-content p strong{
	font-weight:bold;
}

.entry-content a {
	text-decoration:none;
}

.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;
	color:white;
	font-size:1.2em;
}

.alignright{
	float:right;
	display:inline;
	margin:2px 10px 2px 2px;
}

/* Sidebar */





/* Start:QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2{
	font:normal 500 1.8em Arial;
	color:#fff;
	margin:40px 0;
	letter-spacing:-.03em;
}
#sidebar h2 .second{
	font:normal 500 70% Arial;
	color:#B6B6B6;
	letter-spacing:-.05em;	
	display:block;
	margin-top:-5px;
}
#sidebar h2 img{
	height:50px;
	width:50px;
	float:left;
	display:inline;
	margin:-2px 4px 0 0;
	padding:0;
	border:none;
}

#sidebar ul {
	list-style:none;
	display:inline;
}

#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;
}
#sidebar ul.menu{
width:210px;
}
#sidebar ul.menu li{
width:210px;
height:79px;
overflow:hidden;
margin:0;
padding:0;
background:transparent;
border-bottom:solid 1px #1D2D1D;
}
#sidebar ul.menu li a.first, #sidebar ul.menu li a.first:visited{
width:210px;
height:79px;
overflow:hidden;
display:block;
margin:0;
padding:0;
background:url(images/menu-trans.png) 0 0 no-repeat;
}
#sidebar ul.menu li a.first:hover{
background:transparent url(images/menu-trans.png) -210px 0 no-repeat;
}
#sidebar ul.menu li a.second, #sidebar ul.menu li a.second:visited{
width:210px;
height:79px;
overflow:hidden;
display:block;
margin:0;
padding:0;
background:url(images/menu-trans.png) 0 -79px no-repeat;
}
#sidebar ul.menu li a.second:hover{
background:transparent url(images/menu-trans.png) -210px -79px no-repeat;
}
#sidebar ul.menu li a.third, #sidebar ul.menu li a.third:visited{
width:210px;
height:79px;
overflow:hidden;
display:block;
margin:0;
padding:0;
background:url(images/menu-trans.png) 0 -158px no-repeat;
}
#sidebar ul.menu li a.third:hover{
background:transparent url(images/menu-trans.png) -210px -158px no-repeat;
}
/* 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;
}

.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;
	color:#fff;
}

.comments h3 {
	font-size:120%;
	margin-bottom:10px;
	color:#fff;
}

.comments ol {
	list-style:none;
}

.comments ol li {
	padding:10px;
	background:url(images/twentypercent.png) top left repeat;
	margin-top:2px;
}

.comments ol li.alt {
	background:url(images/twentypercent.png) top left repeat;
}

.comment-author {
	font-weight:bold;
}

.comment-meta {
	color:#fff;
	margin-bottom:5px;
	font-size:90%;
}

.unapproved {
	font-style:italic;
}

#respond {
	margin-top:30px;
}

#respond h3 {
	color:#fff;
}
	
.formcontainer {
	margin-top:10px;
	margin-bottom:10px;
	color:#f4f4f4;
}

#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:#f4f4f4;
	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:url(images/twentypercent.png) top left repeat;
}

.form-submit input {
	padding:2px 5px;
}
a.bird, a.bird:visited{
	margin:25px 0 0 20px;
	border:none;
	background:url(images/sphinxtwitter-trans.png) 0 0 no-repeat;
	width:175px;
	height:70px;
	display:block;
}
 a.bird:hover{
	background:url(images/sphinxtwitter-trans.png) -175px 0 no-repeat;
 }
.tweets{
	margin:0 0 0 15px;
}
.tweet{
	border-bottom:dotted 1px #1D2D1D;
	margin:0;
	padding:10px 2px;
	color:#D3DDCA;
	background:transparent;
	list-style:none;
	float:left;
	display:inline;
	width:220px;
}
.tweet:hover{
	color:#D3DDCA;
	background:url(images/tweetbg-trans.png) top left repeat-y;
}

.flickr_gallery {
	margin: 40px auto 5px;
	width: 570px;
}
 
.flickr_thumb {
	background: transparent url(images/polaroid.jpg) 0 0 no-repeat;
	display: inline;
	float: left;
	height: 125px;
	margin: 15px 10px;
	text-align: center;
	width: 116px;
	position: relative;
	padding:0;
}
 
.flickr_thumb a {
	display: block;
	height: 100px;
	position: relative;
	width: 100px;
	margin: 6px auto;
	padding:0;
	background-position:center center;
	background-repeat:no-repeat;
	border:none;
 	overflow:hidden;

 }
.flickr_thumb span {
	background: transparent url(images/tape-trans.png) no-repeat scroll 50% 0;
	height: 25px;
	left: 20px;
	position: absolute;
	top: -10px;
	width: 77px;
	z-index: 10;
}

.flat{
	min-height:500px;
	margin:0 0 20px 0;
	width:640px;
	background:transparent;
	padding:10px;
	display:block;
	position:relative;
	float:left;}
.donate{
font:normal 500 14px arial;
color:#333;
margin:20px 0 40px 0;
width:370px;
padding:14px;
float:left;
display:block;
border:solid 3px #999;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
background:#f4f4f4;
}
.donate .radios{
width:342px;
height:25px;
}
.donate label{
display:block;
font-weight:bold;
text-align:right;
float:left;
}
.donate label.radio{
display:inline;
margin:0;
}
.donate span.small{
color:#666666;
display:block;
font-size:18px;
font-weight:normal;
text-align:right;
width:140px;
margin-top:3px;
}
.donate input{
float:left;
width:200px;
margin:2px 0 30px 10px;
}
.donate input.radio{
float:left;
width:20px;
margin:2px 0 0 70px;
display:inline;
}
.donate button, button.button{ 
clear:both;
height:35px;
border:solid 1px #333;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
background:#006837;
float:right;
display:block;
margin: 20px 0 40px 20px;
font:normal 500 1.4em arial;
text-shadow:0px 1px 1px #003E1A;
color:#fff;
text-decoration:none;
text-align:center;
line-height:1.7em;
padding:0 7px;
}
button.button{
float:left;
}
.donate button:hover, button.button:hover{
text-shadow:0px 1px 1px #fff;
color:#003E1A;
text-decoration:none;
background:#a8c298;
border:solid 1px #333;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
padding:0 7px;
}
.donate input.amount{
font:normal 500 20px arial;
color:#999;
padding:3px;
}

.product {float:right;}

#donations {width:99%;padding-top:10px;}
#singledonation {float:left;width:45%;border-right:1px #999 solid;padding-top:1px;}
#recurringdonation {width:49%;margin-left:50%;padding-left:10px;padding-top:1px;}
