/*
Theme Name: Gadget Nerd
Theme URI: http://gadget-nerd.co.uk
Description: The default theme for Gadget Nerd
Author: Gareth Vaughan Jones
Author URI: http://gvj.me
Version: 1.0
Tags: black, green, lime, grey, two-columns, fixed-width
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********** Start Main Style Sheet **********/

body {
	background: url(images/bg.png) repeat;
	font-family: 'Metrophobic', arial, serif;
}

em, i {
	font-style: italic;
}

strong {
	font-weight: 700;
}

blockquote, q {
	clear: both;
	background: #f1f1f1;
	border-left: 15px solid #ddd;
    margin: 10px 0 10px 20px;
    padding: 10px;
}

a {
	color: #b40000;
	text-decoration: none;
}

h2 {
	font-size: 26px;
    line-height: 20px;
}

h3 {
	font-size: 20px;
	line-height: 20px;
}

a:hover {
	text-decoration: underline;
}

#main {
	margin: 0 auto;
	width: 970px;
}

.clearboth {clear:both;height:1px;}
.spacer {
	background: url("images/divider.png") repeat-x left bottom;
    height: 30px;
    margin: 10px;
}

header {}

#TopNav {
	float: right;
}

#TopNav ul {
	margin: 10px 0 0;
}

#TopNav li {
	display: inline;
	margin-left: 10px;
}

#TopNav li a {
	color: #fff;
	text-decoration: none;
}

#TopNav li a:hover {
	text-decoration: underline;
}

#SiteLogo {
	float: left;
}

#SiteLogo h1 {
	color: #fff;
    font-size: 50px;
    margin: 15px 0 0;
}

#TopBanner {
	float: left;
	margin: 18px 0 0;
	width: 728px;
}

#promotion-block {
	float: right;
	margin: 18px 0 0;
	width: 230px;
}

#HeaderNavBar {

}

#HeaderNavBar p {
	color: #fff;
    float: left;
    font-size: 30px;
    line-height: 90px;
}

#HeaderNavBar ul {
	float: right;
	margin: 18px 0;
}

#HeaderNavBar li {
	display: inline;
    list-style-type: none;
}

#content {
	background: #fff;
    border: 5px solid #cacaca;
    float: left;
    padding: 10px 0;
    width: 480px;
}

.post {
	padding: 0 10px;
}

.post-header {
}

.post-header a {
	color: #000;
	text-decoration: none;
}

.post-header a:hover {
	text-decoration: underline;
}

.post-date {
	background: #555;
    color: #fff;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px;
    text-align: center;
    width: 40px
}

.day {
	font-size: 30px;
}

.month {
	font-size: 12px;
	margin-top: 10px;
	text-transform: uppercase;
}

#readLater {
	height: 20px;
    padding: 10px 0;
}

.post-title {
	float: left;
	font-size: 28px;
	line-height: 30px;
	width: 400px;
}

.post-content {
	background: url("images/divider.png") repeat-x left top;
	margin: 10px 0;
}

.post-content p {
	line-height: 25px;
    padding: 10px 0 0;
}

.post-content img {
	height: auto !important;
    max-width: 440px;
	width: expression(this.width > 440 ? 440: true);
}

.wp-caption {
	background: #eee;
    height: auto !important;
    max-width: 440px;
    padding: 10px;
}

.wp-caption-text {
	color: #bbb;
	font-style: italic;
    text-align: center;
}

.post-meta {
	background: #cacaca;
	font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    padding: 10px;
}

.post-divider {
	background: url(images/post-divider.png) no-repeat center;
	height: 18px;
}

.pages-nav {
	padding: 0 10px;
}

.previous a, .next a{
	background: #bbcc17;
    color: #fff;
    display: block;
    margin: 10px 0 0;
    padding: 5px 10px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    width: 130px;
}

.previous a:hover, .next a:hover {
	text-decoration: underline;
}

.previous {
	float: left;
}

.next {
	float: right;
}

/*********** Comments ******************/

.comments-box {
	padding: 10px;
}

.comments-header {
	background: url("images/divider.png") repeat-x left top;
	font-size: 30px;
    padding: 20px 0 0;
}

#comments, #trackbacks {
	padding: 10px 0;
}

#comments li {
	margin: 0 0 10px;
}

.odd {
	background: #f1f1f1;
    padding: 10px;
}

.even {
	background: #e2e2e2;
    padding: 10px;
}

.highlight {
	background: #f1f5d1;
	padding: 10px;
}

.comment-meta {
	font-size: 20px;
    margin-bottom: 5px;
}

#commentform {
	margin: 5px 0 0;
}

.comments-box p {
	font-size: 14px;
    margin: 10px 0;
}

#comment {
	padding: 10px;
}

#sidebar {
	float: right;
	width: 468px;
}

#sidebar ul {
	padding: 10px;
}

#sidebar ul li {
	line-height: 25px;
}

#mediabox {

}

.searchbox {

}
.searchbox {
	background: #fff;
    border: 5px solid #cacaca;
    margin: 0 0 18px;
    padding: 5px 10px;
}

.searchbox #s {
	/* background: #eaeaea; */
    border:none;
    font-size: 22px;
    height: 25px;
    padding: 10px;
    text-shadow: 1px 1px 0 #fff;
    width: 360px;
}

.searchbox .button {
	background: url(images/search-icon.png) no-repeat;
    border: none;
    float: right;
    height: 45px;
    text-indent: -9999px;
    width: 45px;
}

#LargeAdBlock {
	background: #fff;
	border: 5px solid #cacaca;
	margin-bottom: 20px;
}

#LargeAdBlock ul {
	margin: 10px 0 18px 9px;
	padding: 0;
}

#LargeAdBlock li {
	display: inline;
    list-style-type: none;
}

#LargeAdBlock li img {
	padding: 18px 0 0 15px;
}

#AdBanners {
	display: block;
	width: 468px;
}

#AdBanners ul {
	padding: 0;
}

#AdBanners li {
	margin: 18px 0 0;
}

#LeftSidebar {
	width: 200px;
	border: 5px solid #cacaca;
	background: #fff;
	float: left;
	margin-top: 18px;
	padding: 10px;
}

#RightSidebar {
	width: 200px;
	border: 5px solid #cacaca;
	background: #fff;
	float: right;
	margin-top: 18px;
	padding: 10px;
}

footer {
	background: url("images/footer-bg.png") repeat-x center top;
    height: 60px;
    margin-top: 50px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 0 #000;
}

.copyright {
    float: left;
    margin: 20px 0 0;
}

.theme {
	float: right;
	margin: 20px 0 0;
}

footer a {
	text-decoration: none;
	color:#bbff00;
}

footer a:hover {

}

/*********** WP-PageNavi ***************/

.wp-pagenavi {
	clear: both;
    padding: 10px 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	background: #bbcc17;
	color: #fff;
    margin: 2px;
    padding: 3px 7px;
    text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	text-decoration: underline;
}

.wp-pagenavi span.current {
	color: #b40000;
	font-weight: bold;
}

/*********** WordPress Stuff ***********/

a.more-link {
	background: #bbcc17;
    color: #fff;
    display: block;
    margin: 10px 0 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    width: 130px;
}
a:hover.more-link {
	text-decoration: underline
}

.centered {
	display: block;
	margin: 10px auto 0;
}

.alignright {
	float: right;
	margin: 10px 0 0 15px;
}

.alignleft {
	float: left;
	margin: 10px 15px 0 0;
}

