/*
Theme Name: Pete's Theme
ThemeURI: http://www.petemurraydesign.co.uk
Description: 
Version: 1.0
Author: Peter Murray
Author URI: http://www.petemurraydesign.co.uk
*/

/*
	petemurraydesign.co.uk Screen Styles

	Author: Peter Murray
	Authour URL: www.petemurraydesign.co.uk
	
	Table of Contents:
		layout (inc)
			general settings
			navigation
		typography
		forms
*/

/* layout
----------------------------------------------- */

/* general settings */

* {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

.break {
	clear: both;
	height: 4px;
	background: #FFF;
	width: 940px;
	margin-left: 10px;
}

.break-footer {
	clear: both;
	width: 940px;
	margin-left: 10px;
}

.clearer {
	clear: both;
}

/* end of general settings */

html {
	background: url(http://www.petemurraydesign.co.uk/images/bg-tile2.png) top left repeat #C3EBFD;
}


body#blog {
	background: url(http://www.petemurraydesign.co.uk/images/side-tile-right.png) top right repeat-y;
	height: 100%;
}

#site-wrapper {
	width: 100%;
	float: left;
	background: url(http://www.petemurraydesign.co.uk/images/side-tile.png) top left repeat-y;
	
}


body {
	background: url(images/bg-tile.png) top left repeat #C3EBFD;
}

#page-wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	width: 960px;
	float: left;
	height: 90px;
}

#logo {
	position: absolute;
	left: 10px;
	top: 52px;
}

#intro {
	width: 960px;
	float: left;
	min-height: 200px;
}

.module {
	width: 300px;
	padding: 10px;
	float: left;
}

.large-module {
	width: 620px;
	padding: 10px;
	float: left;
}

.module-footer {
	width: 300px;
	padding: 10px;
	padding-top: 5px;
	float: left;
}

#portfolio {
	width: 960px;
	float: left;
}

.port-module {
	width: 280px;
	padding: 10px;
	padding-bottom: 0;
	float: left;
	background: #FFF;
	margin-top: 57px;
	margin-left: 10px;
}

.port {
	float: left;
	padding: 10px;
}

#contact {
	width: 960px;
	float: left;
}

#footer {
	width: 960px;
	float: left;
	height: 100px;
}


/* navigation */

#navigation {
	width: 960px;
	float: left;
	margin-top: 60px;
}

ul#main-nav {
	font-family:Verdana, sans-serif;
	margin:0;
	padding:0;
	float:right;
	padding-right: 6px;
}

ul#main-nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	margin:0 5px 0 0;
}

ul#main-nav li a {
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	display:block;
	padding:3px 5px 3px 5px;
	color:#FFF;
	background:#000;
}

ul#main-nav li a:hover {
	color:#000;
	background:#FFF;
}

body#blog a#blognav {
	color: #000;
	background: #FFF;
}

.post {
	border-bottom: 4px solid #FFF;
	margin-bottom: 20px;
	margin-top: 8px;
}


/* typography
----------------------------------------------- */

h1 {
	font-family: Verdana, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
}

h2 {
	font-family: Verdana, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 5px;
}

h2.post-title {
	font-size: 14px;
}

p,a,li {
	font-family: Arial, sans-serif;
	color: #2a5668;
	font-size: 13px;
}


p.tiny, a.valid {
	font-size: 10px;
}

a {
	color: #21444F;
}

a.post-title {
	font-size: 14px;
	text-decoration: none;
}

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

li {
	list-style:none;
}

ul {
	margin-bottom: 20px;
}

.dark {
	color: #000;
}

/* forms
----------------------------------------------- */

input.feed { 
	cursor: pointer; 
	border: none; 
	background: #9FB3BC;
	color:#FFF; 
	width: 145px; 
	border: 1px solid #C3EBFD;
	padding: 5px;
}

input.feed:hover { 
	background: #FFFFFF;
	width: 145px;
	color: #000;
	border: 1px solid #9FB3BC;
}

