/*  
Theme Name: AP-Museum_Paper
Theme URI: http://www.arcanepalette.com
Description: Paper uses rich paper textures and a semi-neutral palette fully widgetized and ready to boast your distinguished creative sensibilities.
Version: 1.0.1
Author: Arcane Palette Creative Design
Author URI: http://www.arcanepalette.com
*/

@font-face {
	font-family: 'GoudyBookletter1911';
	src: url('fonts/goudybookletter1911.eot');
	src: local('☺'), url('fonts/goudybookletter1911.woff') format('woff'), url('fonts/goudybookletter1911.otf') format('opentype'), url('fonts/goudybookletter1911.svg#GoudyBookletter1911') format('svg');
}
@font-face {
	font-family: 'SketchyTimes';
	src: url('fonts/sketchytimes-b-webfont.eot');
	src: local('☺'), url('fonts/sketchytimes-b-webfont.woff') format('woff'), url('fonts/sketchytimes-b-webfont.ttf') format('truetype'), url('fonts/sketchytimes-b-webfont.svg#webfont27adTBRh') format('svg');
}

/* Main */

body {
	font-size: 18px;	
}
cite {font-family: 'GoudyBookletter1911', Georgia, serif !important; font-weight: normal !important;}
label {font-weight: normal !important;}
.container {
	width: 952px;
}

a:link, a:visited {
	text-decoration:none;	
}
a:active, a:hover {text-decoration:none;}

.spacer-10 {
	clear:both;
	height: 10px;
}

h1, h2 {margin: auto;}
h1, h2, h3, h4, h5 {position: relative; z-index: 2;}

.threecolumn {
	width: 32.1%;
	float: left;
	margin-right: 10px;
}
.threecolumn h2 {text-align: center;}
.fourohfour ul {list-style-type: none;}
.fourohfour ul li {margin-left: -10px !important;}

/* this stuff is borrowed from Kubrik, the WordPress default theme and handles 
   WP-specific stuff. */
   
/*	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-left: 10px;
	}

.alignleft {
	float: left;
	padding-right: 10px;
	}
/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	padding: 3px 0 4px 0!important;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Header */
.header {

}
h1 {position: relative; z-index:9;}
.navbar {	margin: 20px 0 0 -10px !important; font-size: 1.5em; float: right; position: relative; z-index: 5;}
.navbar ul {
	list-style-type: none;
	margin: 0 !important;
}
.navbar li {
	float: left;
	margin-left: 15px;
}
.navbar li a:link, .navbar a:visited {}
.navbar li a:hover, .navbar a:active {position:relative; z-index:5;}
.navbar li .first {margin-left: 0px !important;}
.navbar li li {
	display: inline;
	margin: 0;
	clear: left;
	position: relative;
	z-index: 5;
}
.navbar li ul {
	position: absolute;
	left: -999em;
	width: 12em;
}
.navbar li:hover ul {
	left: auto;
}
.navbar li:hover ul, #nav li.sfhover ul {
	left: auto;
}	


/* Content */

textarea {
	font-family: 'GoudyBookletter1911', Georgia, serif;
	font-size: 1.0em;
	letter-spacing: 0.1em;	
}

.middle {
	margin: auto;
	width: 1012px;
}

.content {
	margin-top: 10px;
	width: 610px;
	float: left;
	min-height: 280px;
}

.post {
	padding: 0 20px;
	margin-bottom: 10px;
}
.home .post p:first-line {
	font-size: 1.5em;	
}

.the_title {
	margin: 10px 0;
	line-height: 0.9em;
}
.the_date h3 {margin-bottom: 0 !important; margin-top: 10px; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; letter-spacing: -0.1em; text-transform:uppercase; font-size: 1.2em; float:right; width: 10em; height: 2em; text-align: right;}
.postmetadata {padding: 0 0 5px 0; text-align: left;}
.navigation {
	margin: 10px auto;
}
.linktous img{margin-bottom: -3px;}
.linktous a {text-decoration: none !important;}
.bracket { font-size: 1.5em; position: relative; top: 4px; margin-top: -10px; display:inline; line-height: 0.8em; width: 1em;}

/* Sidebar */

.sidebar {
	width: 290px;
	padding: 0 20px 10px 20px;
	margin-top: 10px;
	height: 100%;
}

ul.sidebar, .sidebar ul  {
	list-style-type: none;
	margin: 0px !important;
}
.the_left, .the_right {
	display: block
}
.the_left {
	float: left;
	margin-right: 70px;
}
.the_right {
	float: right;
	margin-left: 70px;
}

.rss {
	font-size: 16px;
}
.twitter {
	font-size: 16px;
}
.facebook {
	font-size: 16px;
}
.myspace {
	font-size: 16px;
}
.social {
	padding-top: 10px;
}


/* Footer */

.footer {
	margin-top: 20px;
	text-align: center;
}

.credit {
}

/* other stuff */

ol.commentlist {
	list-style-type: none;
}
img.avatar {
	float: left;
	margin-right: 10px;
}
#twitter_update_list li {
	margin-bottom: 5px;
}
