/*
Theme Name: Rock Solid modified for THE FIX
*/
 
body{
	background: #111;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #a1a1a1;
}

/* == 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-type: none;
	/* list-style-image: url(images/li.gif); */
	margin: 0px 0px 0px 0px;
}

img { -ms-interpolation-mode:bicubic; }

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: 920px;
	height: 163px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#header{
	width: 900px;
	height: 84px;
	overflow: hidden;
	padding: 10px 0px;
	margin:0 10px;
}
/* CMW 08.31.09 */
#header a {
	display: block;
	height: 93px;
	width: 291px;
}
/* / CMW 08.31.09 */
#navbar-top{
	height: 35px;
	overflow: visible;
	font-size: 0.834em;
	color: #CCC;
	font-weight: bold;
}

#navbar-top ul{
	list-style-type: none;
	margin: 2px 0;
	display: inline;
	height: 30px;
	width: 576px;
	float: left;
}

#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;
	margin:0 10px;
}

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

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

/* == Content == */

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

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

.ad125-spot{
	width: 550px;
	height: 141px;
	overflow: hidden;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.ad125-spot img{
	width: 125px;
	height: 125px;
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 4px;
}

.adsense-content{
	width: 468px;
	padding: 8px 41px;
	overflow: hidden;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.post-container{
	padding:15px 0 15px 15px;
	width:700px;
	overflow: hidden;

}

#fixhome .post-container, #fixtag .post-container {
margin-bottom: 100px;
}

.post-container-end{
	width: 650px;
	height: 35px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

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

.post-header h1{
	font-family: Verdana, Arial, Helvetica, 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: Verdana, Arial, Helvetica, sans-serif;
	color: #a1a1a1;
	font-weight: normal;
	font-size: 11px;
}

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

.post-information{
	width: 650px;
	overflow: hidden;
	text-align: center;
	color: #999;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.post-image{
	width: 520px;
	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: 535px;
	overflow: hidden;
	text-align: justify;
	line-height: 1.834em;
	font-family: "Verdana", sans-serif;
	font-size: 0.917em;
	float: left;
}

#fixhome .post-content img, #fixtag .post-content img {
max-width: 100%;
height: auto;
}

#fixhome .post-content, #fixtag .post-content {
	width: 560px;
	overflow: hidden;
}

#fixpost .post-content{
	width: 650px;
	display: block;
	overflow: hidden;
	text-align: justify;
	line-height: 1.834em;
	font-family: "Verdana", sans-serif;
	font-size: 0.917em;
	margin-bottom: 80px;
}


.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: 650px;
	overflow: hidden;
}

.post-meta-single{
	width: 630px;
	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: 680px;
	padding: 10px 0px;
	overflow: hidden;
	color: #CCC;
}

/* == Comments == */

#share-container{
	width: 370px;
	padding: 20px 10px 35px 170px;
	overflow: hidden;
	background: url(images/like-this-post.gif) left 20px no-repeat;
}

#share-container img{
	float: left;
	display: inline;
	margin: 0px 10px;
}

.comment-container{
	width: 520px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/comment-container-bottom.gif) bottom center repeat-x;
}

.comment-left{
	float: left;
	clear: left;
	width: 72px;
	text-align: center;
	color: #666;
	font-size: 0.834em;
	overflow: hidden;
}

.comment-right{
	float: right;
	clear: right;
	width: 428px;
	overflow: hidden;
}

.comment-header{
	width: 428px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: italic;
	color: #666;
	font-size: 1.167em;
}

.comment-header a:link,
.comment-header a:visited{
	font-style: normal;
	color: #333;
	font-size: 1.417em;
}

.comment-header a:hover{
	color: #555;
}

.comment-header .comment-number{
	font-weight: bold;
	font-style: italic;
	color: #333;
	font-size: 1.167em;
}

.comment-content{
	text-align: justify;
	line-height: 1.834em;
	font-family: "Verdana", sans-serif;
	font-size: 0.917em;
}

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

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

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

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

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

.comment-left img{
	padding: 3px;
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0px 0px 5px 0px;
}

.comment-textarea{
	width: 450px;
	overflow: hidden;
}

.comment-input{
	width: 300px;
	overflow: hidden;
}

/* == s3Slider == */

#slider-holder{
	width: 512px;
	height: 200px;
	padding: 19px;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

#s3slider {
   width: 512px; /* important to be same as image width */
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 512px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font-weight: bold;
   font-size: 0.834em;
   color: #BBB;
   padding: 10px 13px;
   width: 486px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   display: none; /* important */
   bottom: 0;
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.s3sliderImage span a.featured-title:link,
.s3sliderImage span a.featured-title:visited{
	color: #DDD;
	padding: 0px 0px 2px 0px;
	font-size: 1.167em;
}

.s3sliderImage span a.featured-title:hover{
	color: #999;
}

.s3sliderImage span a:link,
.s3sliderImage span a:visited{
	color: #888;
}

.s3sliderImage span a:hover{
	color: #555;
}

/* == Sidebar == */

#sidebar{
	float: right;
	clear: right;
	width: 163px; /* 310 */
	overflow: hidden;
	font-size: 0.917em;
	font-weight: bold;
	color: #DDD;
}

#sidebar a:hover{
	color: #999;
}

.sidebar-box{
	width: 163px;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
}

.sidebar-box h2{
	height: 22px;
	padding: 4px 0px 4px 5px;
	margin: 5px 0px;
	font-family: "Tahoma", sans-serif;
	color: #DDD;
	font-size: 18px;
	font-weight: normal;
	background: url(images/tagsh2.gif) no-repeat;
}

.sidebar-box .ctc a {
	display: block;
	padding-left: 15px;
	height: 16px;
	padding-top: 1px;
	line-height: 15px;
	margin: 0 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	font-weight: bold;
	background: url(images/li15.gif) top left no-repeat;
}

.sidebar-box .ctc a:hover {color: #FFFFFF !important;}

.search-box{
	width: 159px;
	height: 21px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #333;
}

.search-input{
	float: left;
	width: 99px;
	height: 13px;
	overflow: hidden;
	background: url(images/search-bg.gif) repeat-x;
	border: 0px;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #555;
	padding: 4px 5px;
}

.search-button{
	float: left;
	width: 50px;
	height: 21px;
	overflow: hidden;
	background: url(images/search-button.gif) no-repeat;
	border: 0px;
	cursor: pointer;
}

.sms {
	width: 159px;
	height: 16px;
	margin: 0px 0px 30px 0px;
}

.sms a {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 13px 0 0;
	float: left;
}

.sms a.facebook {background: url(../../rocksolid/rocksolid/images/smIcon_facebook.gif) top left no-repeat;}
.sms a.twitter {background: url(../../rocksolid/rocksolid/images/smIcon_twitter.gif) top left no-repeat;}
.sms a.myspace {background: url(../../rocksolid/rocksolid/images/smIcon_myspace.gif) top left no-repeat;}
.sms a.rss {background: url(../../rocksolid/rocksolid/images/smIcon_rss.gif) top left no-repeat;}
/* == Footer == */

#footer{
	width: 100%;
	height: 320px;
	overflow: hidden;
	padding: 20px 0px 0px;
	background: url(images/footer.gif) repeat-x;
}

#footer-container{
	width: 900px;
	height: 320px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

.footer-widget{
	float: left;
	width: 250px;
	height: 250px;
	overflow: hidden;
	display: inline;
	padding: 15px;
	margin: 0px 10px;
	color: #CCC;
}

.footer-widget h2{
	font-size: 1.334em;
	color: #CCC;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	padding: 0px 0px 10px 0px;
}

.footer-widget ul li{
	padding: 5px 0px;
}

#footer-credits{
	width: 900px;
	margin: 12px 0px 0px;
	font-size: 0.834em;
	color: #999;
}

#footer-credits a:link,
#footer-credits a:visited{
	color: #FFF;
}

#footer-credits a:hover{
	text-decoration: underline;
}

#flickr{
	width: 900px;
	overflow: hidden;
	padding: 20px;
	margin: 0px auto 20px auto;
}

#flickr ul{
	list-style-type: none;
	display: inline;
}

#flickr ul li{
	display: inline;
	float: left;
	padding: 0px 10px;
}

#flickr ul li.flickr-no-border{
	padding: 0px 15px;
}

#flickr ul li img{
	display: block;
	border: 2px solid #222;
}

#flickr ul li img:hover{
	border-color: #555;
}

#flickr ul li.flickr-no-border img{
	display: block;
	border: 0px;
}

/* Calendar */

#calendar_wrap{
	padding: 10px 0px 0px;
	width: 310px;
	overflow: hidden;
	text-align: center;
}

table#wp-calendar{
	width: 250px;
	border: 0px;
	margin: 0 auto;
}

/* CMW 09.01.09 */
.tal {
	text-align: left;
}
div.sidebar-box ul li img {
	margin-right: 5px;
	vertical-align: -4px;
}
span.go-left a, span.go-right a, div.post-information, #commentform span.bold {
	font-size: 0.917em;
}
div.happy-top {
	margin-top: 20px;
}
div.happy-top-right {
	width: 300px;
	margin: -10px auto 10px auto;
}
div.happy-right-column {
	width: 160px;
	margin: 0 auto;
}
/* / CMW 09.01.09 */


/* THE FIX */
.fixtags, .fixurl {
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 13px;
width: 530px;
}

.fixtags {
margin: 5px 0 10px 0;
padding: 0;
}

.fixurl {
margin: 5px 0 5px 0;
padding: 0;
}

.fixtags img, .fixurl img {
	float: left;
	margin: -1px 5px 0 0;
}


/* RELATED POSTS FOR THE FIX */
.related {
	display: block;
	clear: both;
	float: none;
	text-align: center;
	padding: 35px 0 0 0;
	background: url(images/otherImages.gif) top left no-repeat;
}

.related ul, .related ul li, .related ol, .related ol li {list-style-type: none;}

.relatedImg {
	display: block;
	float: left;
	margin: 0px 20px 20px 0px;
	width: 100px;
	height: 150px;
	overflow: hidden;
}

.relatedImg img {
    width: 100px;
    height: auto;
    }

.relatedLanding {
	display: inline;
	float: right;
	padding: 0 0 0 20px;
	margin: 0 0 0 25px;
	text-align: center;
	margin: 0px 0px;
	background-image: url(images/borderline.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100px;
}

.relatedLanding p, .related p {display: none;}

.relatedLanding ul, .relatedLanding ul li, .relatedLanding ol, .relatedLanding ol li  {list-style-type: none;}

.relatedLanding .relatedImg {
	display: block;
	float: left;
	margin: 0px 0px 5px 0px;
	width: 100px;
	height: auto;
	}

.relatedLanding .relatedImg img {
    width: 100px;
    height: auto;
    }

.clear {
	clear: both;
}


/* DISABLED */

#share-container, #comments, .post-container-end, h2#respond, #commentform {display: none !important;}

a.report:link {color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
font-weight:normal;}

#footer-credits {
	color: #000000;
}

.memeHolder {display: block; width: 200px; height: 20px; margin-top: 15px;}
.tweetmeme_button iframe {
background: black !important;
}

/* JG - MAILCHIMP SIGNUP */
#newsletterSignup {width: 319px; background:url("images/newsletter_bg.png") no-repeat scroll left top transparent;display:inline;
float:left; height:34px; overflow: visible;}
#mc_embed_signup {width: 319px; height: 34px; position: relative;}
#mc-embedded-subscribe-form {width: 203px; height: 17px; border: 1px solid #171717; position: absolute; top: 8px; left: 103px; background: #3c3c3c;}
#mc-embedded-subscribe-form fieldset {border: 0 !important;}
#mce-EMAIL {background-color:#3C3C3C; border:0 none; color:#BCBCBC; font-size:10px; font-weight:normal; height:17px; left:0; margin:0; padding:0; position:absolute; top:0; width:120px; padding: 0 5px;}
#mc-embedded-subscribe {background:url("images/newsletter_submit.png") top left no-repeat; border:0 none; height:17px; position:absolute; right:0; top:0; width:76px;}
#mce-responses {position: relative;}
.mce_inline_error, #mce-error-response {background:none repeat scroll 0 0 transparent; color:red; display:block; font-size:11px; font-weight:bold; left:0; padding:0 5px; position:absolute; top:30px; width:193px; z-index:9;}
#mce-success-response {background:none repeat scroll 0 0 transparent; color:#FFFFFF; display:block; font-size:11px; font-weight:bold; left:0; padding:0 5px; position:absolute; top:30px; width:193px; z-index:9;}
