/*   
Theme Name: Simple WordPress Theme
Theme URI: http://www.blogdesignblog.com/themes/
Description: A simple sweet wordpress theme designed/coded by blogdesignblog.com
Tags: Blue, fixed width, widgets, two columns, silver
Author: Vinh Le
Author URI: http://www.blogdesignblog.com
Version: 1.0
.
SimpleWP Theme is awesome.
.
*/

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

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #666;
	background: #333;
}

a {
	color: #026ce4;
	text-decoration: none;
}

a:hover {
	color: #0079be;
	border-bottom: 1px #0079be dotted;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	background: #FFF;
	width: 960px;
}


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

h1 {
	font-size: 25px;
	color: #026ce4;
	font-weight: normal;
}

h2 {
	font-size: 25px;
	color: #026ce4;

}

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

h4 {
	font-size: 19px;
	color: #333;
}

h5 {
	font-size: 17px;
	color: #333;
}

h6 {
	font-size: 15px;
	color: #333;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

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: 60px;
	padding: 20px 20px 0 20px;
	background: #333;
	position: relative;
}

h1#logo a {
	background: url('images/logo.png') no-repeat left bottom;
	width: 194px;
	height: 43px;
	text-indent: -9999px;
	position: relative;
	display: block;
	float: left;
}

#logo a:hover {
	border: none;
}

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

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

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

#page_nav li a {
	color: #a1a1a1;
	font-size: 14px;
}

#page_nav li a:hover {
	color: #FFF;
	background: none;
	border: none;
}

/* Feature
----------------------------------------------------------------------------------------------------*/

#feature {
	background: url('images/index_main.jpg') no-repeat;
	width: 960px;
	height: 300px;
	margin: 0 0 20px 0;
}

#feature_info {
	width: 310px;
	position: relative;
	float: left;
	top: 25%;
	left: 20px;
	vertical-align: middle;
}

#feature_single #feature_info {
	top: 30%;
}

#feature .featuring {
	color: #FFF;
	background: #333;
	padding: 3px 6px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

#feature .feature_date {
	color: #FFF;
	background: #0c56aa;
	padding: 4px 6px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

#feature .feature_date a {
	color: #FFF;
}

#feature .feature_date a:hover {
	border-bottom: 1px dotted #fff;
}

#feature h2 {
	width: 310px;
	line-height: 1.1;
	font-size: 30px;
	margin: 10px 0 5px 10px;
}

#feature h2 a {
	color: #FFF;
	font-weight: normal;
	width: 310px;
}

#feature h2 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#feature a img {
	border: 0;
	display: block;
	position: relative;
	float: right;
	top: 41px;
	right: 35px;
	width: 540px;
	height: 215px;
}

#feature_single {
	background: url('images/single_main.jpg') no-repeat;
	width: 960px;
	height: 124px;
	margin: 0 0 20px 0;
}

#feature_single h4 {
	display: block;
	position: relative;
	line-height: 1.2;

	font-size: 18px;
	width: 310px;
	margin: 0;
	font-weight: normal;
	color: #FFF;
}

#feature_single h4 span {
	color: #FFF;
	background: #333;
	padding: 4px 6px;
}

#feature_quote {
	float: right;
	position: relative;
	top: 15px;
	right: 20px;
	width: 530px;
	height: 69px;
	padding: 25px 15px 0 15px;
	background: #0c56aa;
	text-align: center;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #f5dce5;
}

#feature_quote h3 {
	font-size: 16px;
	color: #f5dce5;
}


#feature_single img {
	display: block;
	position: relative;
	float: right;
	top: -29px;
	right: 20px;
}

#section {
	width: 920px;
	margin: 0 20px 20px 20px;
	border-bottom: 1px #EEE solid;
}

#section h3 {
	font-size: 24px;
	position: relative;
	top: 7px;
	color: #333;
	float: left;
}


#search_widget fieldset.search {
	background: #EEE;
	width: 300px;
	float: right;
}

#search_widget fieldset.search input {
	border: 0;
	background: #FFF;
	font-size: 14px;
	color: #BBB;
	width: 274px;
	margin: 10px;
	padding: 3px;
}


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

#main {
	width: 579px;
	margin: 0 20px 20px 20px;
	float: left;
	display: inline; /* IE6 fix for double-margin bug */
}

.post {
	color: #555;
}

.post a {
	color: #0079be;
	border-bottom: 1px #0079be dotted;
	background: #fcf7e0;
	padding-bottom: 2px;
}

.post a:hover {
	color: #000;
	border-bottom: none
}

.post h2 {
	margin: 0 0 2px 0;
	line-height: 1.1;
	font-size: 21px;
}

.post h2 a {
	background: #FFF;
	color: #026ce4;
	padding: 0;
	border: 0;
}

.post h2 a:hover {
	color: #0079be;
	border-bottom: 1px #0079be dotted;
}

.sub_title {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-style: italic;
	display: block;
	margin: 0 0 20px 0;
}

.post {
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: 1px #EEE solid;
}

a.more-link {
	padding: 2px 1px;
	color: #555;
	background: #FFF;
	border-bottom: 1px #888 dotted;
	font-weight: bold;
}

.more-link:hover {
	color: #0079be;
	border-bottom: 1px #0079be dotted;
}


.post blockquote {
	background: #eee;
	color: #666;
	margin: 20px;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post blockquote p:last-child {
	margin: 0;
}

.sub_date {
	color: #AAA;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin-bottom: 20px;
}

.sub_date a {
	background: #FFF;
	color: #777;
	border-bottom: none;
	padding-bottom: 0px;
	border-bottom: 1px dotted #999;
}

.sub_date a:hover {
	color: #0079be;
	border-bottom: 1px #0079be dotted;
}

.block {
	margin-bottom: 15px;
}


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

#sidebar {
	width: 300px;
	margin: 0 20px 0 0;
	float: right;
	padding-left: 20px;
	display: inline; /* IE6 fix for double-margin bug */
	border-left: 1px #EEE solid;
}

#sidebar ul {
	list-style-type: none;
	margin-bottom: 30px;
}

#sidebar ul li {
	margin-left: 0px;
	margin: 7px 0;
}

#sidebar ul li.sidebar_header {
	font-size: 14px;
	color: #666;
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar ul li a {
	font-size: 13px;
	padding: 2px 0;
	border-bottom: 1px #CCC dotted;
	color: #777;
}

#sidebar ul li a:hover {
	background: #FFF;
	color: #0079be;
	border-bottom: 1px #0079be dotted;
}

#author_bio {
	background: #eee;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #eaeaea;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#author_bio img {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #DDD;
}

#author_bio p {
	margin: 0;
}

#author_bio h4 {
	margin-bottom: 5px;
	color: #555;
	font-size: 13px;
	font-family:  Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#author_bio h4 span {
	background: #DADADA;
	color: #888;
	padding: 2px 4px;
	text-transform: uppercase;
	font-size: 11px;
}

/* Sidebar search widget */

#searchform {
	background: #EEE;
	width: 300px;
}

#searchform #s {
	border: 0;
	background: #FFF;
	font-size: 14px;
	color: #999;
	width: 190px;
	margin: 10px 5px 10px 10px;
	padding: 3px;
}

#searchform  #searchsubmit {
	background: #026ce4;
	color: #FFF;
	width: 74px;
	font-size: 14px;
	border: 0;
	margin: 0px 10px 10px 0px;
	padding: 2px 0;
}

#searchform  #searchsubmit:hover {
	background: #0079be;
}

/* Sidebar calendar widget */

#wp-calendar {
	width: 250px;
	border: 1px #DDD solid;
	background: #f5f5f5;
}

#wp-calendar caption {
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}

#wp-calendar th, #wp-calendar td {
	text-align: center;
	padding: 3px;
}

#sidebar #wp-calendar td a {
	color: #026ce4;
	border-color: #026ce4;
}

#sidebar #wp-calendar td a:hover {
	color: #0079be;
	background: #f5f5f5;
	border-color: #0079be;
}

#sidebar #wp-calendar #prev a, #sidebar #wp-calendar #next a {
	color: #777;
	font-weight: bold;
	border-color: #CCC;
}

#sidebar #wp-calendar #prev a:hover, #sidebar #wp-calendar #next a:hover {
	color: #0079be;
	background: #f5f5f5;
	border-color: #0079be;
}

/* Sidebar ads widget */

#ads125 {
	background: #eee;
	border: 1px #eaeaea solid;
	text-align: center;
	padding: 15px 0 3px 10px;
	margin-bottom: 20px;
}

#ads125 a {
	padding: 0;
	border: 0;
}

#ads125 img {
	margin: 0 10px 7px 0;
}


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

.comments_list {
	background: #f5f5f5;
	padding: 15px;
	margin-bottom: 25px;
}

.comments_list ol li {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.comments_list ol li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.comments_list ol li .avatar {
	float: left;
	margin: 0 10px 0 0;
	width: 60px;
}

.comments_author {
	margin-bottom: 5px;
}

.comments_name {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.comments_name a {
	color: #555;
	border-bottom: 1px #888 dotted;
}

.comments_name a:hover {
	color: #0079be;
	border-bottom: 1px #0079be dotted;
}

.comments_name_author {
	color: #0079be;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.comments_name_author a {
	border-bottom: 1px #c81056 dotted;
}

.comments_name_author a:hover {
	border-bottom: 1px #0079be dotted;
}

.comments_date {
	font-size: 11px;
	color: #888;
	padding: 2px 2px;
	text-transform: uppercase;
}

.comments_body {
	width: 467px;
	float: left;
}

.comments_text {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.comments_text p:last-child {
	margin: 0;
}

.comments_form {
	background: #EEE;
	width: 577px;
	float: right;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 10px 0;
}

.comments_form label {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.comments_form label span {
	font-weight: normal;
	color: #888;
	font-size: 11px;
}

.comments_form p {
	margin: 0;
}

.comments_form input {
	border: 0;
	background: #FFF;
	font-size: 14px;
	color: #333;
	width: 200px;
	margin: 5px 5px 5px 15px;
	padding: 3px;
}

.comments_form textarea {
	border: 0;
	background: #FFF;
	font-size: 14px;
	color: #333;
	width: 539px;
	margin: 5px 15px;
	padding: 3px;
}

.comments_form #submit {
	background: #026ce4;
	color: #FFF;
	width: 160px;
}

.comments_form #submit:hover {
	background: #0079be;
}

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

.wpcf7 label {
	margin-left: 15px;
}

.wpcf7 input {
	margin-bottom: 10px;
}
/*
.wpcf7 {
	background: #f5f5f5;
	border: 1px solid #ddd;
}

.wpcf7 p {
	margin: 15px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.wpcf7 input {
	border: 0;
	background: #FFF;
	font-size: 14px;
	color: #333;
	width: 200px;
	margin: 5px 5px 5px 0px;
	padding: 3px;
}

.wpcf7 textarea {
	border: 0;
	background: #FFF;
	font-size: 14px;
	color: #333;
	width: 530px;
	margin: 5px 15px 5px 0px;
	padding: 3px;
}

.wpcf7 .submit {
	background: #026ce4;
	color: #FFF;
	width: 160px;
}

.wpcf7 #submit:hover {
	background: #0079be;
}
*/

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

.search_term {
	color: #0079be;
}

.search_post h2 {
	margin-bottom: 0;
	line-height: 1;
}

.search_post h2 a {
	font-size: 16px;
}

.search_post .sub_title {
	font-size: 13px;
	margin-bottom: 15px;
}

.search_post {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.search_post span.post_read_more {
	padding: 2px 1px;
	color: #555;
	background: #FFF;
	border-bottom: 1px #888 dotted;
	font-weight: bold;
}

.search_post span.post_read_more:hover {
	color: #0079be;
	border-bottom: 1px #0079be dotted;
}

/* `Archives
----------------------------------------------------------------------------------------------------*/

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

ul#archives li {
	margin-left: 0;
	padding: 15px 15px 5px 15px;
	border-bottom: 1px dotted #ddd;
}

ul#archives li.alt {
	background: #f5f5f5;
}

ul#archives li.alt a {
	background: #f5f5f5;
}

span.archives_date {
	color: #AAA;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

h6.archives_headline {
	margin-bottom: 0;
}

.archives_month {
	float: left;
	font-size: 50px;
	line-height: 50px;
	width: 50px;
	font-weight: bold;
	color: #dcdcdc;
}

.archives_info {
	float: right;
	width: 477px;
}

/* `Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	background: #333;
}

#footer_copy {
	float: left;
	width: 920px;
	height: 40px;
	padding: 20px;
	background: #333;
	margin-bottom: 0;
}

#footer_copy li {
	display: block;
	float: left;
	margin: 0;;
}

#footer_copy .footnote {
	color: #EEE;
	line-height: 1;
}

#footer_copy .footnote span {
	color: #0c56aa;
	font-size: 45px;
	display: block;
	margin-right: 5px;
	float: left;
	line-height: .95;
}

#footer_copy li.right {
	display: block;
	float: right;
	position: relative;
	right: 0px;
}

#footer_copy li.right a {
	color: #777;
	font-weight: bold;
}


/* `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;
}


/* `sIFR
----------------------------------------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash #feature_quote h3 {
	visibility: hidden;
	font-size: 16px;
}

/* `Extra
----------------------------------------------------------------------------------------------------*/

.photo_author {
	font-size: 11px;
	font-style: italic;
}

.photo_author a {
	color: #333;
	border: none;
	background: #FFF;
}

.page .post {
	padding: 0 0 10px 0;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.alignright {
	float: right;
	margin: 0 0 0 20px;
}

.amzshcs-item {
	float: left;
	margin: 0 15px 15px 0;
	width: 125px;
}

.amzshcs-item a {
	border: none;
}