/* 
Theme Name: WP-Andreas09-dfraga-OyC
Theme URI: http://webgazette.co.uk/wordpress-themes/wp-andreas09/
Description: WP-Andreas09 theme for WordPress based on the open source template, andreas09 by <a href="http://www.andreasviklund.com/">Andreas Viklund</a> - Ported to WordPress by <a href="http://webgazette.co.uk/">Ainslie Johnson</a>.
Version: 1.6
Author: Andreas Viklund and Ainslie Johnson
Author URI: http://webgazette.co.uk/wordpress-themes/wp-andreas09/

andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author.

Ported to WordPress by Ainslie Johnson - Last updated 04/04/06
*/


/* General Element Styling */

body {
	background: #000000 url('images/bg_black.gif') repeat-y 50% 0%;
	color:#303030;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#808080;
	text-decoration:underline;
}

p {
	line-height:1.5em;
	margin:0 0 15px;
	padding: 0px;
}



/*** Main container ***/



#container {
	color:#303030;
	margin:0 auto;
	min-width:1000px;
	padding:0;
	text-align:left;
	/*width:100%;*/
	width:1000px;
	border: 1px solid black;
}

.topbanner {
	border: 1px solid black;
	border-bottom: 0px solid black;
	margin:0 auto;
	min-width:1000px;
	width:1000px;
	height:90;
	clear: both;
	padding:0;
}

#banner {
	width:728px;
	/*display:inline*/;
	/*float:left;*/
}


#suscribeBox {
	text-align: left;
	color:#303030;
	padding:0;
	margin:0;
}


/*** Header section ***/

#sitename {
	color:#000000;
	background:#BDA472 url(images/header_bg.jpg) no-repeat top left;
	height:120px;
	margin:0;
	text-align:left;
}

#sitename img {
	padding-top: 10px;
}

#sitename h1,#sitename h2 {
	font-weight:400;
	margin:0;
	padding:0;
}

#sitename h1 {
	text-align: center;
	font-style: italic;
/*	font-weight:bold;*/
	font-size:4.8em;
	padding-top:15px;
}

#sitename h1 a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 5px;
}

#sitename h2 {
	font-size:1.6em;
}

/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:0.9em;
	padding:0;
	margin-top: 5px;
}

/* Horizontal menu */

#mainmenu {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#mainmenu ul.level1 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#mainmenu ul {
	background: #BDA472;
	padding: 0 0 0 5px;
	margin: 0px;
	border-bottom: 1px solid #fff;
}

#mainmenu li {
	display: inline;
	line-height: 25px;
	margin-left: -5px;
	padding: 0px;
	font-size: 0.9em;
	list-style: none;
	text-transform: uppercase;
}

#mainmenu a {
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	border-right: 1px solid #B0B0B0;
}

#mainmenu li.current a {
	color: #DDD;
}

/*** Sidebars ***/

#leftside {
	margin:0px;
	padding:0 5px 0px 5px;
	width:165px;
	float:left;
	font-size: 1.1em;
}

#rightside {
	margin:0px;
	padding:0px 5px 0px 5px;
	width:310px;
	float:right;
	font-size: 1.1em;
}


#rightside img {
	border: 0px;
}


/*** Sidebar menu ***/
#leftside h2, #rightside h2 {
	/*background: #bebfc3 url('images/h2_bg.png') top left repeat-x;*/
	background: #BDA472;
	text-align: center;
	font-style: italic;
	font-size: 1.2em;
	margin: 0;
	padding: 5px 0px 5px 0px;
	border: 1px solid #875788;
}

#leftside ul, #rightside ul {
	padding-left: 0px;
	margin-left: 0px;
}

#category_box ul {
	padding-left: 5px;
	margin-left: 0px;
}

#leftside li, #rightside li {
	background: #F7E5C8;
	list-style: none;
}

#leftside ul li:hover, #rightside ul li:hover {
	background: #BDA472;
}

.adsense_vertical {
	margin-bottom: 10px
}

.adsense_horizontal {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.adsense_central {
	background: #e8e9ea;
	border: 1px solid #875788;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}


.myBox {
	background: #F7E5C8;
	border: 1px solid #BDA472;
	border-top: 0px none black;
	margin-top: 0px;
	margin-bottom: 10px;
}

.myBox li {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 10px;
}


.litelink {
	font-style: italic;
	font-size:90%;
	padding-right: 15px;
	text-align: right;
	/*padding-top: 5px;*/
	/*border-top: 1px solid #b0b0b0;*/
}

li.feeds {
	background: url(images/rss.gif) no-repeat left;
}

/*** Content ***/

#content,#contentalt {
	background-color:#fff;
	font-size: 1.1em;
	color:#2a2a2a;
	padding:15px 5px 5px;
}

#content {	
	margin:0px 320px 0px 175px;
}

#contentalt {	
	margin:0px 310px 0px 20px;
}


#content h1, #contentalt h1, #contentalt h2 {
	background-color:inherit;
	color:#606060;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 15px;
	padding:0;
}

#content h1,#contentalt h1 {
	border-bottom: 1px solid #b0b0b0;
}


#content h2 {
	border: 1px solid #BDA472;
	background: #BDA472;
	font-size:1.5em;
	color:white;
	margin:0;
	text-align:center;
	padding:10px 5px 10px 5px;
}


#content p {	
	margin:5px 0 0 0;
	padding:0 0 0 0;
}



/* Archives/Links Page List styles */

.pagetitle {
	border:1px solid #b0b0b0;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	text-align: center;
}

.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-eft: 10px;
}

/*** Footer ***/

#footer {
	background:#BDA472;
	clear:both;
	color:#000;
	font-size:0.9em;
	font-weight:bold;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	width:1000px;
	border: 1px solid #875788;
}

#footer a {
	color: black;
	font-weight:bold;
}

/*** comments Form ***/

#comment {
	width: 100%;
	border:1px solid #b0b0b0;
}

#commentform {
	width: 97%;
}

#author {
	border:1px solid #b0b0b0;
}

#email {
	border:1px solid #b0b0b0;
}

#url {
	border:1px solid #b0b0b0;
}

#submit {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#submit:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/* Image Display */

.entry img, .entrytext img {
	border: 1px solid #b0b0b0;
	margin: 5px;
	padding: 5px;
}

.entry a:hover img, .entrytext a:hover img {
	border: 1px solid #505050;
	padding: 5px;
}

img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.thumbnail {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:0 0 10px 10px;
	padding:5px;
}


.titlelink {
	cursor: pointer;
}

.left {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:left;
	margin: 5px 15px 6px 0px;
	padding:5px;
}

.right {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:right;
	margin: 5px 0px 6px 15px;
	padding:5px;
}

.noalign {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin: 5px 5px 5px 5px;
	padding:5px;
}

.stat_block  {
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	display:block;
	margin-top:0px;
	margin-bottom: 30px;
	padding:5px 8px 14px 10px;
	position:relative;
}

.stat_block img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.stat_block p {
	border-bottom: 1px solid #b0b0b0;
	font-size: 110%;
}


/* Search Form */

.searchform {
	text-align: center;
	background: #F7E5C8;
	border-top: 0px;
	border-bottom: 1px solid #BDA472;
	margin-top: -10px;
	margin-bottom: 0px;
	padding: 0px 5px 5px 5px;
}

#searchbox {
	background: #f0f0f0;
	text-align: center;
	color: #b0b0b0;
	border: 1px solid #b0b0b0;
	margin:0;
	padding-left: 0px;
	width:95%;
}

#searchbutton {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#searchbutton:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

#masbuscados {
	font-size: 0.8em;
}

/*** Comments Display ***/

.postmetadata {
	background:#e8e9ea;
	font-size: 0.9em;
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin: 0px;
}

ol.commentlist li {
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

.alt {
	/*background:#e8e9ea;*/
}

.ownercomment {
	background: #F7E5C8;
	color: black;
}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

blockquote {
	border: 1px dashed #b0b0b0;
	padding: 10px;
	margin: 30px;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

.small {
	font-size:0.8em;
}

.large {
	font-size:1.4em;
}

.center {
	text-align:center;
}

.category {
	border-bottom: 1px solid #b0b0b0;
}

.date {
	margin-top: -10px;
	padding-top: 0px;
	border-bottom: 1px solid #b0b0b0;
}

#page {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Previous/Next Page Navigation */

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
/*	border-bottom: 1px dashed #b0b0b0;*/
	border-bottom: 1px solid #b0b0b0;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
/*	border-top: 1px dashed #b0b0b0;*/
	border-top: 1px solid #b0b0b0;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.post {
	border: 1px solid #BDA472;
	background: #ffffff;
	text-align: justify;
	padding: 20px;
	margin: 0px 0px 30px 0px;
}


#promocion {
	background: #fff;
	text-align: left;
	border: 3px dotted #a0a0a0;
	display: block;
	margin-top: 0px;
	margin-bottom: 16px;
	padding: 10px 8px 10px 10px;
	position: relative;
}

#promocion h2 {
	border: 0px;
	margin-bottom: 0px;
}

#main_prom {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: 1px solid #b0b0b0;
}


#next_prom {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	border: 1px solid #b0b0b0;
}

.ficha_tecnica, .cuerpo {
	background:#fff;
	border:1px solid #b0b0b0;
	display:block;
	margin-top:8px;
	padding:5px 8px 14px 10px;
	position:relative;
}


.enlaces {
	background:#fff;
	border:1px solid #b0b0b0;
	display:block;
	margin-top:4px;
	padding:8px 8px 4px 10px;
	position:relative;
}

.enlaces ul {
	margin-top: 4px;
}

.related {
	/*background:#fff;*/
	/*border:1px solid #b0b0b0;*/
	display:block;
	margin-top:4px;
	padding:8px 8px 4px 10px;
	position:relative;
}

.pub_related {
	background:#BDA472;
	width: 95%;
	display:block;
	margin-top:4px;
	padding:8px 8px 4px 10px;
}

.camp_all {
	background: #fff;
	border: 1px solid #bebfc3;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 10px 10px 10px 10px;
}

.campanha {
	width: 100%;
	background: #fff;
	border: 1px solid #bebfc3;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 10px 10px 10px;
}

.campanha img {
	border: 0;
}

.camp_title {
	font-size: 1.6em;
	margin-bottom: 5px;
}


.faq ul {
	padding-left: 0px;
	margin-left: 0px;
}

.faq li {
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	display:block;
	margin-bottom:20px;
	padding:8px 8px 4px 10px;
	position:relative;
}

.faq ol li {
	border: 0px;
}

.faq img {
	text-align: center;
}


/* Fix by Andy Skelton */

.entry, .entrytext {
	overflow: hidden;
}

* html .entry, * html .entrytext {
	overflow: visible;
	height: 1px;
}

* html .entry p, * html .entrytext p {
	width: 99%;
	overflow: hidden;
}

.entrytext {
	padding-top: 0px;
}

/*** Various classes ***/

.clearingdiv {
	clear:both;
	height:30px;
	width:1px;
}

.hide {
	display:none;
}

#quote {
	padding: 5px 5px 5px 5px;
	text-align: justify;
}

/*** SNAP ***/
/*
ol.snap_nav {
	display: inline;
	list-style: none;
}

ol.snap_nav li {
	display: inline;
	float: left;
	padding: 0 20px 10px 0;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	display: block;
	border: 0;
	list-style: none;
}
*/

/***** mine *****/

.videoAd {
	text-align:center;
	margin-bottom:10px;
}

.opener {
	text-align:center;
	font-weight:bold;
	font-size:95%;
}

/*****/


/*** End of file ***/
