/*
Theme Name: Daily Drop Cap, developed from Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.0
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

body{
	background-color: #eee;
	background: url("http://jhische.com/blog/vineyabc2.jpg");
}
#page {
	display: block;
	margin: 0 auto;
	width: 960px;
	padding:5px 80px 60px 80px;
	background-color: #fff;
	background: url("http://jhische.com/dailydropcap/shadow.png")repeat-y;
}
#primary {
	float: left;
	margin: 0;
	width: 680px;
	display:inline;
}

#primary2 {
	float: left;
	margin: 0;
	width: 460px;
	display:inline;
}
#content {
	margin: 2em 0 0;
	display:inline;
}
#main .widget-area {
	float: right;
	overflow: visible;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

#everything-wrapper{
	width:950px;
}

#column-wrapper{
	position:relative;
	margin-top:100px;
	height:1130px;
}

#column-wrapper2{
	position:relative;
	margin-top:100px;
	height:550px;
}

#column1 {
	position:absolute;
	top:-25px;
	left:0;
	font-family:Bulmer, "Palatino Linotype", Palatino, serif;
	font-size: 17px;
	display:block;
	float: left;
	width:460px;
	text-align:justify;
	margin:2em 0 2em 0;
	padding: 0 0 1em 0;
}

#column1-about {
	font-family:Bulmer, "Palatino Linotype", Palatino, serif;
	font-size: 17px;
	display:block;
	float: left;
	width:460px;
	text-align:justify;
	margin:2em 0 0 0;
}

#column2 {
	position:absolute;
	top:-25px;
	left:500px;
	font-family:Bulmer, "Palatino Linotype", Palatino, serif;
	font-size: 17px;
	display:block;
	float: right;
	width:460px;
	text-align:justify;
	margin: 2em 0 0 0;
}
#column2-small {
	position:absolute;
	top:450px;
	left:500px;
	font-family:"Bulmer Italic", Bulmer, "Palatino Linotype", Palatino, serif;
	font-style:italic;
	color: #c18400;  
	font-size: 17px;
	display:block;
	float: right;
	width:460px;
	margin: 1em 0 0 0;
	border-top:1px solid #dedede;
	padding: .8em 0 0 0;
	text-align:center;
}

#column2-small2 {
	position:absolute;
	top:920px;
	left:500px;
	font-family:"Bulmer Italic", Bulmer, "Palatino Linotype", Palatino, serif;
	font-style:italic;
	color: #000;  
	font-size: 14px;
	line-height:20px;
	display:block;
	float: right;
	width:460px;
	text-align:justify;
	margin: 1em 0 0 0;
	border-top:1px solid #dedede;
	padding: .9em 0 1em 0;
}

#column2-small a{
	color: #c18400;  
}

#column2-small a:hover{
	color: #d14a15;  
}
/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.full-width{
	width:460px;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 4em;
	font-weight: normal;
	margin: .5em 0 0;
	border-bottom:4px double #dedede;
	padding-bottom:.2em;
	text-align:center;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	border-top:5px double #fff;
	border-bottom:5px double #fff;
	background: #eee;
	display: block;
	float: left;
	margin: 1em 0 0 0;
	height:45px;
	width: 100%;
	overflow:visible;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 1.9em;
}
#access li {
	float: left;
	position: relative;
	padding: .5em 0em 0em 0em;
}
#access a {
	display: block;
	font-family: perpetua, "Palatino Linotype", Palatino, serif;
	text-transform:uppercase;
	letter-spacing:.5em;
	font-size: 20px;
	text-decoration: none;
	letter-spacing:.2em;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a  {
	color: #000;
}
#access ul ul a:hover {
	color: #000;
}

#access ul li:hover > ul {
	display: block;
}

#access ul li + li a {
	padding: 0em 0em 0em 1.2em;
}


/* =Content
-------------------------------------------------------------- */

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	font-family:"Perpetua Titling Light", Perpetua, "Palatino Linotype", Palatino, serif;
	text-transform:uppercase;
	float: left;
	letter-spacing:.2em;
	font-size:18px;
	width: 50%;
}	
#content nav .nav-previous a{
		color:#000;
}

#content nav .nav-previous a:hover{
		color:#ccd4bf;
}

#content nav .nav-next {
	font-family:"Perpetua Titling Light", Perpetua, "Palatino Linotype", Palatino, serif;
	text-transform:uppercase;
	float: right;
	letter-spacing:.2em;
	font-size:18px;
	text-align:right;
	width: 50%;
}

#content nav .nav-next a{
		color:#000;
}

#content nav .nav-next a:hover{
		color:#ccd4bf;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 2em 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.entry-content{
	display:inline;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0em;
	margin-top:.3em;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: .2em 1em 1em 0;
	width: 100%;
	background-color:#eee;
	border:none;
	height:40px;
	padding:5px 15px;
	font-size:18px;
	font-family: Bulmer, "Palatino Linotype", Palatino, serif;
	letter-spacing:1px;
}

input[type=submit]{
	-webkit-appearance:none;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	background-color:#d14a15;
	border:none;
	height:45px;
	font-family: Bulmer, "Palatino Linotype", Palatino, serif;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:4px;
	color:#fff;
	padding: 0 15px 0 20px;
	margin-bottom:30px;
	text-align:center;	
}

input:hover[type=submit]{
	background-color:#000;

}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width:100%;
}
#respond textarea {
	display: block;
	margin: 0 0 0em;
	width: 100%;
}
#respond .form-allowed-tags {
	font-family:"Bulmer Italic", Bulmer, "Palatino Linotype", Palatino, serif;	
	font-style:italic;
	font-size:16px;
	clear: both;
	width: 100%;
	display:block;
	text-align:center;
	padding:10px 0 0 0;
}
#respond .form-allowed-tags code {
	display: block;
	font-size:12px;
	line-height:18px;
	width:680px;
	color:#a2a2a2;
}

.comment-meta{
	font-size:18px;
	letter-spacing:0px;
	text-transform:none;
}

.says{
	font-family:"Bulmer Italic", Bulmer, "Palatino Linotype", Palatino, serif;
	font-style:italic;
	text-transform:lowercase;
	letter-spacing:0px;
}

.comment-author{
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:4px;
	display:block;
	border-bottom:4px double #dedede;
	padding: 0 0 10px 0;
	margin-bottom:-15px;
	margin-top:60px;
}

.reply{
	display:block;
	text-align:right;
	float:right;
	font-family:"Bulmer Italic", Bulmer, "Palatino Linotype", Palatino, serif;
	font-style:italic;
	letter-spacing:1px;
}

.comment-content{
	border-bottom:1px solid #dedede;
	padding:0 0 15px 0;
	margin: 0 0 10px 0 ;
	display:block;
}

#reply-title{
	display:block;
	padding:0px 0px 10px 0px;
	margin:60px 200px 0px;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:4px;
	border-bottom:1px solid #d14a15;
	height:30px;
}

.comment-notes{
	text-align:center;
	font-size:16px;
	font-family:"Bulmer Italic", Bulmer, "Palatino Linotype", Palatino, serif;
	font-style:italic;
	display:block;
	margin-top:-15px;
	margin-bottom:10px;
	border-bottom:4px double #dedede;
	padding-bottom:15px;
	
}

.comment-form-author{
	float:left;
	display:block;
	padding:0;
	margin:0;
	width:300px;
}

#author{
	
}

.comment-form-email{
	float:right;
	display:block;
	margin-right:27px;
	width:300px;
}

.comment-form-url{
	float:left;
	width:655px;
}

.comment-form-comment{
	float:left;
	width:653px;
	line-height:35px;
}

#comment {
	border:none;
	background-color:#eee;
	display:block;
	font-size:18px;
	letter-spacing:1px;
	font-family:Bulmer, "Palatino Linotype", Palatino, serif;
	padding:10px 15px;
	
}

.nocomments{
	text-align:center;
	margin-top:-30px;
	color:#fff;
}

.moderation{
	font-size:18px;
	position:relative;
	top:25px;
	font-family:"Bulmer Italic", Bulmer, "Palatino Linotype", Palatino, serif;
	font-style:italic;
	color:#a2a2a2;
	font-weight:normal;
}

.form-submit{
	text-align:center;
	border:none;
	margin:20px 200px;
	font-family:"Bulmer Italic", Bulmer, "Palatino Linotype", Palatino, serif;
	font-style:italic;
}

.logged-in-as{
	text-align:center;
	font-family:"Bulmer Italic", Bulmer, "Palatino Linotype", Palatino, serif;
	font-style:italic;
	font-size:16px;
	display:block;
	margin-top:-15px;
}

.comments-link{
	text-align:center;
	text-transform:uppercase;
	letter-spacing:4px;
	font-size:12px;
	display:block;
	background-color:#c8cebb;
	width:200px;
	margin:20px auto 25px;
	padding:0 0 0 7px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius:10px;
}

.comments-link a{
	color:#fff;
}

.comments-link a:hover{
	color:#000;
}

.entry-header{
	color:#fff;
}

#nav-below a{
	color:#fff;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	display:inline-block;
	overflow:visible;
	text-indent:none;
	margin:0;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: .5em 0 0;
	border-top:4px double #dedede;
}

.sep {
	font-family:Sorts;
	font-style: normal;
	font-weight: normal;
	font-size:7px;
	color: #d14a15;
	position:relative;
	top:-.3em;

}

.sep-left {
	font-family:Sorts;
	font-style: normal;
	font-weight: normal;
	font-size:9px;
	color: #d14a15;
	position:relative;
	top:-.3em;
}

.sep-footer {
	font-family:Sorts;
	font-style: normal;
	font-weight: normal;
	font-size:9px;
	color: #d14a15;
	float:right;
	position:relative;
	top:.2em;
}

.guest-outer {
	position:relative;
}

.guest-inner1 {
	display:block; 
	position:absolute; 
	top:0px; 
	left:-3px; 
	width:86px; 
	height:86px; 
	background-color:#d14a15; 
	border-radius:100px;
	-moz-border-radius:100px;
}

.guest-inner2 {
	display:block; 
	position:absolute; 
	top:30px; 
	left:0px; 
	width:76px; 
	height:58px; 
	background-color:#d14a15; 
	font-family:'Bulmer Italic', Georgia; 
	font-style:italic;
	color:#fff;
	text-align:center; 
	font-size:18px;
	border-radius:76px; 
	line-height:20px; 
	padding-top:18px;
	border:2px solid #fff;
	letter-spacing:1px;
	-moz-border-radius:76px;
}

#primary .full-width{
	width:460px;
	margin:0;
}
*{-webkit-text-size-adjust: 100%;}