/*
Theme Name: Boy in Static Theme
Theme URI: http://wordpress.org/
Description:
Version: 1.0
Author: Anna
Author URI:
Tags:

Based on Kubrick v1.5
http://binarybonsai.com/kubrick/
The Kubrick theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*
------------------------------------------------------------
COLORS
------------------------------------------------------------
Shades of blue'ish gray for boxes, dark to light:
#191c1f  #31363b  #535a61  #929ca6  #c3ced9  #e1eaf2

Bright yellow for boxes:
#f3e949   #fff88d (highlight)

Yellow for links: 
#f2eb78   #c2b877 (dimmed)

Pink for boxes, dark to light
#382229  #57333e  #734452  #a66276  #d67e99

/*
------------------------------------------------------------
MAIN DIVS
------------------------------------------------------------
*/
#wrapper {
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 1040px;
}
/* header is empty, use this as a margin */
#header {
	height: 100px;
}

/*
------------------------------------------------------------
BASIC
------------------------------------------------------------
*/
body {
	background: #000 url("http://www.boyinstatic.com/images/common/bg_top.jpg") top center no-repeat;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #CCC;
	font-size: 100%;	
	margin: 0 auto;
	padding: 0 20px;
}
/* remove default margins */
body, div, h1, h2, h3, ul, p, dl, dd, dt, table, tr, td, form {
	margin: 0;
	padding: 0;
}

img, a img {
	border: 0;
}

a {
	color: #F2EB6B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
blockquote {
	font-style: oblique
}

/*
------------------------------------------------------------
LISTS
------------------------------------------------------------
*/

ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	padding: 0;
}

ul.disc {
	margin-left: 10px;
	list-style-type: disc;
}

/* lists inside posts */
.entry-content ul ol {
	margin-left: 0;
}
.entry-content ul li {
	margin-left: 10px;
	list-style: disc;
}
.entry-content ul li ol {
	margin-left: 10px;
}
.entry-content ol li {
	margin-left: 5px;
	list-style: decimal;
}
.entry-content ol li li {
	margin-left: 5px;
}
/*
------------------------------------------------------------
HEADERS
------------------------------------------------------------
*/
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/*
------------------------------------------------------------
SINGLE ENTRY
------------------------------------------------------------
*/
h2.entry-title {
	font-size: 150%;
	padding: 10px 0 8px 0;
}
#archive_title {
	font-size: 0.9em;
	margin-bottom: 10px;
	color: #e1eaf2;
	float: left;
	text-transform: uppercase;
}

.entry-title a, .entry-title a:visited, .entry-title a:active {
	color: #e1eaf2;
}
.entry-title a:hover {
	
}

h2#comments {
	margin: 20px auto 10px;
	font-size: 140%;
}
.entry-content {
	color: #DDD;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 0 12px 0;
	margin: 0;
	border-bottom: 1px solid #31363b;
	float: left;
	width: 510px;
}
/* headings inside posts */
.entry-content h3 {
	font-size: 140%;
}
.entry-content h4 {
	font-size: 120%;
}
.entry-content h5 {
	font-size: 100%;
}
.entry-content h6 {
	font-size: 90%;
}
/* tags below entry */
#entry-meta-single {
	font-size: 0.82em;
	font-style: italic;
	margin: 7px 0 0 0;
	float: left;
}

.entry-meta-index {
	font-size: 0.75em;
	margin: 7px 0 0 0;
	clear: both;
	font-style: italic;
	float: right;
}

/* read more link */
.more_link {
	background-color: #5c504a;
	padding: 2px 40px 2px 5px;
	text-align: right;
	font-size: 0.9em;
}
/* spacer between paragraph and more link */
.more_spacer {
	height: 9px;
}

.more_link a, a .more_link {
	color: #FFF;
}
.more_link a:hover, a:hover .more_link {
	text-decoration: underline;
}

/*
------------------------------------------------------------
POSTS
------------------------------------------------------------
*/
.post {
	float: left;
	border-top: 8px solid #535a61;
}
.post-index {
	margin: 0 0 15px 0;

}
#post-single {
	margin: 0 0 20px 0;
}
.posts-wrap {
	float: left;
	clear: none;
	width: 510px;
	margin: 0 30px 0 30px;
}

/*
------------------------------------------------------------
SIDEBARS
------------------------------------------------------------
*/
.sidebar {
	clear: none;
}
.sidebar a, .sidebar a:active, .sidebar a:visited {
	/* color: #000; */
}
#sidebar_left, #sidebar_left .sidebar_header {
	width: 160px;
	float: left;
}

#sidebar_right, #sidebar_right .sidebar_header {
	width: 310px;
	float: left;
}
.sidebar h3 {
	font-style: italic;
	font-size: 1.0em;
	line-height: 1.5em;
}
/* sidebar header in all caps with keylines */
.sidebar_header {
	font-size: 1.0em;
	color: #ccc;
	text-align: center;
	padding: 5px 0 5px 0;
	/* background-color: #191c1f; */
	text-transform: uppercase;
	border-top: 3px double #555;
	border-bottom: 3px double #555;
	margin: 0 0 10px 0;
	float: left;
}

/*
------------------------------------------------------------
SIDEBAR WIDGETS
------------------------------------------------------------
*/

#cats {
	padding: 6px 8px;
	background-color: #535a61;
	color: #e1eaf2;
}
#cats_header {
	font-size: 0.75em;
	border-bottom: 1px solid #929ca6;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
#cats .copy {
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.3em;
}
#cats a {
	color: #e1eaf2;
}

#archives {
	padding: 6px 8px;
	background-color: #929ca6;
	margin-top: 5px;
	color: #191c1f;
}
#archives_header {
	font-size: 0.75em;
	margin-bottom: 2px;	
}
#archives a {
	color: #000;
}
#archives select {
	margin: 0; padding: 0;
}

#search_box {
	background-color: #c3ced9;
	margin-top: 5px;
	margin-bottom: 40px;
	padding: 8px 8px;
}
/* input box */
#search_box #s {
	width: 137px;
}

/* recent entries */
#recent_wrap {
	font-size: 0.9em;
	float: left;
	margin-bottom: 30px;
}
.recent_single {
	height: 40px;
	background-color: #c3ced9;
	border-top: 1px solid #929ca6;
	width: 310px;
	float: left;
}
.recent_single .thumb {
	float: left;
	width: 70px;
	height: 40px;
	border-right: 1px solid #929ca6;
	overflow: hidden;
}
.recent_single .copy {
	float: left;
	width: 200px;
	padding: 5px 5px 0 5px;
	height: 35px;
	font-size: 0.9em;
}

a.widget, a.widget:visited, a.widget:active {
	color: #191c1f;
}

a.widget:hover {
	color: #000;
	background-color: #e1eaf2;
	text-decoration: none;
}

/* #191c1f  #31363b  #535a61  #929ca6  #c3ced9  #e1eaf2 */

.sidebar_divider {
	border-top: 1px dashed #535a61;
	height: 1px;
	margin: 10px 0;
	clear: both;
}

#lastfm_wrap {
	float: left;
}
.lastfm_user {
	margin-bottom: 10px;
	float: left;
}
.lastfm_user .header {
	font-size: 1.0em;
	font-style: italic;
	color: #e1eaf2;
	margin-bottom: 0px;
}
.lastfm_widget {
	float: left;
}

/* #191c1f  #31363b  #535a61  #929ca6  #c3ced9  #e1eaf2 */
#back_to_front {
	text-align: right;
	font-size: 0.82em;
	background-color: #5c504a;
	padding: 2px 7px;
	margin-bottom: 10px;
	width: 100px;
	float: right;
}

#back_to_front a {
	color: #fff;
}

/*
------------------------------------------------------------
Facebook and twitter
------------------------------------------------------------
*/

#fbook_wrap, #twitter_wrap {
	font-size: 0.82em;
	float: left;
	margin-bottom: 37px;
}

.fbook_item, .twitter_item {
	margin-bottom: 9px;
}

/*
------------------------------------------------------------
404
------------------------------------------------------------
*/
.error404 {
	margin: 0;
	width: 100%;
}
.error404 h1,.error404 h2 {
	margin: 10px auto;
}

/*
------------------------------------------------------------
COMMENTS
------------------------------------------------------------
*/
div.comments-wrap {
	margin: 15px auto;
	padding: 0;
	width: 510px;
}
li.comment,li.trackback, li.pingback {
	margin: 10px auto;
}
ul.children {
	margin-left: 10px;
}
ul.commentlist, ul.pinglist {
	margin: 10px 0;
}
div.reply {
}
textarea#comment {
	/* overflow: auto; */
	width: 490px;
}
#comment-input-area {
	margin-top: 10px;
	background-color: #31363b;
	width: 490px;
	padding: 10px 10px;
}

#respond {
	font-size: 0.9em;
}

/*
------------------------------------------------------------
ALIGNMENTS
------------------------------------------------------------
*/
img.alignright {
	float: right;
	/* clear: none; */
	margin: 4px 0 0 10px;
}
img.alignleft {
	float: left;
	/*  clear: none; */
	margin: 0 12px 5px 0;
}
img.aligncenter {
	display: block;
	margin: 8px auto;
	text-align: center
}
img.alignnone {
	margin: 0;
}

/*
------------------------------------------------------------
GLOBAL TOP NAV
------------------------------------------------------------
*/

input#s {
	width: 150px;
}

/*
------------------------------------------------------------
GLOBAL TOP NAV
------------------------------------------------------------
*/
#nav {
	font-size: 1.15em;
	font-weight: normal;
	color: #fff;
	margin: 0px auto;  /* standard css centering trick, not supported in old IE */
	text-align: center; /* ie workaround for above */
	width: 680px;
}
#nav ul a {
	color: #F1F1F1;
	text-decoration: none;
	padding: 4px 2px;
}
#nav ul a:hover {
	background: #CCC;
	color: #000;
}
#nav img {
	float: left;
	border: 0;
}
#nav ul {
	padding-top: 20px;
	list-style: none;	
}
#nav li {
	float: left;
	padding-left: 4px;
	padding-right: 3px;
	border-right: 1px solid #777;
	margin: 0;
	list-style-type: none;
}
#nav li#lastnavitem {
	border-right: none;
}

/*
------------------------------------------------------------
trim
------------------------------------------------------------
*/

#trim-wrapper {
	width: 1000px;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 20px 0 15px 0;
	float: left;
}

#trim-left {
	width: 140px;
	/* background-color: #31363b; */
	padding: 10px 10px;	
	float: left;

}

#trim-middle {
	width: 510px;
	float: left;
	/* background-color: #535a61; */
	margin-left: 10px;	
}

#trim-right {
	width: 290px;
	padding: 10px 10px;
	float: right;
	/* background-color: #929ca6; */
}

/*
------------------------------------------------------------
Flickr
------------------------------------------------------------
*/

/* the flickr thumbnails are 75x75 px */
#flickr_wrap {
	margin: 0;
	color: #c3ced9;
	float: left;
}
#flickr_photos {
	float: left;
	text-align: left;
	line-height: 0;
}
#flickr_wrap img {
	margin: 0;
	padding: 0;
	border: 0;
}
#flickr_wrap .caption {
	float: left;
	margin: 5px 0;
	font-size: 0.75em;
}

/*
------------------------------------------------------------
footer
------------------------------------------------------------
*/
/* container for footer */
#bottom {
	background: #000 url("http://www.boyinstatic.com/images/common/bg_bot.jpg") top center no-repeat;
	width: 100%;
	margin-top: 5px;
	clear: both;
	float: left;
	height: 206px;
	text-align: center;
}

#footer {
	margin: 50px auto 0px auto;
	overflow: hidden;
	text-align: center;
	width: 620px;
	clear: both;
	float: none;	
	font-size: 0.75em;
}
#footer ul a {
	color: #BBB;
	text-decoration: none;
	padding: 2px 0px;	
}
#footer ul a:hover {
	background: #AAA;
	color: #000;
}
#footer img {
	float: left;
	border: 0;
	margin: -4px 5px 0px 0px;
	padding: 0;
}
#footer ul {
	padding-top: 20px;
	list-style: none;
	margin: 0;
}
#footer li {
	float: left;
	padding-left: 4px;
	padding-right: 3px;
	border-right: 1px solid #333;
	margin: 0;
	list-style-type: none;
	
}
#footer li#footer_lastnavitem {
	border-right: none;
}
#footer #copyright {
	float: left;
	color: #AAA;
	font-size: 0.75em;
}
