
/* 
	Theme Name: AnneNews
	Theme URI: http://www.annesharpsichords.com/news
	Description: A two columns basic blog theme.
	Author: jcb.webmonkey
	Author URI: mailto:jcb.webmonkey@gmail.com
	Version: 1.0

*/

body, html {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	color: #000;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}

/* Structure Divs */
#wrapper {
	width: 860px;
	margin: 0px auto;
	padding: 0px;
	background-image:url(/images/bg_wide.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 700px;
	height: 200px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#wrapper2 {
	width: 700px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#noticias {
	float: left;
	margin: 0;
	padding: 0 20px 30px 10px;
	width: 480px;
}

#sidebar {
	float: right;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 0 10px;
	width: 160px;
}

#search {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	right: 10px;
	top: -22px;
}

/* Config Structure Divs */

/* Header */		
#header a, #header a:hover {
	color: #000;
	text-decoration: none;
}
	
/* Pages */
#pages li {
	display: inline;
	list-style-type: none;
}
		
#pages ul, ol {
	margin: 0;
	padding: 0;
}
		
#pages a {
	background: #fff;
	color: #0B76AE;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 6px 10px;
}
		
#pages a:hover {
	}
		
.current_page_item a, .current_page_item a:hover {
	background: #8EBAFD !important;
	color: #fff !important;
}
		
/* Search */
#search input {
	border: 1px solid #66A8CC;
	font-size: 12px;
	padding: 2px;
	width: 160px;
}
			
/* Noticias */
#noticias p, #noticias ul, #noticias ol {
	font-size: 13px;
	line-height: 1.6em;
}
			
#noticias ul {
	list-style-type: circle;
	margin: 0 0 0 30px;
	padding: 0;
}
			
#noticias li {
	margin: 0;
	padding: 0;
}

#noticias h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	margin: 18px 0;
	padding: 0;
	text-decoration: none;
}

#noticias h2, #noticias h2 a {
	color: #0B76AE;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
		
#noticias h2 a:hover {
	background: transparent;
	color: #0090DA;
}
		
#noticias h3 {
	color: #016CA3;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 5px 0;
}

#noticias small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
		
.feedback {
	color: #898A8A;
	font-size: 12px;
	margin: 0;
	padding: 0 20px;
	text-align: center;
}
		
/* Entrada */
.entrada {
	margin: 20px 0 40px;
	padding: 0;
}

/* Comments */
#commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#commentlist li {
	margin: 10px 0;
	padding: 5px 10px;
}
			
#commentlist p {
	margin: 0;
	padding: 0;
}
			
#commentlist small {
	font-size: 11px;
}

.class_comment1 { background: #E9E9EA; border: 1px solid #E0DEDE; }
.class_comment2 { background: #F4F3F3; border: 1px solid #E0DEDE; }
	
#comments, #postcomment {
	color: #0B76AE;
	font-size: 14px !important;
	font-weight: normal;
	margin: 40px 0 10px 10px;
	text-transform: uppercase;
}
			
#commentform {
	background: #D3E4FF;
	border: 1px solid #D8D8D8;
	padding: 5px 20px;
}
		
#commentform input, #commentform textarea {
	background: #F9FBFF;
	border: 1px solid #B8D4FF;
	font-size: 12px;
	padding: 1px;
}
		
#commentform input:focus, #commentform textarea:focus {
	background: #EEF5FF;
}
	
/* Sidebar */
#sidebar h3, .widgettitle {
	background: url(../images/dot.gif) repeat-x bottom;
	color: #174B65;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
		
#sidebar ul, #sidebar li { 
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
		
#categories ul, #categories ol, #archives ul, #archives ol, #recent-posts ul, #recent-posts ol {
	list-style: none;
	margin: 0;
	padding: 5px;
}
		
#categories li, #categories li:hover, #archives li, #archives li:hover {
	margin: 0;
	padding: 0;
}
	
#recent-posts li, #recent-posts li:hover {
	margin: 0 0 6px;
	padding: 0;
}

#categories a, #archives a, #recent-posts a {
	color: #0B76AE;
}
		
#categories a:hover, #archives a:hover {
	background: url(images/dot.gif) repeat-x bottom;
	color: #0B76AE;
}


/* General */

h1,h2,h3,p,a,blockquote,ul,li,td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #0B76AE;
	text-decoration: none;
}

a:hover {
}

acronym, abbr, span.caps {
	cursor: help;
	border-bottom: 1px dotted #000;
}
	
blockquote {
	padding: 0 5px 0 20px;
	margin: 1em;
}

cite {
	text-decoration: none;
}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
}

img {
	border: 0;
}

h4 {
	color: #858585;
	}
	
/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	
/* Images align */
img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}