/*
THEME NAME: Link Wheeler
THEME URI: http://www.linkwheeler.com/blog/
DESCRIPTION: Custom theme for the Link Wheeler Blog - http://www.linkwheeler.com/blog/
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #FFFFFF url("images/bg.gif") repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
}

a {
	color: #404040;
}

a:hover {
	color: #000000;
}

strong {
	font-weight: 700;
}

em{
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url("images/quotes.gif") no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 85px;
	padding: 0 0 15px 0;
	overflow: hidden;
}

#logo {
	float: left;
	width: 500px;
	height: 101px;
	position: relative;
	left: 20px;
}

#qlinks {
	float: right;
	margin: 36px 0 0 0;
	position: relative;
	right: 12px;
}

#userip {
	float: left;
	position: relative;
	left: 54px;
	margin: 15px 0 0 0;
	padding: 5px 0 6px 35px;
	background: url("images/lock.gif") 0 0 no-repeat;;
}

#nav span {
	margin: 0 8px;
	color: #DDDDDD;
}
    
#tray {
	position: relative;
	width: 960px;
	height: 45px;
	background: #BFBFBF url("images/tray.gif") 0 0 no-repeat;
	overflow: hidden;
	font: bold 90%/1 "tahoma", sans-serif;
}

#tray ul {
	margin: 0 20px;
	list-style:none;
}

#tray li {
	display: inline;
}

#tray li a {
	color: #404040;
	display: block;
	float: left;
	padding: 17px 20px 17px 18px;
	background: url("images/tray-separator.gif") 100% 0 no-repeat;
	text-decoration: none;
}

#tray li a:hover {
	background: #9F9F9F url("images/tray-hover.gif");
	color: #FFF;
}

#tray li#tray-active a {
	background: #090 url("images/tray-active.gif");
	color: #FFF;
}

#search {
	float: right;
	width: 185px;
	padding: 8px 20px 0 0;
}

#search div {
	position:relative;
	width:185px;
}

#search #search-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 30px;
	background: #FFF url("images/search-input.gif") 0 0 no-repeat;
	overflow: hidden;
}

#search #search-input input {
	width: 136px;
	margin: 8px;
	border: 0;
	font: 100%/1 "arial",sans-serif;
	color:#404040;
}

#search #search-submit {
	float: right;
	width: 30px;
}

/* Container */

#container {
	width: 960px;
	overflow: hidden;
	margin: 20px auto;
}

#content {
	float: left;
	width: 660px;
	margin-left: 30px;
	font-family: "Tahoma";
}

/* Featured Box */

#featured {
	margin-bottom: 15px;
}

#featured-nav {
	padding: 5px 0;
	border-bottom: 2px solid #EFEFEF;
	margin-bottom: 15px;
	overflow: hidden;
}

#featured-nav h3 {
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #262D2F;
	float: left;
}

#featured-nav .list {
	font-weight: bold;
	float: right;
}

#featured-nav .list li {
	float: left;
	margin-right: 2px;
}

#featured-nav .list li a {
	color: #333;
	background: #EFEFEF;
	border-bottom: none;
	padding: 5px 8px;
	text-decoration: none;
}

#featured-nav .list li a:visited {
	color: #555;
}

#featured-nav .list li a:hover,
#featured-nav .list li a:focus {
	color: #fff;
	background: #999999;
	text-decoration: none;
}

#featuredposts * {
	position: relative;
}

#featuredposts li {
	background: #EAF8E1;
	border: 1px solid #CDE4CC;
	padding: 15px;
	float: left;
	width: 628px;
}

#featuredposts li:after {
	display: none;
}

#featuredposts .post {
	margin-bottom: 0;
}

#featuredposts .post-title {
	font-size: 130%;
	line-height: 1.2;
}

#featuredposts .post-content {
	font-size: 100%;
}

#featured .jcarousel-container {
	width: 660px;
	position: relative;
}

#featured .jcarousel-clip {
	z-index: 2;
	position: relative;
	overflow: hidden;
	width: 660px;
}

#featured .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post-title {
	font-size: 150%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #35B400;
	text-decoration: none;
}

.post-title a:hover {
	text-decoration: underline;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 85%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 120%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

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

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 580px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	font-family: "Tahoma";
}

.sidepanel {
	margin-bottom: 10px;
	background: #E0E0E0 url("images/bg_sidepanel_top.gif") no-repeat top left;
}

.sidepanel .inner {
	padding: 10px 10px 0 10px;
}

.sidepanel-btm {
	height: 10px;
	background: #E0E0E0 url("images/bg_sidepanel_btm.gif") no-repeat bottom left;
}

.sidepanel h3 {
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
}

.subitem {
	overflow: hidden;
	border-bottom: 1px solid #CECECE;
	padding: 10px 0;
}

.noborder {
	border: none;
	padding-bottom: 0;
}

.subitem img {
	float: left;
	margin: 0 10px 0 0;
}

#subscribe p {
	margin: 0;
	line-height: 1.5;
}

.sidepanel ul li {
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.8;
}

/* Footer */

#footer {
	color: #9f9f9f;
	font: 0.8em/1.5 "arial", sans-serif;
	background: url("images/footer.gif") no-repeat bottom left;
	overflow: hidden;
	padding-bottom: 35px;
	margin-bottom: 20px;
}

#copy { float: left; }
#flinks { float: right; }

#footer a {
	color: #9f9f9f;
}

#footer a:hover {
	color: #404040;
}


/* Misc */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
