/*
Theme Name: playground.iconnet
Theme URI: http://www.iconnet.co.uk
Description: ICON.net Playground
Version: 26 Jan
Author: ICON.net
Author URI: http://www.iconnet.co.uk

*/
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:100%;
	padding:0;
	margin:0;
	background:url(images/Back.jpg) top center no-repeat #539ab7;
}

h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

h2 {
	color:#FFFFFF;
	font-size:40px;
}

img {
	border:none;
}

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

.Inside {
	width:950px;
	margin:0 auto 0 auto;
}

.Relative {
	position:relative;
}

p {
	margin:0;
	padding:5px 0 5px 0;
}

/************************** HEADER **************************/

#Header {
	width:100%;
	background:#ffffff;
	padding:10px 0 10px 0;
}

#Header h1 {
	font-size:140%;
}

#Header h1 a {
	color:#ffffff;
}

.IconNetLogo {
	display:block;
	width:80px;
	height:60px;
	background:url(images/Logo.gif) no-repeat -80px 0;
	float:right;
}

.IconNetLogo:hover {
	background:url(images/Logo.gif) no-repeat -80px 0;
}

.CloudHeader {
	width:100%;
	display:block;
	background:url(images/Clouds.png);
	height:26px;
	position:absolute;
	left:0;
	right:0;
	bottom:-26px;
}

* html .CloudHeader {
	background:url(images/Clouds.gif);
}


#MainNav {
	height:80px;
}


#MainNav ul, #MainNav li {
	padding:0;
	margin:0;
	list-style:none;
}

#MainNav li {
	display:block;
	margin:0 7px 0 0;
	float:left;
}

#MainNav li a {
	padding:27px 10px 10px 10px;
	width:80px;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	background:url(images/Tab.gif) no-repeat bottom;
	text-align:center;
	display:block;
}

#MainNav li a:hover {
	padding:40px 10px 10px 10px;
	color:#e07400;
	font-weight:bold;
}



/************************** CONTENT **************************/

#Content {
	margin-bottom:20px;
}

.PageHeader {
	padding:10px;
	margin-bottom:10px;
}

#MainContent {
	width:650px;
	float:left;
	color:#333333;
}

#MainContent a:hover {
	text-decoration:none;
}

.CloudTop {
	background:url(images/ItemHeader.gif) no-repeat;
	width:650px;
	height:45px;
	display:block;
}

.CloudBottom {
	background:url(images/ItemFooter.gif) no-repeat;
	width:650px;
	height:45px;
	margin-bottom:15px;
	display:block;
}

.Item {
	width:650px;
}

.ItemHeader {
	background:#ffffff;
	padding:0 15px 15px 15px;
	position:relative;
}

.ItemHeader h3 {
	font-size:38px;
	color:#e07400;
	font-weight:lighter;
	width:460px;
}

.ItemHeader h3 a {
	text-decoration:none;
	color:#e07400;
}

.ItemHeader hr, .ItemHeader .Border {
	background:#2e1704;
	display:block;
	width:100%;
	height:2px;
	font-size:1px;
	border:none;
}

.Date {
	font-size:18px;
	background:url(images/Date.gif) no-repeat;
	width:127px;
	height:34px;
	font-size:12px;
	padding:9px 10px 0 45px;
	text-align:center;
	color:#FFFFFF;
	position:absolute;
	right:15px;
	bottom:17px;
}

*html .Date {
	float:right;
	position:static;
	right:0;
	bottom:0;
}


.ItemContent {
	background:#ffffff;
	padding:0 15px 60px 15px;
}

.ItemContent p {
	font-size:14px;
	line-height:20px;
}

.ItemContent a {
	color:#e07400;
	padding:1px;
	border-bottom:1px dashed #e07400;
}

#NextAndPrevious a {
	color:#FFFFFF !important;
}

.MetaData {
	background:#ffffff;
	padding:15px;
	background:url(images/ItemInfo.gif) no-repeat #ffffff;
	min-height:25px;
	height:auto !important;
	height:25px;
	position:relative;
	padding-top:55px;
	color:#333333;
	font-size:12px;
}

.MetaData a {
	color:#e07400;
	text-decoration:none;
}

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

a.Top {
	width:109px;
	height:70px;
	display:block;
	background:url(images/Top.gif) no-repeat;
	position:absolute;
	right:15px;
	top:14px;
}

a.Top:hover {
	width:109px;
	height:70px;
	display:block;
	background:url(images/Top.gif) no-repeat -109px 0;
	position:absolute;
	right:15px;
	top:14px;
}

.NoCommentsSign {
	width:90px;
	height:90px;
	position:absolute;
	display:block;
	left:20px;
	top:-50px;
	background:url(images/NoComments.png) no-repeat;
}

* html .NoCommentsSign {
	background:url(images/NoComments.gif) no-repeat;
}

.CommentItem {
	background:#666666;
	padding:10px;
	margin-bottom:10px;
}

.CommentHeader {
	background:#333333;
	padding:5px;
	margin-bottom:10px;
}

.CommentHeader h3 {
	float:left;
	font-size:22px;
}

.CommentList, #CommentList li {
	margin:0;
	padding:0;
	list-style:none;
}

.CommentList li {
	padding:10px;
	margin-bottom:10px;
	width:auto;
	background:#CCCCCC;
	border-bottom:1px dashed #333333;
	color:#333333;
}

#MainContent li .CommentAuthor {
	color:#333333;
	font-weight:bold;
}

/*COMMENT ALT */
.CommentList li.alt {
	background:#999999;
}

.CommentList li.AdminComment {
	padding:10px 10px 10px 100px;
	background:#FFFF99;
}

/************************** SIDE BAR **************************/

#SideBar {
	width:280px;
	float:right;
}

#SideBar a {
	color:#000000;
	text-decoration:none;
}

#SideBar h4 {
	background:url(images/Categories.gif);
	color:#ffffff;
	padding:10px 0 10px 0;
}

#SideBar img {
	margin-left:30px;
	display:inline;
}

#SideBar ul, #SideBar ul li {
	list-style:none; 
	margin:0; 
	padding:0;
}

#SideBar ul {
	background:url(images/SideNavEnd.gif) no-repeat bottom;
	padding-bottom:11px;
	width:240px;
	margin-left:29px;
}

span.SideBarFooter {
	display:block; 
	width:180px;
	height:120px;
	background:url(images/sidebarFooter.gif) no-repeat;
	float:right;
	margin-right:11px;
}

span.SideBarFooter a {
	display:block; 
	width:180px;
	height:60px;
	background:none;
}

#SideBar ul li a {
	display:block; 
	padding:12px 5px 5px 40px;
	background:url(images/Link.gif) no-repeat;
	width:195px;
	height:23px;
	font-size:12px;
	color:#FFFFFF;
}

#SideBar ul li a:hover {
	background:url(images/Link.gif) -240px 0 no-repeat;
}

#searchform #s {
	background:#FFFFFF;
	border:none;
	margin-top:22px;
	height:21px;
	width:156px;
	margin-left:28px;
	padding:2px;
}

#searchform #searchsubmit {
	width:60px;
	height:30px;
	border:none;
	margin-left:115px;
}

#tagCloud {
	height:140px;
	width:auto;
	padding:60px 50px 0 50px;
	font-size:14px;
	color:#e07400
}

#tagCloud a {
	color:#e07400
}

#tagCloud a:hover {
	text-decoration:underline;
}

a#PoweredByWordPress {
	width:160px;
	height:150px;
	display:block;
	background:url(images/Wordpress.jpg) no-repeat;
	margin-top:50px;
	clear:both;
}


/************************** FOOTER **************************/

#Footer {
	background:url(images/Footer.jpg) repeat-x bottom center;
	width:100%;
	height:500px;
}

#YouTube {
	background:url(images/YouTube.gif) no-repeat;
	width:277px;
	height:177px;
	float:left;
	margin-left:100px;
	padding:96px 0 0 30px;
	display:inline;
}

#Twitter {
	background:url(images/Twitter.png) no-repeat;
	width:215px;
	height:168px;
	padding:50px 30px 0 30px;
	color:#003366;
	font-size:12px;
	float:right;
	margin-right:100px;
	margin-top:160px;
	display:inline;
}

* html #Twitter {
	background:url(images/Twitter.gif) no-repeat;
}


#Footer #Twitter a {
	color:#003366;
}

.twitter-timestamp {
	float:right;
	font-size:80%;
}

#Footer a {
	color:#FFFFFF;
}

#Tardis {
	width:46px;
	height:67px;
	display:block;
	position:absolute;
	left:-145px;
	top:337px;
	background:none;
}

#Tardis:hover {
	background:url(images/Tardis.gif) no-repeat;
}

#Tardis:active {
	background:none;
}

#Football {
	width:100px;
	height:67px;
	display:block;
	position:absolute;
	left:-35px;
	top:397px;
	background:none;
}

#Score {
	display:none;
}

/************************** OTHER **************************/

.AlignLeft {
	float:left;
}

.AlignRight {
	float:right;
}

 .Edit, .Edit a, .LoggedIn, .LoggedIn a {
	color:#000000 !important;
	background:#FFFFFF;
	padding:2px;
	font-size:12px !important;
}

.NoComments, .Moderation {
	background:#000000;
	color:#FFFFFF;
}

.ClearFix {
    zoom:1;
}

.ClearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.wp-pagenavi-Container {
	min-height:80px;
	height:auto !important;
	height:80px;
}

.wp-pagenavi {
	padding:10px 0 30px 0;
}
	.wp-pagenavi span.pages {
		padding:8px 0 0 0px;
		display:block;
		float:left;
		margin-right:16px;
		color:#fff;
		border:none;
		font-size:16px;
	}
	.wp-pagenavi span.current {
		display:block;
		float:left;
		height:25px;
		width:40px;
		text-align:center;
		padding-top:8px;
		margin-right:6px;
		font-size:16px;
		background:url(images/minicloud.gif) no-repeat;
		border:none;
	}
	#Content .wp-pagenavi a {
		display:block;
		float:left;
		height:25px;
		width:40px;
		text-align:center;
		padding-top:8px;
		margin-right:6px;
		font-size:16px;
		background:url(images/minicloud.gif) no-repeat;
		border:none;
		color:#d68f26;
		text-decoration:none;
	}
		#Content .wp-pagenavi a:hover {
			font-weight:bold;
		}
