/*
Theme Name: Michelle Vellucci/Dance Arts Writer
Theme URI: http://greatdance.com/
Description: WordPress Theme for Michelle Vellucci.
Version: 1.0
Author: Doug Fox
Author URI: http://greatdance.com/
Tags: dance, arts, writer, performances, ballet, hip hop
*/

body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #13314C;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 1.0em;
}


a {
	font-weight: bold;
}

a:link {
	color: #1F517F;
	text-decoration: none;
}

a:visited {
	color:#1F517F;
	text-decoration: none;
}

a:hover {
	color:#FF6F24;
	text-decoration: none;
}


/* STRUCTURE AND LAYOUT */


#wrapper { 
	width: 960px; 
	background: #3182CC; /*url(images/right_col_border.png) repeat-y right top;*/
	border: 1px solid #fff;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto 10px auto;
}


/*#contactOptions {
	background-color:#13314C;
	position: relative;
	height: 20px;
	margin-bottom:0px;
	padding-bottom: 0px;
	background: url(images/contact_gradient_960x20export.png) no-repeat left top;
	}*/


/*#contactBox {
	position: absolute;
	right: 0;
	top:0;
	width:209px;
	height:20px;
	z-index:2;
	color: #FFF;
}*/


#header {
	color: #fff;
	background-color: #13314C;
	background: url(images/mv-bannerc4background.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
/*	zoom: 1;*/
	height: 180px;
	border-bottom: solid #1F517F 1px;
}

#header img {
	position: absolute;
	top: 32px;
	left: 32px;
	z-index: 2;
}


#menuSearch {
	background-color: transparent;
	border-top: #FFF solid 0px;
	position: absolute;
	top: 146px;
	left: 32px;
	height: 40px;
	
	}


#contentContainer {

	background-color: #3182CC;
	padding: 0;
	margin: 0;
}

#mainContent {
	background-color: #3182CC;
	margin: 10px 0 0 15px;
	padding: 1px;
	float:left;
	width: 653px;
}

#posts {
	background-color:#FFF;
	margin: 10px;
	padding: 2px 25px;
	border: 1px solid #1F517F;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float  */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	background-color: #1F517F;
	clear: both;
	position:relative;
	border-top: 1px solid #13314C;
}


/*-- HEADER: SEARCH BOX --*/


#searchSite {
	position: absolute;
	left: 691px;
	top: 142px;
	width:270px;
	z-index:2;
	background: none;
	color: #FFF;
	height: 20px;
	padding: 0;
	margin: 0;
}

#searchform {
	width: 236px;
	height: 20px;
	/*	background-image: url(images/search_button_up.png);*/
	background-color: #5297D6;
	padding: 0;
	margin: 0;
	float: left;
}


#searchbox {
	margin: -1px 0 6px 0;
	padding: 1px 0;
	width: 150px;
	border: 1px solid #3182CC;
	color: #000;
	background-color: #FFF;
	font-size: 14px;
	vertical-align: middle;
}

#searchbutton {
	margin: -1px 0 6px 0;
	width: 70px;
	color: #FFF;
	background: #3182CC;
	margin-left:2px;
	padding: 0 5px;
	border: #3182CC 2px solid;
	font-weight: bold;
	vertical-align: middle;
	font-size: .75em;	
}
#searchbutton:hover {
	cursor: pointer;
	background: #3182CC;
	color: #FF6F24;
	font-weight: bold;
}




*:first-child+html #menuSearch #searchform { /* Filter for IE7 */
	padding: 0px 0;
}
* html #menuSearch #searchform { /* Filter for IE6 */
	padding: 5px 0;
}
* html #menuSearch #searchbox { /* Filter for IE6 */
	margin-top: 0px;
}





/* NEW NAV BAR - THE ONE THAT I MADE*/


#menuSearch ul.navhorroll {

	list-style:none;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 0px dashed #000;
	overflow: hidden;
}

#menuSearch ul.navhorroll li {
	float: left;
}

#menuSearch ul.navhorroll a {
	color:#FFF;
	display: block;
	width: 6em;
	border: 0px dashed #000;
	border-bottom: none;
	padding: 6px 8px 6px 12px;
	margin-right: 4px;
	background:url(images/menubar_preload_1a.png) no-repeat 0 0;
	text-decoration: none;
	text-align: center;
}

#menuSearch ul.navhorroll a:hover {
	text-decoration: none;
	background-color:#0F0;
	background-position: 0 -100px;
}

#menuSearch ul.navhorroll li.current_page_item a {
	color:#fff;
	background:url(images/menubar_preload_1a.png) no-repeat 0 -200px;
	cursor: default;
}


/* ------- Footer Nav ------ */



#menuFooter {
	Position: absolute;
	top: 20px;
	left: 323px;
	width: 404px;
	border: none;
}

#menuFooter ul.navhorroll li {
	list-style:none;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

#menuFooter ul.navhorroll a {
	color:#FFF;
	text-decoration: none;
	text-align: center;
}

#menuFooter ul.navhorroll a:hover {
	color: #fff;
}


/* ------- End Footer Nav ------ */







/* FEATURED POSTS */


#featureWrapper {
	width: 100%;
	clear: both;
	text-align: center;
	background: #3182CC;
}

#featurePosts {
	width:895px;
	margin: 10px auto;
	text-align: left;
	color: #FFF;
	padding: 0 20px;
}

.featureBox {
	float:left;
	padding-right: 42px;
	width: 255px;
	border: 2px;
	margin-bottom: 30px;
}

#featurePosts h3 {
	display:inline;
	color: #F90;
	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
}


#featurePosts img {
	float:left;
	margin-right:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 2px #fff;
	width: 255px;
}

#featurePosts p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
}

#featurePosts h3 a {
	color: #fff;
	background: #5297D6;
	display: inline;
	padding: 2px 8px;
}

#featurePosts h3 a:hover {
	color: #FF6F24;
}



/* HIGHLIGHT POST */


#featureWrapper2 {
	width: 100%;
	clear: both;
	text-align: center;
	background: #3182CC;
	margin: 0px;
	padding: 0px;
}

#featurePosts2 {
	width:895px;
	margin: 15px auto;
	text-align: left;
	color: #FFF;
	padding: 10px 20px;
	background: #3182CC;
	border: 0px solid #F00;
}

.featureBox2 {
	width: 895px;
	float:left;
	padding: 0;
	margin: 5px 0 0 0;
	border: 0px solid #F39;
}

#featurePosts2 h3 {
	display:inline;
	color: #F90;
	font-weight: normal;
	letter-spacing: normal;
	font-size:1.1em;
	padding-bottom:5px;
	padding-top:10px;
}

#featurePosts2 img {
	float:left;
	margin: 0 25px 0 0;
	border: solid 2px #fff;
	width: 435px;
}


.readit {
	margin-top: 12px;
	font-size: .8em;
}

.readit a {
	color: #fff;
	background: #5297D6;
	display: inline;
	padding: 2px 8px;
}

.readit a:hover {
	color: #FF6F24;

}

#featurePosts2 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
}

#featurePosts2 h3 a, #featurePosts2 h3 a:visited {
	color: #fff;
	background: none;
	display: inline;
	padding: 2px 8px;
}

#featurePosts2 h3 a:hover {
	color: #fff;
}


/* ---------- END FEATURED POSTS ---------------- */




/* TYPOGRAPHY, LINKS AND COLORS */

/*----- POSTS -----*/

.entry p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	line-height: 1.6em;
	padding: 0.4em 0;
	text-align: left;
}

.entry a:link {
	color:#1F517F;
	text-decoration:none;
	font-weight: bold;
}
.entry a:visited {
	color:#1F517F;
	text-decoration: none;
}
.entry a:hover {
	color: #FF6F24;
	text-decoration:underline;
	background-color: transparent;
}

.more-link {
	font-size: .8em;
	display: block;
	margin-top: 8px;
}

/*----- POST HEADERS -----*/


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#000;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #13314C;
	}

h3 {
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #13314C;
}

.post {
	margin: 0 0 20px 0;
	text-align: justify;
}

#posts h2 a:link {
	color:#1F517F;
	text-decoration: none;
}

#posts h2 a:visited {
	color:#1F517F;
	text-decoration: none;
}

#posts h2 a:hover {
	color: #FF6F24;	
	background-color: transparent;
}

.premetadata { 
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	
}

.postmetadata {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
	border-top: 1px solid #6FA0CC;
	padding: 8px 0 0 0;
	margin: 12px 0 0 0;
	/* clear: both;*/
}

/* SIDEBAR */


/*#sidebar {
	font: 1.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}*/


#column2 {
	background-color: #3182CC;
	padding: 0;
	margin: 5px 15px 0 0;
	border: 0px #00C solid;
	width: 270px;
	float: right;
}


/*AUTO CLASSES FOR WIDGETS*/


/* ALL WIDGETS HAVE THIS CLASS */

.widget {
	background-color:#FFF;
	padding: 0px 0px 10px 0px;
	margin: 12px 5px;
	font-size: 0.9em;
	color: #000;
	border: 1px #1F517F solid;
}


/*AUTO CLASSES TITLE FOR ALL WIDGETS */

h2.widgettitle { /* why h2 before and why period?*/
	font-size: 1.4em;
	color:#fff;
	background-color:#1F517F;
	margin: 0;
	padding:5px 5px 5px 14px;
}





/*AUTO CLASSES FOR SPECIFIC WIDGETS*/

/* ****************** MAIN TEXT WIDGET ********************* */

/*GENERIC CONTENT FOR ALL TEXT WIDGETS*/

/*.widget_text {
	border: 4px #0F0 dashed;		
}
*/
/*CONTENT INSIDE ALL TEXT WIDGET*/

.textwidget {
	padding: 10px 10px 10px 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
}

/* UNIQUE IDENTIFIES FOR TEXT WIDGETS*/

/*#text-3 {*/ /*top text widget*/
	/*padding: 0;
}*/

/*#text-3 h2 { 
	padding: 5px 5px 5px 20px;
	color: #F60;
}*/

/*#text-3 .textwidget {
}
*/

/*#text-4 {
	border: 3px #00F solid;
	padding: 0px;
}
*/
/*#text-4 h2 {
	padding: 5px 5px 5px 20px;
	color: #FC6;
}

#text-4 .textwidget {
	padding: 0px;
	background-color:#0CF;
}
*/





/* ********************* CATEGORIES WIDGET ******************** */

/*GENERIC CONTENT FOR CATEGORY WIDGETS*/

/*.widget_categories {

}*/

/*CONTENT INSIDE CATEGORY WIDGETS (LI)*/

/*.cat-item {
	color: #3F0;
}

.current-cat {
	color:#F03;
}*/


/* UNIQUE IDENTIFIES FOR CATEOGRY WIDGET*/

/*#categories-3 {
}

#categories-3 h2 {
	color:#F06;
}*/



/* ********************* ARCHIVES WIDGET ******************** */

/* UNIQUE IDENTIFIES FOR ARCHIVES WIDGET*/


/*#archives-3 {

}*/

/*GENERIC CONTENT FOR ARCHIVES WIDGETS*/

/*.widget_archive {

}*/
 
/*CONTENT INSIDE ARCHIVE WIDGETS (LI)*/



/*#column2 h2 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1.2em;
	color: #F0C;
	background-color: #13314C;
	border: 0px #F33 solid;
	border-top: 0px solid #666;
}*/

/*.widgettitle h2 {
	color: #F00;
}
*/



#column2 ul, #column2 ul ol {
	margin: 0;
	padding: 5px;
}

#column2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
}

#column2 ul p, #column2 ul select {
	margin: 0;
	}

#column2 ul ul, #column2 ul ol {
	margin: 8px 5px 5px 5px;
	}

#column2 ul ul ul, #column2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #column2 ul ol li {
	list-style-position: inside;
	list-style-type: circle;
	}

#column2 ul ul li, #column2 ul ol li {
	margin: 5px 0 0 4px;
	padding: 0 0 0 3px;
	list-style: inside;
	list-style-type: circle;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* END > SIDEBAR */




/* ********************* FOOTER ******************** */

#footer p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #D29C68;
	} 

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a.linkfooter {
	font-weight: bold;
	color: #D29C68;
}

/* ********************* END FOOTER ******************** */



h2.pagetitle {
	font-size: 1.4em;
	margin-bottom: 0px
	}


h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

/*h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}*/

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}















.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}





/*.entry p a:visited {
	color: #b85b5a;
	}
*/
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
	}

.commentlist p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:.95em;
	line-height: 140%;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	font-size: .9em;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #000;
	}

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

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Structure */
/*body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}*/

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


/*.post hr {
	display: block;
	}
*/
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn {
	padding-top: 5px;
	}

.widecolumn {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


/*.clear {
	clear: both;
}*/





/* End Structure */



/*	Begin Headers */


/*h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}*/

/* End Headers */



/* 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: 15px 0 2px 13px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 15px 13px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* 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;
	}

/*.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
*/


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */









/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 20px 10px 60px 0;
}

.navigationOutside {
	display: block;
	text-align: center;
	margin: 20px 0 60px 0;
}

.navigationOutside .alignleft {
	margin-left: 15px;
}

.navigationOutside .alignright {
	margin-right: 10px;
}


.navigationOutside a:link, .navigationOutside a:visited {
	color: #fff;
}


/* End Various Tags & Classes*/



/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.wp-caption.alignleft {
	margin: 10px 13px 0 0;	
}

.wp-caption.alignright {
	margin: 10px 0 0 13px;	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}

.wp-caption p.wp-caption-text {
	font-size: .75em;
	line-height: 150%;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "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." */
