/* @override http://megmegmeg.co.uk/css/style.css */

/* @override http://megmegmeg.co.uk/css/style.css */

/* @override http://megmegmeg.co.uk/css/style.css */

/* @group Core */

* {
	margin:0;
	padding:0;
}

body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

img {
	border: 0;
}

#content-area .previous-next {
  float: right;
}

#content-area .previous-next a {
  color: #555;
}

#content-area .previous-next a:hover {
  text-decoration: underline;
}

h1 {
	font-size: 2.5em;
	color: #333;
	padding-bottom:11px
}

h2 {
	color: #000;
	font-size: 1.7em; /* about 20px */
	font-weight:bold;
	line-height: normal;
	padding: 0px 0 20px 0;
	text-transform: uppercase;
}

h3 {
	font-size: 1.4em;
	line-height: normal;
	padding: 5px 0 10px 0;
	text-transform:uppercase;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:500px;
	height:200px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{}

#slider-control {
  margin-top: 38px;
  height: 40px;
}
#slider-control div {
	background: #fff;
	border: 2px solid #000;
	width: 12px;
	height: 35px;
	float: left; 
	margin-right: 5px;
}
#slider-control div.on {
  background: #000;
  height: 100%;
}

h4, h5, h6 {
}

p {
	color: #454545;
}

/* @group Main Menu */

#main-menu {
	width: 170px;
}

#main-menu a {
	color: #000;
	text-decoration: none;
}

#main-menu a:hover {
}

#main-menu li {
	list-style-type: none;
}

.toggle {
	padding-bottom: 3px;
}

#main-menu .final {
	margin: 2px 0 2px 0;
}

#main-menu .on .menu-block {
	display: block;
}

#main-menu .on .menu-title, #main-menu .hover .menu-title {
	display: block;
}

#main-menu .on .menu-title {
	display: block;
}

#show-more-posts, #show-more-projects {
	padding-top: 4px;
}

#show-more-posts, #show-more-projects span {
	font-weight: bold;
}

#show-more-posts, #show-more-projectsy span:hover {
	cursor: pointer;
}

#allposts, #allprojects {
	display: none;
}

#fewposts, #fewprojects {
	display: block;
}

/* Project Menu */

#project-button {
	background: url('../images/menu-proj.png') no-repeat;
	height: 176px;
	margin-top: -10px;
	width: 170px;
}

.proj-thumb {
	text-decoration: none;
	list-style: none;
}

#content li.proj-thumb img {
	width: 165px;
	height: 170px;
	padding-right: 10px;
	float: left;
}

#main-menu .on #project-button {
}

#project-button .menu-title {
	float: left;
	height: 20px;
	margin-top: 145px;
	margin-left: 50px;
	width: 76px;
}

/* Blog Menu */

#blog-menu li a:hover {
}

#blog-button {
	background: url('../images/menu-blog.png') no-repeat;
	height: 172px;
	width: 170px;
}

#feedback {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  margin: 1px;
  padding: 5px 10px;
  width: 265px;
}

#main-menu .on #blog-button {
}

#blog-button .menu-title {
	float: left;
	height: 20px;
	margin-top: 68px;
	margin-left: 64px;
	width: 43px;
}

#blog-menu .final {
}

/* Shop Menu */

#shop-button {
	background: url('../images/menu-shop.png') no-repeat;
	border-bottom: 4px solid #000;
	height: 170px;
	width: 170px;
}

#main-menu .on #shop-button {
	border-bottom: none;
}

#shop-button .menu-title {
	float: left;
	height: 20px;
	margin-top: 24px;
	margin-left: 65px;
	width: 43px;
}

#shop-dropdown {
	border-bottom: 4px solid #000;
}

.etsy {
	margin-bottom: 5px;
}

.etsy td {
	padding-right: 5px;
	padding-bottom: 5px;
}

.etsy img {
	width: 80px;
}

#main-menu .menu-title {
	color: #fff;
	display: relative;
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}

#main-menu .menu-block, #main-menu .menu-title {
	display: none;
}

.menu-block {
	padding: 8px 0 13px 0;
}

/* @end */

#content-column a {
	color: #aaa;
	text-decoration: none;
	font-weight: normal;
}

#info-bar {
	padding: 5px 8px 9px 8px;
	top: 0;
	background: #000;
	height: 15px;
	width: 684px;
}

#content-column #show-about {
	color: #fff;
}

#content-column #show-about {
	
}

#info-bar span {
	color: #fff;
	float: right;
	margin-left: 15px;
}

#project-description p {
	margin-bottom: 10px;
}

#content-column a:hover {
}

.clearfix {
	clear: both;
}

/* @end */

/* @group Forms */

#contact-form {
	float: left;
	width: 285px;
	display: relative;
	margin-left: 20px;
	margin-top: 37px;
}

#contact-form span {
	font-size: 0.7em;
	color: #fff;
}

#contact-form input {
	font-size: 11px;	
	border: none;
	color: #555;
	height: 30px;
	width: 175px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0 8px;
}

#contact-form textarea {
	border: none;
    font-size: 11px;
    color: #555;
	height: 115px;
	padding: 8px;
	resize: none;
	width: 269px;
}

td.label {
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
	width: 105px;
}

#contact-form #send-email {
	background: #000;
	color: #fff;
	width: 92px;
}

/* @end */

#global-container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	min-height: 1px;
}

#content-column {
    float: right;
    margin-bottom: 100px;
}

#about {
	border-bottom: 1px solid #fff;
	padding: 0px 15px 20px 15px;
	position: relative;
	background: #191919;
	width: 670px;
	display: none;
	height: 315px;
}

#about #bio {
	width: 360px;
	float: left;
	display: relative;
}

#about h2 {
	color: #fff;
	font-size: 1.2em;
	padding: 10px 0 15px 0;
	text-transform: capitalize;
}

#about p {
	color: #eee;
	font-size: 1.0em;
}

#content-area .page-nav {
	color: #000;
	margin: 10px 0 30px 0;
}

#older-posts {
	float: right;
}

#newer-posts {
	float: left;
}

#info-bar {
	color: #fff;
}

#show-about {
	color: #fff;
}

#show-about:hover {
	cursor: pointer;
}

#content-area {
	float: left;
	padding-top: 36px;
	width: 700px;
}

#house {
	width: 170px;
}

#column-left {
	float: left;
	padding-right: 80px;
	padding-top: 25px;
	width: 170px;
	text-align: center;
}

/* @end */

/* @group Project */

#information {
	padding: 15px 0 0 0;
	width: 700px;
	background: #fff;
	margin-bottom: 10px;
	top: 0;
}

#information h2 {
	border:0 none;
	color: #000;
	font-family: Lucida Grande, helvetica, arial;
	font-size: 18px;
	font-weight:bold;
	line-height:normal;
	margin:1px 0 10px;
	text-align:left;
	text-transform:uppercase;
}

#info {
	margin-bottom: 20px;
}

#key {
	height: 30px;
	width: 80px;
	margin-left: 2px;
}

#project-description {
	margin-bottom: 20px;
}

#project-thumbs {
	margin-top: 25px;
}

#project-thumbs .thumb {
	height: 30px;
	border: 1px solid #ddd;
}

#content-column img {
	width: 700px;
	margin: 0 0 10 0;
}



.etsy a img {
	border: none;
}

#main-image {
	float:left;
	height:530px;
	margin: auto 0;
	padding: 0 0 25;
	position:relative;
}

#proj_desc {
	padding: 10px 0;
}

#home-wrapper {
	margin: 5px 0 0 0;
	width: 1200px;
}

/* @end */

/* @group blog */

.blog-entry {
	margin-bottom: 25px;
}

.entry-title {
}

.entry-date {
	clear: both;
	display:inline-block;
	font-size: x-small;
	font-weight: bold;
	padding: 0 0 20px 0;
	text-align:left;
	text-transform:uppercase;
	background:url("/rsrc.php/zBMWL/hash/1wh1cvbg.png") no-repeat scroll 0 -16px transparent;

}

.entry-content {
}

/* @end */
