/*
	Theme Name: DeCarlo
	Description: A minimal, grid based theme.
	Author: Nick Setthachayanon
	Author URI: http://www.worldwithoutboxes.com	
	Media: Screen
*/

/* ----------------------------------------------- [ * ] */

@import url(css/grid-930.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: "New Century Schoolbook", "Palatino Linotype", Palatino, Georgia, "Times New Roman", sans-serif;
	font-size: .8em;
/*	background: transparent url(images/grid-900.gif) repeat-y top center; */
/*	background: #000 url(images/bg-dark-wood.jpg) top center fixed; */
	background: #222 url(images/bg-texture.jpg) top center fixed; 
	color: #888;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	color: #888;
}

h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: 1.5;
}

h2 {
	font-size: 1.8em;
	line-height: 1;
}

h3 {
	margin-bottom: 30px;
	font-size: 1.8em;
	line-height: 1.5;
}

h4 {
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.5;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5;
	color: #666;

}

p {
	margin-bottom: 20px;
	line-height: 1.5;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #fff;
}

a:hover {
	background-color: #fc0;
	border-bottom: none;
	color: #333;
}

acronym {
	border-bottom: 1px dotted #333;
}

.hr {
	background: transparent url(images/hr.gif) no-repeat top center;
	height: 1px;
	clear: both;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

sup {
	line-height: 0;	
}


/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 930px;
	margin: 0 auto 60px auto;
	overflow: hidden;
}

.navwrapper {
	width: 930px;
	margin: 0 auto;
/*	background: #000 url(images/bg-dark-wood.jpg) top center; */	
	background: #222 url(images/bg-texture.jpg) top center;	
	overflow: hidden;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	padding-bottom: 10px;
	overflow: hidden;
}

#main-nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	list-style-type: none;
}

#main-nav li {
	display: inline !important;
	width: 186px;
	text-align: center;	
}

#main-nav li.page_item {
	margin: 0;
}

#main-nav li a {
	border-bottom: none;
	line-height: 1.5;
	color: #666;
}

#main-nav li a:hover {
	background-color: transparent;
	color: #fc0;
}

.menu li {
	margin: 0;
	float: left;
}

/* ------------------------------------------ [ Header ] */

#header {
	position: fixed;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

#header h1, #header h2 {
	position: relative;
	left: -9999px;
}

#header h1 a, #header h2 {
	color: #000;
}

#header div.logo {
	margin: 30px auto 30px auto;
	width: 182px;
	height: 74px;
	background: transparent url(images/logo_md.gif) no-repeat top center;
	overflow: hidden;
}

#header div.collective {
	margin: 30px auto 30px auto;
	width: 182px;
	height: 74px;
	background: transparent url(images/logo_collective.gif) no-repeat top center;
	overflow: hidden;
}

.logolink {
	display: block;
	width: 182px;
	height: 74px;
}

/* ------------------------------------------ [ Content ] */

#content {
	background: transparent url(images/hr.gif) no-repeat top center;
	padding-top: 190px;
	overflow: hidden;
}

ul.nav {
	margin: 0 0 30px 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.nav li {
	font-size: .7em;
}

.nav li.last {
	border-bottom: none;
}

.nav li a {
	border-bottom: 1px dotted #333;
}

.nav li a:hover {
	border-bottom: none;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.5;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
	border-bottom: none;
	color: #666;
}

.navlinks li a:hover {
	color: #000;
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 30px 0 60px 0;
	border-top: 1px dotted #333;
	overflow: hidden;
	clear: both;
}

.post-meta {
	text-align: right;
}

.post-meta ul.nav li.date {
	font-family: "New Century Schoolbook", "Palatino Linotype", Palatino, Georgia, "Times New Roman", sans-serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.5;
}

ul.nav li.category {
	margin-top: 7px;
}

ul.nav li.category a {
	color: #666;
}

ul.nav li.category a:hover {
	color: #333;
}

.post-meta.left {
	text-align: left;
}

.post-content p, .post-content h5, .post-content code {
	/*width: 570px;*/
}

.post-content h3 {
	line-height: 1.1;
}

.post-content h5 {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
}

.post-content blockquote {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	margin-bottom: 15px;
	padding: 15px 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.post-content blockquote h4 {
	margin-bottom: 15px;
	font-size: 1.4em;
}

.post-content blockquote p {
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.5;
}

.post-content ul, .post-content ol {
	margin: 0 30px 15px 0;
	list-style-type: none;
}

.post-content li {
	padding-left: 20px;
	line-height: 1.5;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ul#smart-archives-block {
	font-size: 2em;
	margin: 0 0 30px 0;
}

.post-content ul#smart-archives-block li {
	padding-left: 0;
	line-height: 1.5;
	background: none;
}

.post-content div#smart-archives-list h2 {
	font-size: 2.1em;
	line-height: 1;
	margin-bottom: 30px;
	color: #fff;
}

.post-content div#smart-archives-list ul {
	margin-bottom: 45px;
}

.post-content ol {
	margin-left: 30px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .8em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

.post h4 {
	font-size: 1.8em;
	line-height: 1;
	margin-bottom: 25px;
	color: #fff;
}

.firstline {
	font-size: 0.85em;
	text-transform: uppercase;
	color: #fff;
}

.related {
	margin-bottom: 60px;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0;
	padding: 10px 0 15px 0;
	border-top: 1px dotted #333;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5;
	color: #666;
}

.comment dt a:link, .comment dt a:visited {
	border-bottom: none;
	color: #666;
}

.comment dt a:hover {
	color: #333;
}

form#commentform {
	margin-bottom: 45px;
}

#leave-comment {
	margin-top: 30px;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .8em;
}

.comment-field {
	padding: 10px 0;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 4px;
	line-height: 1.5;
	font-weight: bold;
}

input, textarea {
	width: 200px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #333;
	background-color: transparent;
	color: #888;
}

.col.span-4 input {
	width: 440px;
}

textarea {
	height: 10em;
	width: 440px;
}

.border-bottom {
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
}

.post-meta.col.last p {
	margin-bottom: 0;	
}

.nav li a.comments-link {
	color: #666;
}

.nav li a:hover.comments-link {
	color: #333;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin: 0;
	padding: 10px 0 0 0;
	overflow: hidden;
}

#sidebar h4 {
	padding-bottom: 10px;
	line-height: 1.5;
	border-bottom: 1px solid #aaa;
}

#sidebar p {
	color: #666;
}

#sidebar .section input {
	width: 15.8em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #aaa;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1.5;
	border-bottom: 1px dotted #333;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 30px 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #333;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	/*margin: 0 0 1em 0;*/
	padding: 2px 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.navigation li.right {
	float: right;
}

.navigation li a {
	color: #666;
}

.navigation li a:hover {
	color: #333;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
	overflow: hidden;
	clear: both;
}

#footnotes p {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#footnotes .rss {
	padding-top: 2px;
	padding-left: 15px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}

#ftrhdrs {
	border-bottom: 1px dotted #333;
	margin-bottom: 15px;
}

#ftrhdrs h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
}

ul#twitter_update_list {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5;
}

ul#twitter_update_list li {
	margin-bottom: 15px;
}

a#twitter-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: .8em;
	line-height: 1.5;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #666;
}

h3.ver.small {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
}

/* For by-lines */

.low {
	font-family: "New Century Schoolbook", "Palatino Linotype", Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, "Palatino Linotype", Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #fff;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	margin: 0;
	padding: 0;
}

.search-field input {
	background-color: transparent;
	width: 198px;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}

.button:hover {
	background: #a00;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 1em;
	line-height: 1.5;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #000;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.5;
	border-bottom: 1px dotted #333;
	font-size: 1.1em;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 0;
	padding: 0;
}

.wp-caption img {
	margin: 5px 0 0 -120px;
	padding: 0;
	border: 0 none;
}

.wp-caption img.size-full {
	margin: 5px 0 0 0;
}

.wp-caption p.wp-caption-text {
	margin: 5px 0 15px 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.5;
	font-style: italic;
}

img.size-full {
	margin: 0 0 20px -120px;
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }

.current_page_item { }

.current_page_item a { 
	color: #fc0 !important;
}

.current_page_item a:hover { 
	background-color: transparent !important;
}

.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}

.passwordlabel {
	padding-top: 0;
	font-weight: normal;
}

.passwordfield {
	width: 198px;
	height: 15px;
	font-size: .75em;
	letter-spacing: .5em;
}

.passwordsubmit {
	width: 90px;
	background-color: #fff;
	font-size: .75em;
	font-weight: bold;
	color: #666;
}