/*  
Theme Name: Cardwell Creative Blog
Theme URI: http://www.cardwellcreative.com/blog/
Description: Cardwell Creative Blog WordPress Theme
Version: 1
Author: Cardwell Creative
*/


/* Meyer Resets v1.0 | 20080212
---------------------------------------------------------------------------- */	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	



/* Structure
---------------------------------------------------------------------------- */
#wrap {
	width: 820px;
	margin: 0 auto 20px auto;
}
.narrow {
	width: 412px;  /* with no margin or padding*/
	margin: 24px;  /* 460px width with margin */
	float: left;
}
.widecolumn {
	width: 450px; /* with no margin or padding*/
	margin: 25px 0 25px 185px;
}
#nav {
	width: 194px;
	margin: 16px 0 16px 16px;
	float: left;
}
#extlinks {
	width: 116px;
	margin: 16px 0 16px 20px;
	float: left;
}
#footer {
	clear: both;
	height: 55px;
}


/* Header
---------------------------------------------------------------------------- */
#header {
	width: 820px;
	height: 105px;
	margin: 0;
	padding: 0;
}
#header #logo {
	float: left;
	width: 705px;
	height: 105px;
	background: #fff url('images/bg-header-logo.jpg') no-repeat top left;
}
#header #blog {
	float: left;
	width: 115px;
	height: 105px;
	background: #fff url('images/bg-header-blog.jpg') no-repeat top left;
	margin: 0;
	padding: 0;
	line-height: 1;
}
#header #logo a#agency-link {
	display: block;
	width: 705px;
	height: 105px;
}
#header #blog a#blog-link {
	display: block;
	width: 115px;
	height: 105px;
}

/* Home
---------------------------------------------------------------------------- */
.callout-m {
	padding: 16px;
	background-color: #eee;
	margin: 0 0 30px 0;
}
.callout-m h2, .callout-m h3 {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-weight: normal;
	color: #660;
	margin: 0 0 5px 0;
}
.callout-m p {
	font-size: 9px;
	line-height: 1.6;
}



/* Sidebar
---------------------------------------------------------------------------- */
.sidebar-hdr {
	width: 194px;
	height: 22px;
	margin-bottom: 5px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}
#categories {background-image: url('images/bg-h2-topics.jpg');}
#pages {background-image: url('images/bg-h2-pages.jpg');}
#archives {background-image: url('images/bg-h2-archives.jpg');}
#meta {background-image: url('images/bg-h2-meta.jpg');}

#sidebar ul ul {
	margin: 0 0 20px 0;
	font-size: 11px;
}
#sidebar ul ul li {
	margin: 0 0 2px 0;
}
#sidebar ul ul.blogroll {
	margin: 0 0 20px 0;
}
#sidebar ul ul.blogroll li {
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar a { padding: 0 2px 0 10px; }
#sidebar ul ul.blogroll li a { 
	margin: 0; 
	padding: 0; 
	background-image: none; 
	border-style: none;
}

#sidebar a:link { color: #393; text-decoration: none; background: url('images/sidebar-bullet.gif') 0 50% no-repeat;}
#sidebar a:visited { color: #399; text-decoration: none; background: url('images/sidebar-bullet2.gif') 0 50% no-repeat;}
#sidebar a:hover { color: #393; text-decoration: none; background: url('images/sidebar-bullet.gif') 0 50% no-repeat; border-bottom: 1px solid #363;}

#sidebar #meta-links a:link { color: #999; text-decoration: none; background: url('images/sidebar-meta-bullet.gif') 0 50% no-repeat;}
#sidebar #meta-links a:visited { color: #999; text-decoration: none; background: url('images/sidebar-meta-bullet.gif') 0 50% no-repeat;}
#sidebar #meta-links a:hover { color: #999; text-decoration: none; background: url('images/sidebar-meta-bullet.gif') 0 50% no-repeat; border-bottom: 1px solid #999;}

#sidebar li.cat-item {
	color: #666;
}

#sidebar #extlinks h2 {
	margin-bottom: 20px;
	color: #663;
	padding-bottom: 12px;
	background: url('images/bg-hr-styleone.gif') repeat-x bottom left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
}
#sidebar #extlinks li,
#sidebar #extlinks ul a {
	margin: 0; 
	padding: 0; 
	background-image: none; 
	border-style: none;
	list-style: none;
	font-size: 10px;
	color: #fff;
}
#sidebar #extlinks ul li {
	margin: 0 0 15px 0; 
	padding: 0; 
}

/* Footer
---------------------------------------------------------------------------- */
#footer {
	height: 55px;
	width: 820px;
	margin: 0;
	padding: 0;
	background: #fff url('images/bg-footer.jpg') repeat-x top left;
	text-align: center;
}
#footer p {
	padding-top: 18px;
	font-size: 9px;
	line-height: 1.3;
	color: #bca;
}

#footer a:link { color: #fff; text-decoration: none; }
#footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover { color: #bdb; text-decoration: underline; }



/* Type
---------------------------------------------------------------------------- */
body {
	font-size: 12px;
	line-height:1.4;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	background-color: #000;
	color: #333;
	}
	
a:link { color: #393; text-decoration: none; }
a:visited { color: #399; text-decoration: none; }
a:hover { color: #393; text-decoration: underline; }

em { font-style: italic; }
b, strong { font-weight: bold; }
.superscript { font-size: 60%; line-height:1; vertical-align:top;}



/* Post
---------------------------------------------------------------------------- */
.post {
	margin: 0 0 40px 0;
	text-align: justify;
	}
.post h2,
#content h2.pagetitle {
	margin: 12px 0 12px 0;
	font-size: 16px;
	line-height: 1.3;
	color: #683;
	text-align: left;
}
#content.narrow .post h2 {
	margin-bottom: 2px;
}
#content h2.pagetitle {
	margin-bottom: 30px;
}
.post h3 {
	margin: 12px 0 4px 0;
	font-size: 12px;
	line-height: 1.3;
	color: #683;
	text-align: left;
}
#content.widecolumn .post h2 { 
	font-size: 18px; 
}
.post small {
	font-size: 10px;
	color: #777;
}	
	
.narrow .entry {
	clear: both;
}
#content.narrow .entry {
	margin-top: 12px;
}
.entry p {
	margin: 0 0 12px 0;
}
.entry p.postphotolast {
	margin: 0 0 18px 0;
}

.narrow .postmetadata {
	padding-top:5px;
	text-align:center;
}
p.postmetadata {
	clear:left;
	border-color:#DDDDDD;
	border-style:solid none;
	border-width:3px;
	padding:6px;
	color: #999;
	font-size: 10px;
}
p.postmetadata.alt {
	margin-top: 24px;
	padding: 6px 8px;
	background-color: #eee;
	text-align: justify;
}

.post ul {
	margin: 12px 0 12px 14px;
	list-style: disc;
}
.post ol {
	margin: 12px 0 12px 18px;
	list-style: decimal;
}
.post li {
	margin: 0 0 6px 0;
}
.post .more-link {
	margin: 12px 0 12px 0;
}

#content.widecolumn .navigation {
	display: block;
	height: 15px;
	margin: 0 0 35px 0;
	text-align: center;
}


.ImgCaption,
.wp-caption-text {
	padding-bottom: 6px;
	border-bottom: 1px dotted #666;
	color: #999;
}
.post p.ImgCaption { margin-top: -6px; }
.wp-caption-text {padding-top: 6px; }

#commentform p {
	margin: 12px 0 12px 0;
}

p.home {
	text-align: center;
}

blockquote {
margin:22px;
padding:3px;
color:#666;
padding: 0 30px;
border-style: none none none solid;
border-width: 8px;
border-color: #ddd;
}


/* search
---------------------------------------------------------------------------- */
input#searchsubmit {
	margin-top: 8px;
}
input#s {
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 178px;
}


/* hr
---------------------------------------------------------------------------- */
.hr-styleone {
	height: 6px;
	margin: 14px 0;
	background: url('images/bg-hr-styleone.gif') repeat-x top left;
}

#nav .hr-styleone {
	margin: 14px 16px 14px 0;
}



/* General
---------------------------------------------------------------------------- */
.hide {
	position: absolute;
	display: block;
	top: -10000px;
	left: -10000px;
	font-size: 1px;
}

.clear { clear: both; }

.alignleft {float: left;}
.alignright {float: right;}

img.alignleft {
	margin: 0 12px 12px 0;
	position: relative;
	top: 5px;
}
img.alignright {
	margin: 0 0 12px 12px;
	position: relative;
	top: 5px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}