/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Enrico Spada
	Author Site	: www.shakespeare.org/blog
	Style Name	: Shakespeare-March-09
	Style URI	: 
	Version		: 3.0
	Comments	:
*/


body.columns-three #primary {
	margin-left: 208px;
}

body.columns-three #sidebar-1 {
	left: -548px !important;
	margin-left: -190px;
	width: 190px !important;
}

body.columns-three #sidebar-2 {
	width: 165px !important;
	margin-left: -13px;
}

.columns-three #s.livesearch {
	width: 135px !important;
	}

#nav-below {
	display: none;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	padding-left: 4px;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}



body {
	background: #59002C;
	margin: 0;
	}

.content {
	/* background: url('sidebarbg.jpg') repeat-y; 
	background-position: 20px;*/
	padding-right: 5px !important;
	}

#header {
	/* Contains the H1 and menu */
 background: black url('header-images-900/rotate.php') center center no-repeat;
	/* height: 260px; */
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva,Arial,Helvetica,sans-serif;
}

h1 {
	/*position: absolute;*/
	top: 25px;
	left: 50px;
	padding: 0;
	color: #738C1F !important;
	}

.navigation a:visited {
	color: #999 !important;
}

.columns-three .livesearch #s {
width:138px;
}
	
.entry-content h6 {
	font-size: 12px;
	color: #000d28;
	font-weight: bold;
	line-height: 19px;
	text-align: left;
}

h5 {
	margin-top: 8px;
	font-size: 12px;
}

span.bolditem {
	font-weight: bold;
	color: #000;
}

.entry-content h5 {
	font-size: 12px;
	color: #9C0025;
	font-weight: normal;
	margin-bottom: -12px;
	}

.description {
	position: absolute;
	top: 55px;
	left: 50px;
	margin: 0 !important;
	}

#page {
	/* The entire design is contained within the 'page' id */
	border: none;
	/* width: 800px !important; */
	/* add to eliminate white space on top
	margin: 30px auto;
	padding: 0 0 10px; */
}
	
	
	}

.primary {
	/* Contains the main column */
	padding-right: 5px;
	}


.columns-two #sidebar-main,
.columns-three #sidebar-main {
	width: 200px;
	}

.secondary {
	padding: 10px 10px;
	background: #ECECEC;
	color: #666;
	font-size: 12px;
	}

/* subscribe links */

a.subscribe_itunes {
	margin-top: 5px;
	padding-left: 18px;
	background-image: url("http://www.shakespeare.org/blog/wp-content/themes/k2-7/styles/shakespeare-styles/subscribe-itunes-icon.gif");
	background-repeat: no-repeat;
	background-position: left center;
	}

a.subscribe_rss {
	margin-top: 5px;
	padding-left: 18px;
	background-image: url("http://www.shakespeare.org/blog/wp-content/themes/k2-7/styles/shakespeare-styles/subscribe-rss-icon.gif");
	background-repeat: no-repeat;
	background-position: left center;
	}

a.subscribe_email {
	margin-top: 5px;
	padding-left: 18px;
	background-image: url("http://www.shakespeare.org/blog/wp-content/themes/k2-7/styles/shakespeare-styles/subscribe-email-icon.gif");
	background-repeat: no-repeat;
	background-position: left center;
	}


/* SIMILAR POSTS */

#current-content ul {
	font-size: 24px;
	display: block;
	color: #9C0025;
	font-weight: 500;
	list-style-type: disc; 
}

#current-content ul li {
	color: #555;
	font-size: 11px;
	margin-left: 25px;
	margin-top: 4px;
	font-weight: normal;

}
/*end similar posts*/

/* Entry  ULs */

.entry-content ul {
	list-style-type: disc;	
	font-size: 11px !important;
	line-height: 16px !important;
	color: #444;
}

/* FEATURED POSTS */

.featuredpostlink img {
border: thin solid #666;
}

.featuredpostlink:hover img {
border: thin solid #9C0025;
}

/*end featured posts */

/* SUBSCRIBE TO COMMENTS */

fieldset.options {
margin-top: 20px;
}

fieldset legend {
font-weight: bold;
font-size: 125%;
color: #000;
}

/*recent posts list styling*/
#recent-posts li {
	font-size: 11px;
	margin: 0px 0 8px 10px;
	line-height: 13px;
	text-indent: -10px;
	}

/* SURVEY FLY */
.surveyfly h3 {
color: #00185e !important;
font-size: 16px !important;
font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
}

/* ADMIN COMMENT BACKGROUND */

li.bypostauthor {
border: 2px dashed #ccc;
}


/* page bg color, page tab links color */
#page {
	background: #ffffff;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #ececec;
	}

.entry-content p {
	color: #444;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	font-family: "Lucida Grande", Verdana, arial, helvetica, sans-serif;
	}
	

/*hide author info on posts*/
.entry-author {
	display: none !important;
	}
	

/*CURRENT page tabs*/
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #00185e !important;
	text-decoration: none;
	font-size: 11px;
	}
	
ul.menu li.page_item a, ul.menu li.page_item a:hover {
	font-size: 11px;
}

ul.menu li.admintab a, ul.menu li.admintab a:hover {
	font-size: 11px;
}

/* page tab HOVER bg color */	
ul.menu li a:hover {
	background: #00185e;
	color: #fff;
	}

ul.menu li a {
	color: #000;
	background: #bbbbcc;
	}

/* sub-categories style */
ul.children {
	padding: 0 0 0 0;
	font-size: 11px;
	}
	

/* entry titles, sidebar titles and link states */	
h1, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #738C1F !important;
	}
	
h3, h3 a, h3 a:hover, h3 a:visited {
	color: #9C0025 !important;
}

/* sidebar headers */
.secondary h4 {
	background: #e1e1e1 !important;
	padding: 5px;
	margin: 0 -8px 0 -8px;
	border-top: 1px solid #D0D0D0;
	}



 
h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #555 !important;
	font-weight: normal !important;
	}

.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #444;
	font-weight: normal;
	}

/*entry links, spacing & horizontal rule*/
.entry-foot .entry-meta {
	margin-top: 15px;
	border-top: 1px dotted #ccc; 
	/* margin-bottom: 30px !important;
	padding-bottom: 30px; */
	padding: 4px 0px 48px 0px;
	margin-bottom: 18px !important;
	background: url('sword-sm.png') center bottom no-repeat;
	}
	
.entry-head .entry-meta {
	display: none;
	background: transparent;
    min-height: auto;
    padding-left: 0; 
}
	
.entry-meta a, .entry-meta a:visited {
	color: #444 !important;
	}

.counter a {
	color: #222;
	}
	
.commentlist li {
	color: #666;
	}

.commentlist li:hover {
	background: none;
	}

blockquote {
	margin: 20px !important;
	color: #5d6065 !important;
	/*background: url('quoteleft.jpg') no-repeat 10px 0px;
	padding: 0 20px 0 35px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	*/
	background: url('quoteleft.png') no-repeat 5px 5px;
	padding: 4px 20px 4px 20px;
	background-color: #ECECEC;
	
	font-style: italic;
	clear: left;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}

blockquote p {
	color: #32378b !important;
	line-height: 150% !important;
	}
	
	
#weightedcategories, .authorcomment {
	border-color: #5d6065;
	color: red; 
	font-size: 95%;
	width: 85%;
	line-height: 150% !important;
	display: block;
	}
	
.primary img {
	border-color: #222;
	background: #111;
	}
	
/* entry images left align tag */	
.imgleft {	
	margin: 0 10px 8px 0;
	border: 0;
	}

.inputcontainer {
	margin-bottom: 6px;
	}

/* Gray Color */
#footer, small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #555;
	}


a, .content a:visited, .sidebar a:visited {
	color: #00185e;
	}
	
	
.entry-content p a, .entry-content p a:visited {
	text-decoration: none !important;
	font-weight: bold;
/*	color: #00185e;*/
	color: #9C0025;
	}
	
.entry-content p a:hover {
	text-decoration: underline !important;
	font-weight: bold;
	color: #738C1F !important;
	}
	
	
.entry-content p {
	text-align: left;
	}

/* underline links */
	
/* .entry-content p a, .entry-content p a:visited {
	color: #00185e;
	text-decoration: underline !important;
	font-weight: bold;
	}

.entry-content p a:hover {
	color: #00185e;
	text-decoration: none !important;
	font-weight: bold;
	} */



#header img {
	border: 0;
	padding: 0;
	}
	
#gallery-nav navigation {
	margin-top: 15px !important;
	}

/* RELATED POSTS */

#similarposts ul li a {
	font-size: 12px;
}


/* IMAGE GALLERIES */
.image-attachment {
	text-align: center;
}


	

#af-ela-menu li {
	border: none;
	background: #161616;
	}


#af-ela-menu, #af-ela-menu li {
	border-bottom: 1px solid #333;
	}

#af-ela-menu li.selected {
	background: #333;
	}

/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

#af-ela-post {
	border-left: 1px solid #333;
	border-right: none;
	}

/* Rolling Archives Slider */
#dynamic-content #pagetrack {
	height: 18px;
	background: url('sliderbgleft.png') no-repeat center left;
	}

#dynamic-content #pagetrackwrap {
	height: 18px;
	padding-right: 4px;
	top: 0px;
	background: url('sliderbgright.png') no-repeat center right;
	}

#dynamic-content #pagehandle {
	width: 18px;
	height: 18px;
	top: 0px;
	background: url('sliderhandle.png') no-repeat center center;
	cursor: e-resize;
	}

body.smartposition #rollingarchives {
	background-color: white;
	border-bottom: 1px solid #444;
	}
	
p.wp-caption-text {
	font-size: 10px;
	line-height: 12px;
	color: #777;
	margin-top: 5px;
	clear: right;
}

div.wp-caption {
	margin: 2px 3px !important;
}

ul.collapsCatList ul li.collapsCatPost {
	font-size: 11px;
	line-height: 14px;
}
