/* CSS Document for JASON UPTON minisite */

body {
	background:#1b1b1b url(/minisite/beas/images/bg2.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: 30px;
	top: 420px;
	z-index:2;
}

#content {
	position: absolute;
	left: 380px;
	top: 150px;
}

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

#menu {
	position: absolute;
	left: 365px; 
	top: 100px;
	padding: 5px;
}

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

.main {
	position: relative;
	width: 420px;
	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;
	right: 278px;
	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: 525px;
	z-index:2;
}


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

h1 {
	display: none;
}

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

h3 {
	font-size: 15px;
	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; 
  margin: 0;
  border: 6px solid #222;
	
}
.photo:hover {
  clear:none; 
  padding: 0; 
  margin: 0;
  border: 6px solid #111;
}

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;	
}


