/*  
Theme Name: The Dude - CSS Gallery
Theme URI: http://www.cssgallery.the-dude.co.uk
Description: The Dude's CSS Gallery
Version: 1.0
Author: The Dude
Author URI: http://www.cssgallery.the-dude.co.uk

*/

* {
	margin:0;
	padding:0;
}

body {
	background: url(/wp-content/themes/thedude-cssgallery/images/bg.jpg) repeat-x #112233;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#d1e3f5;
	font-size:11px;
}

img {
	border:0;
}

p, a, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#d1e3f5;
	font-size:11px;
}	

a {
	text-decoration:none;
}

a:hover {
	color:#a78c65;
}

h1 {
	font-family:"Courier New", Courier, monospace, arial;
	color:#d1e3f5;
	font-size:28px;
	font-weight:normal;
}

h2, h2 a {
	font-size:12px;
	padding-bottom:5px;
	font-weight:normal;
}

ul {
	list-style:none;
}

li {
	line-height:18px;
	}

#container {
	padding-top:15px;
	width:960px;
	margin:auto;
}


/* HEADER */
#logo {
	float:left;
}

#tag {
	margin:40px 0 0 60px;
	float:left;
}

#rss-logo {
	margin:30px 20px 0 0;
	float:right;
}

/* TOP MENU */

.cat-title {
	padding-bottom:10px;
}

#top-menu {
	clear:left;
	padding-top:30px;
	width:100%;
	height:89px;
}

#top-menu ul {
	list-style:none;
	float:left;
}

#top-menu ul li {
	float:left;
	margin-right:4px;
}

#category-menu {
	width:360px;
	float:left;
	line-height:14px;
}

#colour-menu {
	float:left;
	margin-left:40px;
}

#style-menu {
	float:right;
	width:230px;
}

#style-menu ul li {
	margin-right:6px;
}


/* CONTENT */

#content-container {
	width:100%;
}

#content {
	width:720px;
	float:left;
	padding:10px 0;
}

.item, .item2 {
	width:150px;
	margin:0 10px 10px 0 ;
	background:#223343;
	padding:5px 10px;
	float:left;
}

.item2 {
	background:#314355;
}

.gallery-image {
	width:150px;
	border:1px solid #223344;
	margin-bottom:5px;
}

.item2 .gallery-image {
	border:solid 1px #52687d;
} 

/* SIDEBAR */

#author h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 10px 0 10px;
	line-height:18px;
}

#author a {
	color:#a78c65;
}

#google {
	margin:5px 10px;
}

.clear {
	clear:both;
}

#sidebar {
	background:#223343;
	border-bottom:1px solid #000;
	width:240px;
	float:right;
	min-height:200px;
	margin-bottom:20px;
}

.adbox {
margin:10px 0 0 10px;
	width:220px;
	font-size:18px;
	color:#223344;
	text-align:center;
}

.adbox2, .adbox2 a {
	width:220px;
	height:55px;
	margin:0 10px 10px 10px;
	background:#314355;
	font-size:18px;
	color:#a78c65;
	text-align:center;
	padding-top:25px;
}


#tag-cloud {
	margin:10px 0 10px 10px;
	width:220px;
}

/* FOOTER */

#footer-wrapper {
	clear:both;
	width:100%;
	background:url(/wp-content/themes/thedude-cssgallery/images/footer_bg.jpg);
	height:100%;
	min-height:200px;
	border-top:5px solid #282828;
}

#footer {
	padding-top:15px;
	width:960px;
	margin:auto;
}

#submit {
	float:left;
	width:180px;
	margin-right:60px;
}

#submit a {
	color:#a78c65;
}

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

#goodness, #archives, #partners {
	float:left;
	width:120px;
	margin-right:70px;
}

#meta {
	float:left;
	width:120px;
}

#footer-text, #footer-text a {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797979;
}

#footer-text {
	clear:both;
	padding-top:40px;
}