@charset "UTF-8";
/*
THEME NAME: EasyCity
DESCRIPTION: EasyCity v1.3 : Stylish theme inspired by city life. Compatible with Wordpress 2.8, valid XHTML & CSS
TAGS: two-columns, translation-ready, right-sidebar, dark, fixed-width
VERSION: 1.3
AUTHOR: <a href="http://www.gfcc.de">GFCC</a>
AUTHOR URI: http://www.gfcc.de/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a, a:hover {text-decoration:none;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#tags {font-family: Helvetica, Arial, sans-serif;font-size:9px !important;}
#tags a {padding:2px;display:inline-block;color:#999999;}
#tags a:hover {text-decoration:none;color:#FFFFFF;background:#999999 !important;}

body {
	background: #333333 url(http://brianblair.net/wp-content/themes/easycity/images/bg_body.gif) repeat top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #464B51;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#bgcity {
	width: 100%;
	background: url(http://brianblair.net/wp-content/themes/easycity/images/bg_city.jpg) no-repeat center top;
	z-index: 1000;
	position: relative;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	top: -50px;
	position: relative;
	z-index: 2000;
}

#header {
	overflow: hidden;
	height: 125px;
	margin: 0 auto;
}

#logo {
	font-size: 320%;
	margin: 60px 0 0 35px;
	font-weight: normal;
}

#logo a {
font-family: 'Permanent Marker', arial, serif;
text-shadow: 0px 1px 5px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
	color: #FFF;
}

#logo a:hover {
	text-decoration: none;
}

#description {
float:right;
display:block;
letter-spacing:-0.2px;
line-height:1.5em;
margin-right:315px;
margin-top:-30px;
padding:6px 10px;
background:#444;
font-weight:bold;
color:#fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: inset 0px 2px 5px 0px #292929;
-moz-box-shadow: inset 0px 2px 5px 0px #292929;
box-shadow: inset 0px 2px 5px 0px #292929;
text-shadow: 0px 1px 2px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
}

#container {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

#menu {
	width: 680px;
	overflow: hidden;
	margin-left: 35px;
}

#menu ul li {
	float: left;
	background: url(http://brianblair.net/wp-content/themes/easycity/images/tableft.png) no-repeat left top;
	padding: 8px 0 8px 8px;
	margin-right: 1px;
}

#menu li a {
	background: url(http://brianblair.net/wp-content/themes/easycity/images/tabright.png) no-repeat top right;
	padding: 8px 22px 8px 15px;
	color: #464B51;
text-transform:lowercase;
text-shadow: 0px 1px 3px #ffffff;
filter: dropshadow(color=#ffffff, offx=0, offy=1);
font-weight:bold;
}
#menu li a:hover {
	background: url(http://brianblair.net/wp-content/themes/easycity/images/tabright.png) no-repeat top right;
	color: #CC0000;
}

#menu li.current_page_item {
	background: url(http://brianblair.net/wp-content/themes/easycity/images/tableft_active.png) no-repeat left top;
}

#menu li.current_page_item a {
	background: url(http://brianblair.net/wp-content/themes/easycity/images/tabright_active.png) no-repeat right top;
	color: #CC0000;
}

#content {
	float: left;
	width: 680px;
}

.post {
	margin-bottom: 5px !important;
	background: url(http://brianblair.net/wp-content/themes/easycity/images/bg_post.png) repeat-y top left;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 2px 5px 0px #292929;
-moz-box-shadow: 0px 2px 5px 0px #292929;
box-shadow: 0px 2px 5px 0px #292929;
}

.post-inner {
	padding: 20px 35px;
}
.post-title {
font-family: 'Permanent Marker', arial, serif;
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
}

.post-title a {
	color: #888;
text-shadow: 0px 1px 3px #ffffff;
filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;

}

.post-footer {display:none;}

.post-meta {
	font-size: 90%;
	color: #FFFFFF;
	padding: 5px;
	background: url(images/bg_body.gif) repeat-x top left;
}

.post-meta a {
	color: #990000;
}

.post-content {
	margin-top: 15px;
	font-size: 110%;

}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	margin-bottom: 10px;
line-height:1.8em;
}

.post-content img {
	max-width: 600px;
	height: auto;
}

.post-content .alignnone {
	border: 0;
	padding: 5px;
}

.post-content .alignleft {
	float: left;
	border: 0px solid #CDCDCD;
	margin: 0 25px 15px 0;
	padding: 5px;
	background: #fff;	
}

.post-content .alignright {
	float: right;
	border: 0;
	margin: 0 0 15px 25px;
	padding: 5px;
	background: #fff;	
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 10px;

}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.post-content table {
	margin-top: 10px;
	margin-bottom: 25px;
}

.post-content td, .post-content th {
	padding: 5px 3px;
	border-bottom: 0px solid #CDCDCD;
}

.post-content th {
	font-weight: bold;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;

	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.post-links {display:none;}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments {
	margin-top: 20px;
}

#comments ol li {
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

#comments ol li.auth {
	background: #F0F0F0;
	padding-left: 15px;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 280px;
	margin-top: 0px;
}

.sidepanel {
	margin-bottom: 5px;
margin-left:5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	background: #45484d; /* old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #222222 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* ie */
	font-size: 105%;
	padding: 10px;
	color: #eee;
        line-height:1.4em;
}

.sidepanel a {
	color: #ddd;
text-decoration:none;
}
.sidepanel a:hover {
	color: #fff;
text-decoration:none;
}
.delicious-banner,
.sidepanel h3 {
font-family: 'Permanent Marker', arial, serif;
text-shadow: 0px 1px 3px #222;
filter: dropshadow(color=#222, offx=0, offy=1);
	padding: 0 0 10px 0;
	color: #fff !important;
	font-size: 120%;
}

.sidepanel ul li {
	padding: 0px 0;
	line-height: 1.2;
}

.sidepanel ul li ul {
	margin: 5px 0 0 15px;
}

.sidepanel p {
	margin-top: 10px;
}

#footer {color:#333;
margin:5px 0;
font-weight:bold;
position:relative;
}
#themer{
display:block;
float:right;
margin-right:285px;
margin-top:-15px;
}
#themer a {
line-height:1.5em;
padding:6px 15px;
background:#444;
font-style:italic;
color:#ccc;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: inset 0px 2px 5px 0px #292929;
-moz-box-shadow: inset 0px 2px 5px 0px #292929;
box-shadow: inset 0px 2px 5px 0px #292929;
text-shadow: 0px 1px 2px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
}
#themer a:hover {
color:#fff;}
.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
.aktt_tweet_time {display:none;}
div .post-meta {display:none;}
.delicious-posts li {display:block;
background:#333;
padding:8px !important;
margin-bottom:2px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: inset 0px 2px 5px 0px #292929;
-moz-box-shadow: inset 0px 2px 5px 0px #292929;
box-shadow: inset 0px 2px 5px 0px #292929;
}
.delicious-posts a {color:#ccc;}
