Theme Name: Frond
Theme URL: http://www.addisondesign.co.uk/
Description: A theme from Addison Design ltd.
Author: Alexander Stott
Author URI: http://addisondesign.co.uk/
Version: 1.1

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

html { font-size:100%; }

body {
background-color:#ffffff;
font-size:62.5%;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}

h1, h2, h3, h4, h5, h6 {
color:#808080;
font-weight:700;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
}

h1 {
font-size:26px;
padding-top:14px;
padding-bottom:10px;
}

h2 {
font-size:28px
padding-top:12px;
padding-bottom:8px;
color:#000000;
margin-top:25px;
}

h2, h2 a:link, h2 a:visited {
color:#000000;
text-decoration:none;
font-size:28px
}

h3 {
font-size:20px;
padding-top:8px;
padding-bottom:6px;
color:#026991;
margin-top:22px;
}

h4 {
font-size:15px;
padding-top:6px;
padding-bottom:4px;
}

h5 {
font-size:12px;
padding-top:4px;
padding-bottom:3px;
}

h6 {
font-size:10px;
padding-top:2px;
padding-bottom:1px;
}

p {
font-size:12px;
line-height:19px;
color:#222222;
text-align:left;
padding-top:5px;
padding-bottom:10px;
}

p span {
font-family:Georgia, Times, Serif;
color:#999999;
}

a:link {
text-decoration:underline;
}

a:visited {}

a:hover, a:focus {
text-decoration:none;
}

a:active { /* When clicked */
text-decoration:underline;
}

#container {
margin:20px auto;
width:920px;
height:515px;
padding:34px 30px 30px 50px;
background-image:url(images/webbg.jpg);
overflow:hidden;
}

.pagecontent {
height:462px;
overflow:auto;
padding-left:20px;
padding-right:10px;
width:793px;
float:left;
}

table {}

thead {}

tr {}

td {
padding:5px;
}

#wrapper{
width:960px;
margin:0 auto;
}

#header {
width:100%;
height:100px;
}

#footer {
width:895px;
height:50px;
float:left;
padding-top:3px;
}

#contactinfo {
float:left;
}

#contactinfo a:link, #contactinfo a:visited {
color:#ffffff;
}

#addison {
float:right;
padding-top:10px;
color:#72C763;
}

#addison a:link, #addison a:visited {
color:#ABDEA3;
}

#addison a:hover {
color:#ffffff;
}

#footer p {
color:#ffffff;
}

.pagecontent ul {
margin-left:25px;
padding-top:18px;
}

.pagecontent li {
font-size:12px;
text-align:left;
color:#333333;
padding-bottom:9px;
 list-style-type: square;
}

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
margin-top:10px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			16em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	text-align:left;
	position:		relative;
border-bottom:1px solid #eeeeee;
 -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; 

}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			90px;
	top:			0; /* match top ul list item height */
	z-index:		99;
opacity: .95;
		filter: alpha(opacity = 95);

}

ul.sf-menu li a:link, ul.sf-menu li a:visited {
color:#333333;
background-color:#ffffff;
text-decoration:none;
padding:7px 5px 7px 5px;
font-size:11px;
}

ul.sf-menu li a:hover {
background-color:#539444;
color:#ffffff;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;

}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
border-top:1px solid #999999;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;

}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
border-top:1px solid #999999;
}
/* CSS Document */

#navig {
height:;
width:90px;
float:left;
padding-top:110px;
margin-left:-5px;
margin-right:5px;
}

#navig ul ul ul {
margin-top:3px;
}

#navig ul ul ul li {
border-bottom:1px solid #eeeeee;
border-left:1px solid #eeeeee;
border-right:1px solid #eeeeee;
font-size:9px;
}

.current_page_item {
font-weight:700;
}

.current_page_item li {
font-weight:400;
}

#pageno6 .pagecontent {  /* Front page */
background-image:url(images/thob_big.jpg);
background-repeat:no-repeat;
background-position:520px 45px;
width:450px;
padding-right:330px;
overflow:hidden;
}

#pageno6 h2 { /* Front page text */
text-indent:-9999px;
background-image:url(images/changelife.jpg);
width:383px;
height:58px;
padding:0;
margin-top:40px;
margin-bottom:15px;
}

#pageno6 h3 {
font-size:19px;
line-height:28px;
margin-top:10px;
}

/* #halves */

#whitehalf {
width:50%;
float:left;
overflow:auto;
height:412px;
padding-top:50px;
}

#whitehalf2 {
width:50%;
float:right;
padding-top:115px; /*65 previously*/
}

#whitehalf h2, #whitehalf h3, #whitehalf h4, #whitehalf h5, #whitehalf p, #whitehalf ul {
padding-left:20px;
padding-right:20px;
}

#whitehalf h3 {
padding-top:10px;
margin-top:0;
font-size:15px;
}

#bluehalf {
width:50%;
float:left;
height:462px;
background-image:url(images/bluehalf.jpg);
overflow:auto;
}

#bluehalf p, #greenhalf p, #redhalf p {
line-height:18px;
text-shadow:0 0 3px black !important;
color:#ffffff;
padding-left:25px;
padding-right:25px;
}

#bluehalf h2, #redhalf h2, #greenhalf h2 {
padding-top:45px;
text-shadow:0 0 3px black !important;
padding-left:25px;
}

#whitehalf2 h3 {
margin-top:5px;
padding-top:0;
}

#redhalf {
width:50%;
float:left;
height:462px;
background-image:url(images/redhalf.jpg);
overflow:auto;
}

#redhalf h2, #redhalf h2 a:link, #redhalf h2 a:visited, #redhalf h3, #redhalf h3 a:link, #redhalf h3 a:visited, #redhalf h4, #redhalf h5, #redhalf p, #redhalf p a:link, #redhalf p a:visited, #bluehalf h2, #bluehalf h2 a:link, #bluehalf h2 a:visited, #bluehalf h3, #bluehalf h3 a:link, #bluehalf h3 a:visited, #bluehalf h4, #bluehalf h5, #bluehalf p, #bluehalf p a:link, #bluehalf p a:visited, #greenhalf h2, #greenhalf h2 a:link, #greenhalf h2 a:visited, #greenhalf h3, #greenhalf h3 a:link, #greenhalf h3 a:visited, #greenhalf h4, #greenhalf h5, #greenhalf p, #greenhalf p a:link, #greenhalf p a:visited, #greenhalf li, #redhalf li, #bluehalf li {
color:#ffffff!important;
}

#greenhalf ul, #redhalf ul, #bluehalf ul {
padding-top:0;
padding-left:30px;
}

#greenhalf li, #redhalf li, #bluehalf li {
text-shadow:0 0 3px black !important;
}

#greenhalf {
width:50%;
float:left;
height:462px;
background-image:url(images/greenhalf.jpg);
overflow:auto;
}

#greenhalf h2, #greenhalf h3, #greenhalf h4, #greenhalf h5, #greenhalf p {
padding-left:25px;
padding-right:20px;
}

#pageno110 .pagecontent ul {
padding-left:20px;
float:left;
padding-top:7px;
}

#pageno110 .pagecontent li {
background-color:#e7f3f9;
border-radius:13px;
-moz-border-radius:13px;
-webkit-border-radius:13px;
text-align:left;
width:280px;
list-style:none;
padding:4px 0 4px 12px;
margin-bottom:9px;
color:#333333;
	-moz-box-shadow: 0px 0px 4px #999;
	-webkit-box-shadow: 0px 0px 4px #999;
        box-shadow: 0px 0px 4px #999;
border:1px solid #ffffff;
}

#pageno110 .pagecontent li:hover { /* Special rounded buttons / links */
background-color:#d0e4ef;
color:#000000;
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
        box-shadow: 0px 0px 4px #666;
}

#pageno110 .pagecontent li a:link, #pageno110 .pagecontent a:visited {
display:block;
color:#000000;
text-decoration:none;
}

#pageno24 #container { /* Martial arts */
background-image:url(images/martialbg.jpg);
}

#pageno20 #container { /* Energy balancing */
background-image:url(images/energybg.jpg);
}

#pageno24 #container .pagecontent, #pageno20 #container .pagecontent {
width:300px;
}

#pageno8 #whitehalf2 h3 {
margin-top:80px!important;
text-indent:-10px;
padding-left:10px;
padding-right:10px;
}

#redhalf h2, #greenhalf h2 {
padding-top:15px;
}

#redhalf h3, #greenhalf h3, #bluehalf h3 {
padding-top:10px;
margin-top:0;
line-height:23px;
padding-left:25px;
padding-right:10px;
font-size:15px;
text-shadow:0 0 3px black !important;
}

.red h2, .red h3 {
color:#a21814;
}

blockquote {
width:355px;
font-size:9px;
float:left;
margin:10px 15px 5px 0;
padding:5px 5px 0 10px;
/*border:2px dotted #999999;*/
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
background-image:url(images/sheen.jpg);
	-webkit-box-shadow: 0px 0px 4px #999;
        box-shadow: 0px 0px 4px #999;
-moz-box-shadow: 0px 0px 4px #999;
-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out;
display:inline-block;
}

blockquote:hover {
background-position:10px -20px;
-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; 
}

blockquote p {
line-height:18px!important;
}

/* PAYPAL paypal.htm PAYMENT PAGE CODE */

.payform	{
		font: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		background-color: #F0F6F9;
		text-align: left;
		width: 125px;
		overflow: auto;
		border: #99A8AF 1px solid;
		}

.payformbox	{
		background-color: transparent;
		border: #CFD7DF 1px solid;
		}

.payformmargin	{ margin: 0px; }

.payformbutton	{ width: 125px; }



/* Contact page styling */


#pageno50 #container .pagecontent {
width:803px;
padding-right:0;


}


#pageno50 #container .pagecontent #whitehalf {
width:40%;
}

#pageno50 #container .pagecontent #whitehalf2 {
padding-top:0;
height:100%;
-moz-border-radius-topright:10px;
-webkit-border-top-right-radius:10px;
overflow:hidden;
width:60%;
}

#pageno42 #whitehalf2 p, #pageno42 #whitehalf2 h3 {
padding-left:20px;
}

#pageno42 #whitehalf2 {
overflow:auto;
height:347px;
}

