/* CSS re-write Andy Kinsey - Pure Pages Group Ltd*/
/* 23/10/08 */

* {
	margin:0;
	padding:0px;
}

/*body area*/
body {
	font-family: Calibri, Gill Sans, Gill Sans MT, Arial, sans-serif;
	background-color: #dff0ff;
}

/*main content area*/
#container {
	width:975px;
	margin:10px auto 0 auto;
	min-height:100px;
}

/*header area*/
#head {
	background: url(../img/headerback.png) no-repeat top;
	padding:10px;
	min-height:80px;
	max-height:81px;
	margin:0 auto;
}

#head a {
	color:#ffffff;
	text-decoration:none;
}

#head a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#head ul {
	list-style-type: none;
}

.logo {
	float: left;
	width: 300px;
	border:none;
}
.cleaner {
	clear:both;
}

#headerbox_left {
	float:left;
	width:400px;
	margin:1px 0 1px 5px;
}

/*below contains login & search*/
#headerbox_right {
	width:500px;
	margin:1px 0 1px 450px;

	
}
#loginbox {
	float:right;
	color:#fff;
	font-size:10pt;
	margin-right:20px;
}

#loginbox form {
    margin-left: -5px;
}


/* below contains Navigation tabs */
#tabs {
	background: #005998;
	width:974px;
	margin-left:1px;
}
#tabs ul,#tabs li {
	display: inline;
	list-style-type: none;
    margin: 0; padding: 0;
}
#tabs a {
	padding: 0 30px;
	color:#FFFFFF;
	text-decoration:none;
}
#tabs a:hover {
    background-color:#000066;
    padding-top: 2px;               /* Fix gap between top of nav and hover
                                       colour block */
}
#tabs .currentlexitab {
    padding-top: 2px;               /* fix gap between top of nav and current
                                       colour block */
    background-color: #4a4a4a;
}
/*End Header*/

/*Main Content Area*/
/*all*/
#bodycontent {
	width:954px;
	margin:0 auto 0 auto;
	padding:10px;
	min-height:100%;
	background-color:#ffffff;
}

#foot {
	clear: both;
	background: url(../img/footbg.png) no-repeat bottom;
	height: 50px;
	text-align: right;
	width: 974px;
	padding: 0 auto;
	margin:0 auto 10px auto;}
	
#foot p {
	padding: 10px;
	color: #fff;
}
	
/*front page*/
#frontcontent {
	width:100%;
	min-height: 400px;
	background-color:#fff;
}

.frontimg {
	margin-left:75px;
}

#fpcontainer {
	width:950px;
	margin: 0 auto 0 auto;
}

#fpbox {
	text-align: left;
	display:inline-block;
	width: 250px;
	padding-left: 55px;
	min-height:300px;
	float:left;
}

#itbox {
	background-image:url(../img/itlexicon.png);
	background-position:left;
	background-position:top;
}

#winebox {
	background-image:url(../img/winelexicon.png);
	background-position:left;
	background-position:top;
}

#autobox {
	background-image: url(../img/autolexicon.png);
	background-position:left;
	background-position:top;
}

.featured {
	display: inline-block;
	width: 180px;
	line-height: 120%;
	margin-bottom: 20px;
	margin-left:55px;
	margin-top:20px;
	min-height:280px;
	*height: 300px;
}

.featured li {
list-style:none;
}

/*end front*/
/*Articles*/
.title {
    text-align:center;
    padding-bottom: 1ex;
}
#articlecontent {
	background-image:url(../img/bck.jpg);
	background-repeat:repeat;
	overflow: auto;
	margin-left:1px;}

#articlecontent_two {
	width:695px;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
	padding:10px;
	min-height:100%;
}
#SocialNetwork {
    margin-top: 1ex;
}

.article_img {float:left; margin-right:5px; margin-bottom:5px;}
/*end article*/
/*Site Map*/
#content {
	width:974px;
	background-color:#ffffff;
	overflow:visible;
	margin-left:1px;
}

.letternav ,.sitemapletter{
	width:100%;
	padding:10px;
	overflow:visible;
}
.letternav {text-align:center;}
.pagiresults {width:98%;}
.caption {text-align:center; font-size:15px;}
/*end sitemap*/
/*sidebar*/
#sidebar {
	width: 230px;
	float: right;
	background-color:#ffffff;
	padding:10px;
	overflow:visible;
    margin-top: 10px;
}
#sidebar h2 {
	background: url(../img/boxbg.png) no-repeat top;
	padding-left: 10px;
	color: #fff;
}

.sidebar-box {
	margin-bottom: 20px;
	background: #fff url(../img/boxbodybg.png) repeat-y top;
}

.sidebar-box ul {
	padding-left: 10px;
    padding-bottom: 20px;
	background: url(../img/boxbgbottom.png) no-repeat bottom;
	list-style:none;
}
.sidebar-box li a{
    text-decoration:none;
    color:#000000;
}

.sidebar-box a:hover {
text-decoration:underline;
}
/*endsidebar*/
/*Typography */
h1 {
	font-size:20px;
	background-color:#CCCCCC;
	margin-top:10px;
	overflow:inherit;
}
h2 {
	font-size:20px;
}
h3 {font-size:40px;}

#foot a,#foot:visited{
	color: #fff;
	text-decoration: none;
}
#foot a:hover,#foot a:focus {
	text-decoration: underline;
}

#content a, #content a:visited {color:#000; text-decoration:none;}

#content a:hover, #content a:focus {color:#000; text-decoration:underline;}

#frontcontent a, #frontcontent a:visited {color:#000; text-decoration:none;}

#frontcontent a:hover, #frontcontent a:focus {color:#000; text-decoration:underline;}


/* Comment form */
form {
    padding: 5px;
}
#comments .comments-right {
    margin-top: 2ex;
}
#comments form div, #content form div {  /*Go to nextline in long labels */
    clear: left;    
}

#comments label, #content label{
    margin-right: 0.5em;
    margin-top: 2px;
    text-align: left;
    width: 5em;
    float: left;
}

label .required, label .required{
    font-weight: bold;
}

fieldset {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

legend {
    border: 1px solid #ccc;
    padding: 1px 3px;
    margin-left: 1px;
}

#comments input {
    margin-bottom: 3px;
}

.captcha {
    margin-left: 85px;
}
