/*
Theme Name: Dictionary
Theme URI: http://www.jonesingproductions.com/
Author: Jonesing Productions
Author URI: http://www.jonesingproductions.com/
Version: 1.0
Description: Dictionary is awesome.

Copyright (c) 2010 Jonesing Productions.
See license.txt for terms and conditions.
*/

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color:#1a2707;
	background:#FFFFFF;
	outline: 0;
}
:focus {
	outline: 0;
}
/*.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	margin: 0px; 
	padding: 0px; 
	height: 0; 
	visibility: hidden; 
}*/

img { 
	border: 0px; 
	background: none; 
}
	
p {
	margin: 0;
	padding:5px 0 8px;
}
	
h1 {
	margin:0 0 5px;
	color:#1a2707;
	font-weight: bold;
	font-size:20px;
}	
h2 {
	font-size:18px;
	/*line-height:25px;*/
	margin:0;
	padding:0;
	color:#FFFFFF;
	text-transform:uppercase;
}
h2 a {
	color:#FFFFFF;
}
h3 { 
	font-size: 16px;
	font-weight: bold;
	margin:0 0 10px; }
	
h4 { 
	font-size: 14px;
	line-height:25px;
	font-weight: bold;
	margin:0;
}
h5 { 
	font-size: 13px;
	line-height:25px;
	font-weight: bold;
	margin:0;
}
h6 {
	font-size: 11px; 
	text-align: right;
	font-weight: normal;
	margin: 0 0 10px; }
		
a {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a:hover, a:active { 
	color:#000000;
	text-decoration:underline;
}
	
ul, ol {
	margin: 0;
	padding: 0;
	list-style:none;
	text-align:left;
}
	
li {
	margin:0;
	padding:0;
}
blockquote {
	border-left:5px solid #DDDDDD;
	margin:15px 30px 0 10px;
	padding-left:20px; }
	
/*********************************************
	Text Classes
*********************************************/	
.cat0, .cat1 {
	padding:2px 4px 0;
	border-left:42px solid #cfc8c3;
	border-right:5px solid #cfc8c3;
	background:#cfc8c3;
}
.cat3 {
	padding:2px 4px 0;
	border-left:42px solid #342e29;
	border-right:5px solid #342e29;
	background:#342e29;
}
.cat4 {
	padding:2px 4px 0;
	border-left:42px solid #6b635d;
	border-right:5px solid #6b635d;
	background:#6b635d;
}
.cat5 {
	padding:2px 4px 0;
	border-left:42px solid #a3988f;
	border-right:5px solid #a3988f;
	background:#a3988f;
}
.cat6 {
	padding:2px 4px 0;
	border-left:42px solid #cfc8c3;
	border-right:5px solid #cfc8c3;
	background:#cfc8c3;
}
.current-cat {
	text-decoration:underline;
}
strong.search-excerpt {
}
.center {
	text-align:center;
}
.count {
	padding:2px 0 0;
	border-left:5px solid #cfc8c3;
	border-right:42px solid #cfc8c3;
	background:#cfc8c3;
}
.dated {
	font-size:12px;
	padding:0;
	line-height:20px;
	margin-right:29px;
}
.required {
	font-size:12px;
	padding:0;
	line-height:20px;
	text-align:right;
}
.whiteback {
	padding:2px 5px;
	background:#FFFFFF;
}
/* ------------------------------------------------------
	Formatting 
------------------------------------------------------ */

#shell {
	margin: 0 auto;
	background: url(images/jonesing-top.jpg) top left no-repeat;
	width: 980px;
	text-align:left;
}
#main {
	margin: 0;
	padding: 0;
}
#content {
	width:710px;
	float:left;
}
.tags {
	float:left; 
	padding-left:39px; 
	font-style:italic;
	font-size:12px;
	color:#6b635d;
}
.tags a {
	color:#6b635d;
	font-weight:normal;
}
.clear {
	clear:both;
	margin:0;
}
.dashed {
	margin-left:20px; 
	border-bottom:1px dashed #cfc8c3; 
	width:670px;
	font-size:15px;
	padding-bottom:5px;
}
.dashed a {
	color:#6b635d;
	font-weight:bold;
}
/*********************************************
	Header + Footer
*********************************************/
#header {
	padding:15px 10px 0 25px;
	height:95px;
}
#header #title {
	float:left;
}
#header #title a {
	display: block;
	width: 240px; 
	height:80px;
	text-indent: -9999px;
}
#header #to-right {
	text-align:right; 
	float:right;
	width:640px;
}
#header #to-right ul {
	text-align:right;
}
#header #to-right ul li {
	display:inline;
	font-size:16px;
	margin:0 5px;
}
#header h3 {
	margin:0 5px;
}
#header #to-right a {
	color:#6B635D;
	padding:2px 5px 0;
	background:#FFFFFF; 
}
#header #to-right a:hover {
	/*color:#000000;*/
}
#searchform {
	width:240px;
	float:right;
}
#search {
	background:url(images/search.jpg) no-repeat top right;
	height:18px; 
	margin:10px 0 5px; 
	padding:6px 10px;
}
.searching {
	background:none; 
	border:none; 
	font-family:'Courier New', Courier, monospace; 
	font-size:12px; 
	cursor: pointer; 
	padding:2px 0;
	width:100%;
	text-align: right;
}
.button {
	background:#FFFFFF;
	border:none;
	margin:0 5px;
	cursor: pointer; 
	font-family:'Courier New', Courier, monospace; 
	font-size:16px;
	font-weight:bold;
	color:#6B635D;
}
#footer {
	padding:10px 15px 0; 
	background: url(images/footer.jpg) bottom left no-repeat;
	clear: both;
	height:105px;
	font-size:14px;
}
#footer #to-right {
	float:right;
	text-align:right;
	width:300px;
}
#footer #to-left {
	float:left;
	width:300px;
}
#footer h1 {
	background:#FFFFFF;
	color:#b6b3b0;
	padding:2px 0;
}
#footer h4 {
	color:#b6b3b0;
	line-height:normal;
	margin:0 0 10px;
}
#footer a {
	color:#6B635D;
	padding:2px 5px 0;
	background:#FFFFFF; 
}
#footer ul li {
	margin:10px 0 0;
}
/*********************************************
	home
*********************************************/
#reel {
	background:url(images/reel-card.jpg) no-repeat;
	height:362px;
	padding:30px 40px 58px;
}
#v-screen {
	width:640px;
	height:360px;
	float:left;
	text-align:center;
	border:1px solid #000000;
	background:#000000;
}
#v-screen a {
	color:#FFFFFF;
	line-height:25px;
}
#reel #column {
	float:right;
	width:230px;
}
#reel h2 {
	/*background:#ea6e16;
	color:#000000;*/
	background:#ffc602;
	padding:2px 8px 1px;
	margin-bottom:5px;
}
/*********************************************
	Posts
*********************************************/

#posts {
	/*background:url(images/content-2.jpg) top left repeat-y;*/
}
#paper {
	background: url(images/entry-02.jpg) repeat-y top left;
}
#post-head {
	background:url(images/entry-01.jpg) no-repeat;
	padding:25px 29px 0 39px;
}
/*#post-head p {
	padding-bottom:0;
}*/
#post-head a {
	color:#6b635d;
}
#post-head a:hover {
	background:none;
}
#post-head h2 a {
	color:#FFFFFF;
	/*padding:2px 4px 0;*/
}
#post-head h2 a:hover {
	color:#000000;
	background:#FFFFFF;
}
#entry {
	padding:5px 0 0;
	margin:0 29px 0 39px;
}
/*.flash {
	text-align:center;
	border:1px solid #000000;
	background:#000000;
}
.flash a {
	color:#FFFFFF;
}*/
#sentry {
	padding:5px 0 0;
	margin:0 29px 0 39px;
}
.stretch {
	min-height:300px;
}
#sentry a {
	color:#6b635d;
}

#sentry h2 {
	font-size: 15px;
	line-height:22px;
	margin:0 0 3px;
}
#sentry h2 a {
	color:#FFFFFF;
}
#sentry h2 a:hover {
	color:#000000;
	background:#FFFFFF;
}
#sentry h4 {
	font-size:13px; 
	line-height:22px;
	font-weight: bold;
	margin:0;
}
/*.empty {
	height:300px;
	border-bottom:1px dashed #a3988f;
}*/
.storycontent {
	border-bottom:1px dashed #a3988f;
	overflow:hidden;
}
.storycontent img {
	border:1px solid #6b635d;
}
.vimeo {
	margin-bottom:5px;
	/*border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;*/
	border:1px solid #000000;
	background:#000000;
	text-align:center;
}
.vimeo a {
	color:#FFFFFF;
}
.swf {
	margin-bottom:5px;
	text-align:center;
	border-top:1px dashed #cfc8c3;
	padding-top:5px;
}
#end-entry {
	background:url(images/entry-03.jpg) no-repeat top left;
	padding:14px 0 0;
	height:36px;
	text-align:right;
	margin-bottom:20px;
}
#comment-count {
	background:#cfc8c3; 
	float:right; 
	color:#FFFFFF; 
	padding-right:5px;
	margin-left:5px; 
	text-align:left; 
	overflow:hidden;
}
#comment-count h3 {
	margin:0;
	line-height:20px;
}
#comment-count a {
	padding:1px 3px;
	color:#FFFFFF;
}
#comment-count a:hover {
	color:#FFFFFF;
	background:#6b635d;
}
/*********************************************
	Comments
*********************************************/
#commentlist {
	list-style:decimal-leading-zero;
	padding-left:30px;
}
#commentlist li {
	border-bottom:1px dashed #cfc8c3;
	margin-bottom:15px;
	padding:2px 5px 0;
}
#respond {
	overflow:hidden;
	width:100%;
}
#commentlist p {
	padding:0 0 5px;
}
.comment-author-admin {
	border:1px dashed #cfc8c3;
	background:#dcdadb;
}
.commenting {
	background:none; 
	border:1px dotted #6B635D; 
	font-family:'Courier New', Courier, monospace; 
	font-size:13px; 
	padding:5px;
	margin-bottom:10px; 
	width:630px;
}
.send {
	background:none; 
	border:1px dotted #6B635D; 
	font-family:'Courier New', Courier, monospace; 
	font-size:12px; 
	padding:4px;
	cursor:pointer;
}
/*********************************************
	Sidebar
*********************************************/

#sidebar {
	width:260px; 
	border-left:1px dashed #cfc8c3;
	float:right; 
	margin:0;
}
#sidebar.home {
	margin-top:0;
}

#sidebar #to-right {
	text-align:right; 
	padding:5px 0; 
	margin:0 20px 0 10px;
}
#sidebar #to-left {
	margin:0 20px 0 10px;
}
#sidebar h3 {
	color:#000000;
	margin:0 5px 10px;
}
#sidebar ul {
	margin-bottom:30px;
}
#sidebar ul a {
	color:#FFFFFF;
	/*padding:2px 4px 0;*/
}
#sidebar ul a:hover, #sidebar ul a:active {
	color:#000000;
	background:#FFFFFF;
}
#sidebar ul li {
	margin:10px 0 0;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
#sidebar ul li ul {
	padding:0 20px 0 30px;
	margin:0;
}
#sidebar ul li ul li {
	margin:5px 0;
	font-size:15px;
	text-transform: lowercase;
	list-style-image:url(images/plus.png);
}
#sidebar ul li ul li a {
	color:#000000;
}
#recent {
	padding:25px 0 0; 
	background: url(images/open-quote.gif) top left no-repeat;
	margin-bottom:20px;
}
#recent-end {
	background:url(images/close-quote.gif) bottom left no-repeat;
	padding-right:40px;
}
.aardvark {
	background:url(images/aardvark.jpg) top right; 
	height:315px; 
	margin-bottom:10px;
}
.aback {
	background:url(images/aback.jpg) top right no-repeat; 
	padding-top:115px;
	border-bottom:1px dashed #cfc8c3;
	margin-bottom:20px;
}
.abacus {
	background:url(images/abacus.jpg) top right; 
	height:200px; 
	margin-bottom:10px; 
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignright {
	margin: 0px 0px 10px;
}
img.alignleft {
	margin: 0px 18px 10px 0px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.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;
}

img.alignright, img.alignleft, img.aligncenter {
	background:#dcdadb;
	padding:0;
	/* border:1px solid #ddd; */
}
/*********************************************
    Contact Form 
*********************************************/
#contactForm {
	padding:5px 0;
	margin: 0;
	overflow:hidden;
}
#contactForm p {
	padding-bottom:5px;
}
#thanks {
	margin:10px 0;
	height:200px;
}
#reader {
	left: -9999px;
	position: absolute;
	top: -9999px;
}
.error {
	background:#FFC602;
	border:1px dotted #6B635D;
	padding:3px 5px;
}
/*********************************************
    Galleria 
*********************************************/

*{
	margin:0;
	padding:0; 
}
#main_image {
	margin:0 0 5px;
	clear:both;
}
#main_image img {
	border:none;
}
.galleria_container {
	width:640px;
	height:427px;
	overflow:hidden;
	border:1px solid #000000;
	background:#000000;
}
.galleria_wrapper {
	text-align:center;
}
.caption {
	font-style:italic;
	color:#887;
	line-height:25px;
	padding:5px 0;
}	

.nav {
	font:80%;
	margin:0;
	padding:0 0 8px; }
	
.nav a {
	text-decoration:none;
	color:#887; }
	
.nav a:hover {
	color:#CCC; }
	
.gallery_demo {
	list-style:none;
	/*width:275px;*/
	padding:0;
	clear:left;
 }

.galleria {
	/*list-style:none;
	width:230px;*/ }

.galleria li {
	display:block;
	border:1px solid #a3988f;
	width:40px;
	height:40px;
	overflow:hidden;
	float:left;
	margin:0 5px 5px 0; }

.galleria li a {
	display:none; }

.galleria li div {
	position:absolute;
	display:none;
	top:0;left:180px; }

.galleria li div img {
	cursor:pointer; }

.galleria li.active div img, .galleria li.active div {
	display:block; }
	
.galleria li.active {
	/*border:1px solid #000000;*/
}
.galleria li img.thumb {
	border:none;
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto; }

.galleria li .caption {
	display:block;
	padding-top:.5em; }

* html .galleria li div span {width:640px} /* MSIE bug */


