/*
Theme Name: Around the Arch
Theme URI: http://www.aroundthearch.com
Description: Simple theme
Version: 2.0
Author: Kristy Fifelski
Author URI: http://www.cityofreno.com
Tags: sidebar, clean, white
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */
/*.sidebar, #entry-meta-single {border:1px solid red;}
#respond {border:1px solid yellow;}
#footer, #header {border:1px solid blue;}
li.depth-1 {border: 1px solid orange;}
.navigation {border:1px dashed black;}
.post {border:1px solid pink}*/
#entry-meta-single, #entry-meta-index {background: #e1e1e1; border:1px solid #ccc; padding: 10px;}
div.entry-meta-single, div.entry-meta-index {background: #e1e1e1; border:1px solid #ccc; padding: 10px;}

/* - BASIC STUFF - */
body {background:#FFF;font:9pt/11pt Arial, Helvetica, sans-serif;color:#000;margin:0 auto;padding:0 20px;line-height: 1.3em;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small;background: #e9e9e9; padding: 3px 3px 3px 10px;}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h1, h1 a {color: #fff;}
h2.entry-title {font-size:150%;padding-bottom:5px;padding-top:5px;line-height: 1.2em;}
h2.entry-title a, h2.entry-title a:visited {color:#036;}
h2#comments{margin:20px auto 10px;font-size:140%;}
h3.widgettitle {margin: 8px 0 5px 0;
	font-size: 16px;
	color: #036;
	width: 90%;
	background-color: #e9e9e9;
	padding: 4px;
	border: 1px solid #aabcd5;}
a.rsswidget, a.rsswidget a:visited {color:#036}

	
/* 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%;}

/* -- MAIN DIV'S -- */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:650px;}
#header {height:60px;margin:0 auto;background: url(images/headerbg.jpg) #fff;}
#header .login {text-align:right;font-size:90%;padding-right: 10px;padding-top: 10px;}
#header .login a, #header .login a:visited {color: #CCC;}
#footer {height:50px;overflow:hidden;margin:20px auto 0;clear:both;float:none;text-align:center;padding: 20px 0;padding: 20px 10px 10px 20px;background: #b4c2d4;}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:right; clear:none;width:400px;padding: 10px 0 10px 10px;}
.posts-wrap a:visited{color:#036;}
.post {padding-bottom: 20px;border-bottom: solid 1px #ccc;}
#otherposts {color:#666;padding-top:10px;border-top:solid 1px #ccc;}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:left; clear:none;width:220px; padding:10px 10px 10px 0;	border-right: dashed 1px #CCC;}
.sidebar-wrap a:visited {color:#036;}
.sidebar {width:99%;clear:none;}
.block-1 {float:left;}
div.widget {padding-bottom: 10px;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
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}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}
img {border: none;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

#navbar {
	margin: 0 0 20px 0;
	background: #e9e9e9;
	background-repeat: repeat-x;
	height: 30px;
	/*border: solid #999999;
	border-width: 1px 0;*/
}

#navbar ul {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	left: 50%;
}

#navbar li {
	display: inline;
	float: left;
	position: relative;
	right: 50%;
	border: solid #aabcd5;
	border-width: 0 1px;
	margin: 0 0 0 -1px;
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 30px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 30px;
}

#navbar a:hover, #navbar .current_page_item {
	background: #b4c2d4;
}
