/*
Theme Name: Whym Design
Theme URI: http://www.whymdesign.co.uk/
Version: 1.1
Author: Dan Price
Description: Whym Web Design blog theme


COPIED FROM MAIN STYLESHEET


*/


/* Removing defaults */

div {
	margin:  0;
	padding: 0;
}

* {
	padding: 0;
	margin:  0;
}

html {
	font-family: Lucida, Arial, sans-serif;
	font-size: 14px;
	height: 100.2%; /* Fixes bug where vertical scroll doesn't show if content not large enough */

}

.floatLeft {float: left;}

.floatRight {float: right;}

.alignLeft {text-align: left;}

.alignRight {text-align: right;}

a {color: #335566;}

a:hover {color: #000000;}

p {line-height: 17pt;
	padding-bottom: 25px;}

li {line-height: 16pt;}

img {border: 0;}

h2 {padding-bottom: 10px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #335566;}
	
h3 {padding-bottom: 7px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #335566;}	

body 
{
	min-height: 100%;
	position: relative;
}

#wrapper {background: url('http://www.whymdesign.co.uk/images/line-blue-gradientbg-grey.png') repeat-x;}

#container {padding-bottom: 70px;}

#container, #footercontainer
{
	margin: 0 auto;
	overflow: auto;
	padding-top: 0;
	width: 870px;
}

#header 
{
	height: 180px;
	padding: 0;
	margin: 0;
}

#header h1 {
	font-family:"Handwriting - Dakota";
	font-size: 35px;
	float: right;
	color: #F5F5F5;
	padding-top: 30px;
	padding-left: 50px;
}

#header #logo {
	float: left;
}

#secondarea 
{
	height: 200px;
	width: 840px;
}

#secondarea ul {
	float: left;
	height: 200px;
	list-style: none;
	width: 120px;
}

#secondarea li {
	font-size:  18px;
	display: block;
	padding-left: 20px;
	padding: 4px;
	line-height: 19pt;
	position: relative;
}


#secondarea a {
	color: #C1CDCD;
	text-decoration: none;
}

#secondarea a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#featured {float: right;}

#featured h2 {color: #F5F5F5;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-top: 10px;
}

#featured img {border: 2px solid #335566;}

#featured img:hover {border: 2px solid #ffffff;}

#thirdarea {
	width: 840px;
	overflow: auto;
	padding:  15px;
}

#maincontent {
	float:  left;
	width:  570px;
	padding-top: 38px;
}

#footer {position: absolute;
	bottom: 0;
	width: 100%;
	background: url('http://www.whymdesign.co.uk/images/bottom-gradient.png') repeat-x;
	color: #335566;}
	
#footer p {padding: 20px;}	


/* Sidebar */

#sidebar {float: right;
	width: 190px;
	padding-right: 50px;
	padding-top: 33px;}
	
#sidebar h3 {padding-top: 15px;
	font-size: 16pt;}	

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

#sidebar ul {padding-left: 30px;}

#sidebar ul li {list-style-type: disc;}


/* Image divs */

#whymLogo {width: 375px;
	height: 160px;
	float: right;
	margin-top: 20px;}

#logoBlock {width: 175px;
	height: 175px;
	float: left;}

#introBlock {width: 325px;
	height: 180px;
	float: left;
	margin-left: 80px;}


/* Posts */

.postmetadata {float: right;
	text-align: right;
	padding-right: 27px;}
	
.post {padding-top: 15px;
	padding-bottom: 60px;}	
	
.post p {padding-top: 7px;
	padding-bottom: 7px;}	

.post blockquote {padding: 5px;
	padding-left: 25px;}
	
.post ul {padding-left: 25px;}	
	
#comments {clear: both;
	padding-left: 5px;}	
	
		
/* Miscellaneous */

.nobullet {list-style-type: none;}	

li ul {padding-left: 30px;}

.more-link {display: block;
	margin-top: 10px;
	width: 180px;}

