/**
 * Theme Name: Groovy Web Design
 * Theme Author: Jamesson Creative LLC | Groovy Web Design
**/
@import url(/assets/css/common.css);

#blog {
	background: #040927 url(/assets/img/head_bg.jpg) repeat-x;
}
#blog #page {
	background: url(/assets/img/blog_bg.jpg) no-repeat center top;
}
#blogHead {
	height: 100px;
	margin-bottom: 50px;
	position: relative;
}
#blogHead h2 {
	width: 165px; height: 18px;
	background: url(/assets/img/nav.gif) no-repeat 0 -18px;
	position: absolute;
	bottom: 0; left: 0;
	margin: 0; padding: 0;
}

#posts {
	float: left;
	width: 455px;
}
#sidebar {
	float: left;
	width: 465px;
	position: relative;
}

#sidebarInner, #sidebarOuter {
	margin-top: 460px;
}
#sidebarInner {
	width: 165px;
	float: left;
}
#sidebarOuter {
	width: 280px;
	float: left;
	margin-left: 20px;
}

#ads {
	width: 280px; height: 260px;
	position: absolute;
	top: 0; right: 0;
}
#ads a {
	width: 141px; height: 135px;
	position: absolute;
	display: block;
}
#ad-1 {top: 0; right: 141px;}
#ad-2 {top: 0; right: 0;}
#ad-3 {top: 135px; right: 141px;}
#ad-4 {top: 135px; right: 0;}

#social {
	width: 300px; height: 70px;
/*	background: #555; opacity: 0.2;*/
	position: absolute;
	top: 370px; right: 0;
}
#social a {position: absolute; top: 0; width: 70px; height: 70px; display: block;}
a#soc_fb {left: 50px;}
a#soc_tw {left: 125px;}
a#soc_ms {left: 200px;}

#clients h2 {
	width: 165px; height: 140px;
	background: url(/assets/img/groovified.jpg) no-repeat;
}
#clients ul {
	margin: 0 20px;
}
#clients ul li {
	line-height: 1.2;
	margin: 0.5em 0;
}

#rss a {
	width: 50px; height: 25px;
	display: block;
	position: absolute;
	top: 60px; right: 20px;
	z-index: 101;
}

.post {
	margin: 0 0 1.6em 0;
	padding-right: 10px;
}

.readmore {
	width: 429px; height: 106px;
	background: url(/assets/img/read-more.jpg) no-repeat;
	position: relative;
}
.readmore a {
	width: 110px; height: 25px;
	display: block;
	position: absolute;
	top: 9px; left: 200px;
}

.block {
	margin: 0 0 2em 0;
}
.block ul, .block li, .block h2 {
	margin: 0; padding: 0;
}

.split {
	background: url(/assets/img/sidebar_bg.gif) repeat-y center top;
}
.split h2 {
	width: 280px; height: 80px;
	background: url(/assets/img/web-resources_sidebar.jpg) no-repeat;
}
.split .left, .split .right {
	width: 100px;
	float: left;
}
.split .right {
	text-align: left;
	margin-left: 70px;
}
.split .left {
	text-align: right;
}
.split .clr {
	width: 280px; height: 45px;
	background: url(/assets/img/sidebar_footer.gif) no-repeat;
}

.wrapped {
	background: url(/assets/img/sidebar2_bg.gif) repeat-y;
	text-align: center;
}
.wrapped h2 {
	width: 100%; height: 30px;
	padding: 7px 0;
	background: url(/assets/img/sidebar2_head.gif) no-repeat;
	font-size: 1em !important;
}
.wrapped .clr {
	width: 100%; height: 17px;
	background: url(/assets/img/sidebar2_foot.gif) no-repeat;
}
.wrapped .content {
	padding: 0.25em 1em;
}

.post, .links {
	font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif;
}
.entry {
	font-family: Arial, sans-serif;
}
.post h2.title {
	font-size: 1.8em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
.single .meta {
	font-style: italic;
	font-size: 0.9em;
}
.single h3 {
	font-size: 1.5em;
	margin: 1em 0 1.25em 0;
	font-weight: normal;
}
.single h4 {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
}

.wp-caption-text {
	text-align: center;
	color: #cecece;
	font-style: italic;
}

#comments {
	width: 465px; height: 95px;
	background: url(/assets/img/comments.jpg) no-repeat;
	margin: 0;
}
.commentlist, .commentlist li, li.comment {
	margin: 0; padding: 0;
}
.comment.even {background: url(/assets/img/comment_bg_dark.jpg) repeat-y;}
.comment.odd {background: url(/assets/img/comments_bg_light.jpg) repeat-y;}

.comment-author {
	float: left;
	width: 120px;
	text-align: center;
}
.comment-data {
	float: left;
	width: 300px;
}
li.comment {
	clear:left;
	padding: 1em 0;
}

#respond h3 {
	width: 280px; height: 75px;
	background: url(/assets/img/leave_comment.jpg) no-repeat;
}

form {
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
}
input.text, textarea.text {
	border: solid 1px #007ea9;
	background: #007ea9;
	font: normal normal 1em Monaco, 'Courier New', monospace;
	color: #fff;
	padding: 0.25em;
}
input.text:focus, textarea.text:focus {
	border-color: #fff;
}
input.submit:focus {
	border: dotted #e1e1e1 1px;
}

/* -------- FOOTER -------- */
#footer {
	padding: 1em 0;
	text-align: center;
}
