/* CSS Document */

/*  
Theme URI: http://www.der-prinz.com/2008/03/15/new-magazine-style-theme-for-wordpress-wyntonmagazine-version-05-beta-available-now/
Description: A premium magazine-style layout for Wordpress with multiple functionalities and additional page templates. "Brother" of my BranfordMagazine theme.
Version: 1.0
Author: Michael Oeser
Author URI: http://www.der-prinz.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Credits
=======

My very special thanks go out to all of you out there
using the theme and sending me tons of emails telling me how great this theme is.

THANK YOU ALL!!!


/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background-image:url(images/main-bg.gif); background-repeat:repeat-x; background-position:0 0; background-color:#333; 
	color: #333;
	padding: 13px 0 0px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	
	margin: 15px 0;
	}


hr {
	display: block;
	height:4px;
	background:#ddd;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 0px;
	}
	
/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#333;
	text-decoration: underline; 
	} 
a:hover	{ 
	color:#333;
	text-decoration: none; 
	}

/* How the links in the leadstory area on the homepage look like */
#leadcontainer a {color:#fff;}

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #a37f04; 
	text-decoration: none;
	font-weight:normal;
	} 
.title:hover { 
	color: #a37f04; 
	text-decoration: underline;
		font-weight:normal;

	} 
	
/* HTML headline links */
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;}

/* Links in the sidebar */
#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#eee;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{color:#000;}

/* How tags appear */
#tags a {text-decoration:none;}
#tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}


/****** Images ****************************/

img, a:link img, a:visited img{padding:1px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:1px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
#leadpic {float:left;margin: 0 20px 10px 0;padding:1px;border:1px solid #999;}
.home-cat-img {float:left; margin:0 6px 4px 0;}

	
		
/******************************************
*   Main Element Structure                         
******************************************/

#page { /* main container */
	width:990px;
	border:1px solid #000;
	margin:0 auto;
	font-size:1em;
	background:#191919;
	padding: 10px 20px 40px 20px;
	border-bottom:4px solid #999;
	}
#page2 { /* main container */
	width:990px;
	border:1px solid #000;
	margin:0 auto;
	font-size:1em;
	background:#191919;
	padding: 10px 20px 10px 20px;
	border-bottom:4px solid #999;
	}


#branding {/* Where the logo is located */
	width:940px;
	height:120px;
	margin-left:0px; 
	background:#000000 url(images/logo4.jpg) no-repeat;
	border-top:4px solid #999;
	text-align:center;
}
#branding2 {/* Where the logo is located */
	width:940px;
	height:90px;
	margin-left:0px; 
	background:#000000 url(images/logo4.jpg) no-repeat;
	border-top:4px solid #999;
	text-align:center;
}

.left {
	float:left;
	text-align: justify;

	}

.right {
	float:right; 
	width: 260px;
	float:right
	}


/* The 3 columns on the homepage */

#homeleftcol {
	width:30%;
	border-right:1px solid #ccc;
	padding-right:20px;
	text-align:justify;
	float:left;
	}
	
#homemidcol {
	width:30%;
	padding:0 20px 0 20px;
	text-align:justify;
	float:left;
	}
	
#homerightcol {
	width:30%;
	border-left:1px solid #ccc;
	padding-left:20px;
	text-align:justify;
	float:right;
	}
		
	
/******************************************
*   Sidebar stuff exept hyperlinks                        
******************************************/
	
#sidelist li {list-style:none}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {background:#eee;}

#sidelist .children li {
	background: #eee;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}
	
#sidelist .recent li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_recent.gif) no-repeat;
	}

#sidelist .recent-comments li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_comment.gif) no-repeat;
	}

#sidelist .more li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon_categories.gif) no-repeat;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/rss.gif) no-repeat;
	}
	
	
	
/******************************************
*   All Headlines and related stuff                         
******************************************/

.leadmeta, .leadmeta a {/* Thatīs how the Date and Author appear in the leadarticle section above the Headline */
	font: 0.9em Arial, Helvetica, sans-serif;
	margin-top:-4px;
	color:#ddd;
	text-decoration:none;
	}
	
.blogtitle, .blogtitle a {/* Thatīs only relevant, if you donīt use an image for your Logo in the header */
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 20px 0px 10px 0px;
	text-decoration:none;
	}

.ads728v {/* Background for the category teasers headline on the homepage */
	padding:5px;
	height:20px;
	float:left;
	list-style:none;
	width:730px;

	}

h1 {
	color: #a37f04;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #bd934f;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:8px;
	border-bottom:4px solid #333;
	margin: 20px 0;
	}

h3 {
	font-size: 1.1em;	border-bottom:2px solid #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#bd934f;
	}

h5 {
	color: #f1f1f1;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:8px;
	border-bottom:4px solid #333;
	margin: 20px 0;
	}
.subpos {	font-size: 14.5px; 
			color:#CCCCCC; 
			padding-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subpos2 {	font-size: 15px; 
			color:#CCCCCC; 
			padding-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#
sidebar h2, #sidebar h3 a {
	font: 0.9em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#a37f04;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:4px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#a37f04;
	}

h4 {
	color:#444;
	font-size:1.2em;
	margin-bottom:6px;
	}
	
	
/******************************************
*   Content styles                    
******************************************/

/* some structural styles for the content area */

#content {/* main content (left of sidebar) */
	width:640px;
	float:left
	}

#pagecontent { /* content area in static pages (without sidebar) */
	width:820px;
	float:left;
	}

#bar1 {/* The upper area on the homepage */
	height:39px; padding-top:10px;
	}
	
#bar1 ul{/* The upper area on the homepage */
	margin:0; padding:5px;
	}
 #homecontent-top {/* The upper area on the homepage */
	width:990px;
	}
#homecontent-top .left {/* The upper area on the homepage */
	width:630px;
	}
	
#homecontent-bottom {/* The lower area f the homepage */
	width:990px;
	margin-top:20px;
	}

#homecontent-topleft {/* The left side of the upper area (where the leadstory area is located) */
	width: 640px;
	}

#homecontent-topright {/* The right upper area (where the three feature boxes appear) */
	width: 300px;
	}
	


/* The lead story on the honmepage */

#leadcontainer .title {
	font:2.1em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #bd934f; padding:0px;
	}

#leadcontainer {
	background:/*url(images/backgrounds/bg_leadcontainer.jpg) repeat-x 0px 0px #252525 */ #000;
	font-size: 14px;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	color:#ddd;
	line-height: 22px; 
	text-align:justify;
	border-top:1px solid #35302a;
	border-bottom:1px solid #35302a;
	padding:15px;
	width:640px;
	min-height:2369px;
	}
#leadcontainer p{
	padding-right:30px;
	text-align: justify;

	}
	
#leadcontainer ul{
	padding-left:20px;
	padding-right:40px;

	}
#leadcontainer li{
	padding-left:10px;
	padding-right:20px;

	}

#leadcontainer:hover {
	background:#111111;
	border-top:1px solid #bd934f;
	border-bottom:1px solid #EAD773;
	}

#leadcontainer .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #bd934f; 
	}
	
#leadcontainer .title h1 {
	font:2.1em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color: #bd934f;
	font-weight:normal; 
	
	}

#leadheader {
	display:block; 
	}

#leadheader a {color:#eee;}

#homebottom {/* Thatīs the nice shadow below the leadcontainer */
	width:625px;
	height:60px;
	background:url(images/backgrounds/homebottom2.png);
	}
	

.read-on a { /* This can be used to format the "continue readng..." link in the lead story */
	text-decoration:none;
	}
	
.read-on a:hover {color:#EAD773!important;}

	
/* Featured Articles formatting in "hometop-rightcol" */

.feature {
	background: #ccc;
	padding:10px 10px 10px 20px;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
	}

.feature:hover {
	background:#ddd;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	}
.featu2 {
	background: #333;
	color:#ccc;
	padding:10px 10px 10px 20px;
	border-top:2px solid #999;
	border-bottom:2px solid #eee;
	}

.featu2:hover {
	background:#444;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	}
/*.adsense	}*/

#adsense_250 {
	background: #680000;
	padding:3px;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	height:250px;
	width:100%; margin-bottom:10px
	}

/*.feature p { margin:0;	}*/

#recortes {
	background: #eee;
	padding:10px 10px 10px 20px;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	height:200px;
	width:270px;
	}

#hometop-rightcol img {
	margin-bottom:4px;
	padding:1px;
	border:1px solid #999;
	}

#hometop-rightcol .feature {margin-bottom: 10px;}

#hometop-rightcol.title, #hometop-rightcol a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color: #a37f04;
	margin:10px 0 15px 0;
	}

/**********************************************************/
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}
		
.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color: #a37f04;
	margin:10px 0 15px 0;
	}
		
#homemidcol .clearfloat, #homeleftcol .clearfloat, #homerightcol .clearfloat {
	border-bottom:1px solid #ccc;
	padding:12px 0;
	}	

/* Pagination formats for the achives (previous and next links) */	

.navigation a {
	width: 120px;
	border: 1px dotted #ccc;
	padding:2px 4px 2px 4px;
	text-align:center;
	font-size:0.9em;
	text-decoration:none;
	color:#666;
	}

.navigation a:hover {
	background-color:#eee;
	}

.preventries {
	float:left;
	}

.nextentries {
	float:right;
	}
	

/*Post Formatting*/

.entry {
	padding-bottom:28px;
	text-align:justify;
	}

.post blockquote {
	color:#666;
	padding:6px 14px;
	margin:18px 35px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
	
#tags {
	padding:5px;
	background-color:#eee;
	border-bottom:1px solid #999;
	border-top:1px solid #999;	
	}	
		
.postmetadata {margin: 30px 0;}
	

/* Form Elements */

select {
	background:#eee;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	width:100%
	}
	

#searchform {padding:2px 5px 0 0; padding-top:5px;
	}

#sidebar {}

.searchbutton {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#999;
	border:1px solid #ddd;
	}

.searchbutton:hover {
	color:#666;
	background:#eee;
	border:1px solid #999;
	text-decoration:none;
	}

.searchfield {
	width:190px;
	padding: 1px 1px 1px 5px;
	background: url(images/icons/search-16.png) no-repeat #fff;
	color:#666;
	border:1px solid #ddd;
	}

.searchfield:hover, .searchfield:focus {
	background: url(images/icons/search-16.png) no-repeat #eee;
	border:1px solid #999;
	text-decoration:none;
	}


.button {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#666;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

.button:hover {
	color:#333;
	background:#eee;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	text-decoration:none;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

#commentform textarea {
	background:#eee;
	width: 100%;
	margin-top:5px;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

#commentform textarea:hover, #commentform textarea:focus {background:#fff;}


/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#eee;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	padding:2px 5px 2px 5px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	}

.commentlist cite { font-weight:bold; }	
	

/* Float Properties*/

.clear {
	clear:both;
	}

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	}

.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:inline-block;
	color: #333333;
	}	

.clearfloat {/*never delete this otherwise MSIE will kill the layout */
	display:block;
	}
	
	
/*****************************************************
*   Special styles for the various page templates                      
****************************************************/

/* Styles for the "3-columns-page template" */

#pageleft {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0 20px 0 0;
	border-right: solid 1px #999;
	text-align:justify;
	}
	
#pagemiddle {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	text-align:justify;
	}
	
#pageright {
	float: right;
	width: 265px;
	margin: 20px 0px 0px 0px;
	padding: 0 0 0 20px;
	border-left: solid 1px #999;
	text-align:justify;
	}

#leadcontainer .recent li, #pageleft li, #pagemiddle li, #pageright li{
	list-style:none
	}

#leadcontainer .recent li, #pageleft .recent li, #pagemiddle .recent li, #pageright .recent li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(.images/icons/icon_recent.gif) no-repeat;
	}

#pageleft a:link, #pageleft a:active, #pageleft a:visited {text-decoration:none;}
#pageleft a:hover {text-decoration:underline;}

#pagemiddle a:link, #pagemiddle a:active, #pagemiddle a:visited {text-decoration:none;}
#pagemiddle a:hover {text-decoration:underline;}

#pageright a:link, #pageright a:active, #pageright a:visited {text-decoration:none;}
#pageright a:hover {text-decoration:underline;}



/* Styles for the "featured-page template" */

#featured-top {
	width:940px;
	float:left;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	border-bottom:4px solid #ddd;
	}

#featured-content {
	width:650px;
	float:left;
	}
	
	
#featured-sidebar {
	width: 250px;
	float:right;
	}
	
#featured-sidebar h3 {
	border-bottom:2px solid #ccc;
	padding:5px 0 5px 2px;
	margin:0 0 20px 0;
	}	
	
#featured-sidebar .sidebar_widget {
	margin:0 0 20px 0;
	text-align:justify;
	}
	
#featured-leftcol {
	width:650px;
	float:left;
	margin:20px 20px 0 0;
	padding: 0 25px 0 0;
	border-right: 2px solid #ccc;
	}

#featured-leftcol h2, #featured-content h2{
	color: #a37f04;
	font: 1.6em Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	border:none;
	}

#featured-rightcol h2 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin:0 0 10px 0;
	font-weight:bold;
	color:#a37f04;
	border-bottom:2px solid #ccc;
	}

#featured-leftcol img{
	float:left;
	margin:0 20px 10px 0;
	padding:1px;
	border: 1px solid #999;
	}

#featured-rightcol{
	width:230px;
	float:right;
	margin-top:20px;
	}

#featured-rightcol li {
	list-style:none
	}

#featured-rightcol .recent li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(.images/icons/icon_recent.gif) no-repeat;
	}

#featured-rightcol a:link, #featured-rightcol a:active, #featured-rightcol a:visited {text-decoration:none;}
#featured-rightcol a:hover {text-decoration:underline;}




/* Styles for the "section-page template" */

#section-content {
	width:650px;
	float:left;
	}

#section-teaser {
	margin:20px 0 20px 0;
	border-top:4px solid #ccc;
	border-bottom:4px solid #ccc;
	float:left;
	background:#eee;
	padding:15px;
	}

#section-articlelist {
	float:left;
	}
	
.section-p {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:2px solid #ccc;
	}

.section-title {
	font:2.0em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	color: #EAD773;
	}

.section-subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color: #a37f04;
	margin:10px 0 10px 0;
	}

/* Section title and subtitle area links */
.section-title:link, .section-title:active, .section-title:visited { 
	color: #a37f04; 
	text-decoration: none;
	} 
.section-title:hover { 
	color: #a37f04; 
	text-decoration: underline;
	} 

.section-subtitle:link, .section-subtitle:active, .section-subtitle:visited { 
	color: #a37f04; 
	text-decoration: none;
	} 
.section-subtitle:hover { 
	color: #a37f04; 
	text-decoration: underline;
	} 
	
.section-read-on a { /* This can be used to format the "continue readng..." link in the lead story */
	text-decoration:none;
	}
	
.section-read-on a:hover {color:#666!important;}
#fra01 {
	border-top:4px solid #ccc;
	border-bottom:4px solid #ccc;
	background:#eee;
	width:590px;
	height:380px;
		}
#fra01 a{
	margin-left:15px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
		}
.dir, .dir a{
	color:#EAD773!important;
	font-weight:bold;
	text-decoration:none;
		}


#header {
	padding:0 0 0 43px; background:url(15/images/header3.jpg) repeat-x 0 0; width:100%; height:111px; position:relative; background-color:#DE0108;
	}
#header .logo {
	width:400px; position:absolute; top:0; left:10px;
	}
#header h2 {
	font:normal 30px/22px Arial, Helvetica, sans-serif; color:#E5C886; border-bottom:1px dotted #C63F3F; margin:15px 0 17px; padding:0; width:510px; 
	}
#header h2 span {
	color:#FFDC1B;
	}
#header p.text {
	width:516px; font:normal 13px/21px Arial, Helvetica, sans-serif; color:#FF5656; margin:0;
	}
#header p.text a.read {
	background:url(images/btn-readmore.gif) no-repeat 0 0; display:block; width:63px; height:16px; text-decoration:none;margin-left:460px;
	}
#header p.text a.read:hover {
	background:url(images/btn-readmore-m.gif) no-repeat 0 0;
	}
#header ul.link {
	text-align:right; margin:0 40px 0 0;
	}
#header ul.link li {
	display:inline;
	}
#header ul.link li a{
	font:normal 12px Arial, Helvetica, sans-serif; color:#FFF; display:block; padding:9px 16px 9px; text-decoration:none; float:right; border-right:1px solid #7A0303;
	}
#header ul.link li a.nobor{
	font:normal 12px Arial, Helvetica, sans-serif; color:#FFF; display:block; padding:9px 16px 9px; text-decoration:none; float:right; border-right:0px solid #7A0303;
	}
#header ul.link li a.nobor:hover, a:hover{
	color:#FFF; text-decoration:none; background-color:#7A0303;
	} 
#header ul.nav {
	text-align:right; margin:0 43px 0 0; background:url(images/nav-left.gif) no-repeat top left; padding:0 0px 0 6px; float:right;
	}
#header ul.nav li {
	}
#header ul.nav li a{
	background-image:url(images/navbg.gif); background-repeat:no-repeat; background-position: top right; padding:14px 10px; display: block; float:left; background-color:none;
	}
#header ul.nav li a.nobor{
	padding:14px 10px; display: block; float:left; background-color:none; background-image:url(images/privacy-bg.gif); background-repeat:no-repeat; background-position: top right;
	}
#header ul.nav li a img {
	border:0;
	}
#header ul.nav li a:hover a.nobor:hover{
	background-image:url(images/navbg.gif); background-repeat:no-repeat; background-position: top right;
	}


/** LINK header abajo **/
#description {
display:block; margin-right:20px; padding-bottom:20px; text-decoration:none; float:right;	}

#descriptionposg {
display:block; margin-right:20px; padding-bottom:0px; text-decoration:none; float:right;	}


#header ul.link2 {
	text-align:right; margin:0 40px 0 0;
	}
#header ul.link2 li {
	display:inline;
	}
#header ul.link2 li a{
	padding-bottom:40px; font:normal 11px Arial, Helvetica, sans-serif; color:#FFF; display:block; padding:6px 10px 6px; text-decoration:none; float:right; border-right:1px solid #7A0303;
	}
#header ul.link2 li a.nobor{
	padding-bottom:40px; font:normal 11px Arial, Helvetica, sans-serif; color:#FFF; display:block; padding:6px 10px 6px; text-decoration:none; float:right; border-right:0px solid #7A0303;
	}
#header ul.link2 li a.nobor:hover, a:hover{
	color:#FFF; text-decoration:none; background-color:#7A0303;
	} 
	
	
#Cita {
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
line-height: 21px;
font-style:italic;
}

#Cita
{
margin-bottom:40px;
text-align:right;
}

#Cita p 
{
text-align:right;
}

#Cita2 {
font-family: 'Monotype Corsiva';
font-size: 12.5pt;
line-height: 19px;
margin:30px;
}

.Cita {
font-family: 'Monotype Corsiva';
font-size: 14pt;
line-height: 21px;
}

.Cita
{
width:550px;
margin-left:30px;
margin-bottom:40px;
}

.Cita2 {
font-family: 'Monotype Corsiva';
font-size: 12.5pt;
line-height: 19px;
margin:30px;
}


/** FIN LINK header abajo **/

/*container2*/
#container2 {
	border-top:solid 2px #333333; padding:0 10px 10px; margin:0;
	}
#container2 .text {
	width:386px; padding:22px 0 0; margin:0 12px 0 0; float:left;
	}
#container2 .text h2{
	font:normal 32px Arial, Helvetica, sans-serif; color:#FFFFFF; border-bottom:1px dotted #646464; margin:0 73px 12px 0;
	}
#container2 .text p {
	font:italic 18px/24px Arial, Helvetica, sans-serif; color:#A89263; padding:0; margin:0;
	}
#container2 .text p span{
	color:#E4B12A; font:italic 18px/24px Arial, Helvetica, sans-serif;
	}
	
/*footer*/
#footer {background: url(15/images/footer.jpg) repeat-x; padding:10px 0px 0px 15px; background-color:#333333;}
#footer ul {
	margin:0; padding:0; float:left;
	}
#footer ul li {
	color:#AFAFAF; 	list-style:none;
	}
#footer ul li a{
	font:normal 12px Arial, Helvetica, sans-serif; color:#AFAFAF; padding:0 3px; text-decoration:none;
	}
#footer ul li a:hover{
	color:#AFAFAF; text-decoration:underline; background-color:#000000;
	}
#footer p.copyright {
	font:normal 10px Arial, Helvetica, sans-serif; color:#EAD773; width:219px; float:right; text-align:right;
	}
#footer p.copyright a {
	color:#AFAFAF; text-decoration:none;
	font:normal 10px Arial, Helvetica, sans-serif;
	}
#footer p.copyright a:hover {
	color:#EAD773; background:none;
	}

#leadcontainer img {
				margin-right: 20px;
				padding: 7px;
				border: 1px solid #E9E9E9;
				background-color: #F2F2F1;
			}
img.left,img.post,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:1px;}

/*footer*/
#footer {background: url(15/images/footer.jpg) repeat-x; padding:10px 0px 0px 15px;}
#footer ul {
	margin:0; padding:0; float:left;
	}
#footer ul li {
	color:#ffffff;
	}
#footer ul li a{
	font:normal 11px Arial, Helvetica, sans-serif; color:#ffffff; padding:0 3px; text-decoration:none;
	}
#footer ul li a:hover{
	color:#EAD773; text-decoration:underline;
	}
#footer a{
	font:normal 11px Arial, Helvetica, sans-serif; color:#ffffff; padding:0 3px; text-decoration:none;
	}
#footer a:hover{
	color:#ae920f; text-decoration:underline;
	}
#footer p {
	font:normal 10px Arial, Helvetica, sans-serif; color:#ffffff;  padding-right:20px; text-align:justify; margin-top:20px;
	}
#footer p a {
	font:normal 10px Arial, Helvetica, sans-serif;
	}

#copyright a {
	color:#AFAFAF; text-decoration:none;
	font:normal 10px Arial, Helvetica, sans-serif;
	}
#copyright a:hover {
	color:#EAD773; background:none;
	}
	
#copyright {
	background:#000000; height: 25px; padding:10px;  border-top:solid 2px #666666; text-align:center; color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:10px;
	}
	
/*footer*/

/*mislenious*/
.topPad{
	padding-top:6px !important;
	}
#adsense234 {
	width:240px; height:69px; padding-left:4px; padding-right:4px; padding-top:5px; padding-bottom:4px; border-left:1px solid #776F48; border-right:1px solid #776F48; border-top:3px solid #776F48;  border-bottom:3px solid #776F48;  background-color:#000000;
	}	
.clear2{
	height:39px;
	}	
#autpie{
	border-top:1px solid #999; padding-top:8px; font-size:12px; line-height:18px;
	}	
.font10 {
	font-size: 10px;
}
.font10 a {
text-align:center;
}
.font10 p {
text-align:center;
}
#leadcontainer .fontnum {
font-size: 10px;
text-align:center;
font-size:15px;
font-weight:bold;
}
#leadcontainer .fontnum p {
font-size: 10px;
text-align:center;
font-size:15px;
}
#leadcontainer .font10 {
text-align:center;

	}
	
#refer a {
display:block; background:url(../imagenes/misc/09.gif) no-repeat; padding-left:18px;

}
#refer .titleref { 
	color: #bd934; 
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	} 
	
.f12 {
	font-size: 12px;
	text-align:center;

}
.f12 a {
font-size: 12px;
text-align:center;
}
.f12 p {
font-size: 12px;
text-align:center;
}
