/*
Theme Name: Clean-N-Simple
Theme URI: http://codymays.net/
Description: The new theme for CodyMays.net
Version: 1.0
Author: Cody Mays
Author URI: http://codymays.net/
Tags: black, blue, pink, text, minimal

	Clean-N-Simple
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Cody Mays for
	CodyMays.net and is of private release.

*/

/*******************************************
 *              Dark Arrival               *
 * (C) Cody Mays                           *
 * February 4th, 2009                      *
 * A Dark theme for CodyMays.net           *
 ******************************************/

body {
	background: #202020;
	color: #e6ecee;
	font-size: 14px;
	margin: 0;	
	padding: 0;
}

a img {
	border: none;
}

#wrap {
}

#header {
	height: 150px;
	color: #ffffff;
	margin: 0 auto 5px auto;
	padding: 0 20px 0 0px;
	line-height: 150px	;
	width: 960px;
}

#slogan {
	height: 90px;
	color: #ffffff;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Serif;
	border-top: 1px solid #00c0ff;
	line-height: 90px;
	text-align: center;
	border-bottom: 1px solid #145e77;
}

#footer {
	margin: 0;
	background: #000000;
}

#footer .top {
	margin: 0 auto 5px auto;
	padding: 0;
	width: 960px;
}

#footer .bottom {
	height: 50px;
	background: #202020;
	text-align: center;
	padding: 10px;
}

#footer .column {
	float: left;
	width: 320px;
	padding-bottom: 5px;
}

#content {
	margin: 0 auto 0 auto;
	width: 960px;
}


#main_content {
	width: 744px;
	float: left;
}

#main_content_wide {
	width: 946px;
}

#sidebar {
	width: 206px;
	margin-left: 10px;
	float: left;
}

#sidebar .block {
	width: 216px;
	padding-left: 5px;
}

.post {
	width: 734px;
	float: right;
	margin-right: 10px;
}

.post_w {
	width: 946px;
	float: left;
}

.topborder {
	border-top: 1px solid #145e77;
}

.post .left {
	float: left;
	width: 175px;
	padding-left: 5px;
}

.post .right {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.twitter_bg {
	background: url('../../../images/twitter.png') top right no-repeat;
}

.twitter_bg ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.twitter_bg li {
	background: url('../../../images/tweet.png') 0px 5px no-repeat;
	padding: 4px 0 5px 40px;
	min-height: 30px;
	border-bottom: 1px solid #145e77;
	width: 180px;
}

.lastfm {
	/*background: url('../images/lastfm.png') top right no-repeat;*/
}

.lastfm a {
	color: #ffffff;
}

.lastfm ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.lastfm li {
	width: 300px;
	padding: 4px 0 5px 0;
	min-height: 30px;
	border-bottom: 1px solid #145e77;
	line-height: 30px;
}

.recent {
}

.recent a {
	color: #00c0ff;
}

.recent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.recent li {
	width: 300px;
	padding: 4px 0 5px 0;
	min-height: 30px;
	border-bottom: 1px solid #145e77;
	line-height: 30px;
}

.twitter a {
	color: #00c0ff;
}

/* Text formatting */
h1, .block h2 {
	color: #00c0ff;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Serif;
}

.right h1 a {
	color: #00c0ff;
	text-decoration: none;
}

.right h1 a:hover {
	text-decoration: underline;
}

#footer h1 {
	color: #e22e85;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Serif;
}

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

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

a:hover {
	text-decoration: underline;
}

#portfolio a img { border: 1px solid #00c0ff; }
#portfolio a:hover img { border: 1px solid #e22e85; }