/* 
Theme Name: What Creative
Theme URI: http://
Description: What Creative's custom theme for whatcreative.co.uk.
Version: 1.0
Author: Chris Skelton


This theme was designed and built by What Creative.

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */

#author{
	width:595px;
	float:left;
	background-color:#fefefe;
	border:1px solid #ccc;
	padding:15px;
	margin-bottom:15px;
}

#author h3 {
	float:left;
	margin:0 0 10px 15px !important;
}

 #author p {
	 font-size:12px;
	 width:525px;
	 float:left;
	 margin:0 0 0 15px;
 }
 
#author img {
	border:1px solid #ccc;
	background-color:#fff;
	float:left;
}

.thread-alt {
	background-color: #fefefe;
}
.thread-even {
	background-color: #fefefe;
}
.depth-1 {
border: 1px solid #ddd;
}

#footer {
	background: #333;
	}

small {
	font-size:11px;
}

.entry p.date{
	font-size: 11px;
	color:#333;
	margin-bottom:15px;
	height:15px;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border:1px solid #ccc;
	}

	
#commentform textarea {
	font: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border:1px solid #ccc;
	width:625px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li em {
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	color:#F00;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #ccc;
	margin:0 0 5px 5px;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	color:#333;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	float:none;
	font-size:12px;
	}

#commentform p {
	
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	margin-top:10px;
	width:625px;
	}
	
body.search .narrowcolumn, body.archive .narrowcolumn {
	margin-top:30px;
	border-top:1px dotted #333;
	padding-top:30px;
}

body.archive .postmetadata {
	font-size:11px;
}

body.search .postmetadata {
	margin-top:15px;
	border-bottom:1px dotted #333;
	padding-bottom:15px;
	margin-bottom:30px;
}

.widecolumn {
	margin-top: 15px;
	float:left;
	width:625px;
	}

.post {
	width: 625px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	width: 625px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	width:625px;
	border-top:1px dotted #333;
	font-size:11px;
	float:left;
	padding-top:15px;
}

.clear {
	clear: both;
}
	
.entry {
	float:left;
	margin-top:15px;
	border-top:1px #333 dotted;
	padding-top:20px;
	width:625px;
}

.entry p {
	font-size:14px;
	line-height:170%;
	color:#555;
}

.entry ul li {
        list-style:inside;
        margin-bottom:15px;
}

p.tags { float:left; width:625px; }

/* End Structure */



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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	text-align:right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */

.entry ol {
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	}

#sidebar ul {
	margin-bottom:15px;
	}

#sidebar ul ul, #sidebar ul ol {
	list-style:disc inside;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {

	}

#sidebar #searchform #s {
	width: 208px;
	border:1px solid #333;
	height:15px;
	padding: 5px;
	margin:0 7px 0 0;
	}

#sidebar #searchsubmit {
	height:27px;
	width:60px;
	background-color:#333;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-shadow:#000 1px 1px 0;

	font-size:14px;
	text-align:center;
	line-height:27px;
	*line-height:normal;
	-webkit-transition: background-color 0.15s ease-in; /*safari and chrome */ -o-transition: background-color 0.15s ease-in; /* opera */

	}
	
#sidebar #searchsubmit:hover {
	background-color:#00b4ef;
	text-shadow:#008cc7 1px 1px 0;
	cursor:pointer;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
input#subscribe {
	border:0;
}
	
#commentform input {
	width: 250px;
	height:20px;
	padding: 5px;
	margin: 5px 350px 10px 0;
	float:left;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 615px;
	padding: 5px;
	margin-top:5px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	height:27px;
	text-align:center;
	width:80px;
	background-color:#333;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-shadow:#000 1px 1px 0;
	font-size:14px;
	margin-bottom:15px;
	line-height:27px;
	border:none;
	padding:0;
	*line-height:normal;
	-webkit-transition: background-color 0.15s ease-in; /*safari and chrome */ -o-transition: background-color 0.15s ease-in; /* opera */
	}
	
#commentform #submit:hover {
	background-color:#00b4ef;
	text-shadow:#008cc7 1px 1px 0;
	cursor:pointer;
}

/* End Form Elements */



/* Begin Comments*/

.narrowcolumn #respond {
	width:625px;
	float:left;
}

#respond h3 {
	padding-top:15px;
}

.reply {
	font-size:12px;
	font-weight:normal;

}

#comments {
	float:left;
	border-top:1px dotted #333;
	padding:30px 0 0 0;
	width:625px;
}

.commentlist {
	padding: 0;
	float:left;
	width:625px;
	}

.commentlist li {
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p.small {
	margin-top:-15px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	font-size:11px;
	}
	
.comment-author {
	font-weight:normal;
	color:#333;
}

/* End Comments */



/* Begin Sidebar */
#sidebar{
	width: 290px;
	float:right;
	font-size:12px;
	margin-top:-13px;
	}
	
	
#sidebar img {
	margin-bottom:30px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin 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; }
/* End Calendar */



/* Begin 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.navigation {
	display: block;
	float:left;
	font-size:12px;
	width:625px;
	margin-top:15px;
	}
	
.nextprev { width:305px; }
/* End Various Tags & Classes*/



/* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

pre {margin-bottom:15px; font-size:12px; color:#000;}

