html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url( ../images/bg.png ) repeat-x center top #EEDBB3;
}

body {
	top:0;
	height: 100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: verdana;
	font-size:14px;
	color:#442206;
}

a:link{ color: #9C3027; }

a:visited{ color: #6A0701; }

a:hover, a:focus{ color: #A11104;	text-decoration:none; background-color:#E3C88E; }

a:active{ color: #EAC059; }

h1 a{	text-decoration:none; }

h1 img{	border:0; margin:0; padding:0 }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:0;}

h1 + h3 + p{ margin-top:1em; margin-bottom:0.5em;}
h1, h2, h3, h4, h5, h6{  }

h1{ margin-top:-0.3em; font-size:24px; color:#671600; font-family: "Selfish", Georgia, Times; }

h2{	font-size:20px; color:#4F2200; font-family: "Tango", Georgia, Times;}

h3{	font-size:18px; color:#671600; margin-bottom:0.3em; font-family: "Tango", Georgia, Times;}

h4{	font-size:16px; color:#671600;}

h5{	font-size:14px; color:#671600;}

h6{	font-size:12px; color:#671600;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

#container {
	position: relative;
	min-height:100%;	
	min-width:765px;
	max-width:1300px;	
	overflow:hidden;
	text-align:left;
	padding:0 5% 90px 5%;
	z-index:2;
}

#texture{
	display:block;
	position:absolute;
	width:2361px;
	height:235px;
	max-width:100%;
	background: url(../images/bg-texture2.png) repeat-x center top ;
	z-index:1;
	left:0;
	top:0px;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:285px;
	margin:0;
	top:-50px;
}

#nextCW{
	display:block;
	position:absolute;
	width:573px;
	height:75px;
	background:url(../images/bg-nextCW.png) no-repeat 0 0;
	top:0;
	left:5%;
	margin:0;
	color: #E3CAA3;
	padding:1px 0 0 0;
	text-align:center;
	font-size:12px;
}

#nextCW strong{ font-style:italic; }

#logo{
	display:block;
	position:relative;
	top:15px;
	left:5%;
	width:312px;
	height:249px;
	overflow:hidden;
	background: url(../images/logo-trans.png) no-repeat 0 0;
	text-indent:999em;
	line-height:999em;
	overflow:hidden;
}

#signUp{
	display: block;
	position: absolute;
	top:0px;
	right:5%;
	min-width:243px;
	width:27%;
	height:273px;
	text-align:center;
	background: url(../images/bg-signup.png) no-repeat center 0 ;
	z-index:2;
}

#signUp a{
	display:block;
	position:absolute;
	bottom:20px;
	background-color:transparent;
	width:180px;
	height:40px;
	left:50%;
	margin:0 0 0 -90px;
	/* the next 3 rules plus having a fixed size hides text*/
	text-indent:-999em;
	line-height:999em;
	overflow:hidden;
}

#rssIcon{
	display: block;
	position: absolute;
	left:5%;
	bottom:15px;
	width:77px;
	height:74px;
	background: url(../images/bg-rss.png) no-repeat 0 0;
	/* the next 3 rules plus having a fixed size hides text*/
	text-indent:-999em;
	line-height:999em;
	overflow:hidden;
	z-index:2;
}

#slogan{
	display:block;
	position:absolute;
	left:65px;
	bottom:16px;
	width:555px;
	height:69px;
	z-index:1;	
	background: url(../images/slogan2-trans.png) no-repeat 0 0; 
	/* the next 3 rules plus having a fixed size hides text*/
	text-indent:-999em;
	line-height:999em;
	overflow:hidden;
}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position:relative;
	display:block;
	width:60%;
	left:0;
	margin:0 ;
	padding:0 5% 40px 5%;
	top:-15px;
}

#aside{
	position:relative;
	display:block;
	min-width:205px;
	width:30%;
	float:right;
	left:0;
	list-style:none;
	padding:0 0 2.5% 0;
	margin:0 0 0 -30%;
	z-index:6;
}

#aside div{
	display:block;
	position: relative;
	background:#F0DEB5;
	border:1px solid #C4A87D;
	padding:10px 0;
	margin: 0 0 15px 0;
	width:100%;
}

#aside h2{
	margin-left:11px;
}

#aside ul, #aside ol, #aside li{
	list-style:none;
	padding:0;
	margin:0;
}

#aside a{
	display:block;
	position:relative;
	padding:4px 11px;
}

#aside a:hover, #aside a:focus{
	background:#E3C88E;
}


#searchBtn{
	display:block;
	position: absolute;
	width:60px;
	height:53px;
	background: url(../images/bg-search.gif) no-repeat left top;
	/* the next 3 rules plus having a fixed size hides text*/
	text-indent:-999em;
	line-height:999em;
	overflow:hidden;
	left:50%;
	margin:0 0 0 41px;
	top:0;
}

#b-query{
	display:block;
	position:relative;
	padding:9px 5px 5px 5px;
	margin:0;
	border:none;
	left:15%;
	width:130px;
	height:20px;
	left:50%;
	margin:6px 0 0 -100px;
	opacity:0.8;
	background:none;
	background-color:transparent;
	font-family: verdana;
	font-size:14px;
	color:#854F19;
}

#searchBtn:hover{
	background-position:left bottom;
}

#searchthis{
	display:block;
	position:relative; 
	width:100%;
	margin:0;
	padding:0;
	height:53px;
	background:url(../images/bg-searchInput.gif) no-repeat center 6px ;
	overflow:hidden;
}

#footer {
	position: relative;
	bottom: 0;
	height:20px;
	margin:-90px 0 0 0;
	width:100%;
	text-align:center;
	background: url(../images/bg-footer.png) repeat-x 0 0;
	left:0;
	color:white;
	padding:70px 0 0 0;
	z-index:100;
	font-size:11px;
}

#footer a{	color:white; }

#footer a:hover{ text-decoration:none; background:none; }


.postFooter{
	display:block;
	position:relative;
	background:#F0DEB5;
	border:1px solid #C4A87D;
	padding:10px;
	width:96%;
	margin: 20px 0 50px 0;
	line-height:1.8em;
}

.postFooter p{
	margin:0;
}

.shareViaEmail, a[title="Email Post"]{
	padding-left:20px;
	background: url(../images/icon-email.gif) no-repeat 0 3px;
}

.shareViaEmail:hover, a[title="Email Post"]:hover{
	background-color:#E3C88E;
}

.commentsIcon{
	padding-left:20px;
	background: url(../images/icon-comments.gif) no-repeat 0 3px;
}

.blogger-labels{ 
	display:none; 
	padding: 1px 0 1px 20px;
	background: url(../images/icon-tag.gif) no-repeat 0 6px;
}

.linksIcon{ 
	padding: 1px 0 1px 20px;
	background: url(../images/link_go.gif) no-repeat 0 2px;
}

.postedBy{
	
	padding: 1px 0 1px 20px;
	background: url(../images/users.gif) no-repeat 0 5px;
}

.icon-action{ display:none;}

a.addThis{
	display: block;
	position:relative;
	width:85%;
	left:3%;
	background:#F8DD9E;
	border:1px solid #D89600;
	padding:0;
}

#aside a.addThis:hover{
	background:#F8DD9E;
}

.addThis img{
	padding:0;
	margin:-5px 0 0 -12px;
}

.tlc, .trc, .brc{
	display:block;
	position:absolute;
	width:7px;
	height:7px;
}

.tlc{
	top:-1px;
	left:-1px;
	background: url( ../images/tlc.gif ) no-repeat 0 0;
}

.trc{
	top:-1px;
	right:-1px;
	background: url( ../images/trc.gif ) no-repeat 0 0;
}

.brc{
	bottom:-1px;
	right:-1px;
	background: url( ../images/brc.gif ) no-repeat 0 0;
}

.cw-tip {
	color: #F0DFBA;
	z-index: 13000;
	border: 1px solid #5C2203;
}
 
.cw-title {
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	color: #F0DEB5;
	padding: 8px 8px 4px;
	background: #87150E;
}
 
.cw-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #89150E;
}

#labelList{
	display:none;
}

#navbar-iframe {
   display: none;
}
