@charset "utf-8";
body {
	background: #1B1F26 url(images/bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
	font-family:Tahoma;
	height:100%;
	margin:0px;
	padding:0px;
	color: #999999;


}
#header {
	height: 88px;
	padding-top: 30px;
	text-align: center;
}
#strip {
	background-image: url(images/strip.gif);
	background-repeat: repeat-x;
	height: 34px;
	width: 100%;
	padding-top: 21px;
}
.blue_box {
background-color: #262D37; border-top: 1px solid #323A47; border-bottom: 1px solid #323A47; padding: 10px;
font-size: 11.5px;
}
.menu {
	width:750px;
	height:32px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	margin: auto;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:138px;
	height:32px;
	padding-left:10px;
	line-height:29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
	letter-spacing: 1px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #ED1968;
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {
	background-image: url(images/navbghover.gif);
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:32px;
	left:0;
	width:149px;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	background-color: #ED1968;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 750px;
	margin: auto;
	padding-bottom: 20px;
}
#content {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	width: 510px;
	letter-spacing: 1px;
	padding: 20px;
}
.tableleft {
	float: left;
	width: 220px;
	height: 25px;
}

#content ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content li a {
	color: #ED1968;
	text-decoration: none;
}

#content h1 {
	color: #EE4493;
	font-size: 32px;
	letter-spacing: 2px;
	font-weight: normal;
}

#rightbar {
	float: left;
	width: 200px;
	padding-top: 20px;
	text-align: right;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	background-color: #cf0360;
}
.menu :hover > a, .menu ul ul :hover > a {
	background-color: #EE4493;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
#content li a:hover {
	color: #ED1968;
	text-decoration: underline;
}
#content h2 {
	letter-spacing: 2px;
	color: #ED1968;
	font-size: 14px;
}
  
.tag_cloud { padding: 3px; text-decoration: none; }  
 
 #content a {
	color: #ED1968;
	text-decoration: none;
}
#content a:hover {
	color: #EE4493;
	text-decoration: underline;
}
.latestlink {
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
#container #content p {
	line-height: 1.3em;
}

.views {
	font-size: 10px;
	color: #666;
}
.tableright {
	float: right;
	width: 220px;
	height: 25px;
}
#bottomb {
	clear: both;
	width: 100%;
	background: #222730;

}

#bottomb .padding {
	width: 750px;
	margin: 0 auto;
	padding: 30px 40px 10px 60px;
	
	
}
#bottomb h2 {
	padding: 5px 0 5px 0;
	color: #ED1968;
	font-family: Tahoma;

}
#bottomb ul { margin:0; list-style:none; padding: 0; }
#bottomb li { 
	margin: 5px 0 5px 0px; 
	padding: 0px 0 3px 0px; 
	border-bottom: 1px dotted #ccc; 
	list-style: none;
}
#bottomb li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0 0 0;
	display: block;
	margin-bottom: 2px;
	letter-spacing: 1px;
	font-size: 12px;
}
#bottomb li a:hover {
	color: #ED1968;
	text-decoration: none;
	background: #222730;
	display: block;
	margin-bottom: 2px;
}
#bottomb h2 {
	padding: 5px 0 5px 0;
	color: #ED1968;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	letter-spacing: 2px;

}

#bottomb .rights {
	float: right;
	width: 150px;
	z-index: 1;
	width: 150px;
}

#bottomb .bottomc {
	width: 150px;
	z-index: 2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#bottomb .bottomd {
	width: 150px;
	margin: 0;
	z-index: 3;
	float: left;
	
}
.footer {
	background: #222730;
	width: 100%;
	color:#FFFFFF;
	text-align:center;
	clear:both;
	font-size: 11px;

	
}
.footer .padding {
	background: #222730;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 70px;
}
.footer a {
	background: #222730;
	color:#FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color:#ED1968;
	text-decoration: none;
}
