/*
Theme Name: Jezter 2
Theme URI: http://cortjezter.com/
Description: a new, brighter, more inspired theme based on the original Jezter layout.
Version: 2.0
Author: cortjezter // aaron j hoffmann
Author URI: http://aaronjhoffmann.com/
Tags: blue, custom header, fixed width, three columns, widgets

*/

/* @group Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #261F18 url(images/bg.png) repeat top center;
	color: #1F73A7;
	text-align: center;
	}

#page, pre {
	font: 11px/1.5 "Lucida Grande", "Tahoma", Arial, Helvetica, sans-serif;
	text-align: left;
	}

#header {
	margin:0 auto;padding:0;
        background:#68bfe8 url(images/header.jpg) no-repeat top;
        height:169px;
        width:928px;
	}

#nav {
	background: #000000 url(images/nav_bg.png) repeat-x;
	height: 31px;
}

.narrowcolumn .postmetadata {
	text-align: center;
	padding-top: 5px;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: "Lucida Grande", "Tahoma", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#sidebar h2 {
	font-family: "Lucida Grande", "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

h3, .entrybody h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}
	
h2.pagetitle {
	color: #2f82b5;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #sidebar a:hover, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b17aac;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em "Lucida Grande", "Tahoma", Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	color: #9f54c6;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Lucida Grande", "Tahoma", Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 9px "Lucida Grande", "Tahoma", Arial, Helvetica, sans-serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #960C88;
	text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: underline;
	}

#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", "Tahoma", Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* @end */



/* @group Structure */
body {
	margin: 0;
	padding: 0;
	}

#wrap {
    background: url(images/page_bg.png) repeat-y;
	margin:0 auto;
	text-align:center;
    width:1042px;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 928px;
	}

.narrowcolumn {
	padding: 7px 0 20px 33px;
	margin: 0px 0 0;
	width: 590px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


.clear {
	clear: both;
}

#footer {
	padding: 0 0 1em;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	font-size: .8em;
	margin: 0 250px 0 0;
	padding: 0 0;
	text-align: center;
	}
/* @end */



/*	@group Headers */


.entrytitle {
    width: 612px;
    height: 51px;
    margin-left: -18px;
    padding: 0px 0 0px 10px; 
    background: url(images/title_bg.png) no-repeat top center;
}

.entryheading {
	padding: 5px 0;
    margin-top:2em;
    margin-bottom:.25em;
}

.entrytitle h2 {
	font-size:1.3em;
    padding:6px 0 0 10px;
    margin-bottom: 0;
}

.entryheading h2 {
	font-size:1.3em;
}

.entryheading h2, .entrybody h3 {
	color: #004774;
	padding-left: 0;
	margin: 0;
	border-bottom: 1px solid #004774;
}

.entrytitle .date {
	font-size:10px;
    padding:0 0 0 10px;
	color:#509FD0;
}

.entrytitle .date a, .entrytitle .date a:visited, .replyinfo a {
	color: #9AD3F8;
}

.entrytitle .date a:hover, .replyinfo a:hover {
	color: #b1ebff;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 1px 7px 0;
	background: url("images/sidebar_h2.png") top left no-repeat;
	width: 211px;
	height: 17px;
	}
/* @end */

/* @group navigation */

#nav div {
	display: inline;
	float: left;
}

#visual {
	width: 100px;
	height: 31px;
	margin-left: 23px;
	background: url(images/visual.gif) top left no-repeat;
}

#visual:hover {
	background: url(images/visual_o.gif) top left no-repeat;
}

#literal {
	width: 112px;
	height: 31px;
	margin-left: 50px;
	background: url(images/literal.gif) top left no-repeat;
}

#literal:hover {
	background: url(images/literal_o.gif) top left no-repeat;
}

#professional {
	width: 176px;
	height: 31px;
	margin-left: 47px;
	background: url(images/professional.gif) top left no-repeat;
}

#professional:hover {
	background: url(images/professional_o.gif) top left no-repeat;
}

#personal {
	width: 133px;
	height: 31px;
	margin-left: 37px;
	background: url(images/personal.gif) top left no-repeat;
}

#personal:hover {
	background: url(images/personal_o.gif) top left no-repeat;
}

#central {
	width: 120px;
	height: 31px;
	margin-left: 103px;
	background: url(images/central.gif) top left no-repeat;
}

#central:hover {
	background: url(images/central_o.gif) top left no-repeat;
}





/* @end */

/* @group Entry */


.entrybody {
	margin-top: 12px;
}

/* @end */



/* @group Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered, object.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, object.alignright {padding: 0px 0px 7px 7px;}
img.alignleft, object.alighleft {padding: 0px 7px 7px 0px;}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* @end */



/* @group Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	list-style-type: square;
	padding-left: 1.2em;
}

.entry ul li {
	padding-top: .4em;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 15px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	background-color:transparent;
	margin: .5em 0;
	padding: 1px 0 1px .5em;
	}

#sidebar ul ul li:hover, #sidebar ul ol li:hover {
	background-color: #caecfb;
}

/* @end */

/* @group Form Elements */

#magnify {
	display: block;
	width: 211px;
	height: 33px;
	margin: 4px 0;
	background: url("images/search.png") 0 0 no-repeat;
	position: static;
	}

#magnify #s {
	width: 148px;
	height: 24px !important;
	border: none !important;
	background-color: transparent;
	color: #004774;
	font-size: 12px;
	padding-top: 9px;
	margin-left: 5px;
	}

#magnify #searchsubmit {
	padding: 1px;
	background: transparent;
	border: 0;
	width: 32px;
	height: 28px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

textarea#comment {
	width: 100%;
	height: 9em;
	background-color: #d2e5ed;
	color:#2a7abc;
	border-top: 1px solid #00568c;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #00568c;
	margin-bottom:1em;
	padding: 5px 0;
	}

#commentform #submit {
	margin: 0 0 .5em;
	}
/* @end */



/* @group Comments*/
.alt{
    background-color: #d7ebf3;
	border-top: 1px solid #00568c;
	border-bottom: 1px solid #00568c;
	padding: 0 .8em .8em;
    color: #2a7abc;

}

.normal{
    background-color: #6ba6ce;
	padding: 0.8em;
    color: #fff;
}


h3#comments{
	background-color: #004774;
	padding:.4em .4em .4em .7em;
	margin-bottom:-1em;
	color: white;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	float: right;
	font-size: .9em;
	margin-top: .1em;
}

#replytitle {
	padding: 5px 10px;
	background: #004774;
	font-size: 1.2em;
	margin: 0;
}

.postinfo, .replyinfo {
	font-size: 9px;
    float:right;
    margin-right:1em;
    margin-top: -2.5em;
    color:#509FD0;
}

/* @end */



/* @group Sidebar */
#sidebar
{
	float:right;
	padding: 12px 0 10px 20px;
	margin-right: 23px;
	width: 210px;
	}

#sidebar form {
	margin: 0;
	}
/* @end */



/* @group 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%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* @end */



/* @group 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;
}
/* @end */

/* @group gallery */

.ngg-widget {
	text-align:center;
}
div .ngg-widget label {
	float:left;
	margin:0.4em 0px;
	padding:0pt 10px;
	text-align:right;
	width:120px;
}

.ngg-widget img {
	border: 1px solid #a64886;
	margin:0pt 2px 2px 0px; 
}

.ngg-navigation {
width:360px;
}
.ngg-navigation a, .ngg-navigation a.page-numbers, a.next, a.prev, span.page-numbers, span.next, span.prev {
	border: 1px solid #82b7d9;
	color: #82b7d9;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a:hover, .ngg-navigation .back:hover, .ngg-navigation .prev:hover, .ngg-navigation .next:hover, .ngg-navigation .page-numbers:hover{
	color: #f7fcfe;
	background-color: #79a9c7;
	text-decoration: none !important;
}

.ngg-gallery-thumbnail img, .ngg-album-link img, .ngg-widget img {
	opacity: 0.75; filter:alpha(opacity=75;)
}

.ngg-gallery-thumbnail img:hover, .ngg-album-link img:hover, .ngg-widget img:hover {
	opacity: 1; filter:alpha(opacity=100);
}

.gallery {
	margin: 0 auto;
text-align:center;
}

.gallery-item {

	text-align: center;
padding:0; margin:0;display:inline;
}

.gallery-caption {
	margin-left: 0;
}

.gallery-icon {
padding:0; margin:0;display:inline;
}

/* @end */

/* @group Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.entry blockquote {
	color: #316f97;
	margin:15px;
	padding:1px 2em 1px 2.5em;
}
.entry blockquote.main {
	border-left: 4px double #b8e4f7; padding-left:7px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	padding: 0;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
.cap_box {display:block;
	text-transform: uppercase;
	text-align: center;
	color: #9AD3F8;
	font: 9px/13px "Lucida Grande", Lucida, Arial, sans-serif;
	background-color: #004774;
	float:right;
	padding: 1px 1px 5px 1px;
	margin: 0 0 1em 1em;
}

.twocolumn {
	display:inline;
	width:50%;
	float:left;
	margin-bottom:1em;
	padding:0;
}

.cap_box img, .cap_box object {padding-bottom: 5px;}

.listening {padding: 1em 0px; line-height: normal;}
.listening img{float:left;padding: 0px 7px 0px 0px;}
.listening a, .listening a:hover{font-weight:bold;font-style:italic;}
.listening p {padding-top:.75em;}

.hide {opacity: 0; filter:alpha(opacity=0);}
.hide:hover {opacity: 1; filter:alpha(opacity=100);}

/* @end */