/* CSS Document for JASON UPTON minisite */

body {
	background:#050402 url(/minisite/bp/images/bg.jpg) no-repeat;
	margin: 0;	
	font-family:"Trebuchet MS", Verdana, sans-serif; 	
	color:#ddd;
	font-size:12px;
}

#backtomain {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 150;
	background: #fff;
	padding: 5px;
}

#backtomain a {
	color: #333;
	text-decoration: none;
}
#backtomain a:hover {
	color: #333;
	text-decoration: underline;
}

#wrapper {
}

#titlepic {
	position: absolute;
	left: 20px;
	top: 380px;
	z-index:2;
}

/* ===================== MENU ==================== */

#menu1 { position: absolute; left: 90px; top: 20px; }
#menu2 { position: absolute; left: 180px; top: 20px; }
#menu3 { position: absolute; left: 270px; top: 20px; }
#menu4 { position: absolute; left: 360px; top: 20px; }
#menu5 { position: absolute; left: 450px; top: 20px; }


/* ===================== CONTENT ==================== */

#content {
	position: absolute;
	left: 435px;
	top: 160px;
}

.main {
	position: relative;
	width: 320px;
	padding: 15px;
}

.main a{
	color: #aaa;
	text-decoration: none;
}

.main a:hover{
	color: #fff;
}
	

/* ===================== COMMENTS ==================== */

div#comments {
	display: none; 
	padding: 0;
	margin: 0;
}
	
div.comment {
	padding: 5px;
	width: 350px;
	background:#121212 url(images/background_content.png) repeat;
	border: 3px #333333 solid;
	margin-bottom: 10px;
}

div.up {
	position: relative;
	left: -26px;
	top: 0;
	z-index:2;
	display: block;
	float: right;
}

div#count {
	position: relative;
	left: -285px;
	top: -26px;
	z-index:2;
	display: block;
	float: right;	
	color: #FFFFFF;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#comment_place {
	position: absolute;
	left: -240px;
	top: 545px;
	z-index:2;
}


/*=============================================================*/

h1 {
	display: none;
}

h2 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin: 0 15px 15px 0;
}		

h3 {
	font-size: 18px;
	font-weight: bold;
	background-color: #000;
	padding:5px;
	margin-bottom: 15px;
	width: 356px;
	border-bottom: 3px #555 solid;
}	

p {
	line-height: 170%;
	padding: 0;
	margin-bottom: 20px;
}

.photo {
  clear:none; 
  padding: 0; 
  border: 6px solid #111;
  margin-right: 5px;
  margin-bottom: 5px;
	
}
.photo:hover {
  clear:none; 
  padding: 0; 
  border: 6px solid #222;
  margin-right: 5px;
  margin-bottom: 5px;  
}

input {
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	border: 3px #999 solid;
	margin-bottom: 5px;
	padding: 5px;
}
input.submit {
	border: 0;
}
textarea {
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	border: 3px #999 solid;
	margin-bottom: 5px;
	padding: 5px;	
}



