/*
Theme Name: Rock Solid
*/
 
@import "css/comments.css";
@import "css/footer.css";
@import "css/pagenavi.css";
@import "css/sidebar.css";
@import "css/slider.css";
@import "css/feature.css";
body{
	background: #000000 url(images/background-blue.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #000000;
}

#header{
	background: url(http://www.myerotictouch.com/images/logo_001.jpg) top left no-repeat;
}
a:link,
a:visited{
	color: #557181;
}

a:hover{
	color: #698b9e;
}




/* == Resets N' Stuff == */

a:link,
a:visited{
	font-size: 100%;
	font-family: "Arial", sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a:hover{

}

a:focus,
a:active{
	outline: none;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { 
	margin: 0;
	padding: 0; 
}

ul{
	list-style-image: url(images/li.gif);
	margin: 0px 0px 0px 15px;
}

img{
	border: 0px;
}

input:focus, input:active{
	outline: none;
}

.go-left{
	float: left;
	clear: left;
}

.go-right{
	float: right;
	clear: right;
}

.go-center{
	margin: 0 auto;
	text-align: center;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.block{
	display: block;
}

.clear{
	clear: both;
}

.align-right{
	text-align: right;
}

.align-left{
	text-align: left;
}

.black-bg{
	background: url(images/black.png);
}

/* == Wordpress Necessary == */

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

.alignleft {
   float: left;
   margin: 5px;
}

.alignright {
   float: right;
   margin: 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

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

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

.wp-smiley{
	display: inline;
}

.white{
	color: #CCC;
}

/* == Header == */

#top{
	width: 100%;
	height: 163px;
	background: url(images/top.gif) repeat-x;
}

#top-container{
	width: 960px;
	height: 163px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#header{
	width: 960px;
	height: 84px;
	overflow: hidden;
	padding: 10px 0px;
}

#navbar-top{
	height: 30px;
	overflow: hidden;
	padding: 3px 0px 2px 0px;
	font-size: 0.834em;
	color: #CCC;
	font-weight: bold;
}

#navbar-top ul{
	list-style-type: none;
}

#navbar-top ul li{
	float: left;
	display: inline;
}

#navbar-top ul li a:link,
#navbar-top ul li a:visited{
	display: block;
	padding: 9px 10px;
	color: #CCC;
}

#navbar-top ul li a:hover,
#navbar-top ul li.current_page_item a:link,
#navbar-top ul li.current_page_item a:visited,
#navbar-top ul li a:active{
	background: url(images/navbar-hover.gif) repeat-x;
}

#navbar-top ul li.rss-li a:link,
#navbar-top ul li.rss-li a:visited{
	display: block;
	padding: 9px 10px;
	color: #ffac41;
}

#navbar-bottom{
	height: 14px;
	overflow: hidden;
	padding: 5px 0px;
	font-size: 0.834em;
	color: #CCC;
	font-weight: bold;
}

#navbar-bottom a:link,
#navbar-bottom a:visited{
	font-weight: bold;
}

.adsense-header{
	overflow: hidden;
	margin: 12px 0px;
}

/* == Content == */

#container{
	width: 960px;
	overflow: hidden;
	margin: 20px auto;
	padding: 20px;
	text-align: left;
}

#content{
	float: left;
	clear: left;
	width: 730px;
	overflow: hidden;
}



.post-container{
	width: 700px;
	padding: 15px;
	overflow: hidden;
	background: #FFF url(images/post-container-top.gif) repeat-x left top;
}

.post-container-end{
	width: 730px;
	height: 35px;
	overflow: hidden;
	background: url(images/post-container-bottom.gif) repeat-x left;
	margin: 0px 0px 20px 0px;
}

.post-header{
	width: 700px;
	overflow: hidden;
	text-align: left;
}

.post-header h1{
	font-family: "Trebuchet MS", sans-serif;
	color: #444;
	font-weight: bold;
	font-size: 1.667em;
	padding: 0px 0px 5px 0px;
}

.post-header a:link,
.post-header a:visited{
	font-family: "Trebuchet MS", sans-serif;
	color: #444;
	font-weight: bold;
}

.post-header a:hover{
	color: #111;
}

.post-information{
	width: 700px;
	overflow: hidden;
	text-align: left;
	font-size: .667em;
	color: #999;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.post-image{
	width: 700px;
	height: 208px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

.post-image img{
	padding: 3px;
	background: #FFF;
	border: 1px solid #CCC;
}

.post-image img:hover{
	border-color: #999;
}

.post-content{
	width: 700px;
	overflow: hidden;
	text-align: justify;
	line-height: 1.834em;
	font-family: "Verdana", sans-serif;
	font-size: 0.917em;
}

.post-content p{
	padding: 0px 0px 15px 0px;
}

.post-content h1{
	font-family: "Trebuchet MS", sans-serif;
	color: #444;
	font-weight: bold;
	font-size: 1.5em;
	padding: 0px 0px 15px 0px;
}

.post-content h2{
	font-family: "Trebuchet MS", sans-serif;
	color: #555;
	font-weight: bold;
	font-size: 1.47em;
	padding: 0px 0px 15px 0px;
}

.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6{
	font-family: "Trebuchet MS", sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 1.25em;
	padding: 0px 0px 15px 0px;
}

.post-content blockquote{
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 15px 0px;
	background: #EEE;
	font-style: italic;
	font-size: 12px;
	font-family: "Arial", sans-serif;
	color: #777;
}

.post-content ul,
.post-content ol{
	padding: 10px 10px 10px 30px;
	background: #EEE;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #777;
}

.post-content ul{
	list-style-image: none;
	list-style-type: disc;
}

.post-meta-index{
	width: 700px;
	overflow: hidden;
}

.post-meta-single{
	width: 700px;
	padding: 15px 10px;
	overflow: hidden;
	background: #EEE;
	font-family: "Verdana", sans-serif;
	font-size: 0.917em;
	font-weight: bold;
	color: #777;
}

.wp-pagenavi,
.below-post{
	width: 700px;
	padding: 10px 0px;
	overflow: hidden;
	color: #CCC;
}

