/*
Theme Name: City of Cordova
Theme URI: http://www.cityofcordova.net
Description: City of Cordova Wordpress Theme
Version: 1.0
Author: WebUsAt.com
Author URI: http://www.webusat.com

*/

/* Sidebar */

.subnav li {/*.subnav is mainly the categories list*/
	list-style			: none;
}

#sidebar li {
	list-style			: none;
}
	
.bullets li {
	margin				: 0 0 5px 15px;
	list-style			: square;
}
	
#sidebar .bullets li {
	list-style			: square;
	margin-bottom		: 5px;
	margin-left			: 0px;
}

#sidebar .children {
	background			: #F4F4EC;
}

#sidebar .children li {
	background			: #F4F4EC;
	list-style			: none;
	margin-left			: 15px;
	padding-left		: 15px;
	border-bottom		: 1px solid #fff;
}

#sidebar .feed li{
	margin-bottom		: 5px;
	padding-left		: 20px;
	background			: url(images/rss.gif) no-repeat;
}

	
/* Headlines */

.blogtitle, .blogtitle a {
	color				: #000;
	font-size			: 1.8em;
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-weight			: regular;
	padding				: 20px 0px 10px 0px;
}
/*
h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #840000;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:3px double #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#840000;
	}
*/
h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}
/*
h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	*/

/* Links */

.blogtitle a { 
	text-decoration		: none;
}

.title:link, .title:active, .title:visited { 
	color				: #840000; 
	text-decoration		: none;
} 

.title:hover { 
	color				: #840000; 
	text-decoration		: underline;
} 
	
h3 a:link, h3 a:active, h3 a:visited  {
	text-decoration		: none;
}

h3 a:hover {
	text-decoration		: underline;
}

h4 a:link, h4 a:active, h4 a:visited  {
	color				: #666; 
	text-decoration		: none;
}

h4 a:hover {
	text-decoration		: underline;
}

/* Sidebar Links */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background			: #fff;
	display				: block;
	padding				: 4px 4px 4px 20px;
	border-bottom		: 1px solid #999;
}
		
.subnav li a:hover, .subnav li a:active {
	background			: #F4F4EC;
	text-decoration		: none!important;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	text-decoration		: none;
}

#sidebar a:hover {
	text-decoration		: underline;
}

#sidebar .children li a, #sidebar .children li a:visited {
	padding				: 2px 2px 2px 0px;
	border				: 0;
	background			: #F4F4EC;
	color				: #666;
}

#sidebar .children li a:hover, #sidebar .children li a:active	{
	color				: #000;
	text-decoration		: none!important;
}

/* Links in UL */
.bullets li a { 
	text-decoration		: none!important;	
}

.bullets li a:hover { 
	text-decoration		: underline!important;	
}

/* Tags styling */
.tags a {
	text-decoration		: none;
}

.tags a:hover {
	text-decoration		: underline;
}

/* Links within comments - metadata */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {
	text-decoration		: none;
}

.commentmetadata a:hover {
	text-decoration		: underline;
}

#footer a {
	text-decoration		: none;
} 

#footer a:hover	{
	text-decoration		: underline;
}

/*** Begin WordPress  ***/
.aligncenter, div.aligncenter {
	display				: block;
	margin-left			: auto;
	margin-right		: auto;
}

.alignleft {
	float				: left;
	margin				: 4px 15px 5px 0;
}

.alignright {
	float				: right;
}

.wp-caption {
   text-align			: center;
   background-color		: #fff;
   margin-top			: 5px;
   margin-right			: 15px;
   margin-bottom		: 0px;
}

.wp-caption img{
   padding				: 2px;
   border				: 1px solid #999;
}

.wp-caption img:hover{
   border				: 1px solid #333;
}

.wp-caption p.wp-caption-text {
   color				: #666;
   font-size			: 10px;
   line-height			: 12px;
   padding				: 7px 4px 2px 5px!important;
   margin				: 0!important;
}

.widecolumn .entry p {
	font-size			: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height			: 1.4em;
}

.widecolumn {
	line-height			: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align			: center;
}

.thread-alt {
	background-color	: #f8f8f8;
}

.thread-even {
	background-color	: white;
}

.depth-1 {
	border				: 1px solid #ddd;
}

.narrowcolumn {
	padding				: 0px 0px 20px 0px;
}

.widecolumn {
	margin				: 5px 150px 0 0;
}

.widecolumn .smallattachment {
	margin				: 5px 0 5px 5px;
}

.even, .alt {
	border-left			: 1px solid #ddd;
}

code {
	display				: block;
	text-align			: left;
	direction			: ltr;
}

.postmetadata {
	clear				: right;
}

acronym, abbr, span.caps {
	letter-spacing		: 0; /* for opera  */
}

html>body .entry ul {
	padding				: 0 10px 0 0;
	text-indent			: 10px;
}

html>body .entry li {
	margin				: 7px 10px 8px 0;
}

.entry ol {
	padding				: 0 35px 0 0;
}

#sidebar ul ul, #sidebar ul ol {
	margin				: 5px 10px 0 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin				: 0 10px 0 0;
}

blockquote {
	margin				: 15px 10px 0 30px;
	padding-left		: 0;
	padding-right		: 20px;
	border-left			: 0 none;
	border-right		: 5px solid #ddd;
}

#email, #url {
	direction			: ltr;
}

/* Comments Page/ Form */
.alt {
	margin				: 0;
	padding				: 10px;
	}

.commentlist {
	padding				: 0;
	text-align			: justify;
	}

.commentlist li {
	margin				: 15px 0 10px;
	padding				: 5px 5px 10px 10px;
	list-style			: none;

	}
.commentlist li ul li { 
	margin-right		: -5px;
	margin-left			: 10px;
}

.commentlist p {
	margin				: 10px 5px 10px 0;
}

.children { 
	padding				: 0; 
}

#commentform p {
	margin				: 5px 0;
}

.nocomments {
	text-align			: center;
	margin				: 0;
	padding				: 0;
}

.commentmetadata {
	margin				: 0;
	display				: block;
}
	
.commentlist li, #commentform input, #commentform textarea {
	font				: 0.9em Arial, Verdana, 'Lucida Grande', Sans-Serif;;
}
	
.commentlist li ul li {
	font-size			: 1em;
}

.commentlist li {
	font-weight			: bold;
}

.commentlist li .avatar { 
	float				: right;
	border				: 1px solid #eee;
	padding				: 2px;
	background			: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight			: bold;
	font-style			: normal;
	font-size			: 1.1em;
}

.commentlist p {
	font-weight			: normal;
	line-height			: 1.5em;
	text-transform		: none;
}

#commentform p {
	font-family			: Arial, Verdana, 'Lucida Grande', Sans-Serif;
}

.commentmetadata {
	font-weight			: normal;
}
	
.navigation {
	display				: block;
	text-align			: center;
	margin-top			: 10px;
	margin-bottom		: 60px;
}

.alignright {
	float				: right;
}

.alignleft {
	float				: left;
}

/* End Comments */

/* Begin Form */

#commentform {
	margin				: 5px 10px 0 0;
}

#commentform input {
	width				: 170px;
	padding				: 2px;
	margin				: 5px 5px 1px 0;
}

#commentform textarea {
	width				: 100%;
	padding				: 2px;
}

#commentform #submit {
	margin				: 0 0 5px auto;
	float				: right;
}
	
#respond:after {
	content				: "."; 
	display				: block; 
	height				: 0; 
	clear				: both; 
	visibility			: hidden;
}

.entry form { /* Password protected posts styling */
	text-align			: center;
}

select {
	width				: 130px;
}
	

/* End Form */



