/*
Theme Name: Shining Only UK Style
Theme URI: http://souk.alphaalec.co.uk/
Description: A new theme thoroughly reliant on the kubrick default wordpress theme.
Version: 1.0
Author: Stephen Walch, Alec Morrison
Author URI: http://souk.alphaalec.co.uk/
Tags: black, blue, custom header, fixed width, several, widgets


	This theme was designed and built by Stephen Walch, Alec Morrison

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

html, body {
	min-width:980px;
	height: 100%;
	color: black;
	background-color: black;
}

html {
	overflow-y: scroll;
}
                  
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: white;
	text-align: center;	
	}
	
#wrapper {	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
	width: 980px;
	position: relative;	
	text-align: center;
}
	
#header {
	background: url('images/header_bg.png') no-repeat;
	width: 971px;
	height: 187px;
	margin: 0 auto;
	}
	
#navigation {
	margin: 5px auto 10px;
	width: 973px;
	height: 17px;
	background-color: #7e0000;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	position: relative;
	border: 1px solid #4e528c;
	z-index: 2;
}

#navi {
	margin: 0;
	position: relative;
	height: 17px;
}

#navi a:link, #navi a:hover, #navi a:visited, #navi a:active {	
	text-decoration: none;
}

#navi a:visited, #navi a:active, #navi a:link {
	color: white;
}

#navi .link:hover a.link_txt1, #navi .link:hover a.link_txt2, #navi .link:hover a.link_txt3, #navi .link:hover a.link_txt4, #navi .link:hover a.link_txt5, #navi .link:hover a.link_txt6 {
	color: #00FF99;
}

.link, .link, .link, .link, .link, .link {
	width: 140px;
	height: 17px;
	list-style: none;
	float: left;
}

.img1, .img2, .img3, .img4, .img5, .img6 {
	display: block;
	width: 25px;
	height: 23px;
	position: absolute;
	top: -3px;
	background: url('images/sprites.png') no-repeat;
	z-index: 10;
}

.link_txt1, .link_txt2, .link_txt3, .link_txt4, .link_txt5, .link_txt6 {
	width: 115px;
	height: 17px;
	padding-left: 5px;
	text-align: left;
	list-style: none;
	font-family: 'Times New Roman';
	font-size: 17px;
	position: absolute;
	top: -1px;
}

.img1 {
	left: 50px;
}
.img2 {
	left: 193px;
}
.img3 {
	left: 338px;
}
.img4 {
	left: 483px;
}
.img5 {
	left: 628px;
}
.img6 {
	left: 773px;
}

.img1 {
	background-position: 0px -1px;
}
.img2 {
	background-position: -50px -1px;
}
.img3 {
	background-position: 0px -26px;
}
.img4 {
	background-position: 0px -51px;
}
.img5 {
	background-position: -100px -26px;
}
.img6 {
	background-position: -50px -26px;
}

.link:hover .img1 {
	background-position: -25px -1px;
}
.link:hover .img2 {
	background-position: -75px -1px;
}
.link:hover .img3 {
	background-position: -100px -1px;
}
.link:hover .img4 {
	background-position: -25px -51px;
}
.link:hover .img5 {
	background-position: -75px -26px;
}
.link:hover .img6 {
	background-position: -25px -26px;
}

.link_txt1 {
	left: 74px;
}
.link_txt2 {
	left: 218px;
}
.link_txt3 {
	left: 363px;
}
.link_txt4 {
	left: 508px;
}
.link_txt5 {
	left: 653px;
}
.link_txt6 {
	left: 798px;
}

#content { 
	margin: 0px 20px;
	width: 760px;
	float: left;
	text-align: left;
	height:100%;
}

/* Posts */

.entry, .page_entry {	
	border-top: 2px solid red;
	color: #fff;
	line-height: 1.6em;
	text-align: left;
	font-size: 12px;
	margin: 0px auto 40px;
}

.entry {
	padding: 8px 0px 0px 0px;
}

.page_entry {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 20px 0px;
}

.post-container, .surround {
	margin: 10px 10px 20px;
	color: #fff;
	max-width: 650px;
	line-height: 1.6em;
	text-align: justify;
	padding: 20px 30px;
	border: 2px solid #FAC800;	
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	position: relative;
	background-color: #002480;
}

.title, .title a {
	font-weight:normal;
	margin:0;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	margin: 0 0 3px;
}

.date a {
	text-decoration: none;
	font-size: 10px;
	font-weight:normal;
}

.date a:hover {
	text-decoration: underline;
}

.date {
	margin-bottom: 5px;
}

.info {
	padding-top: 5px;
	border-top: 1px solid #993300;
}

.clear { clear:both; }

.author {
	text-align: center;
	float: left;
	margin: 0px 10px 20px 0px;
}

.author-desc {
	margin: 0;
}

.auth-wrap {
	float: left;
	width: auto;
	height: 100%;
	margin: 10px 10px 0;
	padding: 5px 0;
}

.entry a:link, .entry a:active, .entry a:visited, #postmetadata a:link, #postmetadata a:visited, #postmetadata a:active {
	border-bottom: 1px dashed #fff;
}

/* Search Page */

.postmetadata, #postmetadata {
	margin-top: 40px;
	padding-top: 5px;
	border-top: 1px solid #993300;
	text-decoration: none;
	font-size: 10px;
	font-weight:normal;
}

/* Comments */

li.commentbody, li.adminbody {
	margin: 10px 0px 20px;
	color: #FFFF99;
	max-width: 550px;
	line-height: 1.6em;
	text-align: justify;
	padding: 5px 10px;
	border: 2px solid #FAC800;	
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	background-color: #002480;
	min-height: 70px;
	height: 100%;
}

.commenthead, .adminhead {
	display: table-cell;
	text-align: center;
	min-width: 70px;	
	max-width: 70px;
	padding: 5px;
	border-right: 1px solid #FFFF66;
}

.commenthead img, .adminhead img {
	margin: 0px 10px;
}

.comment-container {
	display: table-cell;
	padding: 10px;
	font-size: 14px;
	text-align: left;
	min-width: 450px;
	max-width: 450px;
}

.commentlist li {
	list-style: none;
	text-align: center;
}

.commentlink, .commentlink a:link, .commentlink a:active, .commentlink a:visited {
	font-size: 8px;
}

/* Footer */

.push {
	height: 177px;  
}

#footer {
	width: 971px;               
	height: 137px;      
	margin: 10px auto; 	
	position:relative;
	float:left;
	padding-bottom: 20px;
	background: url('images/footer.png') no-repeat;	
	font: 11px arial;
	color: #F8F8F8;	 
	text-align: center;
}

#footer p {
	position: relative;
	top: 110px;
	margin: 0 auto;
}

#footer a {
	color: #F8F8F8;	 
}

/* search */
#searchform{
	margin:0 0 15px 0;
	padding:0 0 0 0;
}
.searchbox {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:170px;
	height:24px;
}	
.search-field input {
	position: relative;
	float: left;
	left: 8px;
	width:120px; 
	height:18px; 
	font-family: Verdana;
	font-size: 12px; 
	color: #999999; 
	padding: 2px 3px 1px 3px;
	border: 0px;
	background: #f0f0f0;
}

#search-image input {
	position: absolute;
	top: -1px;
	left: -25px;
	background: url('images/sprites.png') no-repeat;
	background-position: -51px -51px;
	height: 23px;
	width: 23px;
}

#search-image input:hover {
	background-position: -76px -51px;
}

/* Sidebar */

#sidebar {
	margin: 0;
	width: 180px;
	float:left;
	text-align: left;
	position: relative;
	height: 100%;
	color: #E8E8E8;
}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar h1 {
	font-size: 15px;
	margin: 10px 0 2px;
	color: #FAC800;
}

#sidebar ul li {
	margin: 0;
	padding: 0 5px;
}

#sidebar ul {
	width: 150px;
	margin: 0px 0px 0px -8px;
	padding: 0 0 10px 8px;
	border: 1px solid #FAC800;
	background-color: #7e0000;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#sidebar ul ul {
	margin: 0 0 0 -4px;
	padding: 0;
	border: none;
	width: 140px;
}

#sidebar ul ul li {
	list-style:disc inside;
}

/* links */
a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, #footer a:hover {
	color: #00FF99;
}