/*  
Theme Name: OutAbout
Theme URI: outandabout.co.uk
Description: Light 2 column theme
Version: 1.0
Author: Shaun Pimlott
Author URI: http://www.shaunpimlottdesign.co.uk

*/

	body {
	background: #fff url(images/bg-1.gif) repeat;
	}

	#wrap {
		width:760px;
		margin:0 auto;
		background:#fff;
		border: #478ffc 1px solid;
	}
	
	#main {
		float:left;
		width:470px;
		padding:0 10px 20px 20px;
		background:#fff;
	}
	#sidebar {
		float:right;
		width:210px;
		padding:0 20px 10px 20px;
		background:#fff;
		border-left: #CCC 1px dotted;
	}
	#footer {
		clear:both;
		padding:10px 20px;
		background:#fff;
		border-top: #CCC 1px dotted;
	}
	#footer p {
		margin:0;
		font-size: 0.6em;
    }
	* html #footer {
		height:1px;
	}


/* ----------- Header ----------- */ 
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#header h1 { 
	background: #fff url(images/header.jpg) no-repeat top center; 
	margin: 10px 0 0 0; 
	padding: 0;
	height:219px;
	}
#header h1 span {
	display:none
	}
	
#header h2.tagline {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	background-color:#478ffc;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 42px;
	text-align:center;
	letter-spacing: 2px;
	text-shadow: #333 1px 1px 0;
	padding: 0;
	margin: 5px 0 0 0;
}
	
/* ----------- Navigation ----------- */ 
#nav {
	margin: 0 0 5px 0;
	padding:0;
	background:#d1e3fe;
	line-height: 32px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0 0 0 20px;
}

#nav li a{
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 1em;
	padding: 8px;
}

#nav li a:link {
	color:#0066cc;
	text-decoration: none;
}

#nav li a:visited {
	color:#003366;
	text-decoration: none;
}

#nav li a:hover {
	color:#fff;
	text-decoration: none;
	background-color:#478ffc;
}

#nav li a:active {
	color:#003366;
	text-decoration: none;
}
	
/* ----------- sidebar styling ----------- */ 	
#sidebar ul {
	list-style-type: none;
	padding-left: 0;
} 

#sidebar li{
	list-style-type: none;	
	padding:0;
	margin:0;
}

#shopping-cart {
	margin: 0;
	padding:0;
	background-color:#d1e3fe;
	border-top: 1px dotted #333; 
	border-bottom: 1px dotted #333;
	background-color:#d1e3fe;
	border: 1px dotted #333;  
	font-family: "Lucida Grande", Helvetica, Arial;
}
 

/* ----------- Typography ----------- */  
			
h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 22px;	
}

h2.meat {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted #333; 	
}

h3 {
	font: 18px bold Arial, Helvetica, san-serif;
	color:#333333;
}

p {
	font: 0.9em Arial, Helvetica, san-serif;
	color:#333333; 
	line-height: 18px;
	text-align: justify;
}

p.price {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	color:#333333; 
	line-height: 1em;
	text-align: left;
}

p.side {
	padding: 0;
	font: 0.8em "Lucida Grande", Helvetica, Arial;
}

p.side-header {
	margin:0;
	padding: 4px;
	font: 0.8em "Lucida Grande", Helvetica, Arial;
	background-color:#fbedea;
	border-top: 1px dotted #333; 
	border-bottom: 1px dotted #333; 
}

/* ----------- Links ----------- */ 
a:link {
	color:#478ffc;	
	text-decoration: underline;
	padding: 2px;
}

a:visited {
	color:#478ffc;	
	text-decoration: none;
}

a:hover {
	color:#fff;
	text-decoration: none;
	background: #478ffc;
}

a:active {
	color:#478ffc;	
	text-decoration: none;
}

/* ----------- SPD ----------- */ 
.spd {
	color:#666;
}
