/*   
Theme Name: 
Theme URI: http://www.theoneonefour.com
Description: Custom Theme
Tags: Clean, minimalistic, fixed width, widgets, two columns
Author: Vinh Le
Author URI: http://www.blogdesignblog.com
Version: 0.3
.
Rawr.
.
*/

/* `General
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333;
	background: #4c4c4c;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#container {
	margin: 20px auto 50px auto;
	width: 960px;
	background: #FFF;
	text-align: left;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `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;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* `Top nav
----------------------------------------------------------------------------------------------------*/

#top_nav {
	width: 960px;
	background: #4c4c4c;
	text-transform: uppercase;
}

#top_nav ul {
	float: right;
	position: relative;
	top: 0px;
}

#top_nav form {
	float: right;
	padding: 0 20px 0 10px;
}

input.text_input {
	padding: 3px 5px;
	border: none;
	font-size: 12px;
	margin: 0;
	width: 150px;
	color: #888;
}

#top_nav li {
	display: block;
	float: left;
	margin: 0;
}

#top_nav li a {
	color: #FFF;
	font-size: 11px;
	padding: 0 10px;
	height: 13px;
	border-right: 1px solid #CCC;
}

#top_nav li a.rss_feed {
	border: none;
	background: url('images/rss.png') 10px 3px no-repeat;
	padding-left: 24px;
}

#top_nav li a:hover {
	color: #ff6600;
}

#tag_pulldown form {
	padding: 0;
}

#tag_pulldown select {
	text-transform: uppercase;
	width: 100px;
	margin-left: 9px;
	margin-top: 7px;
}

#tag_pulldown option {
	padding-left: 5px;
}


/* `Header
----------------------------------------------------------------------------------------------------*/

#header {
	margin: 0 20px 35px 20px;
	padding-top: 20px;
	height: 220px;
	width: 920px;
}

#logo a {
	display: block;
	width: 173px;
	height: 220px;
}

#logo {
	float: left;
}

#logo_picture {
	width: 727px;
	height: 186px;
	display: block;
}

#current_date {
	float: left;
	margin-top: 2px;
        font-size: 11px;
        color: #d6d6d6;
}
#weather {
	float: left;
	margin-top: 2px;
        font-size: 11px;
        color: #d6d6d6;
}

#ads_header{
	clear: both;
	text-align: center;
	margin-top: p20x;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

#header_nav {
	float: right;
}

ul#page_nav {
	background: url('images/nav_bar.png') repeat-x;
	display: block;
	height: 34px;
	width: 727px;
}
	
#page_nav li {	
	display: block;
	position: relative;
	float: left;
	margin-left: 0;
}

.page_nav_hover {
	background: url('images/nav_bar_hover.png') repeat-x;

	color: #FFFFFF;
}

#page_nav li a {	
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 10px 15px 8px 15px;
	border-right: 1px solid #EEE;
	white-space: nowrap;
}

#page_nav li a:hover {	
	background: url('images/nav_bar_hover.png') repeat-x;
	color: #FFF;
}

#page_nav li.maps_nav a {
	background: url('images/nav_bar_hover.png') repeat-x;
	color: #FFF;
}
		
#page_nav li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
		
#page_nav li ul li {	
	float: none;
	display: inline;
}
		
#page_nav li ul li a {	
	width: auto;
	background: #d35400;
	color: #FFF;
}
		
#page_nav li ul li a:hover {	
	background: #fa873b;
}


.wp-pagenavi {
	margin-bottom: 50px;
}

.top20 {
	padding-top: 20px;
}

#sidebar div.wp-forecast, #sidebar div.wp-forecast-curr-block {
	float: right;
}

#sidebar div.wp-forecast-curr-head {
	text-align: right;
}


/* `Body
----------------------------------------------------------------------------------------------------*/

#main {
	width: 600px;
	float: left;
	margin: 0 20px;
	display: inline; /* IE6 fix for double-margin bug */
}

#main img {
	border: 5px solid #e8e7de;
}

.post {
	margin-bottom: 50px;
}

.post a {
	color: #ff6600;
	text-decoration: underline;
}

.post a:hover {
	color: #000;
	text-decoration: none;
}

.post h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;;
}

.post_title {
	margin: 0;
	line-height: 1.15;
	font-size: 28px;
}

.post_title a {
	background: #FFF;
	color: #4c4c4c;
	text-decoration: none;
}

.post_title a:hover {
	color: #ff6600;
}

.post_subtitle {
	font-size: 24px;
	font-weight: normal;
	color: #898989;
	display: block;
	margin: 0 0 5px 0;
}

.no_subtitle {
	margin-bottom: 5px;
}

.post_details {
	position: relative;
	margin-bottom: 10px;
	color: #777;
}

.post_details a {
	text-decoration: none;
	font-weight: bold;
	color: #4c4c4c;
}

.post_content {
	font-family:  Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a.post_read_more {
	background: url('images/read_more.png') no-repeat;
	padding-left: 22px;
	padding-right: 20px;
	display: block;
	float: left;
}

span.comments_link {
	background: url('images/comments.png') no-repeat;
	padding-right: 20px;
	padding-left: 22px;
	display: block;
	float: left;
}

.post_print {
	background: url('images/print.png') no-repeat;
	padding-right: 20px;
	padding-left: 22px;
	display: block;
	float: left;
}

.post_meta {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 6px 0 3px 0;
}

.post_meta a {
	color: #555;
	text-decoration: none;
}

.post_meta a:hover {
	color: #ff6600;
}

#ads_bottom {
	text-align: center;
	margin-bottom: 40px;
}

#maps_tab {
	position: absolute;
	top: 0;
	right: 0;
}

#maps_tab span {
	padding: 3px 10px;
}

.maps_highlighted {
	background: #FF6600;
	color: #FFF;
	cursor: pointer;
}

.directions_show {
	text-decoration: underline;
	cursor: pointer;
}

.directions_show:hover {
	color: #444;
}

.page h2 {
	margin-bottom: 20px;
}

.page .post_content {
	margin-bottom: 20px;
}

#image_credits {
	color: #777;
	margin-bottom: 20px;
}

#image_credits span {
	font-weight: bold;
	color: #444;
}

#breadcrumbs {
	margin-bottom: 10px;
}

#breadcrumbs, #breadcrumbs a {
	color: #777;
	font-size: 12px;
}

#breadcrumbs strong {
	color: #4c4c4c;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#main .post-ratings img {
	border: none;
}

.post_user_rating {
	font-weight: bold;
}


/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {

	float: right;
	width: 300px;
	padding: 0 20px 0 0;
	list-style-type: none;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	margin-left: 0;
}

#sidebar a {
	color: #000;
}

#sidebar h3 {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
	padding-left: 10px;
}

li.widget {
	background: url('images/sidebar_bg_bottom.png') bottom no-repeat;
	width: 300px;
	margin-bottom: 20px;
}

li.widget ul {
	background: url('images/sidebar_bg_top.png') top no-repeat;
	padding: 5px 0px;
	margin-bottom: 0;
}

li.widget li {
	background: #d0cfc7;
	padding: 3px 10px;
	border-bottom: 1px solid #AAA;
}

li.widget li:last-child {
	border: none;
}

li.widget li:hover {
	background: #EEE;
}

#follow_us {
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
}

#follow_us li {
	border: 0;
	padding: 1px 10px;
}

#follow_us li:hover {
	background: #d2d1ca;
}

#follow_us a:hover {
	color: #ff6600;
}

#follow_us a.twitter {
	display: block;
	background: url('images/twitter.png') no-repeat;
	padding-left: 33px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#follow_us a.facebook {
	display: block;
	background: url('images/facebook.png') no-repeat;
	padding-left: 33px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#follow_us a.flickr {
	display: block;
	background: url('images/flickr.png') -1px no-repeat;
	padding-left: 33px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#newsletter p {
	margin-bottom: 10px;
}

#newsletter li:hover {
	background: #d2d1ca;
}

#newsletter fieldset {
	margin-bottom: 10px;
}

#newsletter .text_input {
	width: 200px;
	color: #333;
}

#flickr_photos li:hover {
	background: #d2d1ca;
}

#flickr_photos img {
	border: 2px solid #FFF;
}

#flickr_photos img:hover {
	border: 2px solid #FF6600;
}

#flickr_photos ul {
	text-align: center;
}

#flickr_photos p {
	margin-bottom: 0;
}

#flickr_photos p a:hover {
	color: #FF6600;
}

#memebers_box p {
	margin-bottom: 0px;
}

#memebers_box a:hover {
	color: #ff6600;
}

#memebers_box li:hover {
	background: #d2d1ca;
}

#sidebar .widgetWPNGCalendar h2 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	padding-left: 10px;
}

#sidebar .wpng-widget-date-title {
	padding-left: 10px;
}

#sidebar .widgetWPNGCalendar {
	background: none;
}

#sidebar .widgetWPNGCalendar ul {
	background: none;
	padding: 5px 0px;
	margin-bottom: 0;
}

#rss_sidebar div {
	float: right;
	width: 247px;
	padding-top: 2px;
}

a.rss_sidebar_button {
	float: left;
	width: 53px;
	height: 48px;
}

#rss_sidebar div a {
	display: block;
	font-weight: bold;
}

#rss_sidebar div a:hover {
	color: #FF6600;
}

#rss_sidebar {
	margin-bottom: 0;
}


/* `Comments
----------------------------------------------------------------------------------------------------*/

#comments_list {
	width: 600px;
	margin-bottom: 40px;
}

#comments a {
	color: #FF6600;
	text-decoration: none;
}

#comments a:hover {
	color: #444;
}

#comments_list dd {
	width: 560px;
	font-size: 13px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#comments_list dd p {

}

#comments_list dt {
	width: 560px;
	position: relative;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}


.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 {
	
}

.comments_author {
	
}

.alt {
	background: #EEE;
}

.avatar { 
	position: absolute;
	top: 30px;
	right: 10px;
}

#comments h3 {
	font-size: 30px;
	color: #3e3e3e;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
}

#comments h3 span.comment_meta a {
	font-size: 13px;
	color: #888;
	text-decoration: underline;
}

#comments h3 span.comment_meta a:hover {
	color: #ff6600;
}

#comments h3 span {
	float: left;
}

#comments h3 span.comment_meta {
	float: right;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform {
	margin-top: 40px;
	margin-bottom: 60px;
}

#commentform label {
	font-size: 12px;
	width: 100px;
	display: block;
	text-transform: uppercase;
}

#commentform .text_input {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #3e3e3e;
	width: 576px;
	padding: 5px;
	border: 1px solid #DDD;
}

#commentform .comment_enclose input {
	width: 178px;
	margin-right: 10px;
}

#commentform .comment_enclose {
	float: left;
}

#submit {
	background: #FF6600;
	color: #FFF;
	width: 100px;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}

#submit:hover {
	cursor: pointer;
}

/* `Contact form
----------------------------------------------------------------------------------------------------*/

.wpcf7 p {
	margin-bottom: 10px;
}

.wpcf7 input {
	width: 250px;
}

.wpcf7 input, .wpcf7 textarea {
	border: 1px solid #DDD;
	font-size: 13px;
	padding: 5px;
}

.wpcf7 textarea {
	width: 590px;
}


/* `Footer
----------------------------------------------------------------------------------------------------*/

#ads_bottom {
	clear: both;
}

#footer {
	clear: both;
	background: #4c4c4c;
	padding-top: 15px;
	width: 960px;
}

#footer_copy {
	width: 940px;
	list-style: none;
}

#footer_copy ul {
	list-style: none;
}

#footer_copy li {
	margin-left: 20px;
}

.left {
	float: left;
}

.right a {
	color: #333;
}

.right {
	float: right;
}

#footer_nav li {
	display: block;
	float: left;
	margin: 0;
}

#footer_nav li a {
	color: #fff;
	text-transform: lowercase;
	font-size: 11px;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

#footer_nav li:last-child a {
	border: none;
	padding-right: 0;
}

#footer_nav li a:hover {
	text-decoration: underline;
}

#footer_graphic {
	background: url('images/footer_graphic.png') no-repeat;
	width: 960px;
	height: 97px;
	position: relative;
}

#footer_graphic ul {
	list-style: none;
}

#footer_graphic li {
	display: block;
	float: left;
	margin: 0;
}

#footer_graphic a:hover {
	text-decoration: underline;
}

.footer_cities {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	float: right;
	margin: 17px 40px 0 0;
}

.footer_cities li {
	padding: 0 6px;
	border-right: 3px solid #F57722;
}

.footer_cities a {
	color: #222;
}

.footer_links {
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 138px;
}

.footer_links li {
	padding: 0 6px;
	border-right: 1px solid #F57722;
}

.footer_links a {
	color: #737373;
	font-size: 11px;

}

li.footer_last {
	border: none;
}

/* `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;
}

