/* Global Styles */

* {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	background: transparent;
	text-align: left;
}

/* Constant Selectors */

img	{
	border: 0;
	display: block;
}

body {
	background-color: #cacdde;
	background-image: url(../_img/bg-page.gif);
}

a {
	color: #192589;
}

a:hover {
	color: #c63;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

blockquote {
	font-style: italic;
	line-height: 16px;
}

h1 {
	margin-bottom: 5px;
}

h2 {
	color: #fff;
	height: 18px;
	line-height: 18px;
	margin:0;
}

div.news_meta ol {
	margin: 0 10px 15px 30px;
}

/* Outer Wrapper */

div#wrapper {
	width: 730px;
	margin: 0 auto;
	padding: 0 12px;
	background: transparent url(../_img/bg-wrapper.gif) repeat-y;
}

/* Language Bar */

div#languages {
	background: #ddd;
}

div#languages ul {
	width: 350px;
	height: 18px;
	margin: 0 0 0 380px; /* this plus width must add up to wrapper width (730px) */
	position: relative;
}

div#languages ul li {
	list-style: none;
	position: absolute;
	top: 0;
}

div#languages ul li,
div#languages a {
	height: 18px;
	line-height: 18px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #888;
}

div#languages a:hover {
	color: #192589;
}

#lang1 {left: 0; width: 70px;}
#lang2 {left: 71px; width: 70px;}
#lang3 {left: 141px; width: 70px;}
#lang4 {left: 211px; width: 70px;}
#lang5 {left: 281px; width: 70px;} /* final left (-1) + width must add up to UL width currently 350px */


/* Header
// Note that the BG image in this element requires change per section */

div#header {
	background: transparent;
	width: 730px;
	height: 145px;
	position: relative;
}

body#about div#header {
	background: #192589 url(../_img/header-hispanics.jpg) top left no-repeat;
}

body#business div#header {
	background: #192589 url(../_img/header-business.jpg) top left no-repeat;
}

body#cigars div#header {
	background: #192589 url(../_img/header-politics.jpg) top left no-repeat;
}

body#culture div#header {
	background: #192589 url(../_img/header-culture.jpg) top left no-repeat;
}

body#hispanics div#header {
	background: #192589 url(../_img/header-hispanics.jpg) top left no-repeat;
}

body#marketplace div#header {
	background: #192589 url(../_img/header-marketplace.jpg) top left no-repeat;
}

body#politics div#header {
	background: #192589 url(../_img/header-politics.jpg) top left no-repeat;
}

body#travel div#header {
	background: #192589 url(../_img/header-travel.jpg) top left no-repeat;
}

body#castro-watch div#header {
	background: #192589 url(../_img/header-politics.jpg) top left no-repeat;
}

body#calendar div#header {
	background: #192589 url(../_img/header-politics.jpg) top left no-repeat;
}

div#header h2 {
	color: #e7e9fa;
	text-align: center;
	letter-spacing: 6px;
	height: 18px;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
}

div#header h1 {
	text-indent: -9999px; 
	margin-bottom: 0;
}

div#header a {
	position: absolute;
	display: block;
	top: 20px;
	left: 0;
	height: 98px;
	width: 320px;
	text-decoration: none;
}

/* Navigation Bar
// Note: we will employ existing code for now */

div#nav {
	height: 40px;
	background: #192589 url(../_img/bg-nav.gif) top left repeat-x;
	position: relative;
	text-align: center;
}

div#nav table {
	margin-left: auto;
	margin-right: auto; /* Margins must be written in long form for IE5 Mac*/
}

div#nav table table {
	margin: 0;
	border: 0;
}

div#nav td {
	height: 18px;
	line-height: 18px;
	color: #fff;
}

div#nav a {
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

div#nav a:hover {
	text-decoration: underline;
	color: #a8b8e8;
}

/* Future Implementation Suggested Below

div#nav {
	height: 20px;
	background: #192589 url(../_img/bg-nav.gif) top left repeat-x;
}

div#nav ul {
	width: 525px;
	height: 20px;
	margin: 0 auto;
	position: relative;
}

div#nav ul li {
	list-style: none;
}

div#nav ul li,
div#nav a {
	height: 20px;
	line-height: 20px;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: center;
	float: left;
	padding: 0 3px 0 0;
}

div#nav a:hover {
	text-decoration: underline;
	color: #a8b8e8;
}

#nav1,
#nav2,
#nav3,
#nav4,
#nav5,
#nav6,
#nav7,
#nav8,
#nav9 {width: auto;}

*/

div#main {
	position: relative;
	overflow: hidden;
}

/* Content DIV
// Main content section of the site. */

div#content {
	width: 540px;
	padding: 10px 0 0 10px;
}

body#about div#content,
body#business div#content,
body#culture div#content,
body#hispanics div#content,
body#politics div#content,
body#travel div#content {
	width: 540px;
}

h2.news {
	background: url(../_img/bg-head-blue.jpg) top left repeat-x;
	height: 20px;
	line-height: 20px;
	width: 250px;
	padding: 0 4px;
}

div.newsbox {
	border: 1px solid #BF8853;
	clear: both;
}

a.more {
	font-size: 11px;
}

div.news_meta {
	background: #FAF2AD;
	padding: 5px 4px;
	margin: 2px;
}

div.news_meta a:hover {
color:red;
}

div.news_item_even, 
div.news_item_odd {
	margin: 2px;
	background: #D3DDF5;
	padding: 6px;
}

div.news_item_odd {
	background: #EFF4FF;
}

div.comment_header {background-color:#FAF2AD
left:-6px;
padding:6px;
position:relative;
top:-6px;
width:522px;}

p.no_results {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

/* Utilities Sidebar
// Contains Archives, Links and other pertinent info */

div#right-column, div#home-right-column {
	position: absolute;
	top: 0;
	left: 560px;
	width: 160px;
	padding-top: 10px;
}

div#home-right-column {
	left: 540px;
}

div#utilities {
	position: relative;
	top: 0;
	width: 160px;
}

div#adverts h2,
div#utilities h2 {
	height: 18px;
	line-height: 18px;
	padding: 0 4px;
}

div#adverts ul,
div#utilities ul {
	list-style: none;
	padding: 6px;
}

h2.categories {
	background: url(../_img/bg-head-blue.jpg) top left repeat-x;
	margin-top: 3px;
}

ul.categories {
	background: #FFF;
	/* border: 1px solid #cacdde; */
}

h2.archives {
	background: url(../_img/bg-head-blue.jpg) top left repeat-x;
	margin-top: 5px;
}

ul.archives {
	background: #fff5ec;
	/* border: 1px solid #fc9; */
}

select#archive_list {
	margin: 5px 0 0 0;
}

h2.links {
	background: url(../_img/bg-head-blue.jpg) top left repeat-x;
	margin-top: 5px;
}

ul.links {
	background: #d3ddf5;
	text-transform: capitalize;
	/* border: 1px solid #cacdde; */
}

/* Advertisements Div
// Contains Google Adsense and eBay Marketplace amoung others */

div#adverts {
	position: relative;
	top: 0;
	width: 160px;
	padding-top: 2px;
}

h2.advertisements {
	background: url(../_img/bg-head-blue.jpg) top left repeat-x;
	margin-top: 3px;
}

h2.marketplace {
	background: url(../_img/bg-head-blue.jpg) top left repeat-x;
	margin-top: 5px;
}

div#marketplace {
	background: #FFF;
}

div#marketplace p {
	background: #d3ddf5;
	padding: 5px;
	margin: 0;
}

div#marketplace img {
	margin: 0 auto;
}

div#marketplace ul li {
	list-style-image: url(../_img/bullet-blue.gif);
	margin-left: 15px;
	line-height: 15px;
}

div#badges {
	margin-top: 10px;
}

div#badges img {
	float: right;
	clear: right;
	margin-bottom: 10px;
}

p.pagination {
	background: #FAF2AD;
	color:#000;
	padding: 4px;
	margin: 0;
	font-size: 11px;
	text-align: center;
}

p.pagination a {color:#000;}

p#ads {
	float: right;
	margin: 0 0 10px 10px;
}

/* Form Elements */

form .input {
	width: 99%;
	background: #fff5ec;
	border: 1px solid #fc9;
	font-size: 12px;
	color: #333;
	padding: 2px;
}

form .input:focus {
	background: #FFF;
}

/* Footer Div */

div#footer {
	position: relative;
	height: 40px;
	background: transparent url(../_img/bg-footer.jpg) top left repeat-x;
	text-align: center;
	border-bottom: 1px solid #192589;
	margin-top: 10px;
}

div#footer img {
	display: inline;
}

div#footer * {
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}

div#footer_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 20px;
	padding: 10px 0;
}

div#footer_center {
	position: absolute;
	top: 0;
	left: 170px;
	width: 390px;
	height: 30px;
	padding: 5px 0;
}

div#footer_right {
	position: absolute;
	top: 0;
	left: 560px;
	width: 170px;
	height: 20px;
	padding: 10px 0;
}

.small { font-size: 10px; }
.red { color: #F00; }

/*
	position: absolute;

	top: 0;

	left: 560px;

	width: 170px;

	height: 20px;

	padding: 10px 0;

}

*/