/*
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;
	font-family:adobe-garamond-pro-1,adobe-garamond-pro-2,"Adobe Garamond Pro", "GoudyOlSt BT", serif;
	}

#content {
	font-size: 1em;
	}

small, #menu ul, .description {
	font-family: "Futura Lt BT", "Futura LT Medium", "Futura LT Book", futura, "Century Gothic", sans-serif;
	}
	
small {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: .5em 0 0.5em;
	}

h1, h2, h3, h4 {
	font-family: apolline-sc-1,apolline-sc-2, "Trajan Pro", serif;
	color: #112233;
	margin: 0px;
	font-weight: normal;
	}

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

.sidebar h2 {
	font-size: 1.5em;
	margin: 0;
	}

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

p, ul, ol {
	font-family:adobe-garamond-pro-1,adobe-garamond-pro-2,"Adobe Garamond Pro", "GoudyOlSt BT", serif;
	font-size: 1em;
	color: #112233;
	}

p {
	margin: 0 0 .6em;
	line-height: 1.6em;
	text-align: left;
	font-size: 1.05em;
	}

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

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

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

small a:visited {
	color:#111111;
	}

small a:hover {
	color:#777777;
	}

.description {
	font-size:1em;
	line-height:1.2em;
	margin: 0 0 .6em;
	color:#333333;
	}

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

acronym, abbr, span.caps {
	font-size: 1em;
	letter-spacing: .07em;
	}
	
#footer p {	
	font-size:.85em;
	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: #ddccbb;
	}
	
#header {
	width: 984px;
	height: 210px;
	background-image:url(/images/parchment_texture.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#header img {
	margin: 40px 78px 20px 78px;	
	}

#sidebarleft {
	width: 195px;
	border-right: 1px solid #666666;
	padding-top: 20px;
	float:left;
	height:auto;
	}
	
#sidebarright {
	width: 195px;
	border-left: 1px solid #666666;
	padding-top: 20px;
	float:left;
	height:auto;
	}
	
.column {
	margin: 20px 20px 0px;
	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: 952px;
	border-top: 1px solid #666666;
	padding:16px;
	clear:both;
	}

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

.postmetadata {
	padding:10px;
	}
	
/* =Menu
-------------------------------------------------------------- */

#menu {
	background: #bbaa99;
	/*background-image:url(/images/parchment_texture_dark.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	display: block;
	float: left;
	width: 944px;
	margin: 0 0 20;
	padding: 0px 20px;
	border-bottom: solid 1px #666;
}
#menu .menu-header, {
	font-size: 0.85em;
	margin-left: 0px;
	width: 928px;
}
#menu .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#menu a {
	color: #000;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#menu ul ul li {
	min-width: 180px;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul a {
	background: #666;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#menu li:hover > a,
#menu ul ul :hover > a {
	background: #666666;
	color: #fff;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul li.current_page_item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a {
	color: #fff;
}
* html #menu ul li.current_page_item a,
* html #menu ul li.current-menu-ancestor a,
* html #menu ul li.current-menu-item a,
* html #menu ul li.current-menu-parent a,
* html #menu ul li a:hover {
	color: #fff;
}

/* 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 select {
	margin: 5px 0 8px;
	}

.sidebar p {
	margin: 0;
	text-indent: 0;
	}
	
.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 li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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 Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 15px 30px;
	}

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

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

/* trackable sharing plugin */

.trackable_sharing {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #666;
	}