/*
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: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#wrapper {
	width: 936px;
	margin: 0 auto;
}
#header {
	width: 100%;
	margin-top: 0;
}
#tagline {
	width: 100%;
	margin-top: 32px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	padding: 18px 0 18px 0;
	float: left;
}
#logo {
	width: 288px;
	height: 85px;
	margin-top: 18px;
	float: left;
}
/* Navigation */

ul#nav {
	width: 475px;
	height: 67px;
	float: right;
}
ul#nav li a.homenav {
	display: block;
	width: 67px;
	height: 66px;
	margin: 0 23px 0 0;
	background: url(http://www.stephenemlund.com/images/home_navitem.png) no-repeat 0 0;
}
ul#nav li a.homenav:hover {
	background-position: 0 -66px;
}
ul#nav li a.aboutnav {
	display: block;
	width: 67px;
	height: 66px;
	margin: 0 23px 0 0;
	background: url(http://www.stephenemlund.com/images/about_navitem.png) no-repeat 0 0;
}
ul#nav li a.aboutnav:hover {
	background-position: 0 -66px;
}
ul#nav li a.worknav {
	display: block;
	width: 60px;
	height: 66px;
	margin: 0 23px 0 0;
	background: url(http://www.stephenemlund.com/images/work_navitem.png) no-repeat 0 0;
}
ul#nav li a.worknav:hover {
	background-position: 0 -66px;
}
ul#nav li a.notebooknav {
	display: block;
	width: 105px;
	height: 66px;
	margin: 0 23px 0 0;
	background: url(http://www.stephenemlund.com/images/notebook_navitem.png) no-repeat 0 -66px;
}
ul#nav li a.contactnav {
	display: block;
	width: 84px;
	height: 66px;
	background: url(http://www.stephenemlund.com/images/contact_navitem.png) no-repeat 0 0;
}
ul#nav li a.contactnav:hover {
	background-position: 0 -66px;
}
ul#nav li {
	list-style-type: none;
	display: inline;
}
ul#nav li a {
	display:block;
	float:left;
	height:66px;
}
#container {
	float: left;
	width: 100%;
}
#content {
	margin: 20px 240px 30px 0px;
	position: relative;
}
#sidebar {
	margin: 20px 0 30px -210px;
	width: 210px;
	float: left;
	overflow: hidden;
}
#footer {
	clear: left;
	width: 100%;
	border-top: 1px solid #c1c1c1;
	font-size: .9em;
	color: #4f4f4f;
	padding: 4px 0 0 0;
	margin: 0 0 40px 0;
}
#footer a {
	color: #3c7878;
	text-decoration: none;
}
#footer a:hover {
	color: #4f4f4f;
	text-decoration: none;
}
/* General */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

h3 a {
	color: #3c7878;
	tex-decoration: none;
}

h3 a:hover {
	color: #3c7878;
	tex-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;
	margin-left: 10px;
	padding: 15px 10px;
}
#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-weight: normal;
	font-size: 160%;
}
.post {
	padding-bottom: 50px;
	position: relative;
}
.entry-data {
	float: left;
	width: 129px;
	padding-right: 6px;
	text-transform: uppercase;
}
.entry {
	float: right;
	width: 535px;
	padding-left: 25px;
	border-left: 1px solid #c1c1c1;
}
.entry-title {
	font-weight: normal;
	font-size: 2em;
	line-height: 29px;
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #c1c1c1;
	width: 696px;
}
.entry-date {
	position: absolute;
	right: 0;
	top: 21px;
	color: #666;
	font-size: 90%;
	border-bottom: 0px;
	text-transform: uppercase;
}
.entry-comments {
	font-size: 90%;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #c1c1c1;
}
.entry-title a {
	color: #3c7878;
}
.more-link {
	display: block;
	margin: 10px 0 0 0;
}
.entry-meta {
	color: #666666;
	font-size: 90%;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #c1c1c1;
}
.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #c1c1c1;
	padding: 5px 0 5px 0;
}
.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	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: 0px;
}
.entry-content p {
	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 {
	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;
}
.widget_categories {
	background: url('http://www.stephenemlund.com/wordpress/wp-content/uploads/2010/01/categories.jpg') top no-repeat;
	padding: 40px 0 0 0;
}
.widget_archive {
	background: url('http://www.stephenemlund.com/wordpress/wp-content/uploads/2010/01/archive.jpg') top no-repeat;
	padding: 40px 0 0 0;
}
.popular-posts {
	background: url('http://www.stephenemlund.com/wordpress/wp-content/themes/CorporateSandbox/images/popularposts.jpg') top no-repeat;
	padding: 40px 0 0 0;
}
/* 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;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}

/* Teal button styles */

a.tealbutton {
	padding: 5px 10px;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border: 1px solid #3c7878;
	background: #3c7878;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.tealbutton:hover {
	background: #2d5656;
	background: -webkit-gradient(linear, left top, left bottom, from(#2d5656), to(#3c7878));
	background: -moz-linear-gradient(top,  #2d5656,  #3c7878);
	border: 1px solid #3c7878;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* END Teal button styles */
