/*
Theme Name: Arrant Pedantry
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: Optima, "CG Omega", "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: Optima, "CG Omega", "Century Gothic", "AvantGarde Bk BT", sans-serif;
	color: #112233;
	margin: 0px;
	font-weight: normal;
	}

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

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

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

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

a:visited {
	color: #001122;
	}
	
a:hover {
	color: #334455;
	}

.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, .sidebar ul ul li, .sidebar ul ol li, .nocomments, blockquote, strike {
	color: #444444;
	}

small a:visited {
	color:#111111;
	}

small a:hover {
	color:#777777;
	}

.description {
	font-family: Optima, "CG Omega", "Century Gothic", "AvantGarde Bk BT", sans-serif;
	font-size:1em;
	margin: 0 0 .6em;
	color:#112233;
	}

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

#page {
	padding: 0;
	width: 984px;
	margin: 20px auto;
	background-color: #D1BFAE;
	}
	
/*#background {
	position:absolute;
	left: 0px;
	top: 0px;
	height: auto;
	width: auto;
	z-index: 0;
	}	

#title {
	position:absolute;
	left: 0px;
	top: 0px;
	}
*/	

#sidebarleft {
	width: 195px;
	border-right: 2px solid #666666;
	float:left;
	height:auto;
	}
	
/*#content {
	float:right
	}
*/	
#sidebarright {
	width: 195px;
	border-left: 2px solid #666666;
	float:left;
	height:auto;
	}
	
.column {
	margin: 0px 20px;
	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: 984px;
	border-top: 2px solid #666666;
	clear:both;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 50px;
	color: #112233;
	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 {
	margin: 0 10px;
	padding: 0 10px;
	}
	
.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

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

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

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



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

.sidebar #searchform #s {
	width: 125px;
	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/images/homebutton2.gif");
	}

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

a.store:hover {
	background-image: url("http://www.galacticcactus.com/images/storebutton2.gif");
	}
*/
/*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*/