/* @override http://lecastlevania.com/wordpress/wp-content/themes/lcv/style.css */

/*
Theme Name: Le Castle Vania Wordpress
Theme URI: http://lecastlevania.com.org/
Description: Wordpress theme for Le Castle Vania.
Version: 1.0
Author: Ryan Chase
Author URI: http://therushisloud.com/

*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	background: #000 url(images/tigggger.jpg) fixed no-repeat top center;
	color: #ccc;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {

	text-align: left;
	width: 870px;
	margin: 0 auto;
	padding: 15px 15px 0 15px;
	background-color: #000;
	}

#content {
	width: 590px;
	float: left;
	font-size: 1.2em;
	}

#contentPage{
	width: 590px;
		float: left;

}

#contentPage h3, #contentPageWide h3{
	font-size: 28px;
	font-weight: bold;
	color: #ccc;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 18px;
	font-weight: normal;
	margin:0 0 10px 0;
	color: #666666;
	}
	
a{
	color: #e71f8f;
	text-decoration: none;
}

p{
	font-size: 1.2em;
	line-height: 1.4;
}

a img{
	border: 0;
}

a:hover {
	text-decoration:underline;
	}
/*============== HEADER ==============*/

#header {
	width: 900px;
	margin: 0 auto;
	margin-top: 60px;
}

#header h1{
	font-size: 30px;
	text-transform:uppercase;
	color: #fff;
	float: left;
	margin: 0px 15px 0 15px;
	width: 270px;
	vertical-align: middle;
	padding: 0px 0 0 0;
}

#header h1 a{
	color:#fff;
	text-decoration:none;
}

#header ul{
	display: block;
	background-color: #e71f8f;
	list-style: none;
	color: #fff;
	padding: 10px;
	margin: 0;
	float: left;
	width: 580px;
	text-align:left
}

#header ul li{
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin: 5px 5px 0px 5px;
}

#header ul li a{
	color: #fff;
}

#header ul li a:hover{
	color: #663399;
	text-decoration:none;
}

/*============== HOME ==============*/
#homeLeft{
	float: left;
	width: 590px;
	height: 100px;
}

#homeRight{
	float: left;
	width: 280px;
}

#homeRight h4{
	display: none;
}

#homeRight ul{
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}
#homeRight ul li{
	margin: 0;
	padding: 0;
	height: 49px;	
}

#homeRight .audioPlayer{
	margin-top: 15px;
}

.home-news{
	width: 280px;
	float: left;
	margin: 15px 15px 0 0;
}
.home-news .postPic{
	width: 280px;
height: 125px;
background-color: #999;
}

.home-news .postContent{
margin-top: 5px;
	
}

.home-news .postContent h2{
	margin: 10px 0 0 0;
}

.home-news h2 a{
	color: #fff;
	font-weight: normal;
	font-size: 16px;	
	text-decoration: none;
}

.home-news h2 a:hover{
	color: #e71f8f;
}

.home-news small{
	font-size: 12px;
	color: #666666;
	line-height:1.5;
}

.home-news p{
	line-height:1.4;
	margin: 0;
	font-size: 1.2em;
}

.main-images{
	height: 300px;
}
/*============== DISCOGRAPHY ==============*/

table.discography{
	width: 100%;
	padding: 0;
}

table.discography td{
	text-align: center;
	width: 280px;
	padding:0 15px 15px 0;
	vertical-align: top;
	font-size: 1.1em;

}

table.discography td img{
	margin-bottom: 10px;
}

table.discography td p{
	line-height:1.5;
	font-size: 1.1em;
	padding: 5px 0;
}

/*============== POSTS ==============*/
.news .post{
	margin: 0 0px 15px 0;
	/*	width: 280px;
	float: left;*/
}

.post .postPic{
width: 280px;
height: 125px;
background-color: #999;
float: left;
margin-right: 15px;	
}

.post .postContent{
	line-height: 1.4;

}


.postContent h2 {
	margin: 0px 0 0px 0;

}

h2.postTitle{
	margin: 15px 0 10px 0;
	color: #fff;
}

#content.news .post h2 a{
	color: #663399;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}

.post h2 a:hover{
	color: #e71f8f;
}

.post .meta{
	margin: 10px 0;
	border-bottom: 1px solid #333;
	padding: 0 0 10px;
	color: #999;
	font-size: 12px;
}

#single .meta, #single .tags{
	font-size: 10px;
	margin: 0 0 2px 0;
}

.pipe{
	margin: 0 5px;
	color: #666;
}



.post small{
	font-size: 12px;
	color: #666666;
	display: block;
}

.post p{
	line-height:1.5;
	margin: 0 15px 10px 0;
}

.post img{
	margin: 0 0 10px 0;
}

.post .tags{
	font-size: 11px;
	color: #666;
	border-top: 1px solid #333;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

a.more{
	font-weight: bold;
	color: #ccc;
	font-size: 11px;
}

.navigation{
	font-size: 11px;
	background-color: #222;
	padding: 5px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

/* ========== COMMENTS ================= */
#respond{
	background-color: #111;
	padding: 10px;
	margin:  0 0 15px 0;
}

#respond p{
	margin: 0 0 10px 0;	
}

#respond input, #respond textarea{
	border: 1px solid #333;
	background-color: #222;
	padding: 10px;
	color: #fff;
	width: 300px;
}

#respond textarea{
	height: 100px;
}

label small{
	margin-left: 10px;
	font-size: 12px;
	color: #666;
}

input#submit{
	width: 70px;
	background-color: #e71f8f;
	border: 0;
	padding: 10px;
}

.leaveComment label{
	float: right;
	width: 235px;
	margin-top: 12px;
	font-size: 12px;
	color: #666;
}


/*============== DISCOGRAPHY ==============*/

#discography{
	margin-top: 10px;
}

#discography .ngg-gallery-thumbnail{
	width: 180px;
	height: 250px;
	text-align: center;
	padding:0 15px 15px 0;
}

#discography .ngg-gallery-thumbnail img{
	margin: 0;
	padding: 0;
	width: 180px;
	height: 175px;
}

#discography .ngg-gallery-thumbnail .caption{
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 0;
}

/* =========== Videos ============= */
#videoMenu {
	margin: 10px 0 0px 0;
}

.videoImg {
	float: left;	
	margin: 0 5px 0 0;

}

.videoImg img{
	width:214px;
	height: 185px;
}

.videoImgLast img{
	float: left;
	width:212px;
	height: 185px;

}

#sidebar #videoMenu .videoImg{
	margin:0 0 5px 15px;
	float: none;
}

/*============== SIDEBAR ==============*/
#sidebar{
	float: left;
	width: 260px;
	padding: 35px 0 0 20px;
	font-size: 12px;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar h2.widgettitle{
	font-size: 14px;
	margin: 0 0 10px 0;
}

#sidebar.about {
	width: 280px;
	padding: 0;
	padding: 35px 0 0 0px;

}

#sidebar ul ul{
	margin: 0 0 20px 0;	
}


/*============== FOOTER ==============*/
#footer{
	clear: left;
	background-color: #1e1e1e;
	margin-top: 15px;
	padding: 15px 0 15px 0px;
	color: #ccc;
	font-size: 0.9em;
}

#footer .email{
	width: 100px;
	border: 0;
	background-color: #666666;
	padding: 5px;
	margin-right: 2px;
	
}

#footer .submit{
	border: 0;
	background-color: #e71f8f;
	color: #fff;
	padding: 4px;
}

#footer h4{
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight:  normal;
	color: #fff;
}

#footer .footerBlock{
	float: left;
	width: 190px;
	margin-right:10px;
	padding-left: 15px;
}

p.credits{
	color: #666;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li{
	line-height:1.5
}

/*============== MISC ==============*/
.clearLeft{
	clear: left;
}