/*  
Theme Name: WordPress RDA
Theme URI: http://wordpress.org/
Description: The RDA theme.
Version: 1.5

	RDA v1.0
	 http://podcast.regionaldanceamerica.org/

	This theme was designed and built by Twinsparc,
	whose site you will find at http://twinsparc.com/
 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/



/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #9E8F82;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
        font-size: 1.2em;
line-height:1.4em;
	}

#content {color:#454545;}

#footer {
	background-color: #7E002A;
        color:#fff;
	}

h1 {
margin:0;
padding:0;
	font-size: 4em;
	text-align: center;
	}

h2 {font-family:Georgia, Times, "Times Roman", serif;}
h2.pagetitle {font-family:Georgia, Times, "Times Roman", serif;}
#sidebar h2 {font-family:Georgia, Times, "Times Roman", serif;}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #7E002A;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
        color:#7E002A;
	}

.entry p a:visited {color: #7E002A;}

.commentlist li, #commentform input, #commentform textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {font-weight: bold;}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}

.commentmetadata {font-weight: normal;}

#sidebar {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

a, h2 a:hover, h3 a:hover {color: #7E002A;text-decoration: none;}
a:hover {color: #333;text-decoration: underline;}



/*---------------------- Begin Structure -----------------------*/

body {
margin: 0;
padding: 0;
background:#9E8F82 url(../../../img/bg-body-home.gif) top left repeat-x;
 }

#page {
	
	margin: 0 auto;
	padding:0;
	width: 650px;
        background-color: #EBE7E5;
        border-left:1px solid #7E002A;
        border-right:1px solid #7E002A;
        }

#header img a {
width:650px;
height:199px;
margin:0 auto;
padding:0;
}
	
#header {
height:195px;
padding:0;
margin:0 auto;
	}

#content {padding:0;margin:0;}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 450px;
        border-right:1px solid #7E002A;
        background-color: #EBE7E5;
	}
	
.post {
	margin: 0;
        padding:0 30px;
	text-align: justify;
	}

#footer {
	padding:0;
	margin: 0 auto;
	width: 650px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	}
#footer a { color:#fff; }
/* End Structure */




/*	Begin Headers */

h1 {padding-top:70px;margin: 0;}
h2 {margin: 30px 0 0;}
h2.pagetitle {margin-top: 30px;text-align: center;}

#sidebar h2 {margin: 5px 0 0;padding: 0;}
h3 {padding: 0;margin: 30px 0 0;}
h3#respond { padding:0; margin:20px 0 0 25px; }


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}



/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 250px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 360px;
        margin:10px 25px;
	padding: 2px;
	}

#commentform #submit {
	margin: 10px;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar {
	padding: 20px;
	width: 149px;
	margin: 45px 0 0 450px;
	}

/* End Sidebar *



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

.center {text-align: center;}

a img {border: none;}
