/*  
Theme Name: Prison Struggle
Theme URI: http://www.prisonstruggle.com/
Author: Sergio Ordóñez
Author URI: http://www.sosfactory.com/
*/

body{
	background: #595740 url(../images/bg-login.jpg) repeat-x top;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	color:#000000;
	height:50%;
	margin: 0;
	padding: 0;
	}

p {
	padding: 8px 0;
	text-align: justify;
	margin: 0;
}
	
img {
	border:none;
	}
	
a {
	outline-style:none;
	text-decoration:none;
	color:#000000;
	}
	
a:visited {
	color:#000000;
	}
	
a:hover, a:active  {
	color:#dfd38b;
	}
	
/* Specific divs */
#container {
	width:960px;
	height:auto;
	margin:0 auto;
	padding: 0;
	}
	
#top {
	background: url(../images/bg-top.jpg) no-repeat;
	width: 720px;
	height: 64px;
	padding: 4px 0 0 240px;
}

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

#top FORM DIV {
	PADDING-RIGHT: 5px; float: left
}

.field {
	padding: 6px 0px 0px 6px;
	background: url(../images/login.jpg) no-repeat;
	width: 132px;
	border-style: none;
	height: 27px;
	color: #817e60;
}

#forgottenpass {
	float: right;
	padding: 15px 225px 0 0;
}
	
#header {
	background:url(../images/header-login.jpg) no-repeat;
	height:273px;
	float: left;
	width: 960px;
}

#signup {
	float: left;
	width: 320px;
}

#logo {
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	width:315px;
	height:200px;
	padding: 10px 0 0 0;
	margin: 0 0 0 325px;
	}

#stats {
	width:auto;
	height:auto;
	padding:30px 0 15px 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;

}

#content {
	height: auto;
	float: left;
	width: 960px;
}

#intro {
	padding: 85px 25px 0 25px;
	width: 265px;
	height: 270px;
	float: left;
	background:url(../images/welcome.jpg) no-repeat;
}

#thumbnails {
	background:url(../images/thumbs.jpg) no-repeat center bottom;
	padding: 0;
	width: 325px;
	height: 355px;
	float: right;
}

#images {
	padding: 61px 0 0 21px;
	height: 250px;
	width: 304px;
}
				
					.banner{
	float: left;
	width: 114px;
	height: 100px;
	padding: 3px 0 2px 7px;
					}

#footer {
	background:url(../images/footer-login.jpg) no-repeat;
	height: 145px;
	padding: 35px 0 0 0;
	float: left;
	width: 960px;
	font-size: 11px;
}

/*----------------- Alignments----------------*/

.center {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear:both;
}

/*----------------- Reseting ----------------*/
html, div{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
