/*   
Theme Name: 
Theme URI: http://www.virtualbulldog.com
Description: Custom Theme
Tags: Clean, minimalistic, fixed width, widgets, two columns
Author: Vinh Le
Author URI: http://www.blogdesignblog.com
Version: 1.0
.
Rawr.
.
*/

/* `General
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.5 Georgia, 'Times New Roman', Times, serif;
	background: url('images/stripe_pattern.png') repeat-x;
	color: #555;
	text-align: center;
}

a {
	color: #3e3e3e;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 920px;
}

blockquote {
	border-left: 3px solid #ff6600;
	padding: 0 20px 0 23px;
	color: #888;
}

.wp-caption-text {
	font-family: Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 11px;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #3e3e3e;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 30px;
	font-weight: 400;
	color: #3e3e3e;
	line-height: 1.2;
}

h3 {
	font-size: 21px;
	color: #FF6600;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Header
----------------------------------------------------------------------------------------------------*/

#header {
	width: 920px;
	height: 203px;
	border-bottom: 1px dotted #999;
	position: relative;
	margin-bottom: 60px;
}

h1#logo a {
	background: url('images/logo.png') no-repeat;
	position: absolute;
	display: block;
	top: 36px;
	left: 0;
	text-indent: -9999px;
	width: 157px;
	height: 20px;
}

#blurb {
	background: url('images/blurb.png') no-repeat;
	width: 728px;
	height: 96px;
	position: absolute;
	left: 0;
	top: 94px;
	text-indent: -9999px;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

ul#page_nav {
	position: absolute;
	top: 31px;
	right: 0;
	margin-bottom: 0px;
}

#page_nav li {
	display: block;
	float: left;
}

#page_nav li a {
	font-family: Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	font-size: 12px;
}

#page_nav li a:hover {
	color: #FF6600;
}

/* `Body
----------------------------------------------------------------------------------------------------*/

#main {
	width: 550px;
	float: left;
	margin-right: 120px;
	margin-bottom: 60px;
}

.post_content a, #comments_list a {
	color: #ff6600;
	border-bottom: 1px dotted #999;
}

.post_content a:hover, #comments_list a:hover {
	color: #000;
}

h2 a {
	color: #3e3e3e;
	border: none;
}

.post {
	margin-bottom: 60px;
}

.post img {
	margin-top: 4px;
}

.post_date {
	font-family: Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}

.comments_link {
	padding: 20px;
	color: #ADADAD;
}

.comments_link a {
	color: #ADADAD;
}

.comments_link a:hover {
	color: #3e3e3e;
	border-bottom: 1px dotted #3e3e3e;
}

a.more-link {
	color: #3e3e3e;
	margin: 20px 0;
	display: block;
	border: none;
	padding-bottom: 2px;
}

a.more-link:hover {
	color: #000;
}

.single a.more-link {
	padding-bottom: 0;
}

.post_read_more {
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px dotted #999;
}

.arrows {
	color: #FF6600;
}

.post_tags {
	font-family: Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	color: #BBB;
	display: block;
	padding-bottom: 10px;
	width: 590px;
	border-bottom: 1px dotted #999;
}

.post_tags a {
	color: #777;
}

.post_tags a:hover {
	color: #3e3e3e;
}

.wp-pagenavi {
	margin-bottom: 2px;
}

.p_large {
	font-size: 17px;
	line-height: 1.4;
}

.sitemap {
	margin: 0;
	padding: 0;
}

/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {
	font-family: Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	width: 250px;
	float: right;
	list-style-type: none;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	margin-left: 0;
}

#sidebar li.widget {
	padding-bottom: 20px;
}

#sidebar h3 {
	font-weight: bold;
	color: #FF6600;
	font-size: 13px;
	margin-bottom: 5px;
}

#search h3 {
	color: #3e3e3e;
}

.text_input {
	font-family: Georgia, 'Times New Roman', Times, serif;
	background: #EEE;
	border: none;
	font-size: 14px;
	padding: 5px;
	color: #3e3e3e;
}

#s {
	width: 206px;
}

#searchsubmit {
	color: #FF6600;
	font-size: 18px;
	background: #FFF;
	border: none;
}

#searchsubmit:hover {
	cursor: pointer;
	color: #3e3e3e;
}

#search_form .text_input {
	border: 1px dotted #999;
	background: #FFF;
}

#sidebar li a {
	border-bottom: 1px dotted #999;
	display: block;
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#sidebar li.widget_categories a {
	border: none;
	display: inline;
}

#sidebar li.widget_categories li {
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #999;
}


/* `Comments
----------------------------------------------------------------------------------------------------*/

#comments_list {
	width: 550px;
	border-top: 1px dotted #CCC;
	margin-bottom: 60px;
}

#comments_list dd {
	width: 530px;
	font-size: 13px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	padding-left: 10px;
	padding-right: 10px;
}

#comments_list dd p {
	width: 475px;
}

#comments_list dt {
	width: 530px;
	position: relative;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
}


.comments_name {
	color: #111;
}

.comments_date {
	padding-left: 3px;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-transform: uppercase;
	color: #bbb;
}

.comments_author .comments_name {
	color: #ff6600;
}

.comments_author {
	background: #f5f5f5;
}

.avatar { 
	position: absolute;
	top: 30px;
	right: 10px;
}

#comments h3 {
	font-size: 30px;
	color: #3e3e3e;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform .text_input {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #3e3e3e;
	width: 540px;
	padding: 5px;
}

#submit {
	text-indent: -9999px;
	color: #FF6600;
	background: url('images/submit.png') no-repeat;
	width: 113px;
	height: 29px;
	border: none;
}

#submit:hover {
	cursor: pointer;
}

/* `Contact
----------------------------------------------------------------------------------------------------*/

.wpcf7-form {
	padding-top: 1px;
}

.wpcf7-form input, .wpcf7 textarea {
	font-family: Georgia, 'Times New Roman', Times, serif;
	background: #EEE;
	border: none;
	font-size: 14px;
	color: #999;
	padding: 5px;
	color: #3e3e3e;
}

.wpcf7-form br {
	margin: 0;
	display: none;
}

.wpcf7-form label {
	width: 100px;
	display: block;
	color: #222;
	text-align: right;
	font-size: 16px;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	width: 550px;

}

.wpcf7-form select {
	width: 560px;
	padding: 5px;
}

.wpcf7-form textarea {

}

.wpcf7-form #submit {
	float: none;
}

.wpcf7-form p {
	margin-bottom: 10px;
}

/* `Search
----------------------------------------------------------------------------------------------------*/

.search_results h2.search_title {
	font-family: Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 14px;
	background: #f5f5f5;
	padding: 5px 10px;
	color: #777;
}

.search_term {
	font-weight: bold;
}

.search_results h2 {
	font-size: 18px;
}

.search_results .post {
	margin-bottom: 30px;
}

.search_results .wp-pagenavi {
	margin-top: 0px;
}


/* `Footer
----------------------------------------------------------------------------------------------------*/

#footer_container {
	background: #f5f5f5;
	clear: both;
}

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 30px 0 100px 0;
	text-align: left;
}

#footer .container {
	width: 290px;
	float: left;
	margin-right: 25px;
}

#footer h4 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 3px;
	color: #555;
}

#footer p {
	font-size: 13px;
	color: #777;
}

#footer a {
	border-bottom: 1px dotted #3e3e3e;
}

#footer .misc {
	margin-right: 0;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

img#wpstats{display:none}

/* `Newsletter
----------------------------------------------------------------------------------------------------*/

#newsletter input.text_input {
	width: 265px;
	background: #DDD;
	font-size: 13px;
}

#newsletter_form p, .mc-field-group {
	margin-bottom: 10px;
}

#nl_submit, #mc-embedded-subscribe {
	background: url('images/nl_submit.png') no-repeat;
	text-indent: -9999px;
	width: 69px;
	height: 19px;
	border: none;
	margin-right: 5px;
}

#nl_submit:hover, #mc-embedded-subscribe:hover {
	cursor: pointer;
}

.signup_close {
	margin-left: 3px;
}