@charset "utf-8";

body {
  margin: 0;
  overflow-x: hidden;
}

a {
  outline: none;
}

#doc2 {
	position: relative;
	background: #fff url(images/overflow-bg.jpg) repeat-y -3px top;	
}

#outer_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 1760px;
	width: 950px;
	background: #fff url(images/bg.jpg) no-repeat top center;
}

#hd, #bd {
	background-color: transparent;
	width: 900px;
	position: relative;
	left: 25px;
}

#hd {
	height: 170px;
}

#bd {
	height: 1760px;
}

#ft {
	background: url(images/ft-bg.jpg) no-repeat -3px bottom;
  clear: both;
  height: 300px;
}

#home {
	width: 239px;
	height: 139px;
	position: relative;
	top: 30px;
	left: 24px;
}

#home, #nav a, #right a, #search label {
	display: block;
	text-indent: -9999px;
}

#home:hover, #nav a:hover {
	border: 1px dashed #ccc;
}

h1, h2 {
	display: none;
}

.center {
	text-align: center;
}

#nav {
	margin: 0;
	position: relative;
	left: 281px;
	top: -47px;
}

#nav a {
  text-decoration: none;
	color: #6d6e71;
	height: 29px;
}

#nav li {
  display: inline;
  float: left;
  margin: 0 4px;
}

 #ii {
	width: 166px;
}

#pr {
	margin-left: 13px;
	width: 117px;
}

#nm {
	width: 147px;
	margin-left: 9px;
}

#tj {
	margin-left: 7px;
	width: 95px;
}

#left {
	margin-top: 130px;
}

.post {
	width: 485px;
  margin-left: 115px;
  margin-bottom: 30px;
}

.post, .post a {
	color: #666;
}

.date {
	margin-left: 4px;
}

.post a:hover {
	text-decoration: none;
}

.post .body {
	margin-top: 10px;
	width: 485px;
	font-size: 11px;
}

.body p {
	margin-top: 4px;
}

#s {
  border-width: 0;
  height: 18px;
  margin-left: 43px;
  position: relative;
  top: 1px;
  width: 113px;
}

#search label {
  float: left;
}

#search input {
	background: #F3F7FA;
}

#right a {
   position: relative;
}

#about {
	height: 89px;
	left: -25px;
	top: 109px;
	width: 232px;
}

#search {
  position: relative;
  top: 176px;
}

#dj {
  height: 73px;
  left: -31px;
  top: 215px;
  width: 219px;
}

#video {
	position: absolute; 
	top: 439px; left: 665px;
	width: 200px; 
	height: 140px;
}


#btn {
  height: 32px;
  left: -6px;
  top: 423px;
  width: 189px;
}

#rol, #gp, #kt {
  height: 32px;
  left: -13px;
  width: 154px;
}

#rol {
  top: 499px;
}

#gp {
  top: 509px;
}

#kt {
  top: 519px;
}

#oj {
  height: 50px;
  left: 80px;
  top: 599px;
  width: 90px;
}

#subscribe {
  height: 38px;
  left: -43px;
  top: 591px;
  width: 112px;
}

#b {
  height: 38px;
  left: 61px;
  top: 709px;
  width: 68px;
}

#c, #n, #a {
  height: 23px;
}

#c {
  left: 59px;
  top: 910px;
  width: 85px;
}

#n {
  left: 23px;
  top: 943px;
  width: 117px;
}

#a {
  left: 53px;
  top: 993px;
  width: 100px;
}

#fdot {
  height: 43px;
  left: 37px;
  top: 1010px;
  width: 129px;
}

.pagetitle {
  text-align: center;
}

.postmetadata, #comment {
	width: 80%;
}

#emma {
	display: block;
	height: 159px;
	left: 79px;
	position: relative;
	text-indent: -9999px;
	top: 120px;
	width: 176px;
}

#left .votewidget {
	width: 70%;
}

/* wordpress styles */

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

