/*-----------------------------
	SITE SPECIFIC STYLES
-----------------------------*/

body{
	background: #666;
	font-family: Arial,Verdana;
	font-size:20px;	
	color:#000;
	}
	
a{
	color:#36F;
	text-decoration:none;
	}

a.white {
	color:#FFF
}

a:hover{
	color:#CC0000;
	text-decoration:none;
	}

a.medium_link {
	font-size: 18px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	}

a.small_link {
	font-size: 14px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	}

img{
	border:none
	}

img.align-middle { vertical-align: middle; }

h1 {
	color: #000000;
	font-size: 24px;
	font-family: Arial Black,Arial,Verdana,sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	text-shadow: 0 0 0.5px black;
	}

h2 {
	color: #333;
	font-size: 22px;
	font-family: Arial,Helvetica;
	font-weight: bold;
	}

.title {
	color: #000000;
	font-size: 26px;
	font-family: Arial Black,Arial,Verdana,sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	text-shadow: 0 0 0.5px black;
	}

.subtitle {
	color: #000000;
	font-size: 26px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	}

.small {
	color: #333;
	font-size: 14px;
	font-family: Verdana,Arial,sans-serif;
	line-height: 18px;
	}

.small_white {
	color: #FFF;
	font-size: 14px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	}

.footer {
	color: #333;
	font-size: 14px;
	font-family: Arial,Helvetica;
	font-weight: bold;
	border-top:#666, dashed;
	}

.link_highlight {
	color: #003399;
	font-weight: bold;
}

.link_highlight:hover{
	color:#CC0000;
	text-decoration:none;
	}

select {
    background: white;
	border: 2px solid black;
	color: #666;
	font-size: 22px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	text-align: center;
	}

#header {
	background-color: #000;
	position:relative;
	width: 100%;
	height: 152px;
	color: #FFFFFF;
	}

#container {
	background-color: #FFF;
	width: 1024px;
}

#pressdisplay {
	background-color: #333;
	text-align:justify;
	width: 95%;
	padding:20px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana,Helvetica;
}

#profile {
	background-color: #F7F7F7;
	text-align:justify;
	width: 90%;
	padding:20px;
	color: #333;
	font-size: 12px;
	font-family: Verdana,Helvetica;
}

#linkbox {
	border:2px solid #333;
	padding:10px 40px; 
	background:#fff;
	width:680px;
	border-radius:15px;
	-moz-border-radius:15px; /* Old Firefox */
}

#twitterbox {
	background-color: #333;
	background-image:url('graphics/twitter_40.png');
	background-repeat:no-repeat;
	background-position:left center;
	height: 40px;
	width: 95%;
	padding:2px;
	color: #FFF;
	font-size: 12px;
	font-family: Verdana,Helvetica;
}

#sundaypapers {
	background-color: #EAF4FF;
	width: 95%;
	padding:2px;
	margin:10px;
	text-align: center;
}

#countrylist_bottom {
	background-color: #EAF4FF;
	text-align:justify;
	width: 95%;
	padding:2px;
	text-align: center;
}

#rssfeed {
	text-align:justify;
	width: 95%;
	padding:10px;
	color: #000;
	font-size: 14px;
	font-family: arial, sans-serif;
	line-height: 16px;
}

/*shaded box background for pd covers*/
.pdcover {
	width: 180px;
	height: 310px;
	background-color: #CCC;
	padding: 5px;
	margin: 15px;
	text-align:center;
	float:left;	
	font-size: 12px;
	font-family: Verdana,Helvetica;
	font-weight: bold;
}

.pdcover_tall {
	width: 180px;
	height: 380px;
	background-color: #CCC;
	padding: 5px;
	margin: 15px;
	text-align:center;
	float:left;	
	font-size: 12px;
	font-family: Verdana,Helvetica;
	font-weight: bold;
}

.pdcover_small {
	width: 100px;
	height: 180px;
	background-color: #CCC;
	padding: 5px;
	margin: 15px;
	text-align:center;
	float:left;	
	font-size: 10px;
	font-family: Verdana,Helvetica;
	font-weight: bold;
}

.pdcover_small_tall {
	width: 100px;
	height: 220px;
	background-color: #CCC;
	padding: 5px;
	margin: 15px;
	text-align:center;
	float:left;	
	font-size: 10px;
	font-family: Verdana,Helvetica;
	font-weight: bold;
}

.pdcover_large {
	background-color: #666;
	width: 180px;
	height: 310px;
	padding: 5px;
	margin: 15px;
	text-align:center;
	float:left;	
	font-size: 12px;
	font-family: Verdana,Helvetica;
	font-weight: bold;
}


div.clear {
	clear:both;
}

.box {
	background-image:url('graphics/chevron.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-left:5%;
	padding-right:5%;
	padding-top:15px;
	border-bottom:#333;
}

.leftdashed {
	border-left-style: dashed;
	border-left-color: black;
	border-left-width: 1px;
}

.bottomdashed {
	border-bottom-style: dashed;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

/*RSS Feeds*/

.rss-item  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	list-style:none;
	padding-bottom:2px;
}

.rss-item a {
	text-decoration : none;
	color: #0066FF;
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color:#003399;
}

.rss-item a:hover {
	color:#DB0000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 3;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 130px;
	position: relative;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 176px;
	height: 230px;
}