/* -------------------------------------------------------------------------------
	Theme Name: Duckmania
	Theme URI: http://www.duckmania.co.uk/blog
	Description: Custom made for <a href="http://www.duckmania.co.uk/">Duckmania</a> by Delicious <a href="http://www.delicious-webdesign.com/">Webdesign</a>.
	Version: 1.0
Author: Delicious Webdesign
Author URI: http://www.delicious-webdesign.com/
	Tags: Black, Red, Right Sidebar, Fixed Width, 2 columns, Widget Ready, Valid XHtml, Valid CSS
   ------------------------------------------------------------------------------- */
html {min-height:101%;}
body {
	margin: 0;
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(http://www.duckmania.co.uk/blog/wp-content/themes/duckmania/images/background.jpg);
	background-color:#000;
	background-position:top center;
	background-repeat:repeat;
}

h1 {
	font-family:Tahoma, Geneva, sans-serif; font-size:36px;
	margin:0;
	padding:0;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#FFF;
}
h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#FFF;
}

.center {text-align:center;}

.link-colour a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#6CF;
	text-decoration:none;
}
.link-colour a:hover {
	text-decoration:underline;
}

p, ul, ol {margin-top: 0;}

ul, ol { }

blockquote { }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 20px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 20px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

.right {text-align:right;}

#wrapper {
}

#logo-box {
	width: 1000px;
	height:150px;
	margin:0 auto;
}
#logo {
	float:left;
}
#logo a {
	width:200px;
	height:120px;
	display:block;
	background-image:url(http://www.duckmania.co.uk/blog/wp-content/themes/duckmania/images/duckmania.png);
}
#logo a:hover {
	background-position:0 120px;
}

#title h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:36px;
	font-weight:normal;
	color:#FFF;
	margin:0;
}
#title h1 a {
	text-decoration: none;
	color: #FFF;
}
#title h1 a:hover {
	color: #E00;
}

#title {
	width:1000px;
	height:45px;
	float:left;
}
#description {
	width:760px;
	height:25px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#FFF;
	margin:0 0 0 50px;
}

#header-holder {
	width: 100%;
	height:35px;
	background-color: #000;
}
#header {
	width: 1000px;
	height:35px;
	margin:0 auto;
}

#navigation-menu-box {
	width:1000px;
	height:100px;
	margin:0 auto;
}
#menu{
	width:6FFpx;
	height:42px;
	float:left;
	overflow:hidden;
}
#menu ul{
	list-style-type: none;
	overflow:hidden;
	margin:0;
	padding:0;
}
#menu ul li {
	display: inline;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#menu ul li a{
	float:left;
	display:block;
	overflow:hidden;
	text-align:center;
	padding:12px 17px 12px 17px;
	color:#FFF;
	background:transparent;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#6FF;
}
#menu ul li.current_page_item a {}

#menu .first {
}

#search {
	width: 210px;
	height:30px;
	float:right;
	margin:5px 45px 0 0;
}
#search form {
	margin: 0;
	background-image:url(images/search.png);
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	font-family:Tahoma, Geneva, sans-serif;
	border: none;
	width:165px;
	height:24px;
	margin:12px 0 0 45px;
}

#search-text {
	background:transparent;
}

#search-submit {
	height: 40px;
}

#page {
	width: 1000px;
	margin: 20px auto 0 auto;
}

.info {
	position:relative;
	line-height: 12px;
	font-size: 10px;
	width:535px;
	margin: 20px 0 0 0;
	padding:5px 0;
	color:#FFF;
}

.category {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/category.gif') no-repeat top left;
	color:#FFF;
}

.tags {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	color:#FFF;
	background: url('images/tags.gif') no-repeat top left;
}

.bubble {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	color:#FFF;
	background: url('images/bubble.gif') no-repeat top left;
}

#content-blog {
	float: left;
	margin:0 0 0 0;
	width: 650px;
}
#content-blog h2 {
	margin:0 0 25px 0;
}

.post {
	margin-bottom: 20px;
	background:url(images/post-background.gif) no-repeat left top;
}
.post p {
	color:#FFF;
}
.post a {
	color:#6FF;
	text-decoration:none;
}
.post a:hover {
	color:#E00;
}
.post .title {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	height: 30px;
	padding: 0 0 10px 0;
	color:#6FF;
}
.post .title a {
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-size: 24px;
	font-weight:normal;
	color:#6FF;
}
.post .title a:hover {
	color:#E00;
}
.post .date {
}

.post .meta {
	height: 32px;
	margin-left: 2px;
	margin-top: -20px;
	padding: 0px 30px 2px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #FFF;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a {
	color: #6FF;
	text-decoration:none;
}
.post .meta a:hover {
	color:#E00;
}
.post .entry {
	padding: 0 30px 10px 0;
}
.entry p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#FFF;
}
.entry a {
	color:#6FF;
}
.entry a:hover {
	text-decoration:underline;
}

.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px;
	padding: 3px 0px 0px 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.post .links a{
	color: #6FF;
	text-decoration:none;
}
.post .links a:hover {
	color:#E00;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px;
	padding: 3px 0px 10px 40px;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.post .comments a{
	color: #6FF;
	text-decoration:none;
}
.post .comments a:hover {
	text-decoration:underline;
}

#sidebar {
	float: right;
	width: 276px;
	margin: 0 10px 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#sidebar-bgtop {
}

#sidebar-bgbtm {
	padding: 80px 10px 30px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	padding: 0 0 3px 0px;
	color:#FFF;
	text-align:center
}
#sidebar li ul {
	padding: 0;
}
#sidebar li li {
	margin: 0;
}
#sidebar li li a {
	font-weight: normal;
	font-size:16px;
	color: #FFF;
}
#sidebar li li a:hover {
	color: #6FF;
}
#sidebar p {
	margin: 0;
	padding: 0px 30px;
}
#sidebar h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #55CC99;
	line-height:20px;
	margin:5px 0 5px 0;
	text-align:center;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
}

#commentform {
}
#comment {
	width: 450px;
	padding-left: 30px;
}
#comments {
	font-size: 18px;
	font-weight:normal;
	padding-left: 40px;
}
#comments p {
	color:#FFF;
}
#comments a {
	color:#6FF;
}
#comments a:hover {
	text-decoration:underline;
}
#comments li {
	color:#FFF;
}

.alignleft {
	float: left;
	padding:0 10px 0 0;
}
.alignright {
	float: right;
	padding:0 0 0 10px;
}
.aligncenter {
}

#respond {
	font-size: 14px;
}

#respond p {
	color:#6FF;
}
#respond a {
	color:#E00;
}
#respond a:hover {
	text-decoration:underline;
}
.navigation {
	padding-top: 20px;
}

.pagetitle {
	font-size: 18px;
	color: #FFF;
}

hr {
	display: none;
}

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

#footer-holder {
	width: 100%;
	height:30px;
    padding-top:400px;
}
#footer {
	width: 1000px;
	height:50px;
	margin:0 auto;
}
#footer-text {
	width: 1000px;
	height:50px;
	float:left;
	margin:0;
	position: bottom;
}
#footer-text p {
	font-size:14px;
	color: #FFF;
	margin:0;
	padding:12px 0 0 0;
}
#footer-text a {
	color: #6FF;
	text-decoration:none;
}
#footer-text a:hover {
	color: #E00;
}
