/*
Theme Name: Target
Version: 1.0
Author: Cecilia Santos
Author URI: http://ceciliasantos.org
*/

* { margin: 0; padding: 0; }

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	color: #333;
	letter-spacing: normal;
}/*

a {
	color: #F11C26;
	text-decoration: underline;
}
a:hover {
	color: #A6090F;
	text-decoration: none;
}*/

a {
	/*color: #A6090F;*/
	text-decoration: underline;
	color:#069;
}
a:hover {
	color: #F11C26;
	text-decoration: none;
}
p {margin: .5em 0; padding: .5em 0;}
h1 {margin: 0 0 20px; color:#666; line-height:normal;}
h2 {
	font: normal 18px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0;
	color: #333;
}
h4, h4 a { font-size: 12px; text-decoration: none; }
img {border: 0;}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
	font-size: 1.3em;
}
* html blockquote {height: 1%;}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}

#wrapper {
	width: 971px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}


/* Header
-----------------------------------------------------------------------------*/

#header{
	position:relative;
}
#top {
	width: 971px;
	height: 124px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	left: 34px;
	top: 10px;
	z-index: 10;
}
#top-right{
	position:absolute;
	right:29px;
	top:15px;
	z-index:1000;
	text-align:right;
	width:468px;
}
#top-right div{
	position:relative;
	top:-54px;width:300px; height:24px; float:right;
}

#top-right ul{
	margin:15px 0 30px;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	width:180px;
	float:left;
}

#top-right ul li{
	display:inline;
}
#top-right ul li a{
	padding:0 10px 0 2px;
	margin:0 6px 0 0px;
}

#top-right a, #top-right a:hover{
	color:#069;
	text-decoration:none;
}
/*#top-right ul li.page-item-16 a{
	color:#A6090F !important;
	font-size:13px;
}*/
#top-right ul li.current_page_item a, #top-right ul li.current_page_parent a{
	color:#000 !important;
}


#menu {
	width: 931px;
	height: 42px;
	padding: 0px 20px;
	margin: 0;
	clear: both;
	text-align: left;
	background: #fff url(i/back-nav.jpg) repeat-x top left;
	position: relative;
}
#nav-left{
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
#right-nav{
	position:absolute;
	right:0;
	top:0;
	z-index:1000;
}
#menu ul{
	position:absolute;
	left:4px;
	top:2px;
	z-index:100;
}
#menu li {
	font-size: 65px;
	line-height: 37px;
	display: inline;
}
#menu li a {
	margin: 0px;
	color: #fff;
	font-size: 18px;
	font-weight:normal;
	letter-spacing: normal;
	padding:5px 30px 5px 30px;
	text-decoration:none;
	background: url(i/navlink-border.jpg) no-repeat right bottom;
}
#menu li a:hover {color: #ccc; text-decoration:none;}
#menu li.current_page_item a {
	color: #ccc;
	text-decoration: none;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	padding-top: 20px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	/*width: 724px;*/
	width:750px;
	float: left;
	padding: 0 0px 20px 0px;
	margin: 0 14px 20px 16px;
	overflow: hidden;
}
#content-2 {
	width: 526px;
	float: left;
	padding: 0 36px 20px 0px;
	margin: 0 20px 20px 16px;
	overflow: hidden;
	border-right:1px solid #ccc;
}
#content-wide {
	width: 903px;
	float: none;
	padding: 0 34px 0px;
	margin: 0 0 20px;
	overflow: hidden;
}

#cse-search-results{
	margin:0 auto;
	padding-left:30px;
}

#content h2, #content-2 h2, #content-wide h2 {
	font: bold 25px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0;
	color: #333;
}
#content h2.pagetitle, #content-2 h2.pagetitle, #content-wide h2.pagetitle, #content h2.pagetitle a, #content-2 h2.pagetitle a, #content-wide h2.pagetitle a {
	color: #006699;
	text-transform: uppercase;
	font-weight: bold;
}
#content h3, #content-2 h3, #content-wide h3 {
	font: normal 16px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
}

#content img, #content-2 img, #content-wide img {
	/*float: left;*/
	/*border: 3px solid #eee;*/
	padding: 1px;
	margin: 5px 10px 5px 0;
}
#content p,
#content li,
#content-2 p,
#content-2 li,
#content-wide p,
#content-wide li {
	font-size: 1em;
}

#content .post, #content-2 .post, #content-wide .post {
	margin: 0 0 1.5em;
}
#content .post h2,
#content .post h3,
#content-2 .post h2,
#content-2 .post h3,
#content-wide .post h2,
#content-wide .post h3 {
	margin: 0 0 2px;
}
.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 10px;
	line-height: normal;
	padding: 7px 0 7px;
}
p.postmetadata {
	font-size: 10px !important;
	line-height: 12px !important;
}
p.postmetadata a {
	color: #606060;
}
small {
	font-size: 12px;
}

span.left { display: block; float: left; width: 180px; }

span.right { display: block; float: right; width: 316px; text-align: right; }

#content-2 img.alignleft{
	float:left !important;
	display:block !important;
	border:3px double #ccc;
}


.entry p{
	text-align:justify;
	}
.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}
.recent {
	margin-left: 30px;
}
.recent li {
	padding: 1px 0;
}

.other {
	margin: 20px 0;
	background: url(i/smalldot.gif) repeat-x;
	padding-top: 10px;
}
.other .recent li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 4px;
}
.other .recent li a {
	background: #fff url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}

.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.1em;
	margin: 20px 0;
}

#order {
	text-align: right;
	padding: 0 0 10px;
	font-size: 1em;
	width:90%;
}
#order select {
	font: 1em Arial, Sans-Serif;
	width: 120px;
}

#content ul.child-categories, #content-2 ul.child-categories, #content-wide ul.child-categories {
	margin: 0 0 23px 30px;
}
#content ul.child-categories ul, #content-2 ul.child-categories ul, #content-wide ul.child-categories ul {
	margin-left: 20px;
}
#content ul.child-categories li li, #content-2 ul.child-categories li li, #content-wide ul.child-categories li li {
	font-size: 1em;
}
.alt {background: #F4F4F4;}

.commentlist {
	margin: 20px 0 40px 25px;
}
.commentlist li {
	padding: 8px 8px 2px;
}
.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}

#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 2px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 450px;
	height: 170px;
}
#submit {
	width: auto;
	height: 20px;
	padding: 2px;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}

.comm{
	width:300px;
	padding:10px;
	border:1px solid #ccc;
	text-align:left;
}

/* Front
-----------------------------------------------------------------------------*/

.front{
}
.front li{
	list-style:none;
	width:220px;
	float:left;
	padding:10px 0 20px;
	margin:0;
	font-size:18px;
	font-weight:bold;
}


#front-bottom{
	font-size:12px;
}
#front-bottom h2{
	font-size:16px;
	border-bottom:1px dotted #ccc;
}
#front-bottom h3{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#af0b12;
}
#front-bottom p{
	margin:0px;
	padding:0px;
}
.front-bottom-left{
	width:360px;
	float:left;
}
.front-bottom-right{
	width:360px;
	float:right;
}


/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	/*width: 368px;*/
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 20px;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#sidebars-wide {
	float: left;
	width: 340px;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 20px;
}
* html #sidebars-wide {height: 1%;}
#sidebars-wide:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#l-sidebar {
	float: left;
	/*width: 168px;*/
	width:194px;
	padding: 0 16px 0 0px;
	/*border-right:1px solid #ccc;*/
}
#r-sidebar {
	float: left;
	/*width: 167px;*/
	width:141px;
	padding: 0 0 0 16px;
	margin-top:-20px;
}
#o-sidebar {
	width: 200px;
	padding:0 7px 0 8px;
	margin-top:0;
}
#w-sidebar {
	width: 340px;
}

#sidebars ul, #sidebars-wide ul {
	margin: 10px 0 15px;
}
#sidebars li, #sidebars-wide li {
	list-style: none;
	padding: 3px 0px;
	margin: 0;
}
#sidebars li a, #sidebars-wide li a {
	padding: 0;
	/*color: #333;
	text-decoration:none;*/
}
#sidebars ul.random li a{
	text-decoration:none;
}
#sidebars h2, #sidebars-wide h2 {
	font: bold 9pt Arial, Sans-Serif;
	padding: 8px 0 3px 0px;
	text-transform: uppercase;
	color: #AF0B12;
	margin:10px 0 10px;
	border-bottom:1px solid #ccc;
}
#sidebars h3, #sidebars-wide h3 {
	font: normal 10px Arial, Sans-Serif;
	padding: 0 0 3px 0px;
	color: #AF0B12;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#sidebars .post, #sidebars-wide .post {
	margin: 0 0 2em;
}
#sidebars .wp-polls-form p, #sidebars-wide .wp-polls-form p {
	padding: 0;
	text-align:left !important;
}
#sidebars #polls-1.wp-polls-form p, #sidebars-wide #polls-1.wp-polls-form p {
	padding: 0;
	text-align:left !important;
}
#sidebars .postmetadata, #sidebars-wide .postmetadata {
	font-size: .9em;
}

#sidebars img, #sidebars iframe{
	margin-bottom:5px;
}

.clearboth{
	clear:both;
	height:1px;
}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: left;
	}
	
table#wp-calendar {
	width: 100%;
	margin: 15px 0px;
}

/* Footer
-----------------------------------------------------------------------------*/
div.footer {
	width: 942px;
	height: 70px;
	clear: both;
	padding: 0;
	margin: 0 auto;
}

#footer {
	width: 942px;
	clear: both;
	padding: 0px 0px 10px 0px;
	margin: 0px auto 10px;
	font-size: 11px;
	letter-spacing: .15em;
	text-align:center;
	color:#999;
	font-size:10px;
	border-top:1px solid #ccc;
}

#footer h2.widgettitle{
	display:none;
}

#footer ul{
	margin:0px 0 0;
	padding:0;
	list-style:none;
}

#footer ul li{
	display:inline;
}
#footer ul li a{
	padding:0 10px;
	margin:0 6px;
}

#footer a, #footer a:hover{
	color:#666 !important;
	text-decoration:none;
}

/*----------------------------------------------------*/

.linklove{
	display:none;
}

.space{
	clear:both;
	height:15px;
}

