/*
Theme Name: GalacticCactus
Theme URI: http://www.galacticcactus.com/
Description: An original theme designed for GalacticCactus.com.
Version: 1.0
Author: Jonathon Owen
*/

/* Begin Typography & Colors */
body {
	font-size: 1em;
	}

#content {
	font-size: 1em;
	}

small {
	font-family: "Futura Lt BT", Futura, "Century Gothic", "AvantGarde Bk BT", sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
	margin: .6em 0 0.6em;
	}

h1, h2, h3, h4 {
	font-family: "Futura Lt BT", Futura, "Century Gothic", "AvantGarde Bk BT", sans-serif;
	font-weight: bold;
	color: #5599ff;
	margin: 0px;
	}

h1 {
	font-size: 1.5em;
	margin-bottom: .5em;
	}

h1 a:link, h1 a:visited, .sidebar a:link, .sidebar a:visited {
	text-decoration:none;
	}

h1 a:hover, .sidebar a:hover {
	text-decoration:underline;
	}
	
h2 {
	font-size: 1.25em;
	margin-bottom: .5em;
	}

#sidebarright h2 {
	font-size: 1.5em;
	margin: 0;
	}

h3 {
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: .5em;
	}

p, ul, ol {
	font-family: "GoudyOLSt BT", "Palatino Linotype", Garamond, Georgia, "Times New Roman", serif;
	font-size: 1em;
	color: #5599ff;
	}

p {
	margin: 0 0 .6em;
	line-height: 1.5em;
	text-align: left;
	}

a  {
	color: #5599ff;	
	text-decoration: underline;
	}
	
a:link {
	color: #5599ff;
	}

a:visited {
	color: #437ACC;
	}
	
a:hover {
	color: #80B3FF;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}
	
#sidebarright {
	font-size: .85em;
	text-align:left;
	}
	
small, small a:link, #sidebarright ul ul li, #sidebarright ul ol li, .nocomments, blockquote, strike {
	color: #999999;
	}

small a:visited {
	color:#666666;
	}

small a:hover {
	color:#CCCCCC;
	}

.description {
	font-family: "Futura Lt BT", Futura, "Century Gothic", "AvantGarde Bk BT", sans-serif;
	font-size:1.2em;
	margin: 0 0 .6em;
	color:#999999;
	}

code {
	font: 1em 'Courier New', Courier, mono;
	}

acronym, abbr, span.caps {
	font-size: 1em;
	letter-spacing: .07em;
	}
	
#footer p {	
	padding:16px;
	margin: 0;
	text-align: center;
	}
/* End Typography & Colors */


/* Begin Structure */
html, body {
	margin:0px;
	padding:0px;
	border: 0px none;
	background-color:#000000;
	}

#page {
	height: auto;
	width: 1024px;
	/*margin:0px auto;*/
	}
	
#background {
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	}	

#title {
	position:relative;
	left: 0px;
	top: 0px;
	height: 140px;
	}
	
#sidebarleft {
	width: 170px;
	border-right: 2px solid #666666;
	height: auto;
	float:left;
	background-image: url(/images/backshade.png);
	}
	
.column {
	margin: 0px 50px;
	width: 450px;
	float:left;
	padding: 0px 50px 20px;
	background-image: url(/images/backshade.png);
	}

.post {
	margin: 0 0 35px;
	clear:both;
	border-bottom: 1px solid #666666;
	padding:0 0 25px;
	}
	
.entry {
	margin: 10px 0;
	}

#footer {
	width: 1024px;
	border-top: 2px solid #666666;
	clear:both;
	}

#sidebarright {
	border-left: 2px solid #666666;
	width: 200px;
	float:left;
 	background-image: url(/images/backshade.png);
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 50px;
	color: #4488cc;
	font-size: 1.2em;
	}
	
.alt, .postmetadata {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}

.postmetadata {
	padding:10px;
	}
/* End Structure */


/* Begin Images */
img {
	border:0px none;
	padding:0px;
	}

p img {
	max-width: 100%;
	text-indent: 0;
	margin: 5px 0 0 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	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;
	padding-bottom:20px;
	}
	
.alignleft {
	float: left;
	padding-bottom:20px;
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebarright ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 10px;
	margin: 0;
	}

#sidebarright ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	}
	
#sidebarright ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

#sidebarright ul p, #sidebarright ul select {
	margin: 5px 0 8px;
	}

#sidebarright ul ul, #sidebarright ul ol {
	margin: 5px 0 0 0;
	}

#sidebarright ul ul ul, #sidebarright ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebarright ul ol li {
	list-style: decimal outside;
	}

#sidebarright ul ul li, #sidebarright ul ol li {
	margin: 3px 0 0;
	padding: 0px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto 0px;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebarright #searchform #s {
	width: 150px;
	padding: 0px;
	margin: 0 0 10px 0;
	border: 1px solid #666666;
	}

#sidebarright #searchsubmit {
	padding: 1px;
	border: 1px solid #666666;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 5px 5px 0 0;
	border: 1px solid #666666;
	}

#commentform textarea {
	width: 440px;
	padding: 2px;
	margin: 5px 5px 0 0;
	border: 1px solid #666666;
	}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding:0 0 15px;
	margin:0;
	text-align: justify;
	}

.commentlist li {
	list-style: none;
	padding: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	text-indent:0;
	}

#commentform p {
	margin: 5px 0;
	text-indent: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/*Begin navigation bar rollovers*/
#sidebarleft a {
	display:block;
	height:50px;
	width:133px;
	}

a.home:hover {
	background-image: url("http://www.galacticcactus.com/images/homebutton2.png");
	}

a.gallery:hover {
	background-image: url("http://www.galacticcactus.com/images/gallerybutton2.png");
	}
	
a.brinestone:hover {
	background-image: url("http://www.galacticcactus.com/images/brinestonebutton2.png");
	}
	
a.english:hover {
	background-image: url("http://www.galacticcactus.com/images/englishbutton2.png");
	}
	
a.forum:hover {
	background-image: url("http://www.galacticcactus.com/images/forumbutton2.png");
	}

a.store:hover {
	background-image: url("http://www.galacticcactus.com/images/storebutton2.png");
	}
/*End navigation bar rollovers*/



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
/* End Various Tags & Classes*/
