/*  
Theme Name: Magazine
Theme URI: http://biboz.net/magazine/
Description: Magazi is A two-column, fixed-width template with right sidebar.
Version: 1.0
Author: Ivan Garcia 
Author URI: http://biboz.net/themes/
*/

/* Credits:
Design by Free CSS Templates
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Georgia, Lusitana, Arial, serif;
	font-size: large;
line-height: 112%
	color: #000000;
}

h3 {
	margin-top: 0;
font-family: Arial, Georgia, sans-serif;
font-size: 95%;
}

h1 {
	margin-top: 0;
font-size: 110%;
}

h2 {
	margin-top: 3;
font-size: 95%;
font-family: Arial, Georgia, sans-serif;

}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 112%;
}

p {
}

blockquote {
	font-size: 90%;
 background: #DDCFCF;
}

ul {
}

ol {
}

a {
	color: #19472A;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #fff;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 1000px;
	height: 163px;
	margin: 0 auto;
	padding-top: 20px;
}


/* Search */

#search {
	float: right;
        padding-right: 3px;
	width: 375px;
	height: 95px;
        background: #EFEFEF;
}

#search h1 {
	margin: 0;
        color: #000000;
	padding-top: 2px;
	text-transform: none;
	font-size: 18px;
	line-height: 18px;
}

#search h2 {
	margin: -10px 0 0 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#search a {
	text-decoration: none;
	color: #19472a;
}

#search a:hover {
	color: #000000;
}

/* Logo */

#logo {
	float: left;
	width: 600px;
	height: 163px;
}

#logo h1 {
	margin: 0;
	padding-top: 85px;
	text-transform: none;
	font-size: 12px;
	line-height: 14px;
}

#logo h2 {
	margin: -10px 0 0 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 8px;
	line-height: 8px;
}

#logo a {
	text-decoration: none;
	color: #822007;
}

#logo a:hover {
	color: #000000;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
}

/* Content */
.title a {
	text-decoration: none;
	color: #000;
}

#content {
	float: left;
	width: 605px;
padding-left: 10px;
}

#content h1.title {
	margin-bottom: 5px;
	padding-left: 5px;
	border-left: 10px solid #3d414c;
border-top: 3px solid #3d414c;
	color: #822007;
}

#content h2.title {
	margin-bottom: 10px;
	padding-left: 5px;
border-left: 2px solid #19472a;
	border-right: 2px solid #19472a;
border-bottom: 2px dotted #19472a;
	color: #822007;
}

#content .title span {
	color: #b2bbc0;
}

.twocols {
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
}

.twocols .col1 {
	float: left;
	width: 180px;
}

.twocols .col2 {
	float: right;
	width: 180px;
	padding-left: 10px;
	border-left: 1px solid #EFEFEF;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 10px;
	border-top: 1px solid #EFEFEF;
}

.list li.first {
	border: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 370px;
border-left: 1px dotted #19472a;
padding-left: 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
}

#sidebar h2 {
	padding: 5px 10px;
	background: #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	font-size: 95%;
}

#sidebar h2 span {
	color: #FF0084;
}

#sidebar h3 {
padding: 5px 10px;
	background: #E86800;
	border-bottom: 1px solid #CCCCCC;
	font-size: 95%;
}

#sidebar p {
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Menu */

#menu {
	height: 110px;
	margin-bottom: 20px;
}

#menu ul {
}

#menu li {
	display: block;
	float: left;
	width: 110px;
	padding: 5px 10px;
	border-bottom: 1px solid #EFEFEF;
}

#menu a {
	padding-left: 5px;
	border-left: 10px solid #1777B1;
	text-transform: uppercase;
	font-size: 92%;
	font-weight: bold;
	color: #7F7772;
}

#menu li.active a {
	border-left: 10px solid #FF9523;
}

/* News */

#news {
	margin-bottom: 20px;
}

#news ul {
	line-height: normal;
}

#news li {
	padding: 10px;
}

#news h3 {
	margin: 0;
	font-size: 85%;
}

#news h3 span {
	padding: 0 5px;
	background: #1777B1;
	color: #FFFFFF
}

#news p {
	margin: 0;
	line-height: normal;
}

#news a {
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #EFEFEF;
	border-top: 1px solid #CCCCCC;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

div#adspot_106750140.adspot {
border-spacing:0;
overflow:hidden;
background-color:#EEEEEE;
border-color:#000000;
border-width:1px;
border-style:dashed;
width:152px !important;
font-size:10pt;
}
div#adspot_106750140 .adspot_head {
font-family:Arial;
font-size:10pt;
color:#330000;
font-weight:bold;
font-style:italic;
text-decoration:none;
text-align:left;
}
div#adspot_106750140 a.adspot_link , div#adspot_106750140 a.adspot_adurl {
font-family:Arial;
font-size:8pt;
font-style:italic;
color:#003366;
font-weight:normal;
margin:0;
text-decoration:underline;
text-align:left;
}
div#adspot_106750140 a.adspot_link:link, div#adspot_106750140 a.adspot_link:visited, div#adspot_106750140 a.adspot_adurl:link, div#adspot_106750140 a.adspot_adurl:visited {
color:#003366;
text-decoration:underline;
font-size:8pt;
font-style:italic;
}
div#adspot_106750140 a.adspot_link:active, div#adspot_106750140 a.adspot_link:hover, div#adspot_106750140 a.adspot_adurl:active, div#adspot_106750140 a.adspot_adurl:hover { 
color:#003366; 
text-decoration:none; 
}
div#adspot_106750140 * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:152px;
margin:0;
padding:0;
}
div#adspot_106750140 * li {
background:#FFFFFF;
width:150px;
margin:0;
margin-bottom:5px;
padding:0;
text-align:left;
border-color:#ff3399;
border-width:1px;
border-style:dotted;
border-spacing:0;
display:block;
text-indent:0;
overflow:hidden;
}
div#adspot_106750140 .adspot_adhead {
text-align:left;
font-family:Arial; 
font-size:10pt; 
font-weight:bold;
color:#330000;
margin:0;
padding:2px;
border-spacing:0;
width:150px;
display:block;
}
div#adspot_106750140 * img {
border-width:0;
border-spacing:0;
}
div#adspot_106750140 * li * img {
text-align:center;
display:block;
clear:both;
}
div#adspot_106750140 .adspot_adtext {
font-family:Arial; 
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000; 
margin:0;
padding:2px;
border-spacing:0;
display:block;
width:150px;
text-align:left;
}
div#adspot_106750140 div.adspot_link {
width:152px !important;
text-align:left;
}

div#adspot_237909819.adspot {
border-spacing:0;
overflow:hidden;
background-color:#EEEEEE;
border-color:#000000;
border-width:1px;
border-style:dashed;
width:152px !important;
font-size:10pt;
}
div#adspot_237909819 .adspot_head {
font-family:Arial;
font-size:10pt;
color:#330000;
font-weight:bold;
font-style:normal;
text-decoration:none;
text-align:left;
}
div#adspot_237909819 a.adspot_link , div#adspot_237909819 a.adspot_adurl {
font-family:Arial;
font-size:8pt;
font-style:italic;
color:#003366;
font-weight:normal;
margin:0;
text-decoration:underline;
text-align:left;
}
div#adspot_237909819 a.adspot_link:link, div#adspot_237909819 a.adspot_link:visited, div#adspot_237909819 a.adspot_adurl:link, div#adspot_237909819 a.adspot_adurl:visited {
color:#003366;
text-decoration:underline;
font-size:8pt;
font-style:italic;
}
div#adspot_237909819 a.adspot_link:active, div#adspot_237909819 a.adspot_link:hover, div#adspot_237909819 a.adspot_adurl:active, div#adspot_237909819 a.adspot_adurl:hover { 
color:#003366; 
text-decoration:none; 
}
div#adspot_237909819 * ul {
list-style-position:outside;
list-style-image:none;
list-style-type:none;
width:152px;
margin:0;
padding:0;
}
div#adspot_237909819 * li {
background:#FFFFFF;
width:150px;
margin:0;
margin-bottom:5px;
padding:0;
text-align:left;
border-color:#ff3399;
border-width:1px;
border-style:dotted;
border-spacing:0;
display:block;
text-indent:0;
overflow:hidden;
}
div#adspot_237909819 .adspot_adhead {
text-align:left;
font-family:Arial; 
font-size:10pt; 
font-weight:bold;
color:#330000;
margin:0;
padding:2px;
border-spacing:0;
width:150px;
display:block;
}
div#adspot_237909819 * img {
border-width:0;
border-spacing:0;
}
div#adspot_237909819 * li * img {
text-align:center;
display:block;
clear:both;
}
div#adspot_237909819 .adspot_adtext {
font-family:Arial; 
font-size:8pt;
font-weight:normal;
font-style:normal;
color:#000000; 
margin:0;
padding:2px;
border-spacing:0;
display:block;
width:150px;
text-align:left;
}
div#adspot_237909819 div.adspot_link {
width:152px !important;
text-align:left;
}