/*
Theme Name: Joe Urban Copy
Theme URI: http://joe-urban.com
Description: A theme automatically created by the upgrade.
Version: 1.0
Author: Moi
*/
/* Default WordPress by Dave Shea || http://mezzoblue.com
	Modifications by Matthew Mullenweg || http://photomatt.net
	This is just a basic layout, with only the bare minimum defined.
	Please tweak this and make it your own. :)
*/


a {
	color: #527F8E;
	text-decoration: none;
}

a img {
	border: none;
	background-color: #fff;
}


a:visited {
	color: #527F8E;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #990000;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
	font-size: 100%;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding-left: 5px;
	padding-right: 5px;
}

/*
body {
	background: #fff;
	color: #333;
	font-family: Verdana, 'Helvetica', 'Arial', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
*/

cite {
	font-size: 9px;
	font-style: normal;
	color: #999;
	width: 100%;
}

cite a:hover{
    border-bottom: 1px solid #990000;
}

h2 {
	margin: 10px 0 2px 0;
	padding-bottom: 2px;
    font-size: 15px;
    font-weight: normal;
    font-family: Verdana, 'Helvetica', 'Arial', sans-serif;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	background-color: #eee;
}

ol#comments li p {
	font-size: 100%;
}

ul {
    font-weight: bold;
    padding-bottom: -5px;   
}

ul li {
	list-style: none;
	padding-bottom: 5px;
}

p, li {
	font: 100%/120% Verdana, 'Helvetica', 'Arial', sans-serif;
    padding-bottom: 2px;
}

.feedback {
	font: 100%/120% Verdana, 'Helvetica', 'Arial', sans-serif;
	margin-bottom: 35px;
    font-size: 11px;
    color: #666;
	text-align: left;
	clear: all;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #fff;
	color: #999;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	    border-bottom: 1px solid #990000;
}

.feedback {

}

.meta {
	font-size: 9px;
    color: #999999;
	font-weight: normal;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


.meta a {
	color: #527F8E;
	font-weight: normal;
}

.meta a:hover {
	    border-bottom: 1px solid #990000;
}


.storytitle {
	margin: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 140%;
}

.storytitle a {

}

.storytitle a:hover {
    border-bottom: 1px solid #990000;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	font-size: 100%;
	list-style-type: none;
}

/*
#content {
    float: right;
	width: 65%;
	padding:10px;
    margin-left: 220px;
}

#header {
	background: #fff;
	font: normal 100% Verdana, 'Helvetica', 'Arial', sans-serif;
	margin: 0;
	padding: 0px 10px 15px 60px;
	text-align: center;
	color: #333;
}

#header a {
	color: #527F8E;
	text-decoration: none;
}

#header a:hover {
	    border-bottom: 1px solid #990000;
}


#menu {
    padding: 0px 10px 5px 15px;
    margin-right: 80%;
    margin-top: 30px;
	left: 30px;
	top: 210px;
	width: 15%;
    border-right: 2px solid #eee;
}
*/

#menu form {
	margin: 0 0 0 13px;
}

#menu inputs {
	width: 100%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #666;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	font-weight: bold;
	font-family: Georgia, Times New Roman, serif;
}

#menu ul li {
	font: normal 100%  Georgia, Times New Roman, serif;
	margin-top: 10px;
    margin-bottom: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
	list-style-type: none;
    
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 100%/120% Verdana, 'Helvetica', 'Arial', sans-serif;
	margin-top: 0;
	padding: 0;
	padding-left: 4px;
}

#menu ul ul li a {
	color: #527F8E;
	text-decoration: none;
}

#menu ul ul li a:hover {
	    border-bottom: 1px solid #990000;
}

#menu ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	color: #527F8E;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
    color: #527F8E;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
    color: #527F8E;
}

#wp-calendar a:hover {
	    border-bottom: 1px solid #990000;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px Verdana, 'Helvetica', 'Arial', sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	    border-bottom: 1px solid #990000;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}



ul#tabnav {
    list-style-type: none;
    display: inline;
	margin: -1px 0px -1px 0px;
	padding: 1px;
    background-color: #FFF;
}

ul#tabnav li {
	font: 12px Verdana, 'Helvetica', 'Arial', sans-serif;
	height: 21px;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
}

#tabnav a {
	display: block;
	color: #527F8E;
	text-decoration: none;
	padding: 4px;
}

#tabnav a:hover {
	color: #527F8E;
	text-decoration: underline;
}


#tabs {
	margin: 10px;
	padding: 0;
	height: 21px;
	width: 100%;
	float: left;
}

		body {
			margin: 20px 10%;
			padding: 0;
			font:76%/1.5em Verdana,Geneva,Arial,Helvetica,sans-serif;
			background-color: #fff;
		}

		#wrap {
			border: 0px;
			margin-left:auto;
			margin-right:auto;
		}

		#masthead {
			padding: 0px;
			margin-bottom: 0;
			border-bottom: 0px;
		}

		#masthead h1 {
			width: 100%;
			text-align: center;
			padding: 0px;
			margin: 0px;
		}
		
		#masthead cite {
			display: block;
			width: 100%;
			text-align: center;
			color: #666;
			font-size: 80%;
			font-style: normal;
			padding: 0px;
			margin: 0px 0px 10px 0px;
		}		

		#content {
			padding:10px;
			margin-left: 220px;
		}

		#leftColumn {
			border-right: 2px solid #ccc;
			float:left;
			width:200px;
			\width:220px;
			w\idth:200px;
			margin: 0;
			margin-right:  0;
			padding: 10px;
			background-color: #fff;
		}

		#footer {
			clear:both;
			padding:10px;
			margin-top:0;
			
			border-top:3px solid #000;
		}
		
		#post {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px dashed #999;
		}
