/*
Theme Name: DanceConnectLA
Theme URI: http://danceconnectla.com/
Description: The default WordPress theme for DCLA designed by <a href="http://benradler.com">Ben Radler</a>.
Version: 1.0
Author: Ben Radler
Author URI: http://benradler.com/
Tags: custom header, fixed width, three columns, widgets

	DanceConnectLA v1.0

	This theme was designed and built by Ben Radler,
	whose blog you will find at http://benradler.com/

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

*/


/* -------------------------- v1.0 | 20080212 CSS 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,
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;
}

p {
	padding: 5px 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* -------------------------- END CSS RESET -------------------------- */




html {
	background: url(images/header_bg.jpg) #fff no-repeat center top;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
/* 	font-family: 'Myriad Pro', "Palatino LinotypeĠ, "Book AntiquaĠ, Palatino, serif; */
	
}

body {
	background: url(images/logo.png) no-repeat center top;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

#container {
	margin: 0px auto;
/* 	padding-top: 350px; */
	width: 1000px;
/*  background-color: #fff; */
}
#left {
	margin-right: 0px;
	font-family: "Serif";
	font-size: 18px;
	float: left;
	width: 14%;
	padding: 0px 13px;
/* 	margin: 1% 0 1% 1%; */
/*	padding: 1%; */
/*	background-color: #9cf; */
	color: #000;
/* 	border-right: 1px dashed #999; */
}

	#left li {
		list-style: none;
	}
	
	#left h2 {
		padding-top: 15px;
/* 		font-size: 17px; */
/* 		letter-spacing: -1px; */
	}
	
	#left a {
		color: black;
	}

#center  {
	float: left;
	width: 50%;
	color: #000;
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
	padding: 0px 13px;
	min-height: 750px;
/*	margin: 1% 0 1% 1%; */
/*	padding: 1%; */
/*	background-color: #9cf; */
/*	border: 1px solid #000; */
}


	#center img {
		max-width: 500px;
		width: expression(this.width > 500 ? 500: true);
		height: auto;
	}
	
	#center object, #center embed {
		max-width: 500px;
/* 		height: auto; */
/* 		padding-bottom: 15px; */
	}

	
	#center h2 {
		font-size:25px;
		text-shadow: 0px 1px 0px #999;
	}
	
	#center h2 a {
		color: #444;
	}

	#center-full  {
		float: left;
		width: 800px;
		color: #000;
		border-left: 1px dashed #999;
		border-right: 1px dashed #999;
		padding: 0px 13px;
	/*	margin: 1% 0 1% 1%; */
	/*	padding: 1%; */
	/*	background-color: #9cf; */
	/*	border: 1px solid #000; */
	}
	
	
	#center h1, #center-full h1 {  
		font-size: 32px;
		text-shadow: 2px 2px 2px #888;
		padding-bottom: 25px;
	}
	
		#center h1 a, #center-full h1 a {
			color: #000;
		}
	
	#center h2 {
/* 		padding-bottom: 15px; */
	}

#right {
	width: 27.5%;
	color: #000;	
	float: left;
/* 	border-left: 1px dashed #999; */
	padding: 17px 13px;
/* 	margin: 1% 0 1% 1%; */
/* 	padding: 1%; */
/* 	text-align: right; */
/*  background-color: #9cf; */
/*  border: 1px solid #000; */
}

	#right li {
		list-style: none;
	}

#headerWrapper {
	width:1000px;
	margin: 0 auto;
	padding-bottom: 25px;
}

#socialURLS {
	width:960px;
/* 	border: 1px solid #333; */
	margin: 0 auto;
	height:35px;
	background: none;
	text-align: right;
	padding-right: 30px;
}

#navigation {
	font-family: "Times New Roman", Serif;
	text-shadow: 1px 1px 1px #000;
	padding-top: 276px;
	background: none;
	margin: 0px auto;
	padding-left: 200px;
	padding-bottom: 15px;
/* 	border: 1px solid #000; */
}
	
	#navigation li {
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border: 1px solid #000;
		list-style: none;
		display: inline;
	/* 	color: #333; */
		background-color: #333;
/* 		padding: 5px 20px; */
		padding: 5px 0px;
		-webkit-box-shadow: 0px 3px 3px #888;
		-moz-box-shadow: 0px 3px 3px #888;
		box-shadow: 0px 3px 3px #888;
	}
	
	#navigation a {
		text-decoration: none;
		color: white;
		font-size: 18px;
		padding: 5px 20px;
	}
	
	#navigation li:hover {
		cursor: pointer;
		background-color: #111;
		-webkit-transition:all 0.3s;
		-moz-transition-duration:0.3s;
	}
	
	#navigation li a {
	}


.postDate {
/* 	font-style: italic; */
/* 	float:right;  */
	font-weight:100; 
/* 	background: #777;  */
/* 	border:1px solid #666;  */
/* 	-moz-border-radius:5px;  */
/* 	-webkit-border-radius:5px;  */
/* 	color:#fff;  */
	padding: 4px 3px;
	font-size: 12px;
}

.post {
	font-size: 16px;
	padding-bottom: 15px;
}

	.post img {
		padding-bottom: 10px;
	}
	
	.post a { 
		color: #000;
	}

.postmetadata {
/* 	text-align: center; */
	font-family: 'Myriad Pro', 'Arial';
	font-size: 11px;
	font-weight: bold;
/* 	width: 300px; */
/* 	border-top: 1px dashed #999; */
	border-bottom: 1px dashed #999;
	padding: 5px 0px;
	margin-bottom: 15px;
}

	.postmetadata a {
		color: #333;
	}

.commentText {
	font-family: 'Myriad Pro', "Palatino LinotypeĠ, "Book AntiquaĠ, Palatino, serif;
	padding-top: 5px;
	padding-left: 5px;
}

.commentBox {
	font-family: 'Myriad Pro', "Palatino LinotypeĠ, "Book AntiquaĠ, Palatino, serif;
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#respond {
	font-family: 'Myriad Pro', "Palatino LinotypeĠ, "Book AntiquaĠ, Palatino, serif;
}

input {
/* 	margin: 5px 0px; */
}

.clear {
	height: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
}
#footer {
	font-size: 11px;
	text-align: center;
/* 	background-color: #9fc; */
	padding: 25px 10px;
}

	#footer a {
		color: #000;
	}
	
	#footer a:hover {
		color: #333;
	}
#header {
	display: none;
	text-align: center;
	background-color: #9ac;
	padding: 10px 10px;
}

h1, h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2.widgettitle {
	padding-bottom: 5px;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation a, .navigation a:visited {
	color:#000;
}

	.navigation a:hover {
		color:#333;
	}
/* flickr widget styling override (padding) */
#simple-flickr-photos-widget-3 {
/* 	margin-top: 15px; */
}

/* event widget styling override */
.rsevent {
/* 	padding-left: 5px; */
/* 	padding-bottom: 5px; */
/* 	font-size: 14px; */
}

	#rs-event-multiday hr {
		display: none;
		margin-top: 50px;
	}

	li.rsevent {
		margin-top: 5px;
		border-bottom: 1px dashed #999;		
	}

	.rsevent a {
		color: #000;
	}
	
	.rsevent a:hover {
		color:#333;
	}

.rsevent ul {
	border: 1px solid #999;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-box-shadow:1px 1px 3px #999;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-bottomright:10px;
	-webkit-box-shadow:0px 0px 5px #999;
	padding-left: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
}
	


#rs-event-multiday h2{
	text-shadow: #ed2b61 1px 2px 3px;
)
	
}

	
#wpp-3 li, .rsevent li {
	padding-left: 5px;
	font-size: 14px;
	padding-bottom: 5px;
	font-size: 14px;

}

.wpp-comments {
	font-size: 12px;
}