/*
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: #B29E80;
	margin: 0px;
	}
h1 {
	font-size: 1.5em;
	margin-bottom: .5em;
	}

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

h2 {
	font-size: 1.25em;
	margin-bottom: .5em;
	}

#sidebar h2 {
	font-size: 1.5em;
	margin: 0;
	color:#B29E80;
	}

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: #B29E80;
	}

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

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

a:visited {
	color: #B29E80;
	}
	
a:hover {
	color: #B29E80;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}
	
#sidebar {
	font-size: .85em;
	text-align:left;
	}

small, small a:link, .nocomments, blockquote, strike {
	color: #B29E80;
	}

small a:visited {
	color:#B29E80;
	}

small a:hover {
	color:#B29E80;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar a {
	color: #B29E80;
	}

.description {
	font-family: "Futura Lt BT", Futura, "Century Gothic", "AvantGarde Bk BT", sans-serif;
	font-size:1.2em;
	margin: 0 0 .6em;
	color:#B29E80;
	}
	/*background-image: url(/brinestone/quote.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 5px;*/
	

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:#591919;
	}

#page {
	height: auto;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 175px;
	}
	
#background {
	position:absolute;
	left: 0px;
	top: 0px;
	height: auto;
	width: auto;
	}	
	
#nav {
	width: 150px;
	height: auto;
	float:left;
	background-image: url(/brinestone/nav.gif);
	background-position: right;
	margin-left: 35px;
	margin-right:15px;
	}
	
.column {
	margin: 0px 25px;
	width: 450px;
	float:left;
	padding: 0px 50px 20px;
	}

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

#sidebar {
	width: 200px;
	float:left;
	
	background-position: center top;
	background-repeat: no-repeat;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 50px;
	color: #B29E80;
	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, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

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

#sidebar ul {
	padding-left: 15px;
	padding-top: 0px;
	margin: 0 0 0 15px;
/*	background-image:url(/brinestone/nav.gif); 
	background-repeat: no-repeat; */
	}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

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

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

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

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

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



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

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

#sidebar #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*/
#nav a {
	display:block;
	height:50px;
	width:133px;
	}

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

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

a.store:hover {
	background-image: url("http://www.galacticcactus.com/brinestone/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 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

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