/* CSS Document */

/*=======================================================
DYLAN LeBLANC  -  Paupers Field CSS
=======================================================*/


html,body{
padding:0px;
margin:0px;
min-width:900px;
height:100%;
min-height:100%;
}

body {
	font-size:1.1em;
	background:#2a231c url("../img/new_bg.jpg") top center repeat;
	font-family:Baskerville, Times, serif;
	color:#ede1bd;
	text-align:center;
	text-shadow: 0px 0px 0px #00000 rgba(255, 255, 255, 255);
}

a{
color:#ede1bd;
padding:2px;
line-height:1.9em;
text-decoration:none;
}

a:hover{
color:#ccc;
}

a img{
border:none;
}

/*-- Navigation --*/

#top .nav{
float:right;
margin:-6px 10px 0 0;
padding:0;
list-style-type:none;
}

#top .nav li{
float:left;
padding:0px;
margin:0px;
}

#top .nav li a{
padding:0 0 0 5px;
margin:0px;
}


/*-- Layout --*/

#top{
height:23px;
background:#2a211a url("../img/top_banner_bg.png") top left repeat-x;
margin:0 0 10px 0;
padding:10px;
}

#top #subscribeform{
float:left;
padding:0px;
margin:0px;
}

#top #subscribeform input{
border:none;
border-bottom:solid 1px #ede1bd;
background:#24211c;
color:#604c3e;
font-family:Baskerville, Times, serif;
font-size:0.9em;
}

#top #subscribeform #gobutton{
border:none;
margin:0px;
padding:0px;
color:#ede1bd;
}

#container{
clear:both;
width:750px;
margin:0 auto;
}

#container .logo{
display:block;
width:314px;
height:226px;
margin:0 auto;
padding:0px 0 10px 0;
background:url("../img/dlblogo.png") top left no-repeat;
}

#video{
width:730px;
height:419px;
background:url("../img/video_fallback.jpg") top left no-repeat;
padding:10px;
}

#video a{
display:block;
margin:372px 0 0 155px;
font-size:0.9em;
text-indent:-5000em;
}

#player{
border:solid 10px #2a211a;
width:300px;
height:430px;
padding:0px;
margin:0 auto;
background:#2a211a;
}


.swirl{
height:100px;
width:100%;
padding:60px 0  55px 0;
margin:20px 0 20px 0;
background:url("../img/swirl.png") center center no-repeat;
text-shadow:2px 2px 2px rgba(0,0,0,0.8);  
}

.swirl a{
text-decoration:underline;
}

#bottom{
height:43px;
background:#2a211a url("../img/bottom_banner_bg.png") top left repeat-x;
margin:0px;
padding:0px;
}


#bottom .content .rtlogo{
height:58px;
width:49px;
background:#2a211a url("../img/rtlogo.png") bottom left repeat-x;
margin:-15px 20px 0 0;
padding:0;
float:right;
text-indent:-5000em;
}

.content .facebook{
padding:10px;
float:left;
}

.content .facebook iframe{
height:20px;
width:152px;
}

/*-- Subscribe page --*/

#container form{
width:300px;
margin:20px auto;
float:center;
border:none;
border-top:solid 1px #24201b;
border-bottom:solid 1px #24201b;
}

.required{
margin:10px;
}

.attributeinput input{
float:center;
background:#24201b;
width:200px;
border:none;
padding:5px;
color:#604c3e;
font-family:Baskerville, Times, serif;
font-size:0.9em;
}

#container hr {
border:none;
height:1px;
width:300px;
background:#24201b;
}
