/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646464;
	background: #fff url(/_images/backgrounds/main.jpg) top left repeat;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #003A66;
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 11px;
}

a {
	text-decoration: underline;
	color: #646464;
}

a:hover, a:active {
	text-decoration: underline;
	cursor:hand;
}

.a-directional {
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}

.clear {	
	clear: both;
}

.post {
	display: block;
	width: 394px;
	margin: 0 0 40px 0;
	padding: 11px 0 0 0;
}

.post h2 {
	display: block;
	color: #CFDC5A;
	border-bottom: 1px solid #CFDC5A;
	margin: 0 0 11px 0;
	padding: 0;
}

.post h3 {
	margin: 0;
	padding: 0;
}

.post hr {
	height: 1px;
	border: 1px solid #CFDC5A;
	margin: 10px 0;
	padding: 0;
	clear: none;
}

.post .item {
	margin: 0 0 22px 0;
}

.post .item p {
	margin: 0 0 11px 0;
	padding: 0;
}

.post .item .details {
	margin: 0 0 11px 0;
	padding: 0;
}

/* NEW POST */

#pt_post .item {
	display: block;
	padding: 20px 0 10px 0;
	margin: 10px 0 10px 0;
	border-top: 1px dashed #ccc;
}

#pt_post .item .title {
	font-size: 13pt;
	color: #FF6600;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#pt_post .item #pt_post_info {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 10pt;
	font-style: italic;
	color: #666;
}

#pt_post .item .content {
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}

#pt_post .item .attachment ul, #pt_post .item .attachment ol {
	margin: 0;
}

.thumbnail {
	display: block; 
	float: left;
	width: 64px;
	padding: 0;
	margin: 0 10px 10px 0;
	text-align: center;
	text-transform: capitalize;
}
	

.thumbnail .image {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0 5px 10px 5px;
	background: #003A66;
	border: 1px solid #003A66;
}

.thumbnail span {
	float: left;
	clear: left;
	width: 64px;
	padding-left: 10px;
	text-align: center;
}

.img-thumbnail span {
	display: none;
}

.img-fullsize {
	display: block;
	float: left;
	width: 398px;
	height: 285px;
	padding: 0;
	margin: 0;
	background: #003A66;
	border-bottom: 1px solid #003A66;
}

#billboard td, #billboard th {
	padding: 4px;
	margin: 0;
}

#billboard .album {
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #003A66;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	border: 1px solid #003A66;
}

#trivia li {
	padding-bottom: 10px;
}

/* GALLERY */

#pt_gallery, #pt_gallery_images {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#pt_gallery li, #pt_gallery_images li {
	display: inline;
}

#pt_gallery img, #pt_gallery_images img {
	padding: 2px;
	margin: 0;
	border: 0;
}

#pt_gallery a, #pt_gallery_images a {
	display: block;
	float: left;
	margin: 0 0 4px 0;
	color: #ccc;
	background-color: #000;
	text-decoration: none;
	text-align: center;
}

#pt_gallery a:hover, #pt_gallery_images a:hover, #pt_gallery_images a:active {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

#pt_gallery a p, #pt_gallery_images a p {
	display: block;
	float: none;
	font-size: 90%;
	text-align: center;
	margin: 0;
	padding: 0 2px 2px 2px;
}

#placeholder {
	margin: 0;
	padding: 0;
}


/* OLD GALLERY */

#gallery {
	display: block;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0;
	border: 1px solid #003A66;
}

#gallery #controls {
	display: block;
	float: left;
	width: 378px;
	margin: 0;
	padding: 0 10px 10px 10px;
	color: #003A66;
	border-bottom: 1px solid #003A66;
	
}

#gallery .box {
	padding: 10px 10px 0 10px;
}

#gallery #controls h2 {
	display: block;
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
}

#gallery #controls a {
	color: #CFDC5A;
}

#gallery #controls .active {
	text-decoration: underline;
	font-weight: bold;
}

#gallery #controls .a-back {
	display: block;
	float: right;
	width: 46px;
	text-align: right;
}

#page {
	display: block;
	position: relative;
	float: none;
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 790px;
	background: url(/_images/backgrounds/header-tr.jpg) right 90px no-repeat;
}

#page #row-1 {
	display: block;
	float: left;
	width: auto;
	position: relative;
	margin: 0;
	padding: 0 0 32px 0;
	background: url(/_images/backgrounds/header-b.jpg) bottom left no-repeat;
}

#page #row-1 #nav-1 {
	display: block;
	float: none;
	height: 29px;
	background: url(/_images/backgrounds/nav-1.jpg) top left repeat-x;
}

#page #row-1 #nav-1 ul {
	display: block;
	float: none;
	width: 790px;
	height: 29px;
	list-style: none;
	background: url(/_images/backgrounds/nav-1_r.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
}

#page #row-1 #nav-1 li {
	display: block;
	float: left;
}

#page #row-1 #nav-1 a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 29px;
	text-indent: -9999px;
}

#page #row-1 #nav-1 .a-home {
	width: 28px;
	background: url(/_images/buttons/nav-1-home.jpg) top left no-repeat;
}

#page #row-1 #nav-1 .a-aboutus {
	width: 72px;
	background: url(/_images/buttons/nav-1-about_us.jpg) top left no-repeat;
}

#page #row-1 #nav-1 .a-contactus {
	width: 77px;
	background: url(/_images/buttons/nav-1-contact_us.jpg) top left no-repeat;
}

#page #row-1 #nav-1 .a-radiopriceclub {
	width: 111px;
	background: url(/_images/buttons/nav-1-radio_price_club.jpg) top left no-repeat;
}

#page #row-1 #nav-1 .a-listenlive {
	width: 93px;
	background: url(/_images/buttons/nav-1-listen_live.jpg) top left no-repeat;
}

#page #row-1 #img-logo_capital {
	display: block;
	float: left;
	width: 300px;
	height: 178px;
	background: url(/_images/logos/logo-loading.jpg) top left no-repeat;
}

#page #row-1 #img-header {
	float: left;
}

#page #row-2 {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 790px;
	background: url(/_images/elements/colors/green-4.jpg) top left repeat;
}

#page #row-2 #col-1 {
	display: block;
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	background: url(/_images/backgrounds/nav-2.jpg) top left no-repeat;
}

#page #row-2 #col-1 #nav-2 {
	display: block;
	float: none;
	margin: 20px 10px 0 10px;
	padding: 0;
	height: 272px;
	list-style: none;
}

#page #row-2 #col-1 #nav-2 a {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #2C476C;
}

#page #row-2 #col-1 #nav-2 a:hover, #page #row-2 #col-1 #nav-2 a:active {
	text-decoration: underline;
}

#page #row-2 #col-1 #nav-2 ul {
	padding: 0 0 0 14px;
	margin: 0;
	list-style: none;
}

#page #row-2 #col-2 {
	display: block;
	float: left;
	position: relative;
	width: 410px;
	background: url(/_images/backgrounds/pagecontent-tl.jpg) top left no-repeat;
	margin: 0;
	padding: 10px 0 10px 0;
}

#page #row-2 #col-2 .pagecontent {
	display: block;
	float: left;
	padding: 12px 0 0 0;
	width: 395px;
	margin: 0;
}

/*
#page #row-2 #col-2 .pagecontent img {
	margin: 0 10px 0 0;
}
*/

#page #row-2 #col-3 {
	display: block;
	float: left;
	width: 142px;
	margin: 0;
	padding: 10px 0 10px 10px;
	border-left: 1px solid #CFDC5A;
}

#page #four_square {
	display: block;
	float: left;
	width: 790px;
	height: 150px;
	background: url(/_images/elements/colors/green-4.jpg) top left repeat;
}

#page #four_square div,
#page #four_square-2 .block{
	display: block;
	position: relative;
	float: left;
	width: 176px;
	height: 121px;
	padding: 10px;
}

#page #row-2 #col-3 h2, #page #four_square div h2 {
	margin-top: 0;
	padding-top: 0;
}

#page #row-3 {
	display: block;
	float: left;
	position: relative;
	width: 790px;
	height: 29px;
	background: url(/_images/backgrounds/nav-3.jpg) top left repeat-x;
}

#page #row-3 #nav-3 {
	list-style: none;
	margin: 0;
	padding: 0;
}

#page #row-3 #nav-3 li {
	float: left;
	margin: 0;
	padding: 0;
}

#page #row-3 #nav-3 a {
	display: block;
	height: 29px;
	text-indent: -9999px;
}

#page #row-3 #nav-3 .a-legal {
	width: 49px;
	background: url(/_images/buttons/nav-3-legal.jpg) top left no-repeat;
}

#page #row-3 #nav-3 .a-privacypolicy {
	width: 95px;
	background: url(/_images/buttons/nav-3-privacy_policy.jpg) top left no-repeat;
}

#pt-promo-2 {
	position: absolute; top: -30px; left: 0;	
}

/* adservice */

#four_square-2 {
	display: block;
	float: left;
	width: 790px;
	clear: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #F7F8E6;
}

#four_square-2 #pt-promo-2 {
	position: relative;
	left: -20px;
	top: 10px;
	clear: right;
}

#four_square-2 .col-r {
	display: block; float: right; margin: 0; padding: 0 0 10px 0; 
}

#adservice-1 {
	display: block; 
	float: none;
	margin: 0; 
	padding: 0; 
	height: 90px; 
	text-align: center;
	overflow: hidden;
}

#adservice-2 {
	display: block;
	float: left;
	width: 322px;
	height: 254px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}

#adservice-3 {
	display: block;
	float: left;
	width: 322px;
	height: 254px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}

#adservice-2 *, 
#adservice-3 *{
	margin: 0;
	padding: 0;
}
/*
#four-square #adservice-2 {
	bottom: 10px; 
	left: 10px;	
}

#sidebar #adservice-2 {
	top: 338px; 
	left: -90px !important;
	left: -100px;
}*/
