/*
Theme Name: Stylez - Light
Theme URI: http://www.jasonbobich.com/
Description: A Wordpress Theme for the stylish simpleton.
Author: Jason Bobich
Author URI: http://www.jasonbobich.com
Tags: two columns, widgets

Stylez by Jason Bobich || http://www.jasonbobich.com
*/


/* RESET */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	font-family: helvetica, arial, sans-serif;
}
ol, ul {
	list-style: none;
}

/* IMPORT FONT */

@font-face {
	font-family: 'Sansation Regular';
	src: url('fonts/Sansation_Regular.eot');
	src: local('fonts/Sansation Regular'), local('Sansation'), url('fonts/Sansation_Regular.woff') format('woff'), url('fonts/Sansation_Regular.ttf') format('truetype'), url('Sansation_Regular.svg#Sansation') format('svg');
}


/* MAIN ELEMENTS */

body {
	background: #151515 url('images/body-bg.png');
	color: #343434;
	font-style: normal;
	line-height: 140%;
	text-align: center;
	padding: 0;
	margin: 0;
	font: 13px 'Sansation Regular', tahoma;
	/* font: 13px Lucida Grande,Helvetica,Arial,Verdana,sans-serif; */
	letter-spacing: 0;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

a {
	color: #009cff;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

.special {
	font-family: arial;
}

/* GENERAL TYPOGRAPHY */

p {
	margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
}

small {
	font-size: 11px;
}

/* MAJOR LAYOUT ITEMS */

#wrapper {
	width: 998px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url('images/header-bg.png') no-repeat top left;
	height: 96px;
	padding: 0 30px;
	position: relative;
}

#main {
	padding: 0 30px;
	background: url('images/main-bg.png') repeat-y;
	min-height: 500px;
	overflow: hidden;
	position: relative;
}

#main-top {
	clear: both;
	background: url('images/main-top.png') no-repeat;
	width: 998px;
	height: 2px;
}

#main-bottom {
	background: url('images/main-bottom.png') no-repeat;
	width: 998px;
	height: 2px;
	clear: both;
}

#left {
	float: left;
	width: 662px;
	margin: 0 8px 0 0;
	display: inline;
}

#left-pad {
	padding: 10px 10px;
}

#sidebar {
	float: left;
	width: 268px;
	display: inline;
}

#sidebar-pad {
	padding: 0 3px 25px 3px;
}

/* HEADER */

#logo-wrap {

}

#logo-image {
	float: left;
	height: 96px;
	background: url('images/logo.jpg') no-repeat 0 15px;
}

#logo-image h1 {
	width: 314px;
	height: 68px;
	text-indent: -99999px;
	margin-top: 15px;
}

#logo-image h1 a {
	width: 205px;
	height: 66px;
	display: block;
	outline: none;
}

#logo-image img {
	border: none;
}

#logo-tagline {
	float: left;
	margin-top: 42px;
	font-size: 11px;
}

#top-search {
	position: absolute;
	top: 10px;
	right: 30px;
}

#search {
	height: 25px;
	border: none;
	margin: 0;
}

#search input {
	background: url('images/search-input-bg.png') no-repeat;
	border: none;
	float: left;
	padding: 10px;
	width: 200px;
	color: #343434;
	border: 1px solid #bbbbbb;
}

#search input.form-button {
	background: none;
	border: none;
	margin: 9px 0 0 -30px;
	padding: 0;
	width: auto;
}

#top-menu {
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 40px;
}

#top-menu ul {
	padding: 0;
	margin: 0;
	display: inline;
	overflow: hidden;
}

#top-menu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	padding: 0 0 5px 5px;
}

#top-menu a {
	padding: 5px 10px;
	margin: 0;
	color: #343434;
	display: block;
	text-decoration: none;
}

#top-menu a:hover {
	text-decoration: none;
	color: #009cff;
	/* background: url('images/search-input-bg.png') no-repeat; - Stylez Light Looked Cleaner without this :) */
}

/* ARCHIVE AND HOMEPAGE LIST OF POSTS */

.archive-post {
	background: #dedede;
	padding: 10px;
	border: 1px solid #FFFFFF;
	position: relative;
	margin-bottom: 10px;
	
}

.archive-post .archive-image {
	position: relative;
	min-height: 60px;
}

.archive-post .archive-content h2 {
	font-size: 25px;
	padding: 10px 10px 0 0;
	font-weight: lighter;
}

.archive-post .archive-content h2 a {
	color: #343434;
	text-decoration: none;
}

.archive-post .archive-content h2 a:hover {
	color: #009cff;
	text-decoration: none;
}

.archive-post .archive-content {
	position: relative;
}


.archive-post .archive-content .archive-content-left {
	float: left;
	width: 130px;
	margin-left: 10px;
	padding: 10px 0;
}

.archive-post .archive-content .archive-content-right {
	float: left;
	width: 480px;
	background: #dedede;
	margin-top: -60px;
}

.archive-post .archive-content .archive-content-right .archive-content-right-pad {
	padding: 0 10px;
}



/* SOCIAL ICONS */

#social-icons {
	position: absolute;
	top: 10px;
	right: 0;
}

#social-icons ul {
	padding: 0;
	margin: 0;
}

#social-icons li {
	list-style: none;
	text-indent: -99999px;
	overflow: hidden;
	padding: 3px 0;
}

#social-icons a {
	width: 30px;
	height: 29px;
	display: block;
}


a#social-rss {
	background: url('images/social-icons/01-rss.png') no-repeat -4px 0;
}

a#social-rss:hover {
	background: url('images/social-icons/01-rss.png') no-repeat;
}

a#social-feedburner {
	background: url('images/social-icons/02-feedburner.png') no-repeat -4px 0;
}

a#social-feedburner:hover {
	background: url('images/social-icons/02-feedburner.png') no-repeat;
}

a#social-facebook {
	background: url('images/social-icons/03-facebook.png') no-repeat -4px 0;
}

a#social-facebook:hover {
	background: url('images/social-icons/03-facebook.png') no-repeat;
}

a#social-myspace {
	background: url('images/social-icons/04-myspace.png') no-repeat -4px 0;
}

a#social-myspace:hover {
	background: url('images/social-icons/04-myspace.png') no-repeat;
}

a#social-twitter {
	background: url('images/social-icons/05-twitter.png') no-repeat -4px 0;
}

a#social-twitter:hover {
	background: url('images/social-icons/05-twitter.png') no-repeat;
}

a#social-youtube {
	background: url('images/social-icons/06-youtube.png') no-repeat -4px 0;
}

a#social-youtube:hover {
	background: url('images/social-icons/06-youtube.png') no-repeat;
}

a#social-flickr {
	background: url('images/social-icons/07-flickr.png') no-repeat -4px 0;
}

a#social-flickr:hover {
	background: url('images/social-icons/07-flickr.png') no-repeat;
}

/* BLOG POST */

.post {
	padding: 0 10px;
}

.post h2.blog-title {
	font-size: 25px;
	padding: 10px 10px 10px 0;
	font-weight: lighter;
}

.post h2.blog-title a {
	color: #343434;
	text-decoration: none;
}

.post h2.blog-title a:hover {
	color: #009cff;
	text-decoration: none;
}


.author-box {
	background: #dedede;
	border: 1px solid #FFFFFF;
	padding: 5px;
	color: #343434;
	font-size: 11px;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	padding-bottom:5px;
}

.post h1 {
	font-size:22px;
}

.post h2 { 
	font-size:20px;
}

.post h3, .post legend {
	font-size:18px;
}

.post h4 {
	font-size:16px;
}

.post h5 {
	font-size:14px;
}

.post h6 {
	font-size:13px; 
}

.post ol {
	list-style-type:decimal;
	list-style-position:outside;
	padding:0 0 15px 25px;
}

.post ul {
	list-style-position:outside;
	padding:0 0 15px 0;
}

.post ul li {
	padding: 0 0 0 25px;
	background: transparent url(images/sidebar-bullet.png) no-repeat scroll 12px 4px;

}

.post blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
}

.post a img, .post img {
	padding: 4px;
	background: #dedede;
	border: 1px solid #FFFFFF;
}

.post a:hover img {
	padding: 0;
	border: 5px solid #bbbbbb;	
}

.post.contact input[type=text], .post.contact textarea {
	padding:4px;
	width:340px;
}
/* WORDPRESS IMAGE WRAPPING */

.post img.alignright {float:right; margin:0 0 5px 10px}
.post img.alignleft {float:left; margin:0 10px 5px 0}
.post img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.post a img.alignright {float:right; margin:0 0 5px 10px}
.post a img.alignleft {float:left; margin:0 10px 5px 0}
.post a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* SEARCH RESULTS PAGE */ 

h2.search-title {
	background: #dedede;
	padding: 10px;
	font-size: 20px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
}

/* COMMENTS */

#respond h3, #comments_template h3 {
	padding: 15px 15px;
	margin: 25px 0 5px 0;
	font-size: 22px;
	background: #dedede;
	color: #343434;
	border: 1px solid #FFFFFF;
}

.comments, #respond {
	padding: 0 10px;
}

.comments .respond-left small {
	font-size: 10px;
}

.comments .respond-left {
	float: left;
	width: 85px;
	padding: 5px 0;
}

.comments .respond-left div.author {
	padding: 5px;
}

.comments .respond-left img {
	border: 5px solid #dedede;
	padding: 0;
	width: 75px;
	height: 75px;
}

.comments .respond-middle {
	float: left;
	width: 57px;
	height: 60px;
	background: url(images/comment_arrow.png) right bottom no-repeat;
	
}

.comments .respond-middle span {
	border-bottom: 25px solid #ededed;
	border-right: 20px solid white;
	width: 0;
	height: 0;
	line-height: 0;
}

.comments .respond-right {
	float: left;
	background: #dedede;
	margin-top: 5px;
	min-height: 85px;
	width: 450px;
}

.comments .respond-right p {
	padding: 10px 20px;
}

#respond input, #respond textarea {
	width: 400px;
	background: #dedede;
	border: 1px solid #FFFFFF;
	padding: 8px;
	font-size: 12px;
	color: #343434;
	margin: 5px 0;
	font-family: tahoma;
}

#respond textarea {
	height: 100px;
}

#respond .required {
	text-align: right;
	font-size: 11px;
	font-style: italic;
}

input#submit {
	background: url(images/submit.png) no-repeat;
	cursor: pointer;
	width: 101px;
	height: 31px;
	border: none;
}

/* SIDEBAR */

.widget, .sidebar-item {
	font-size: 13px;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.widget div {
	padding: 0 10px;
}

.widget h3, .sidebar-item h3 {
	padding: 15px 15px;
	margin: 5px 0 10px 0;
	font-size: 22px;
	background: #dedede;
	color: #343434;
}

.sidebar-item .content {
	padding: 10px;
	font-size: 12px;
}

.sidebar-item .about-image {
	background: url('images/about-img-container.png') no-repeat;
	padding: 14px;
}

.sidebar-item .about-image img {
	padding: 0;
	border: none;
	padding-bottom: 10px;
}

.sidebar-item .ad {
	float: left;
	border: none;
	margin: 1px;
	padding: 2px;
	font-size:1px; /* FIX for IE6 & IE7 */
}

.sidebar-item .ad img {
	border: none;
	margin: 0;
	padding: 0;
}

.widget ul, .sidebar-item ul {
	padding: 0 20px 0 20px;
}

.widget li, .sidebar-item li {
	list-style: none;
	padding: 4px 0 4px 10px;
	display: block;
	background: url('images/sidebar-bullet.png') left no-repeat;
}


/* FOOTER */

#footer {
	margin: 10px 30px;
	padding: 10px;
	text-align: center;
}

/* PAGE NAVI PLUGIN */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px 7px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #dedede;
	background-color: #efefef;	
	color: #343434;
}
.wp-pagenavi a:hover {	
	border: 1px solid #bbbbbb;
}
.wp-pagenavi span.current {
	padding: 5px 7px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #bbbbbb;
	color: #343434;
	background-color: #dedede;
}
