/*  
Theme Name: Space Alpaca
Author URI: 
Version: 
Author: Violet Socks
Description: 

alt green background #345b49
old teal link color #008396
*/

* {padding: 0; margin: 0;} 

body { 
	background: #3c5b5e url(images/topbg.jpg) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
        width: 100%;
	display: table;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr {
	margin: 10px 0px;
}

/*********************************************
		Link Styles
*********************************************/
a, a:visited {
	color: #006666;
	text-decoration: none;
}
a:focus { outline: none; }
a:hover { color: #000; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #000;}

ol, ul {
	margin: 5px 35px;
	line-height: 16px;
}
ol li {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
ul li {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
blockquote {
        background: #fff url(images/code-bg.gif) repeat;    
	margin: 10px 40px 10px 45px;
	padding: 0px 10px 0px 10px;
        border: 1px dotted #d27c19;     
}
.plainquote {
	margin: 10px 40px 10px 45px;
	padding: 0px 10px 0px 10px;  
}
img { border: 0px; background: none; }
p {
	padding: 5px 5px;
	margin: 0px;
	line-height: 16px;
}

<style type="text/css">
table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


/************************************************
*	Images  					     		    * 
************************************************/
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
        margin-top: 5px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 5px 0px 0px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 5px 10px 0px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F7F5EF;
	padding: 2px 0px 0px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
   	}

.wp-caption img {
	margin: 2px 0px 2px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin-left: 0px;
	padding-left: 0px;
        text-align: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	border-left: 6px solid #F7F5EF;
	border-right: 6px solid #F7F5EF;
	border-top: 5px solid #F7F5EF;
	border-bottom: 0px solid #F7F5EF;
	}

/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
	padding: 10px 0px 5px 5px;
	margin: 0px;
	color: #006666;
	text-decoration: none;
}
h1 a, a:visited {
	color: #006666;
	text-decoration: none;
}
h1 a:hover { color: #000; text-decoration: none; }

h2 { /* This style used as header in the sidebars */
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	color: #d27c19;
        text-align: center;
        line-height: 80px;
	margin: 20px 0px 10px 0px;
	padding: 24px 8px 0px 8px;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	padding: 10px 0px 5px 5px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
	padding: 10px 0px 5px 5px;
	margin: 0px;
	color: #333;
	text-decoration: none;
}
h5 { /* This style used for Halloween subtitles  */
	clear: both; /* we need this so image floats are cleared */
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
	padding: 10px 0px 0px 5px;
	border-top: 1px dotted #666;
	margin: 10px 0px;
	color: #333;
	text-decoration: none;
}

/*********************************************
		Header Styles	
*********************************************/
#header {
        height: 300px;
	width: 970px; 
	margin: 0 auto; 
	position: relative;
        cursor: pointer;
  }
#header #title {
	position: absolute;
	top: 55px;
	left: 48px;
	font-size: 34px; line-height: 34px;
        color: #fff;
        text-indent:-9999px;  /*Hide Text, keep for SEO*/
}
#header #desc {
        width: 309px;
        text-align: center;
	position: absolute;
	top: 200px;
	left: 146px;
	color: #fff;
}

/*********************************************
		Container Div 
*********************************************/
#container-wrap {
        width: 970px;
        margin: 110px auto 0;
        background: #fff url(images/wrap-shadow4.gif) repeat-y top left;
        position: relative;
        padding: 0px 0 0 0;
}
#container-top {
	background: url(images/container-top.jpg) no-repeat top;
	height: 100%;

}

/*********************************************
		Nav Div 
*********************************************/
#nav {
        width: 970px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style: none;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: bold;
}
#nav ul li {
	list-style: none;
}
#nav li {
	background: none;
	float: left;
        padding: 0px;
	text-align: center;
}
#nav a {
	color: #FFF;
	text-decoration: none;
}
#nav li:hover,
#nav li:hover a,
#nav li.sfhover,
#nav li.sfhover a,
#nav li a:hover {
	color: #000;
	text-decoration: none;
}
#nav ul li a {
	text-decoration: none;
}
#nav ul li.nav-home a {
	background: none;
	float: left;
        padding: 0px;
	text-align: center;
	width: 120px;
        position: relative;
	top: 35px;
	left: 18px;
}
#nav ul li.nav-about a {
	background: none;
	float: left;
        padding: 0px;
	text-align: center;
	width: 120px;
        position: relative;
	top: 35px;
	left: 34px;
}
#nav ul li.nav-lounge a {
	background: none;
	float: left;
        padding: 0px;
	text-align: center;
	width: 120px;
        position: relative;
	top: 35px;
	left: 52px;
}
#nav ul li.nav-archives a {
	background: none;
	float: left;
        padding: 0px;
	text-align: center;
	width: 120px;
        position: relative;
	top: 35px;
	left: 70px;
}
#nav ul li.nav-trope a {
	background: none;
	float: left;
        padding: 0px;
	text-align: center;
	width: 120px;
        position: relative;
	top: 35px;
	left: 148px;
}
#nav ul li.nav-stuff a {
	background: none;
	float: left;
        padding: 0px;
	text-align: center;
	width: 120px;
        position: relative;
	top: 35px;
	left: 164px;
}

/*********************************************
		Content Div
*********************************************/
#content {
	width: 520px; 
	float: left;
        position: relative;
	padding: 0px 60px 40px 50px;
	margin: 100px 0px 0 0; 
	display: block;

}
a.more-link { /* the more link */
	display: block;
	clear: both;
	margin: 5px 0px 0px 0px; padding: 0px;

}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	margin: 3px 0px 10px 0px;
        color: #333;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	margin: 10px 0px 50px 0px;
	border-top: 1px dotted #666;
        line-height: 18px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Sidebar
*********************************************/
#sidebar {
	display: inline;
        overflow: hidden;
	float: left;
	border: 0px solid black;
	width: 300px;
	margin: 100px 0px 0 0; 
        padding: 10px 10px 40px 10px;
	display: block; /* floats are handled as block elements, this is to fix 
			a margin collapsing bug in IE */
}
#sidebar h2 { /* This style used as header in the sidebars  */
	background: url(images/bar6.gif) center no-repeat;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	color: #d27c19;
        text-align: center;
        line-height: 80px;
	margin: 0px 0px 10px 0px;
	padding: 24px 8px 0px 8px;

}
#sidebar embed, #sidebar object {
	/* width: 300px; height: 230px; */
	margin: 0px; padding: 0px;
}
#sidebar p {
	padding: 5px;
}
#sidebar img {
	text-align: center;
}
#sidebar form {
	padding: 0px 0px 0px 0px;
        margin: 0px 0px 20px 0px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar ul li {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#sidebar ul li ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#sidebar ul li ul li {
	background: url(images/icon-off.gif) no-repeat;
        background-position: 0 .2em;
	padding: 0px 0 2px 20px;
	margin: 5px;
}
#sidebar ul li ul li:hover {
	background: url(images/icon-on.gif) no-repeat;
        background-position: 0 .2em;
	padding: 0px 0 2px 20px;
	margin: 5px;
}
#sidebar ul li ul li a {
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
        color: #000;
	text-decoration: underline;
}
#sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}
#cat {
        margin: 0 5px 0 15px;
	padding: 0px 0px 0px 0px;
        width: 270px;
        height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 }

/*********************************************
		Search form
*********************************************/
#searchform {
	padding: 0px 0 0px 0px;
        margin: 0px 0px 20px 0px;
}
#searchform p {
        margin: 0;
	padding: 0;
}
#searchform input{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        background-color: #fff !important;
}
#s {
        width: 170px;
	height: 14px;
        border: 1px dotted #d27c19; 
        margin: 2px 0px 0px 15px;
	padding: 5px 2px 4px 5px;
}
#searchsubmit  {
        margin: 0px 0px 10px 10px;
}
.buttonSearch  {
        background: #b7d4e5 url(images/search4.gif) !important;
        width: 84px;
        height: 28px;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: bold;
        color: #fff;
}
.buttonSearch:hover  {
        background: #b7d4e5 url(images/search5.gif) !important;
        width: 84px;
        height: 28px;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: bold;
        color: #000;
}
/*********************************************
		Comment Styles
 url("http://www.reclusiveleftist.com/wp-images/input.gif") top right;
*********************************************/
input.text, textarea {
	background: #fff !important;
	color: #000;
	border: 1px solid;
	border-color: #888888 #888888 #aaaaaa #aaaaaa;
	padding: 5px 3px 5px 3px;
	font-size: 1em;
}
input.text:focus, textarea:focus {
	border-color: #000000;
}
.comment-link {
  padding: 10px 0 10px 0;
}

.alt {
	 background-color: #f7f6ee;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 0px; padding: 0px 0px 0px 0px;
	clear: both;
	background: none;
	height: 55px;
        border-top: 1px dotted #d27c19;  
}
#footer a {
	color: #006666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer p {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
.footerleft {
	width: 45%;
	float: left;
	margin: 0px;
	padding: 10px;
	text-align: left;
}
.footerright {
	width: 45%;
	float: right;
	margin: 0px;
	padding: 10px;
	text-align: right;
}

/*********************************************
		Bottom	        cursor: pointer;
*********************************************/
#bottom {
	height: 440px;
	width: 970px; 
	margin: 0 auto; 
	position: relative;
	background: #3c5b5e url(images/bottombg.jpg) no-repeat top center;
}
#pics {
	position: absolute;
	left: 0px;
	bottom: 0px;
	list-style: none;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: bold;
}
#pics li {
	background: none;
	width: 150px;
	float: left;
	padding: 0;
	text-align: center;
}
#pics a, #pics a:visited {
	text-decoration: none;
	color: #000;
}
#pics a:hover {
	text-decoration: underline;
}
#pics span {
	display: none;
	position: absolute;
}
#pics a:hover span {
	display: block;
}
#pics li.pics-alpaca a {
	width: 108px;
        position: absolute;
	height: 44px;
	bottom: 174px;
	left: 45px;
}
#pics li.pics-alpaca a:hover span  {
	background: url(images/home-over.gif) no-repeat;
	width: 168px;
	height: 29px;
	top: -30px;
	left: 35px;
}
#pics li.pics-raoul a {
	width: 103px;
        position: absolute;
	height: 44px;
	bottom: 174px;
	left: 245px;
}
#pics li.pics-raoul a:hover span  {
	background: url(images/home-over.gif) no-repeat;
	width: 168px;
	height: 29px;
	top: -30px;
	left: 35px;
}
#pics li.pics-meegla a {
	width: 100px;
        position: absolute;
	height: 110px;
	bottom: 0px;
	left: 400px;
}
#pics li.pics-meegla a:hover span  {
	background: url(images/meegla-over.gif) no-repeat;
	width: 240px;
	height: 40px;
	top: -30px;
	left: 35px;
}
#pics li.pics-lounge a {
	width: 180px;
        position: absolute;
	height: 44px;
	bottom: 174px;
	left: 505px;
}
#pics li.pics-lounge a:hover span  {
	background: url(images/lounge-over.gif) no-repeat;
	width: 243px;
	height: 76px;
	top: -30px;
	left: 35px;
}
#pics li.pics-violet a {
	width: 102px;
        position: absolute;
	height: 44px;
	bottom: 174px;
	left: 745px;
}
#pics li.pics-violet a:hover span  {
	background: url(images/home-over.gif) no-repeat;
	width: 168px;
	height: 29px;
	top: -30px;
	left: 35px;
}



/*********************************************
		Sociable
*********************************************/

div.sociable { 
        margin: 12px 0 12px 5px; 
}

span.sociable_tagline { 
        position: relative; 	
}

span.sociable_tagline span { 
        display: none;  
        width: 14em; 
}
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	background: #ffffff;
	display: inline !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: #ffffff;
	display: inline !important;
	list-style-type: none !important;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 10px 0 0 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/*********************************************
		Expand This
*********************************************/

.ddet_div {
  margin: 0px 0 0 0px;
  padding: 4px 8px 4px 8px;
  background: #F4F4F4;
  border: 1px solid #DDDDDD;
}

/*********************************************
		Twitter
*********************************************/

#twitter {
	text-align: center;
        
}