@charset "UTF-8";
/*
Theme Name: dreamdebris Lab v1
Theme URI: http://labs.dreamdebris.com/
Description: The first iteration of a custom template for the labs
Version: 1.0
Author: Anees Uddin
*/

@import url("reset.css");

body {
	background: #dcdcdc url(images/bodyBG.png) repeat-x;
	border-top: 3px solid #ebebeb;
	font-family:"Palatino", "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0;
}

a	{
	color:#115a93;
}	

#wrapper {
	width: 1024px;
	margin: 0 auto 0 auto;
	
}
#header {
	padding: 47px 0 0 50px;	
	height: 100px;
}

#logo h1 {
	font-size: 8.4em;
	font-style: italic;
	letter-spacing: -0.05em;
	line-height: 101px;
	width: 1004px;
	color: #a7a7a7;
	text-shadow: 0px 2px 2px #fff;
}
#blurb, #wrapper > h1 {
	color:#38a9ff;
	font-size:4.5em;
	font-style:italic;
	letter-spacing:-0.05em;
	line-height:72px;
	text-shadow:0 -1px 0 #0e3a5c;
	padding: 0px 50px 25px 50px;
}

#nav	{
	height: 70px;
	padding: 70px 0 0 45px;
}
#nav ul {
    float:left;
	position:relative;
	list-style:none;
    
	}
#nav ul li {
	float:left;
	background: url(images/featureButton.png) no-repeat left top;
	margin:0 10px 0 0;
	padding:0 0 0 20px;
	cursor: pointer;
	}
#nav ul li a {
	float:left;
	display:block;
	background:url(images/featureButton.png) no-repeat right top;
	padding:17px 20px 17px 0px;
	width:auto;
	color: white;
	text-decoration:none;
	font-size: 1.3em;
	color: white;
	font-style: italic;
	}
#nav li {
	background-position:0 -50px;
	}
#nav li a {
	background-position:100% -50px;
	}
#nav li:hover, #nav li:hover a {
	background-position:0% -50px;
	}
#nav li:hover a {
	background-position:100% -50px;
	}
#nextPrevious	{
	padding: 0;
}
#nextPrevious a {
	display:block;
	padding:17px 20px 17px 0px;
	width:auto;
	color: white;
	text-decoration:none;
	font-size: 1.3em;
	color: white;
	font-style: italic;
	}

#nextPrevious a:first-child	{
	float:left;
}

#nextPrevious a:last-child	{
	float:right;
}

#content {
	width: 1024px;
	padding:0 0 45px 45px;
	min-height:420px;
}
.post {
	margin: 0 10px 10px 0;
	padding: 0;
	width: 590px;
	float: left;
}

.post p, #footer p	{
	margin: 0 0 15px 0px;
	font-size: 1.4em;
	letter-spacing: -0.5px;
	color: #115a93;
	line-height:25px;
	text-align:justify;
}
.post img	{
	border: 3px solid #fff;
	margin-bottom: 15px;
}

.post blockquote	{
	border: 3px solid #115a93;
	margin-bottom: 25px;
	background: white;
	padding: 15px 15px 0px 15px;
}

.permalink a	{
	display: block;
	background:url(images/permalinkBG.png) no-repeat left top;
	letter-spacing: -0.5px;
	width: 260px;
	font-size: 1.4em;
	text-decoration:none;
	color: #115a93;
	font-style:italic;
	padding: 6px 10px 6px 10px;
	margin: 0 15px 15px 0;
}

.permalink a:hover	{
	color: #277ec0;
	background-position: 0px -60px;
}

.postTags	{
	background: url(images/postTagsBG.png) no-repeat;
	padding: 8px 10px 8px 10px;
	color: #277ec0;
	font-size: 1.2em;
	margin-bottom: 25px;
	height: 30px;
}

.postTags .right	{
	float:right;
}

.postTags a	{
	text-decoration: none;
	letter-spacing: -0.5px;
	text-decoration:none;
	color: #115a93;	
}

.postTags a:hover	{
	color: #277ec0;	
}

.postLink a	{
	display: table-cell;
	background:url(images/postLinkBG.png) no-repeat left top;
	float: left;
	letter-spacing: -0.5px;
	width: 260px;
	font-size: 1.4em;
	text-decoration:none;
	color: #115a93;
	font-style:italic;
	padding: 6px 10px 6px 10px;
	margin: 0 15px 15px 0;
}

.postLink a:hover	{
	color: #277ec0;
	background-position: 0px -60px;
}

.postLink a:visited	{
	color: #115A93;
	background-position: 0px -120px;
}


/*ToolTip Styles*/
.tTip 	{
	float: left;
}		

.tip 	{
	width: 280px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/toolTipBG.png) no-repeat;
	padding-top: 15px;
}

.tipMid {
	background: transparent url(images/toolTipMidBG.png) repeat-y;
	font-size: 1.2em;
	text-decoration:none;
	overflow:hidden;
	color: #115a93;
	font-style:italic;
	padding: 0px 10px 0px 10px;
	line-height: 25px;
}
.tipBtm {
	background: transparent url(images/toolTipBtmBG.png) no-repeat;
	height: 34px;
}

#sidebar {
	width: 400px;
	float:left;
	margin-left: 15px;
}

#sidebar h3, .post h1, #comments h4, #comments h3 {
	color:#38a9ff;
	font-size:2.5em;
	font-style:italic;
	letter-spacing:-0.05em;
	text-shadow:0 -1px 0 #0e3a5c;
	margin-bottom: 25px;
}

#sidebar .block{
	margin-bottom: 25px;
}

#sidebar .block a, #sidebar .textwidget{
	padding: 0 5px 5px 0;
	color:#115a93;
	line-height: 25px;
	text-decoration:none;
	font-style:italic;
	font-size: 1.4em;
}

#sidebar .block a:hover {
	color: #277ec0;
}

#footer	{
	float:left;
	width: 1024px;	
}

.commentCite	{
	background: url(images/commentCiteBG.png) no-repeat;
	margin-bottom: 25px;
	padding: 9px;
}

.commentCite cite	{
	float: right;
	color: #277ec0;
	font-size: 1.2em;
	padding-top: 10px;
}

input#author, input#email, input#url	{
	background: url(images/commentCiteBG.png) no-repeat;
	border: 0;
	width: 560px;
	height: 50px;
	padding: 15px;
	color:#115a93;
	text-decoration:none;
	font-size: 1.4em;
	font-family:"Palatino", "Times New Roman", Times, serif;
}

textarea#comment	{
	background: url(images/commentsBG.png) no-repeat;
	border: 0;
	margin-bottom: 25px;
	width: 560px;
	height: 170px;
	padding: 15px;
	color:#115a93;
	text-decoration:none;
	line-height: 25px;
	font-size: 1.4em;
	font-family:"Palatino", "Times New Roman", Times, serif;
}


.submitbutton #submit	{
	display: block;
	background:url(images/permalinkBG.png) no-repeat left top;
	letter-spacing: -0.5px;
	font-size: 1.4em;
	border: 0px;
	width: 98px;
	text-decoration:none;
	color: #115a93;
	font-style:italic;
	padding: 4px 10px 4px 5px;
	margin: 0 15px 15px 0;
	cursor: pointer;
	font-family:"Palatino", "Times New Roman", Times, serif;
}

.submitbutton #submit:hover	{
	color: #277ec0;
	background-position: 0px -60px;
}
