/*
Theme Name: JuliaSite
Theme URI: http://www.juliaheywood.co.uk/wordpress/wp-content/themes/juliasite
Description: JuliaSiteTheme
Author: Ben Goodyear
Author URI: http://www.bengoodyear.com/
Version: 1.140907

Created for use of Julia Heywood, copyright held by Ben Goodyear
*/

/*normalise.css*/
/* --Normalise margin and padding-- */
html, body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, th, td, img, fieldset, legend {
 margin: 0;
 padding: 0;
}

/* --Normalise font size for headers-- */
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
}


/* --Remove all list styles-- */
ol, ul {
 list-style: none;
}

/* --Normalise font-style and font-weight to normal-- */
address, caption, cite, code, dfn, em, strong, th, var, h1, h2, h3, h4, h5, h6, legend {
 font-style: normal;
 font-weight: normal;
}



/*type*/
body {	
 font-family: georgia, arial, helvetica, sans-serif;
 font-size: 76%; 
}

h1 {
 font-size: 2.0em;
 margin: 0.8em 0 0.2em 0; 
 font-weight: bold;
 color: #5C5F70; 
}

h2 {
 font-size: 1.5em;
 margin: 0em 0em 0.2em 0em;
 padding: 0; 
 font-weight: bold;
 color: #5C5F70;   
 width: 100%;
 line-height: 1.5em; 
}

#pgttl {
 font-size: 2.0em;
 margin: 0em 0.2em 0.2em 0em;
 padding: 0 0em 0 0.2em; 
 font-weight: bold;
 color: #5C5F70;   
 background-color: #EBEEF7; 
 width: 100%;
 line-height: 1.5em;
 background: #EBEEF7 url(../juliasite/images/h2_back.png) no-repeat bottom right;
}

h3 {
 font-size: 1.3em;
 margin: 0; 
 padding: 0.1em 0.1em 0.2em 0.2em;
 font-weight: bold;
 color: #fff; 
 background-color: #D3A7D3;  
}

h4 {
 font-size: 1.2em;
 margin: 2.0em 0em 0.5em 0em;
 padding: 0; 
 font-weight: bold;
 color: #5C5F70;    
}

h5 {
 font-size: 1.0em;
 margin: 1em 0 0 0;
 padding: 0; 
 font-weight: bold;
 color: #5C5F70;
 line-height: 1.5em;
}

#content_main p {
 font-size: 1.1em;
 line-height: 1.7em;
 margin: 0.8em 0em 1.1em 0em; 
}

ul#nav{
 list-style-type:	none;
 font-family: tahoma, verdana;
 font-size: 10pt;
 text-transform: uppercase; 
}

#info {  
 font-size: 0.8em;
 line-height: 1.5em;
}

#quote_bar a { 
 font-size: 1.0em; 
 font-style: italic;
 color:	#5C5F70;
 font-weight: bold;  
 text-decoration: none; 
}

#content_main a,
#info a {
 color:	#2C4EAF;   
 text-decoration: none;
 border-bottom: 1px dotted; 
}

#content_main a:hover,
#info a:hover {
 color: green;
}

#content_main a:visited,
#info a:visited {
 color: #5C5F70;
}

#content_sup a {
 color: #592259;
 text-decoration: none;
 border-bottom: 1px dotted; 
}

#content_sup a:hover {
 color: red;
}

blockquote {
 font-style: italic;
 padding: 0 0 0 1em;
 border-left: #E2E6F2 solid 3px; 
}

#body_blg #content_main a {
 color:	#2C4EAF;   
 text-decoration: none;
 border-bottom: 1px dotted; 
}

#body_blg #content_main a:hover {
 color: green;
}

.cite {
 font-weight: bold; 
}

.fxstylenormal {
 font-style: normal;
}

.fxweightnormal {
 font-weight: normal;
}

.fxitalic
{
 font-style: italic;
}

.fxbold
{
 font-weight: bold;
}

.btt a {
 font-size: 0.7em;
}

legend { 
 color: #5C5F70; 
}

.posted {
 color: #808080;
 font-size: 0.9em;
}

.posthighlight {
 color: #4A4A89;
}




/*jhm.css*/
html {
 margin: 0;
 padding: 0;
 height: 100%;
 text-align: center; 
 background: #E2E6F2 url(../juliasite/images/bg_gradient.png) repeat-x;
}

body {
 position: relative;
 width: 880px; 
 min-height: 100%;
 height: auto !important; 
 margin: 0 auto;
 padding: 0;
 text-align: left;  
 background-color: #FFFFFF; 
}

#content {
 position: relative; 
 overflow: auto;
 width: 100%; 
 padding: 15px 0 120px 0;
}

#content_main {
 float: left;
 width: 588px;
 padding: 0px 15px; 
 border-right:  1px dotted gray;
}

#content_sup {
 float: right; 
 width: 250px;
 padding: 0px 0;
}

#site_info {
 position: absolute; 
 bottom: 0;
 width: 100%;
}

h1 {
 position: relative;  
 height: 155px;
 width:	850px;
 background: url(../juliasite/images/title.png) no-repeat; 
 margin: 0 auto;  
 text-indent: -9999px;
}

ul#nav { 
 position: 		relative; 
 margin: 		5px auto 0 auto;
 padding:		0;
 width: 		850px;
 height:		25px;
 background:	url(../juliasite/images/menu_norm.png) repeat-x;
 list-style-type:	none;
 font-family:	tahoma, verdana;
 font-size:		10pt;
 text-transform:	uppercase; 
}

ul#nav li {
 float: left; 
 margin: 0;
 padding: 0; 
 border: 0; 
}

ul#nav  a {
 float: left;  
 padding-left:	15px;
 padding-right:	15px;
 padding-top: 0px;
 padding-bottom: 0px;
 margin: 0;
 color:			#93278F; 
 line-height:	25px;
 text-align:	center;
 text-decoration:	none;
 border-left:	1px solid #E7E9F0;
 border-right:	1px solid #B1B4C1; 
}

#nav a:hover {
 background:	url(../juliasite/images/menu_hvr.png) repeat-x;  
}

#body_hme #nav_hme a,
#body_blg #nav_blg a,
#body_abt #nav_abt a,
#body_bks #nav_bks a,
#body_rvs #nav_rvs a,
#body_faq #nav_faq a,
#body_con #nav_con a,
#body_dir #nav_dir a {
 background:	url(../juliasite/images/menu_slct.png) repeat-x;
 font-weight:	bold;
}

#nav a:hover {
 background:	url(../juliasite/images/menu_hvr.png) repeat-x;
}

#body_hme #nav_hme a,
#body_blg #nav_blg a,
#body_abt #nav_abt a,
#body_bks #nav_bks a,
#body_rvs #nav_rvs a,
#body_faq #nav_faq a,
#body_con #nav_con a,
#body_dir #nav_dir a {
 background:	url(../juliasite/images/menu_slct.png) repeat-x;
 font-weight:	bold;
}

#nav_hme a {
 border-left: 0;
}

#info {  
 position: relative;
 margin: 0 auto;
 padding: 0;
 width: 100%;
 height: 30px;
 list-style-type:	none;
}

#info li { 
 float: left;
 padding: 10px 15px 0 15px; 
}

li#info_designer {
 float: right; 
}

li#info_valid {
 float:right;  
}

#quote_bar {  
 position: relative;
 margin: 0 auto;
 padding: 0px;
 width: 100%;
 height: 50px;
 list-style-type:	none;
 
 background-color: #E2E6F2;
}

#quote_bar li { 
 float: left; 
}

li#quote_left {
 background: url(../juliasite/images/qtl.png) no-repeat;
 width: 100px;
 height: 50px; 
 text-indent: -9999px;
}

li#quote_centre { 
 width: 680px;
 padding-top: 18px;
 text-align: center;  
}

li#quote_right {
 background: url(../juliasite/images/qtr.png) no-repeat;
 width: 100px;
 height: 50px; 
 text-indent: -9999px;
}

.imgfltlft {
 float: left;
 margin: 1em 1em 0em 0em; 
}

.imgfltrgt {
 float: right;
 margin: 0; 
}

.imgfltlftlnk {
 float: left;
 margin: 1em 1em 0em 0em;
 border: 0;
}

.imgfltrgtlnk {
 float: right;
 margin: 0;
 border: 0;
}

#content_sup ul{ 
 border: solid #D3ABD3 1px;
 width: 233px;
 list-style-type: none; 
}

#sup_box1 {
 background: #EBD7EA url(../juliasite/images/buy_now.png) no-repeat bottom right; 
}

#sup_box2 {
 background: #EBD7EA url(../juliasite/images/faq.png) no-repeat bottom right; 
}

#sup_box3 {
 background: #EBD7EA url(../juliasite/images/about_me.png) no-repeat bottom right; 
}

#sup_box4 {
 background: #EBD7EA url(../juliasite/images/bg_logo.png) no-repeat bottom right; 
}

.sup_box {
 background: #EBD7EA url(../juliasite/images/sup_box.png) no-repeat bottom right; 
}

.btt {
 width: 100%;
 padding: 0 0.5em 1.0em 0;
 border-bottom: #E2E6F2 solid 1px;
 text-align: right; 
 color: red;
}

.clear {
 clear: both;
 padding-top: 30px;
}

fieldset {
 margin: 1.5em 1.0em 0 1.1em;
 border: solid  #A1A7C4 1px;
 background: #E2E6F2 url(../juliasite/images/form_back.png) repeat-x top; 
}

#body_blg fieldset {
 margin: 1.5em 0.1em 0 0.1em;
 border: solid  #A1A7C4 1px;
 background: #E2E6F2 url(../juliasite/images/form_back.png) repeat-x top; 
}

legend {
 margin-left: 1em;
 padding: 0 1em 0 0.8em;
 font-weight: bold;
 background-color: #fff;
}

fieldset ol {
 padding: 1em 1em 0 1em;
}

fieldset li {
 padding-bottom: 1em;
}

label { 
 margin-left: 1em;
 text-align: left;
 padding-top: 0.2em;
}

input.text { 
 width: 250px;
}

.post {
 clear: both;
 border-top: solid gray 1px; 
 padding: 1.5em 0 0 0; 
}

.cmt{
 border: solid #C993C7 1px;
 padding: 0.3em 0.3em 0.3em 0.3em;
 background-color: #EBD7EA;
}

#cmtbdy {
 font-size: 0.8em;
 margin: 0 0 3.0em 0;
 padding-left: 1.0em;
 border-bottom: solid #C993C7 1px;
 background: url(../juliasite/images/cmt_bck.png) repeat-x bottom; 
}

cite { 
 font-weight: bold;
}

#comments {
 margin-top: 3.0em;
}

#content_sup ul ul {
 border: none;
 margin: 0 0 0 1.0em;
 padding: 0;
 line-height: 1.5em;
}

#content_sup ul li ul {
 line-height: 2em;
 margin: 0 0 0 1.0em;
 padding: 0;
}

#content_sup p {
 width: 180px;
 margin: 0.3em 0.2em 0.3em 0.3em; 
 line-height: 1.5em; 
}

.contribute {
 padding: 1em 1em 1em 1em;
 background-color: #E2E6F2; 
}

.postnav {
 clear: both;
 border-top: solid gray 1px; 
 padding: 1.5em 0 0 0; 
}
 
 .rssi {
  float: left;
 }
 
 .rssp { 
  font-weight: bold;
  padding: 4px 0 0 40px;
  color: #5C5F70; 
 }