/* 
Theme Name: Royale Blue
Theme URI: http://www.paddsolutions.com
Description: Professional theme, Valid XHTML & CSS, 3 Columns, Widget & Adsense Ready
Version: 1.0
Author: Padd IT Solutions
Author URI: http://www.paddsolutions.com 

The CSS, XHTML and design is released under Creative Commons License.
 */



/* Typography */

html, body, input, button, select, option, textarea {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Verdana, Sans-Serif;
}
/*img {
	border:0;
}*/
a,a:visited {
	text-decoration: none;
}

div#header-title h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 25px;
	line-height: 35px;
}
	div#header-title h1 a {
		text-decoration: none;
	}
div#header-search {

}

div#about p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
	div#about p.para1 {
		font-size: 18px;
	}

div#content div.pagetitle h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 31px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

div.post div.title h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
	div.post div.title h2 a {
		background-image:url("images/title.png");
		background-position:left middle;
		background-repeat:repeat-x;
		text-decoration: none;
		color:#FFF !important;
		padding:5px 10px;
	}
	div.post div.title p {
		font-size: 11px;
		line-height: 20px;
		font-style: italic;
	}
	div.post div.title p span.group2 {
		text-transform: lowercase;
	}
	div.post div.title p a, div.post div.title p a:visited {
		text-decoration: none;
	}
div.errormsg {
	text-align: center;
}

h3#comments, h3#respond {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
h3#comments a {
	text-decoration: none;
}
ol.commentlist li small {
	font-size: 12px;
}

div.vertstrip div.box h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 36px;
	font-size: 18px;
	font-weight: normal;
}
	div.vertstrip div.box div.interior ul li a {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}	
div#footer {
	font-family: Verdana, sans-serif;
	font-size: 9px;
}
	div#footer a, div#footer a:visited, div.menu_tab a {
		text-decoration: none;
	}
	div#footer a:hover, div#footer a:active, div.menu_tab a:hover {
		text-decoration: underline;
	}




/* Layout */

html, body, form { 
	margin: 0; padding: 0;
}
p {	
	margin: 15px 0 0 0; 
}

.hidden {
	display: none;
}

div.clearer { clear: both; }

div#container {
	width: 960px;
	margin: 0 auto;
}

div#header {
	width: 100%;
	height: 200px;
}
	div#header-wrapper {
		margin: 0 auto;
	}
		div#header-title {
			float: left;
			margin-top:0px;
			margin-bottom:10px;
			margin-right:10px;
			margin-left:10px;
		}
			div#header-title h1 {
				display: block;
				margin: 0; padding: 0;
				border: 0;
			}
				div#header-title h1 a {
					display: block;
					height: 180px; width: 168px;
					border: 0;
				}
					div#header-title h1 a span {
						display: none;
					}
		
		
div#navmenu {
	width: 940px; height: 39px;
	border-top: 10px solid;
	border-left: 10px solid;
	border-right: 10px solid;
	border-bottom: 1px solid;
	border-bottom-color:#8F0603;
}

div#topads {
	height: 25px;
	padding: 5px;
	border-left: 10px solid;
	border-right: 10px solid;
	border-bottom: 1px solid;
}
	div#header-search {
			float: right;
	}

div#about {
	height: 200px;
	padding-top: 10px;
	border-left: 10px solid;
	border-right: 10px solid;	
}
	div#about div.text {
		width: 492px; height: 120px;
		border: 1px solid;
		float: left;
	}
	
	div#about div.advertisement {
		width: 240px; height: 180px;
		margin-right: 10px;
		float: left;
	}
		div#about div.advertisement img {
			border: 0;
		}
	div#about p {
		margin: 0;
		padding: 1.5em 20px 0 20px;
	}
	div#about p.para2 {
		padding-top: 2em;
	}


div#wrapper {
	border-left: 10px solid;
	border-right: 10px solid;
}
	div#wrapper div.clearer {
		clear: both;
	}

div#content {
	width: 551px;
	margin-right: 10px;
	float: left;
	padding-top: 20px;
}
	div#content div.pagetitle h2 {
		margin: 0; padding: 0 22px 22px 22px;
	}

div.post {
	padding-bottom: 25px;
}
	div.post div.title {
		padding: 15px 22px;
		height: 70px;
	}
		div.post div.title h2 {
			margin: 0; padding: 0;
		}
		div.post div.title p {
			margin: 0; padding: 10px 0 0 0;
			height: 20px;
			display: block;
		}
			div.post div.title p span.group1 {
				display: block;
				float: left;
			}
			div.post div.title p span.group2 {
				display: block;
				float: right;
				padding-left: 20px;
			}
	div.post div.entry {
		padding: 0 22px;
	}

	.more-link {
		float:right;
		background-image:url("images/background-more-link.gif");
		background-position:left middle;
		background-repeat:repeat-x;
		border:2px outset #fff;
		padding:5px 10px;  
		margin:0 2px 0 2px;
		text-align:center;
		color:#FFF !important;
	}
	
div.navigation {
	height: 48px;
	padding: 0 22px;
}
	div.navigation div {
		line-height: 24px;
	}
	div.navigation div.prev {
		float: left;
	}
	div.navigation div.next {
		float: right;
	}

div.singlepost {
	border-bottom: none;
}
	div.singlepost div.entry {
		margin-bottom: 3em;
		min-height: 240px;
	}

div.comments {
	padding: 0 22px;
}
	
h3#respond {
	padding-top: 2em;
	border-top: 1px dashed;
}
	ol.commentlist {
		margin-bottom: 3em;
	}
	ol.commentlist li {
		margin-bottom: 11px;
	}
form#commentform {
	padding-bottom: 1em;
}
		
div.vertstrip {
	float:left;
	margin-bottom:20px;
	margin-left:7px;
	margin-top:20px;
	width:230px;
}
	div.vertstrip div.box {
		margin-bottom: 4px;
		margin-top: 2px;
		border: 1px solid;
	}
		div.vertstrip div.box h3 {
			border-bottom: 1px solid;
			margin: 0; padding: 0 10px;
			display: block;
		}
		
		div.vertstrip div.box div.interior {
			padding-bottom:3px;
			padding-right:3px;
			padding-top:3px;
		}
			div.vertstrip div.box div.interior ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			div.vertstrip div.box div.interior ul li {
				/*margin: 0 5px;
				padding: 3px 0 3px 1.2em;
				border-bottom: 1px dashed;*/
			}
			
div.horizstrip {
	float:left;
	margin-bottom:20px;
	margin-left:7px;
	margin-top:20px;
	width:230px;
}
	div.horizstrip div.box {
		margin-bottom: 4px;
		margin-top: 2px;
		border: 1px solid;
	}
		div.horizstrip div.box h3 {
			border-bottom: 1px solid;
			margin: 0; padding: 0 10px;
			display: block;
		}
		
		div.horizstrip div.box div.interior {
			padding-bottom:3px;
			padding-right:3px;
			padding-top:3px;
			height:244px;
		}
			div.horizstrip div.box div.interior ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			div.horizstrip div.box div.interior ul li {
				/*margin: 0 5px;
				padding: 3px 0 3px 1.2em;
				border-bottom: 1px dashed;*/
			}
		
div.horizstrip div.box h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 36px;
	font-size: 18px;
	font-weight: normal;
}
	div.horizstrip div.box div.interior ul li a {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}	
	
div.vertstrip div.interior {
	text-align:center;
}
	div.vertstrip div.interior div {
		padding-bottom: 7px;
		margin-top:2px;
	}
	div.vertstrip div.interior img {
		border: none;
	}


div#footer {
	clear: both;
	border-bottom: 10px solid;
	padding-left: 15px;
}
	div#footer p {
		margin: 0px;
		padding: 6px;
		display: block;
	}
	

/* Forms */

input#s { 
	font-size:14px;
	height:18px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	width:220px;
} 

div#sidebar div.box-archive select {
	width: 100%;
}

div#sidebar_below_banner div.box-archive select {
	width: 100%;
	
}

/* Colors */

a, a:visited {
	color: #c33;
}

body {
	background: #870100 url('images/background_red.gif') top left repeat-x;
}

div#container {
	border-left-color: #999;
	border-right-color: #999;
}

div#header h1 {
	background: url('images/background-title_liverpool.gif') top left no-repeat;
}

input#s { 
	border: 1px solid #FFFFFF;
	background-color: #870100;
	color: #FFFFFF;
} 

div#navmenu {
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	background: url('images/background-navmenu.gif') top left repeat-x;
}

div#topads {
	background-color: #500302;
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #8F0603;
}

div#about {
	background: url('images/background-about_red.gif') top left repeat-x;
	/*border-style:none;*/
	border-left-color: #fff;
	border-right-color: #fff;
}
	div#about div.text {
		border-color: #fff;
		color: #fff;
		background: url('images/background-blue-people2.jpg') top left repeat-x;
		float:left;
	}


div#wrapper {
	background: url('images/background-wrapper.gif') top left repeat-y;
	border-left-color: #fff;
	border-right-color: #fff;
}

div#content div.pagetitle {
}
	div#content div.pagetitle h2 {
		color: #c00;
}

div.post div.title {
	background: url('images/background-content-title.gif') top left;
}
	div.post div.title p span.group2 {
		background: url('images/background-comments.gif') center left no-repeat;
	}
	div.post div.title h2 a, div.post div.title h2 a:visited {
		color: #162d43;
	}


h3#comments, h3#respond {
	color: #162d43;
}

h3#respond {
	border-top-color: #ccc
}

div.vertstrip_back{
	background-color:#CCC;
	padding:4px;
}

div.vertstrip div.box {
	border-color: #fff;
	background-color: #EFEFEF !important;
}
	div.vertstrip div.box h3 {
		background: url('images/categories.png') top left repeat-x;
		color: #fff;
		border-bottom-color: #fff;
	}
	div.vertstrip div.box div.interior {
		background-color: #EFEFEF;
		/*background: url('images/interior_box.png') top left repeat-y;*/
	}
	
		div.vertstrip div.box div.interior ul li {
			background: url('images/interior_box.png') top left no-repeat;
			/*background: url('images/arrow.png') 3px 9px no-repeat;*/
			border-bottom-color: #ccc;
			height:26px;
			padding-bottom:5px;
			padding-left:23px;
			padding-right:5px;
			padding-top:9px;
			text-align:left;
			width:191px;
		}
			div.vertstrip div.box div.interior ul li a {
				color:#000000;
				line-height:12px;
				padding-bottom:5px;
				padding-right:5px;
				padding-top:3px;
			}
			
			div.vertstrip div.box div.interior ul li a:hover {
				color:#870100;
				/*text-shadow:0 0 10px #870100;*/
			}

div.horizstrip{
	width:540px;
	margin:5px;
	margin-top:0px;
}

div.horizstrip_back{
	background-color:#CCC;
	padding:4px;
	float:left;
}

div.horizstrip div.box {
	border-color: #fff;
	float:left;
	margin:2px;
	height:287px;
}
	div.horizstrip div.box h3 {
		background: url('images/categories.png') top left repeat-x;
		color: #fff;
		border-bottom-color: #fff;
	}
	div.horizstrip div.box div.interior {
		background-color: #EFEFEF;
		/*background: url('images/interior_box.png') top left repeat-y;*/
	}
	
		div.horizstrip div.box div.interior ul li {
			background: url('images/interior_box_column1.png') top left no-repeat;
			/*background: url('images/arrow.png') 3px 9px no-repeat;*/
			border-bottom-color: #ccc;
			height:25px;
			padding-bottom:5px;
			padding-left:23px;
			padding-right:5px;
			padding-top:9px;
			text-align:left;
			width:142px;
		}
			div.horizstrip div.box div.interior ul li a {
				color:#000000;
				line-height:12px;
				padding-bottom:5px;
				padding-right:5px;
				padding-top:3px;
			}
			
			div.horizstrip div.box div.interior ul li a:hover {
				color:#870100;
			}
			
			div.interior img {
				border:0px;
				margin-left:3px;
			}
			
			 div.interior div.under_image {
				border:0px;
				margin-left:3px;
				text-align:left;
				font-weight:bold;
				margin-right:3px;
				margin-top:15px;
				width:160px;
			}

				div.interior div.under_image a {
					border:0px;
					margin-left:3px;
					font-weight:bold;
					margin-right:3px;
					color:#000;
					font-size:13px;
				}
				div.interior div.under_image a:hover {
					color:#870100;
				}
				
			
			 div.interior div.readmore {
				border:0px;
				margin-left:3px;
				text-align:right;
				font-weight:bold;
				margin-right:3px;
				margin-top:10px;
			}

				div.interior div.readmore a {
					border:0px;
					margin-left:3px;
					font-weight:bold;
					margin-right:3px;
					color:#999;
					text-decoration:underline;
					font-size:11px;
				}
				 div.interior div.readmore a:hover {
					color:#870100;
					text-decoration:underline;
				}


div#footer {
	background: #870100 url('images/footer_back.png') top left repeat-x;
	color: #FFF;
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	height:60px;
}
	div#footer a, div#footer a:visited {
		color:white;
		}
	
	.footer_copyrights{
		padding-right:20px;
		padding-top:10px;
		text-align:right;
	}
	
	.footer_menu{
		float:left;
	}
	
	.menu_tab{
		padding-bottom:2px;
		padding-left:2px;
		padding-right:2px;
		padding-top:10px;
		float:left;
		font-weight:bold;
	}
	
	.menu_tab a{
		padding-left:4px;
		padding-right:4px;
		
	}
	
	
	
	
/* Entry Styling */

blockquote {
	padding: 0 0 0 1em;
	font-style: italic;
}
blockquote blockquote {
	padding: 0;
	margin-left: 0;
	font-style: normal;
}

.banner_buttons{
	margin-bottom:5px;
	text-align:center;
}

.banner_buttons a{
	text-decoration:none;
}

.pagination {  
	display: block;  
	text-align: center;  
	margin-top: 30px;  
	margin-bottom: 40px;  
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}  

.pagination a{  
	text-align:center;  
	padding:5px 10px;  
	margin:0 2px 0 2px;  
	border:2px outset #999;
	background:#efefef;
}  

.pagination a:hover{  
	background-image:url("images/background-more-link.gif");
	background-position:left middle;
	background-repeat:repeat-x;
	color:#FFF;
} 

.current{  
	background-image:url("images/background-more-link.gif") !important;
	background-position:left middle !important;
	background-repeat:repeat-x !important;
	color:#FFF !important;
}
 
.latest_time{
	float:left;
	margin-right:5px;
	margin-top:0px !important;
	color:#870100;
	font-weight:bold;
}


/* BUTTONS */

.top_news {
	margin: auto;
	height: 262px;
	width: 540px;
}
.top_pict {
	float: left;
	height: 255px;
	width: 310px;
	margin-left: 3px;
}
.tp_top {
	height: 7px;
	width: 314px;
	background-image: url(picts/news/back_top.png);
	background-repeat: no-repeat;
	clear: both;
}

.tp_middle {
	background-image: url(picts/news/back_middle.png);
	background-repeat: repeat-y;
	float: left;
	height: 250px;
	width: 314px;
}

.tp_bottom {
	height: 7px;
	width: 314px;
	background-image: url(picts/news/back_bottom.png);
	background-repeat: no-repeat;
	clear: both;
}
.tp_container {
	height:250px;
	margin:auto 5px auto 5px;
	width:304px;
	text-align:center;
}
.top_tabs {
	float: right;
	height: 255px;
	width: 220px;
	margin-right: 3px;
}

.tt_up {
	background-image: url(picts/news/rollover_box_top.png);
	background-repeat: no-repeat;
	clear: both;
	height: 9px;
	width: 220px;
}
.tt_middle {
	background-image:url(picts/news/rollover_box_middle.png);
	background-repeat:repeat-y;
	float:left;
	height:245px;
	padding-top:1px;
	width:220px;
}
.tt_bottom {
	clear: both;
	height: 9px;
	width: 220px;
	background-image: url(picts/news/rollover_box_bottom.png);
	background-repeat: no-repeat;
}
a.top_tab_link {
	background-image: url(picts/news/tab_up.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 205px;
	float: left;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 8px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #f0d9dc;
	font-weight: bold;
}
a.top_tab_link_selected {
	background-image: url(picts/news/tab_over.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 205px;
	float: left;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 8px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
a.top_tab_link:hover, a.top_tab_link_selected:hover , a.activeSlide{
	background-image: url(picts/news/tab_over.png);
	color: #ffffff;
	cursor:pointer;
	text-decoration:none;
}
.top_tab_link span, .top_tab_link_selected span {
	float:left;
	margin-left:16px;
	margin-top:10px;
	text-align:left;
}

/*  BUTTONS END  */


.banner_below_buttons{
	background-color:#CCC;
	margin:6px;
	text-align:center;
	clear:both;
	padding:5px;
}

.banner_below_buttons a{
	text-decoration:none;
}

div.entry  img {
	float:right;
	margin-left:10px;
}

div.title_image{
	width:120px;
	height:100px;
	float:left;
}
