/*
Theme Name: My Precious v.3 
Theme URI: 
Description: 12 Apr 2010 - Implemented Yahoo requirements.
Version: 3.0
Author: Mauro/Takis
Author URI: 
Tags:  

	MyPrecious v3.0 

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* -------------------------------------------------------------------- */
                          /* !*** GENERAL STYLES *** */
/* -------------------------------------------------------------------- */


body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: url(images/bg.gif) repeat-x top #440459; /* IMPORTANT */
	margin: 0;
	padding: 0;
	}

a:link {
	text-decoration:none;
	}

a:visited {
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color:#f00;
	}
	
h1,h2,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
	}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

	
img {
	border: none;
	}

.clear {
	clear: both;
	line-height: 0;
	}

/* -------------------------------------------------------------------- */
                          /* !*** CONTAINERS *** */
/* -------------------------------------------------------------------- */



#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	text-align:left;
	}

#header {
	height: 86px;
	clear: both;
	background: url(images/header.jpg) no-repeat;
	}

#body {
	float: left;
	clear: both;
	width: 970px;
	margin: 0;
	padding-top: 13px;
	padding-left: 10px;
	background: url(images/bg_body.gif) repeat-x top #f7f4ed;
	}

#left {
	float: left;
	width: 558px;
/* 	margin-left: 10px; */
	padding: 10px 30px;
	padding-bottom: 20px;
	background: #fff;
	border-left: 1px solid #e3dbca;
	border-right: 1px solid #e3dbca;
	
	}

#right {
	float: left;
	width: 350px;
	color: #6f593d;
	}
	
#footer {
	float: left;
	clear: both;
	width: 960px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size:11px;
	color: #ca7ae5; /* IMPORTANT */
	clear: both;
	background: url(images/footer.gif) repeat-x top;
	}

#footer a {
	color: #ca7ae5; /* IMPORTANT */
	}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	}

/* -------------------------------------------------------------------- */
                          /* !*** SEARCH *** */
/* -------------------------------------------------------------------- */

#search-top {
	float: right;
	clear: right;
	padding-top: 15px;
	margin-right:15px;
	}

#search-top form {
	margin: 0;
	padding: 0;
	}

#search-top input {
	float: left;
	margin-left: 10px;
	}

#search-top input#q {
	width: 250px;
	height: 24px;
	font-size: 14px;
	color: #000;
	background: #fff;
	border: 1px solid #440459;
	}

/* -------------------------------------------------------------------- */
                          /* !*** TOP NAVIGATION *** */
/* -------------------------------------------------------------------- */

ul#top-navigation {
	list-style: none;
	float: left;
	width: 980px;
	background: url(images/bg_top-nav.gif) repeat-x top #700295;
	border-top: 1px solid #75029c;
	border-bottom: 1px solid #53026f;
	}

ul#top-navigation li {
	float: left;
	}

ul#top-navigation li a {
	display: block;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 14px;
	color: #e7b6f8;
	}

ul#top-navigation li a:hover {
	color: #fff;
	text-decoration: none;
	}



/* -------------------------------------------------------------------- */
                          /* !*** NAVIGATION *** */
/* -------------------------------------------------------------------- */

ul#navigation,
ul#navigation ul {
	float: left;
	width: 350px;
	list-style: none;
	_overflow: hidden;
	}

ul#navigation li,
div.side_box {
	float: left;
	width: 310px;
	padding: 5px 20px 41px 20px;
	background: url(images/bg_right-block.gif) repeat-x bottom;
	_overflow: hidden;
	}

div.side_box {
	padding: 5px 20px 49px 20px;
	}

ul#navigation h2,
div.side_box h2 {
	float: left;
	width: 350px;
	height: 23px;
	padding: 15px 0px 10px 0px !important;
	margin: 0 !important;
	font-size: 18px !important;
	line-height: 20px !important;
	color: #705e48 !important;
	}

ul#navigation ul li {
	float: left;
	width: 122px;
	padding: 0px 18px;
	padding-bottom: 8px;
	background: url(images/nav_link_bullet.gif) no-repeat;
	}

ul#navigation ul li a {
	color: #6f593d;
	}

ul#navigation ul li a:hover {
	color: #c33;
	}



/* -------------------------------------------------------------------- */
                          /* !*** PAGE STYLES *** */
/* -------------------------------------------------------------------- */


h1, h2, h3 {
	font-size: 28px;
	font-weight: normal;
	color: #8636a1; /* IMPORTANT */
	margin: 20px 0;
	}

h2 {
	font-size: 24px;
	}

h3 {
	font-size: 20px;
	}

#left p {
	margin: 20px 0;
	line-height: 16px;
	}


.box_more {
	padding: 10px 20px;
	background: #f7f4ed;
	border: 1px solid #e3dbca;
	}

.box_more h2 {
	font-size: 16px;
	margin: 5px 0 10px 0;
	color: #705e48
	}

.box_more ul {
	padding-left: 20px;
	color: #6f593d;
	}

.box_more ul li {
	padding-bottom: 5px;
	}

.box_more ul li a {
	color: #6f593d;
	}
	
.box_more ul li a:hover {
	color: #c33;
	}

.btn_more {
	float: left;
	padding-right: 8px;
	background: url(images/btn_more-right.gif) no-repeat right;
	}
	
.btn_more a {
	display: block;
	padding: 8px 10px 10px 32px;
	font-size: 16px;
	line-height: 18px;
	color: #705e48;
	background: url(images/btn_more-left.gif) no-repeat left;
	}
	
.btn_more a:hover {
	color: #c33;
	}

 img.horizBanner {
 	border:0;
 	width: 558px;
 	}

	
/* -------------------------------------------------------------------- */
                          /* !*** ARTICLES STYLES *** */
/* -------------------------------------------------------------------- */

#boxedArticles {
        width: 530px;
        padding: 0px;
	background: url(images/s-l.gif) no-repeat top right;

/*      padding-top: 20px; */
/*        border: 1px solid #bfcfde; */
/*        border-top: none;
        border-bottom: none; */
        }

.pagesOuterBox {
	display:block;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;
	color:#c00;														/* !!! */
/*	cursor:pointer; */
/*	border-bottom: 1px solid #e5e5e5; */
	margin-left: 1px;
/* 	width: 576px; */
}

.pagesOuterBox a {
/*	color:#c00;*/	/* !!! */
	/* display:block; */
	margin:0; 
/*	padding: 14px 0px; */
/* 	width: 526px; */
/* 	_width: 576px; */
}

/*
.pagesOuterBox a:hover {
	text-decoration: none;
	color:#0000FF;
}
*/

ol.pagesOuterBox{
	margin: 0;
	padding: 0;
	padding-top: 24px;
	padding-right: 0px;
}
	
.pagesOuterBox li {
	list-style: none;
	border-top: 1px solid #fff;  
	padding: 0;
	margin: 0;
	margin-top: 15px;
}

.pagesOuterBox span {
	display:block;
	margin-left: 40px;
}

span.pagesInfo {
	float: right;
	}

.pagesOuterBox span.numbers {
	margin-left: 0;
	background-image: url(images/numbers/pounds.gif);
	background-repeat: no-repeat;
	float:left;
	width:31px;
	height:42px;
/* 	margin-right:10px; */
}
/*
.pagesOuterBox span.pagesTitle {
        display: inline;
        margin-left: 10px;
        }
*/

.pagesTitle {
	font-size:20px;
	font-weight: bold;
/* 	line-height:20px; */
	text-decoration: underline;
}

.pagesText {
	color:#000;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
}

.pagesRef {
	color: #009;
	font-size: 12px;
/*	font-weight:bold; */
	text-decoration:none;
}

a.titleLink {
	color: #c00;
	text-decoration: underline;
	}

a.titleLink:hover {
	color: #00f;
	}

a.textLink, a.textLink:hover {
	color:#000;
	padding: 0;
	}

a.hostLink, a.hostLink:hover {
	color: #009;
	padding: 0;
	}	

a.textLink:hover, a.hostLink:hover {
	text-decoration: underline;
	}
	
/* -------------------------------------------------------------------- */
                          /* !*** TABLE STYLES *** */
/* -------------------------------------------------------------------- */

	
.styled-table {
	width: 100%;
	border-collapse: collapse;
	background: #f0ebdf;
	border: 2px solid #d6ccb7;
	}
	
.styled-table td {
	padding: 8px 5px;
	text-align: center;
	color: #6f593d;
	border-left: 1px solid #e3dbca;
	border-bottom: 1px solid #e3dbca;
	}
	
.styled-table-header td {
	font-weight: bold;
	color: #fff;
	background: #baa77e;
	}
	
.styled-table-odd {
	background: #f7f4ed;
	}
	
	
	
	
	
	
	
	
