/*
Theme Name: Roulette UK
Theme URI: 
Description: Roulette custom made template.
Version: 1.1
Author: Lush & Pylon
Author URI: 
Tags:  

	RouletteUK v1.1

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* -------------------------------------------------------------------- */
                          /* !*** GENERAL STYLES *** */
/* -------------------------------------------------------------------- */


body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: url(images/bg.gif) repeat-x top #440459; /* IMPORTANT */
	margin: 0;
	padding: 0;
	}

a:link {
	text-decoration:none;
	}

a:visited {
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color:#f00;
	}
	
h1,h2,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
	}
	
img {
	border: none;
	}

.clear {
	clear: both;
	line-height: 0;
	}

.ddsg-wrapper ul {
	margin-left: 15px;
	}

/* -------------------------------------------------------------------- */
                          /* !*** CONTAINERS *** */
/* -------------------------------------------------------------------- */



#container {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	text-align:left;
	}

#header {
	height: 87px;
	clear: both;
	background: url(images/header.jpg) no-repeat;
	}

#body {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	width: 840px;
	background: #fff;
	}

#left {
	float: left;
	width: 180px;
	}

#right {
	float: left;
	width: 620px;
	margin-left: 30px;
	}

#topMenu {
	padding-left: 20px;
	font-size:11px;	
	}
	
#footer {
	float: left;
	clear: both;
	width: 860px;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size:11px;
	color: #ca7ae5; /* IMPORTANT */
	clear: both;
	background: url(images/footer.jpg) repeat-x top;
	}

#footer a, #topMenu a {
	color: #FFFFFF; /* IMPORTANT */
	}

#footer a:hover, #topMenu a:hover {
	color: #000000;
	text-decoration: none;
	}


/* -------------------------------------------------------------------- */
                          /* !*** NAVIGATION *** */
/* -------------------------------------------------------------------- */

ul#navigation,
ul#navigation ul {
	list-style: none;
	}

ul#navigation h2 {
	height: 23px;
	padding: 7px 0px 0px 28px !important;
	margin: 0 !important;
	font-size: 13px !important;
	line-height: 13px !important;
	color: #fff !important;
	background: url(images/nav_section_header_bg.gif) no-repeat;
	}

ul#navigation ul {
	padding: 7px;
	padding-bottom: 0;
	background: #efefef;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	}

ul#navigation ul li {
	padding: 0px 20px;
	margin-bottom: 7px;
	background: url(images/nav_link_bullet.gif) no-repeat;
	}

ul#navigation ul li a {
	color: #000;
	}

ul#navigation ul li a:hover {
	color: #c33;
	}
	
ul#navigation ul ul  {border:none;}


/* -------------------------------------------------------------------- */
                          /* !*** PAGE STYLES *** */
/* -------------------------------------------------------------------- */


h1, h2, h3 {
	font-size: 30px;
	font-weight: normal;
	color: #000099; /* IMPORTANT */
	margin: 20px 0;
	}

h2 {
	font-size: 24px;
	color: #0000FF; /* IMPORTANT */
	}

h3 {
	font-size: 20px;
	}

p {
	margin: 20px 0;
	line-height: 16px;
	}

.searchInput {
	width: 90px;
	}
.searchSubmit {
	margin: 0;
	padding:0;
	}	

/* -------------------------------------------------------------------- */
                          /* !*** ARTICLES STYLES *** */
/* -------------------------------------------------------------------- */

#boxedArticles {
        width: 570px;
        padding: 0px;
	margin-left: 30px;
	background: url(images/s-l.gif) no-repeat top right;

/*      padding-top: 20px; */
/*        border: 1px solid #bfcfde; */
/*        border-top: none;
        border-bottom: none; */
        }

.pagesOuterBox {
	display:block;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;
	color:#009900;														/* !!! */
	cursor:pointer;
/*	border-bottom: 1px solid #e5e5e5; */
	margin-left: 1px;
/* 	width: 576px; */
}

.pagesOuterBox a {
	color:#c00;														/* !!! */
	display:block;
	margin:0;
	padding: 14px 0px;
/* 	width: 526px; */
/* 	_width: 576px; */
}

.pagesOuterBox a:hover {
	text-decoration: none;
	color:#0000FF;
}

ol.pagesOuterBox{
	margin: 0;
	padding: 0;
	padding-right: 10px;
}
	
.pagesOuterBox li {
	list-style: none;
/*	border-top: 1px solid #e5e5e5; */
	padding: 0;
	margin: 0;
}

.pagesOuterBox span {
	display:block;
	margin-left: 40px;
}

.pagesOuterBox span.numbers {
	margin-left: 0;
	background-image: url(images/numbers/yellow.gif);
	background-repeat: no-repeat;
	float:left;
	width:31px;
	height:42px;
/* 	margin-right:10px; */
}

.pagesTitle {
	font-size:20px;
	font-weight: bold;
/* 	line-height:20px; */
	text-decoration: underline;
}

.pagesText {
	color:#000;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
}

.pagesRef {
	color: #009;
	font-size: 12px;
/*	font-weight:bold; */
	text-decoration:none;
}
