/*  
Theme Name: Saving Money Genie
Theme URI: http://www.lunamedia.co.uk
Description: Custom theme for moneysavinggenie.co.uk
Version: 1.0
Author: Lunamedia
Author URI: http://www.lunamedia.co.uk

*/

/* Layout */

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

/* Global */

html{
	background: #57bad3 url(images/tile.png) repeat-x top left;
}

body{
}

#container{
	font-size: 1.4em;
}

#inner-wrap{
	float: left;
	background: #fff;
}

/* Links */

a:link, a:visited{
	color: #c94a0f;
}

a:hover, a:focus, a:active{
	color: #3274a3;
}

a img {
	border: none;
}

li.current_page_item a{
	color: #0cf;
}

/* Header */

#header{position: relative;
	height: 169px;
	background: url(images/header.png) no-repeat top center;
}

#header p#site-name{
	margin-left: 55px;
	padding-top: 20px;
}

#header p#site-name a{
	text-decoration: none;
	color: #333;
}

#header p#description{
	margin-top: -20px;
	margin-left: 140px;
	color: #333;
}

#header-ad{
position: absolute;
top: 5px;
right: 0;
	/* float: right;
	margin: 5px 0 0 0; */
}

p#intro{
padding-bottom: 30px;
background: url(images/divider.jpg) no-repeat bottom center;
}

/* Content */

#body-ad{
	float: left;
	margin-right: 10px;
}

#content{
	line-height: 1.4em;
	margin-top: 20px;
	background: #fff;
}

#content h2.post-title{
	margin-bottom: 5px;
}

#content h2.post-title a{
	text-decoration: none;
}

#content h2.post-title a:hover{
	text-decoration: underline;
}

/* Sidebar */

#sidebar{
	margin-top: 25px;
}

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

#sidebar li.widget{
	margin-bottom: 20px;
}

#sidebar li a{
	font-size: 0.9em;
	color: #555;
	text-decoration: none;
}

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

#sidebar ul li ul li, div#featured ul li{
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ddd;
}


/* Page Navigation */

#page-nav{	
	position: relative;
	top: -3px;
	left: 100px;
}

#page-nav ul{
	margin: 6px 0 7px;
	font-size: 12px;
}

#page-nav ul li, #footer ul li{
	display: inline;
	margin: 0 5px;
}

#page-nav ul li a{
	text-decoration: none;
	color: #f6cd0e;
}

#page-nav ul li a:hover, #footer ul li a:hover{
	text-decoration: underline;
}

#page-nav ul li.current_page_item a{
	color: #0cf;
}


/* Footer */

#footer{
	margin-top: 20px;
	padding: 20px 0;
	font-size: 0.9em;
	border-top: 1px solid #999;
}

#footer a{
	color: #555;
}

/* Posts */

.post{
	padding: 15px 5px;
	border-bottom: 1px dotted #aaa;
}

.post-wrap{
	background: #fff;
}

.post-wrap.alt{
	background: #eaf3f5;
}

.postmetadata{
	font-size: 0.85em;
	color: #777;
}

.entry ul, .entry ol{
	margin-left: 20px;
}

div#more-info{
	margin-bottom: 20px;
}

a#more-details{
	width: 382px;
	margin: 0 auto;
}

a#more-details-new{
width: 382px;
	margin: 0 auto;
color: #fff;
font-size: normal 17px Georgia, serif;
padding: 12px 0 14px 0;
background: url(images/new-button.gif) no-repeat top center;
display: block;
text-align: center;
text-decoration: none;
}

a#more-details-new:hover{
text-decoration: underline;
}

.shift{
	margin-left: 5px;
}

.updated{
	position:relative;
	left: 30px;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 5px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Form Elements */

#searchform {
	text-align: left;
	}

#sidebar #searchform #s {
	width: 140px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}




/* Begin Comments*/

textarea#comment{
	width: 400px;
}

.comment-info{
	font-size: 0.85em;
}

/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }



/* Kubrick Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}









