/*
Theme Name: Dancing Divas
Theme URI: 
Description: Custom theme for DD.
Version: 1
Author: Diaan Mynhardt
Author URI: http://dreamfoundry.co.za/
Tags: Dancing, divas

*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.6;
	background: #292929 url('images/dd_headfade.jpg') repeat-x;
	color: #333;
	text-align: center;
	padding: 0;
	padding-bottom: 50px;
	margin: 0;
}

.cont_mainbody {
	background: #ffffff url('images/dd_background.jpg') repeat-y;
	text-align: left;
}

.left {
	
}
.small {
	font-size: 80%;
	color: #999999;
}
.mainbody_divaimage {
	background: url('images/dd-site_07.jpg') no-repeat bottom left;
}

.leftspacer {
	height: 235px;
}

.leftpad {
	padding: 0 20px;
}

.rightpad {
	padding: 0 20px 0 10px;
}


.page_item {
	font-size: 18px;
	list-style-type: none;
	margin-bottom: 5px;
}

h2 {
	font-size: 24px;
	/*color: #fa60ff;*/
	color: #990b76;
	margin-bottom: 0px;
}
h3 {
	font-size: 18px;
	/*color: #fa60ff;*/
	color: #990b76;
	margin-bottom: 0px;
}
.pink {
	/*color: #fa60ff;*/
	color: #333333;
}


a, a:hover {
	text-decoration: none;
	/*color: #fa60ff;*/
	color: #990b76;
}

p {
	padding: 10px 0;
}

.am, .pm {
	width: 49%;
	float: left;
	margin-bottom: 0px;
}

.daytitle {
	margin: 10px 0;
	padding-top: 5px;
	border-top: 1px solid #cccccc;
}

.spacer {
	height: 30px;
}

.alert {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #eca7db;
	border: 1px solid #990b76;
	text-align: center;
}
.class {
	padding-bottom: 20px;
}


.gallery_empty img {
	float: left;
	margin: 0 10px 0 0;
}


/* Home page alert box styles */
.homepage_alert {
	background: #9a0074;
	color: #ffffff;
	font-size: 18px;
	margin-top: -15px;
	margin-bottom: -15px;
}

.homepage_alert a {
	color: #ffffff;
}

.homepage_alert a:hover {
	color: #000000;
}

/* Home page blog feed styles */
.entry {
	margin-bottom: 20px;
}
.homeimage img {
	margin: 10px;
}
.homeimage_empty {
	height: 175px;
	width: 175px;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
}

/* Home page empty gallery image */

.greyback {
	background-image: url(images/empty_grey.jpg);
	height: 175px;
	width: 175px;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
}

/* Fix gallery */
.gallery img {
	border:none !important;
}

#tooltip h3 {
	font-size: 10px;
}


/* Some basics */

ul, ol {
	padding-left: 20px;
}

li {
	list-style-type: disc;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}

.alignleft {
	float: left;
}




.footer {
	color: #990b76;
}
.footer2 {
	color: #999999;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


	/* Comments */

.comments {
	width: 590px;
	margin: 50px 0 0 0;
}
.comments .reply {
	font-size: 10px;
}
.comments .fn {
	color:#000000;
	font-weight: bold;
}
.commentlist {
	margin: 20px 0;
	padding: 0px;
}
.commentlist li {
	list-style: none;
	border: solid 1px #dbdbdb;
	padding: 10px;
	margin: 10px 0 0 0;
}
.commentlist .depth-1 {
	margin: 20px 0;
	background-color: #eee;
}
.children {
	padding: 0px;
	margin-bottom: 0px;
}
.commentlist .depth-2, .commentlist .depth-4 {
	background-color: #ddd;
}
.commentlist .depth-3, .commentlist .depth-5 {
	background-color: #eee;
}
.commentmetadata {
	font-size: 10px;
	border-bottom: solid 1px #dbdbdb;
	padding-bottom: 3px;
}
.commentlist img {
	border: none;
}
#respond {
	margin: 40px 0 0 0;
}
.form-input, .form-textarea {
	background-color:#eee;
	border: solid 1px #990B76;
	padding: 5px;
	margin: 5px 0 10px 0;
}
.comments textarea, .comments input {
	width: 589px;
	border: 1px solid #990B76;
	background-color:#eeeeee;
}

.comments .button, .comments #submit {
	width:auto;
	background:#ccc;
	border: solid 1px #990B76;
	margin: 10px 0;
	cursor: pointer;
}

