/*   
Theme Name: Jennifer Martin
Description: Designed and Coded by subtlemonsters.com
Author: Ian and Beverly Wallbrech
Version: 1.0
*/

/* @group Resets */

/* Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 7;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Resets*/

/* @end */

body {
	font: 100%/1.3em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background-image: url(images/background-texture.gif);
}

/* @group General */

a {
	color: #4A7FA7;
}
a:hover {
	color: #edbb00;
}
a:visited {
	color: #71848e;
}
#Feature a {
	color: #edbb00;
}
#Feature a:hover {
	color: #ffff00;
}
#Feature a:visited {
	color: #edbb00;
}
p {
	margin-bottom: 1em;
}
ul, ol, dd {
	margin: 0 60px 7px 40px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	
}
dl {
	list-style-type: disc;
}
dt {
	
}
dd {
	
}
h1, h2, h3, h4, h5, h6 {
	
}
h1, h1 a, h1 a:hover, h1 a:visited {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #edbb00;
}
h2 {
	font: bold 1.2em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #44778e;
}
#Feature h2 {
	color: #fff;
}
h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #44778e;
}
h4 {
	font-weight: bold;
	color: #44778e;
}
h5 {
	
}
h6 {
	
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
em.FirstSentence {
	color: #FFFF00;
	font-weight: normal;
	font-style: normal;
}
blockquote {
	margin: 0 40px 1em 20px;
	padding: 30px;
	background: #4A7FA7;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	color: #fff;
	font-style: italic;
	font-size: .85em;
}
blockquote p {
	padding-top: 5px;
	
}
cite {
	margin-left: 40%;
	font-style: italic;
}
cite:before {
	content: "\2014\00a0";
	color: #4A7FA7;
}
blockquote cite:before {
	color: #fff;
}
blockquote cite, blockquote a {
	color: #fff;
}
hr {
	clear: both;
}
#Torso img {
	padding: 5px;
	background-color: #f6eca2;
	border: 1px solid #71848e;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#Torso img.nobox {
	padding: 0;
	background: transparent;
	border: none;
	-moz-border-radius: 0; -webkit-border-radius: 0;
}
img.nobox {
	padding: 0;
	background: transparent;
	border: none;
	-moz-border-radius: 0; -webkit-border-radius: 0;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}
.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;
   /* optional rounded corners for browsers that support it */
   -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;
}

.MoreLink, a.MoreLink {
	float: right;
	margin-top: 5px;
	padding-left: 28px;
	color: #44778e;
	background: url(images/more-icon-blue.png) no-repeat left center;
	text-decoration: none;
	height: 17px;
	margin-bottom: 10px;
	padding-top: 3px;
	font-style: italic;
}
.MoreLink:hover, a.MoreLink:hover, #Feature .MoreLink:hover, #Feature a.MoreLink:hover {
	text-decoration: underline;
}
#Feature .MoreLink, #Feature a.MoreLink {
	color: #edbb00;
	background: url(images/marker-icon.png) no-repeat left center;
	text-decoration: none;
}
.Dropshadow-right {
	position: absolute;
	top: 0;
	left: 100%;
	width: 6px;
	height: 100%;
	background: url(images/dropshadow_right.png) repeat-y 0 top;
}
.Dropshadow-bottom {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(images/dropshadow_bottom.png) repeat-x 0 bottom;
}
/* @end */

#Page {
	width: 960px;
	margin: 0 auto;
}
#Head {
	float: left;
	width: 100%;
}
#Header {
	height: 296px;
	margin-bottom: 5px;
	background: url(images/dropshadow_bottom.png) repeat-x left 286px;
}
#Header a {
	float: left;
	width: 970px;
	height: 289px;
	background: url(images/dropshadow_right.png) repeat-y 960px top;
}
.Nav {
	position: relative;
	float: left;
	width: 100%;
	height: 43px;
	margin-bottom: 15px;
	background: url(images/navbar_bg.gif) repeat-x;
	font: .9em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.Nav ul {
	float: left;
	width: 800px;
	list-style-type: none;
	margin: 0 0 0 30px;
}
.Nav ul li {
	float: left;
	margin-right: 10px;
}
.Nav ul li a {
	float: left;
	height: 33px;
	padding: 10px 5px 0 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 1.2em;
}
.Nav ul li a:hover {
	color: #4A7FA7;
}
.Nav p {
	margin: 14px 0 0 40px;
}
.RSSLink a {
	position: absolute;
	top: 0;
	right: 20px;
	width: 31px;
	height: 31px;
	padding: 12px 0 0 27px;
	background: url(images/rss-icon.png) no-repeat 0 12px;
	color: #76AA00;
	text-decoration: none;
	font-size: .9em;
}

/* @group Current Page */
.Nav ul li a.active,
.home #Nav-Home,
.bio #Nav-Bio,
.journal #NavJournal,
.calendar #Nav-Calendar,
.music #Nav-Music,
.booking #Nav-Booking,
.contact #Nav-Contact {
	background: url(images/marker-icon.png) no-repeat 0 10px;
	padding-left: 30px;
}
/* @end */
#Feature {
	position: relative;
	float: left;
	width: 100%;
	height: 195px;
	margin-bottom: 15px;
	background: url(images/gradient.png) no-repeat;
	color: #fff;
	font-size: .9em;
}
#Feature .Entry {
	float: left;
	width: 700px;
	height: 140px;
	margin: 30px 0 0 30px;
	overflow: hidden;
}
.home #Feature .Entry {
	float: left;
	width: 600px;
	height: 140px;
	margin: 60px 0 0 60px;
	overflow: hidden;
}
#Feature h2 {
	margin: 0;
}
#ListenPitch {
	position: absolute;
	right: -11px;
	bottom: 0;
	width: 200px;
	height: 197px;
	background-image: url(images/listenpitch.png);
}
#ListenButton {
	position: absolute;
	right: 50px;
	top: 25px;
}
#Torso {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 30px;
	background: white url(images/torso-bg.jpg) repeat-y;
	font-size: .95em;
	margin-bottom: 15px;
}
.home #Torso_bg2 {
	float: right;
	width: 100%;
	height: 100%;
	background: url(images/jenna-home-bg.jpg) no-repeat right bottom;
}
#Torso.HomePage {
	background: url(images/EntryPage_bg.jpg) no-repeat;
	font-size: .82em;
}
#EntryContent {
	float: left;
	margin: 170px 0 40px 40px;
	width: 475px;
	color: #fff;
	font-size: 12px;
}
#EntryLetterDate {
	float: right;
	font-size: 16px;
	color: #FFFF00;
	margin-bottom: 20px;
}
#EntryLetter {
	float: left;
}
#EnterSite {
	position: absolute;
	right: 120px;
	bottom: 80px;
	margin-top: 5px;
	padding-left: 30px;
	padding-top: 7px;
	background: url(images/marker-icon.png) no-repeat left center;
	text-decoration: none;
	color: #FFFF00;
	font: italic bold 24px Baskerville, Times, "Times New Roman", serif;
}
#EnterSite:hover {
	text-decoration: underline;
}
p.DropCap:first-letter {
	font-size: 2em;
	font-family: Baskerville, Times, "Times New Roman", serif;
}
p.Signature {
	margin-left: 40px;
	text-indent: 0;
}
.Signature .Name {
	font: italic bold 1.2em Baskerville, Times, "Times New Roman", serif;
	margin: .2em 0;
}
#Content {
	position: relative;
	float: right;
	margin-right: 5%;
	margin-bottom: 60px;
	width: 58%;
}
.home #Content {
	width: 38%;
	margin-right: 25%;
}
#PageContent {
	margin: 0 60px 0 0;
}
.Post {
	float: left;
	width: 100%;
	margin-bottom: 60px
}
.PostInfo {
	float: left;
	width: 280px;
}
.post-categories {
	list-style: none;
	width: 250px;
	margin-left: 0;
}
.post-categories li, .SideFeatureTitle {
	height: 22px;
	margin-bottom: 7px;
	padding: 3px 0 0 30px;
	background: url(images/category-bg.jpg) repeat-x;
	border: solid #ccc 1px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.post-categories li a, .SideFeatureTitle {
	color: #fff;
	text-decoration: none;
}
.PostInfo h2 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
}
.Date {
	padding-left: 50px;
	height: 32px;
	background: url(images/calendar-icon.png) no-repeat left center;
	color: #4A7FA7;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 30px;
	text-transform: uppercase;
	padding-top: 20px;
}
.PostInfo h1 {
	width: 250px;
	margin: 0 0 0 30px;
}
.Entry {
	float: right;
	width: 60%;
	margin-right: 60px;
}
#Sidebar {
	float: left;
	width: 30%;
	margin-bottom: 30px;
	font-size: .87em;
}
.SideFeature {
	margin-left: 30px;
}
.SideFeatureTitle {
	font: bold 1.1em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	clear: both;
}
#Foot {
	float: left;
	width: 100%;
}
#FootNav {
	float: left;
	width: 100%;
	background-color: #376978;
	font: .9em/1.5em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#FootNav ul {
	float: left;
	height: 150px;
	list-style-type: none;
	margin: 30px;
	padding: 5px 20px;
	border-left: 1px solid white;
}
#FootNav a {
	text-decoration: none;
	color: white;
}
#FootNav a:hover {
	color: #EDBB00;
}

/* @group Admin */

.EditLink a {
	text-decoration: none;
	font: bold 14px "Courier New", Courier, mono;
	color: #bbb;
	background-color: #222;
	padding: 3px;
	text-transform: uppercase;
}
.EditLink a:hover {
	color: #EDBB00;
}

/* @end */

/* @group Credit */

#Copyright {
	font-size: .7em;
	font-weight: normal;
	font-style: normal;
	color: #F2F2A6;
}
#credit {
	color: #a1a1a1;
	font-size: .7em;
}
#credit a {
	color: #E6E5C6;
	text-decoration: none;
}
#credit a:hover:after {
	content: "...";
	letter-spacing: 3px;
}

/* @end */