/*
Theme Name: Dancing Hands and Creative Souls Theme
Theme URI: http://dancinghandstaps.com/
Description: Loosely based on Glass Onion, based on something else, based on Kubrick, probably.
Version: 0.1
Author: tommy
Author URI: http://iamnotagoodartist.com/
*/

/* --- reset --- */

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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;list-style-image:none;list-style-type:none;}
body{line-height:1;color:#000;background:#FFF;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
:focus{outline: 0;}

/* --- layout --- */

body {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	background-color: #ada1a2;
	font-size: 14px;
}
#wrapper {
	background: url("/wp-content/themes/dancinghandstaps/images/middle.jpg") top center repeat-y;
	width: 990px;
	margin: 0 auto;
}
#header {
	background: url("/wp-content/themes/dancinghandstaps/images/header.jpg") top center no-repeat;
	height: 200px;
	margin-top: 10px;
	position: relative;
}
#content {
	font-size: 14px;
	float: left;
	padding: 10px;
	margin-left: 15px;
	width: 664px;
	position: relative;
}
#sidebar {
	float: right;
	width: 256px;
	padding: 10px;
	margin-right: 15px;
}
#footer {
	width: 990px;
	background: url("/wp-content/themes/dancinghandstaps/images/footer.jpg") top left no-repeat;
	padding: 25px 0;
	color: #111111;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-size: 11px;
}

/* --- formatting --- */

a {
	color: #7d272e;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1,h2,h3,h4,h5,h6,strong { font-weight: bold; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 17px; }
h6 { font-size: 16px; }

strong { font-weight: bold; }
i, em { font-style: italic; }

.alt {
	background-color: #efefef;
	border-top: 1px solid #878787;
	border-bottom: 1px solid #878787;
	margin: 0;
	padding: 10px;
}
small {
	font-size: 11px;
	line-height: 13px;
}

code { font: 1.1em 'Courier New', Courier, Fixed; }

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

.post hr { display: block; }
.narrowcolumn .postmetadata { padding-top: 5px; }
.postmetadata { clear: both; }
.clear { clear: both; }
br.clear { display: inline; line-height: 0px; }
div.noborder { border: none; }
.extra10 { width: 110%; }
img.negativetop { margin-top: -25px;}
.absolute { position: absolute; }

.testimonial {
	float: right;
	width: 504px;
}

/* --- wordpress imperatives --- */

p img {
	padding: 0;
	max-width: 100%;
}

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

img.alignright, img.alignleft { display: inline; }
.alignright { float: right; margin: 0 0 10px 10px; }
.alignleft { float: left; margin: 0 10px 10px 0; }

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 0 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #878787;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center { text-align: center; }
.hidden { display: none; }
a img { border: none; }

.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 10px auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px 0 0 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img { margin-bottom: 4px; }

#content .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 1.2em;
	padding: 0 4px;
}

/* --- forms --- */

.wpcf7 input, .button {
	background-color: #dedede;
	border: 1px solid #878787;
	cursor: pointer;
	padding: 2px 5px;
}

.wpcf7 span input, .textinput {
	background-color: #FFF;
	cursor: text;
	padding: 5px;
	height: 13px;
}


/* --- header --- */

#header a.sitetitle {
	display: block;
	position: absolute;
	top: 100px;
	left: 30px;
	width: 845px;
	height: 62px;
	text-indent: -1000px;
	overflow: hidden;
}

#header ul {
	position: absolute;
	bottom: 10px;
	left: 30px;
	font-size: 18px;
}

#header ul li {
	display: inline-block;
	margin-right: 35px;
	float: left;
}

#header ul a {
	color: white;
	text-decoration: none;
}

#header ul a:hover { color: #ECB5BA; }
#header ul a.current { color: #E7616C; }

/* --- content --- */

.pagetitle {
	border-bottom: 1px solid #878787;
	padding: 0 0 10px 0;
}

.post {
	border-bottom: 1px solid #878787;
	margin: 0 0 10px 0;
}

.posttitle a { color: black; }
.posttitle a:hover { text-decoration: none; }

#content p, #content h1, #content h2, #content h3, #content h4,
#content h5, #content h6, #content ul, #content ol {
	margin: 0 0 10px 0;
}

#content p, #content li {
	font-size: 12px;
	line-height: 18px;
}

#content ul, #content ol { margin: 0 0 0 20px; }
#content li { margin: 5px 0; }

#content .post p.postmeta {
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
	margin-top: -8px;
}

#content ul li {
	margin-left: 20px;
	list-style-type: disc;
}

#content ol li {
	margin-left: 20px;
	list-style-type: decimal;
}

blockquote.fancy {
	background: url("/wp-content/themes/dancinghandstaps/images/quotes.jpg") 5px 5px no-repeat;
	border: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 55px;
}

#content blockquote.fancy p {
	font-size: 20px;
	line-height: 1.2em;
}

/* --- sidebar --- */

#sidebar {
	font-size: 12px;
}

#sidebar ul li { margin-bottom: 15px; }
#sidebar ul ul { margin: 5px 0 15px 0; }
#sidebar ul ul li { margin: 0 0 3px 0px; }
#sidebar ul ul ul { margin: 0; }
.textwidget p { margin: 6px 0; }

#sidebar #searchform #s {
	width: 150px;
	padding: 5px;
	float: left;
	font-size: 11px;
	line-height: 25px;
}

#sidebar #searchform #searchsubmit {
	width: 60px;
	display: inline-block;
	margin-left: 10px;
	font-size: 10px;
}

#sidebar #searchform #searchsubmit:hover {background-color: #efefef;}

.side_links { width: 266px; }

.side_links a {
	display: block;
	border: 1px solid #878787;
	float: left;
	width: 254px;
	height: 254px;
	margin: 0 10px 10px 0;
	background: url("/wp-content/themes/dancinghandstaps/images/side_music.jpg");
	overflow: hidden;
	position: relative;
	color: white;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.side_links a:hover { text-decoration: none; }

.side_links a span {
	padding: 10px;
	background: url("/wp-content/themes/dancinghandstaps/images/black50.png");
	width: 235px;
	position: absolute;
	bottom: 0;
	fline-height: 1.2em;
}

a.side_music { background: url("/wp-content/themes/dancinghandstaps/images/side_music.jpg"); }
a.side_art { background: url("/wp-content/themes/dancinghandstaps/images/side_art.jpg"); }
a.side_poetry { background: url("/wp-content/themes/dancinghandstaps/images/side_poetry.jpg") bottom center; }
a.side_drama { background: url("/wp-content/themes/dancinghandstaps/images/side_drama.jpg"); }*/

/* --- calendar --- */

#wp-calendar {
	empty-cells: show;
	margin: 5px 0;
	width: 200px;
}
#wp-calendar caption {
	margin-top: 5px; 
	font-size: 16px;
}
#wp-calendar #next a { text-align: right; }
#wp-calendar #prev a { text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar td {
	padding: 2px 0;
	text-align: center;
}

/* --- comments --- */

#content ol.commentlist { margin: 0; }

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
#commentform textarea {
	height: 100px;
	width: 652px;
}
#commentform #submit {
	margin: 0 0 10px 0;
	width: 120px;
	float: right;
}
#content .commentlist li {
	list-style-type: none;
	margin: 15px 0;
	padding: 5px 10px 3px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

.commentlist cite { font-weight: bold; }

/* --- footer -- */

#footer a { text-decoration: none; }

/* --- front / hover thumbs --- */

.post_thumb {
	float: left;
	width: 152px;
	height: 152px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	border: 1px solid #878787;
	padding: 2.2px;
	background-color: #ada1a2;
}

div.hover_thumb {
	border: 1px solid #878787;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 10px 10px 0;
	color: white;
	position: relative;
	background: url("/wp-content/themes/dancinghandstaps/images/thumbnail.jpg");
}

div.hover_thumb div {
	padding: 10px;
	background: url("/wp-content/themes/dancinghandstaps/images/black50.png");
	width: 130px;
	position: absolute;
	bottom: 0;
	line-height: 1.2em;
}

#content div.hover_thumb * { margin: 0; }
#content div.hover_thumb div h3 { font-size: 16px; font-weight: normal; }
#content div.hover_thumb div h3 a { color: white; }
#content div.hover_thumb p.postmetadata { font-size: 10px; line-height: 1.2em; margin-top: 5px; }
div.hover_thumb a { color: #fe8792; }

/* --- image css --- */

.pic_front {
	position: absolute;
	right: -10px;
}

.spacer_front {
	display: inline-block;
	float: right;
	height: 251px;
	width: 334px;
}

/* --- specialties! --- */

.front_dancinghands {
	border: 1px solid #ddd;
	border-width: 1px 0;;
	padding: 10px 0 0 0;
	margin-bottom: -10px;
}

.front_dancinghands blockquote {
	float: left;
	width: 318px;
	margin: 0 10px 0 0;
}

.front_dancinghands img {
	margin-bottom: 10px;
}

.front_dancinghands div {
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

.ted {
	width: 420px;
	margin: 0 auto 10px auto;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 10px 10px 0 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content .ted p {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
}

/* --- ie hacks --- */

/* * html #wrapper {
	background: url("/wp-content/themes/dancinghandstaps/images/middle.jpg") top center repeat-y;
	width: 1010px;
	margin: 0 auto;
} */
* html #content {
	padding: 10px;
	margin-left: 10px;
	width: 654px;
	display: inline;
	overflow: hidden;
}
* html #sidebar {
	width: 254px;
	padding: 0;
	margin: 10px 25px 0 0;
	display: inline;
	overflow: hidden;
}
* html #sidebar .side_links a {
	width: 252px;
	height: 252px;
}