/*
Theme Name: Victoria Duck
Theme URI: http://www.wowwebsitedesigns.com
Description: Custom Theme for Victoria The Duck
Version: 1.0
Author: Chris Tennyson
Author URI: http://www.wowwebsitedesigns.com
Tags: duck, yellow


div{border:1px dotted #CCCCCC;}
h2{	border:1px dotted #99FF66;}
p{border:1px dotted #CC9999;}
*/




body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color:#D25400;
}
h2{
	font-size:18px;
	padding:5px 0px;
	margin:5px 0px;
}
p{
	padding:5px 0px;
	margin: 5px 0px;
}

a{
color:#000000;
font-weight:bolder;
text-decoration:none;
}
a:hover{
color:#FF9900;
}

#header {
	height:199px;
	background:url(images/vduck_head_img.jpg) no-repeat;
	}
#flash_nav {
	margin-right:75px;
	padding-top:105px;
	text-align:right;
}

#container{
	background:url(images/vduck_content_bg.jpg) repeat-y;
	width:900px;
	height:100%;
	padding-bottom:15px;
	overflow:hidden;
}	

#sidebar_container{
	width:215px;
	padding-left:65px;
	overflow:hidden;
}
#sidebar{
	margin-bottom:-10000px;
	padding-bottom:10000px;
	font-size:12px;
}
#sidebar h2{
	color:#FFFFFF;
	font-size:20px;
	background:url(images/vduck_heading1.jpg) no-repeat;
	width:200px;
	height:40px;
	padding-top:7px;
	margin-left:10px;
}
#sidebar ul{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px;

}
#sidebar li{
	list-style:none;
}
#sidebar ul li ul li{ /*Make page links bigger */
	margin-left:0px;
	margin-top:10px;
	text-align:left;
	padding:4px 0 4px 15px;
}

#sidebar ul li ul li a{

}
#movies_sidebar{
	font-size:16px;
}
#movies_sidebar ul li ul li{
	background:url(images/reel.jpg) left no-repeat;
	margin-left:15px;
	padding:4px 0 4px 25px;
}
#calendar_wrap{
	padding-left:20px;
}
#content_body{

	margin-bottom:-10000px;
	padding-bottom:10000px;
	background-color:#f7f7f7;

}	
#content {
	width:520px;
	margin:10px 75px 20px 0px;
	overflow:hidden;
	margin-bottom:-10000px;
	padding-bottom:10000px;
	/* background-color:#f7f7f7; */
	
}

.entry{
    text-align:left;
	padding:15px;
}
.post{
	
}

#footer_container{
	height:65px;
	background:url(images/vduck_footer_bg.jpg) no-repeat top;
	padding-top:15px;
}
#footer {
	}
->#footer_container{
	padding-top:6px;
}

/* CLASSES */

.center{
	margin:0px auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.page{
	width:900px;
}
.clear{
	clear:both;
}
.table{
	display:table;
}


.e_head{
	font-size:15px;
	font-weight:bolder;
	text-transform:uppercase;
	padding-top:10px;
}
.e_more{
	margin-top:-5px;
}
