/*
Theme Name: Bizpro Franchise
Description: Bizpro Franchise Website Theme from Duck On Water
Version: 0.1v
Author: Duck On Water
Author URL: http://www.duckonwater.co.uk/
*/

/* ### STANDARD VALUES ### */
* {
	padding: 0;
	margin: 0;
	font: normal 12px Arial;
	text-decoration: none;
	border: none;
}
ol, ul {
	padding: 0px 20px 10px 10px;
	color: #000000;
	list-style: inside;
	margin: 0px;
}
em {
	color: #aaa;
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}
p {
	padding-bottom: 10px;
	color: #000000;
	line-height: 18px;
	font-size: 14px;
}
h2 {
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	padding-bottom: 20px;
}
h3 {
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	padding-bottom: 5px;
}
body {
	background:#FFFFFF url('img/background.jpg') repeat-x left top;
}
h1, h1 a {
	color: #000000;
	margin-bottom: 10px;
	display: block;
	font: 22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1 span {
	font: bold normal 30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2 span {
	font: normal 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 span {
	font: 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


h4 {
	color: #000000;
	padding-bottom: 15px;
	font: normal 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 25px;
}

h1 a:hover {
	text-decoration: underline;
}
#header h1 {
        text-indent: -9999px;
	position: absolute;
}
img {
	padding-right: 10px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.clear {
	float: left;
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.description {
	font-size: 12px;
	font-family: Arial;
	margin-top: 5px;
}
.blueStrip {
	height: 8px;
	width: 100%;
	background: #5894E7;
	border-top: 1px solid #fff;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navigation {
	width: 900px;
	height: 35px;
	background: #99CCFF url(img/menu.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #2B679D;
	border-bottom: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	clear: both;
	float: left;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 940px;
}
#page {
	width: 900px;
	background: url(img/page-bg.png) repeat-y center center;
	padding: 0px 15px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
	float: left;
}
#main {
	background: #FFFFFF url(img/topmenu_bottom.gif) no-repeat right top;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* ### WP CAPTION ### */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 10px 20px 0px;
}
.wp-caption.alignright {
	margin-left: 10px;
	margin-right: 0;
}
.wp-caption.alignleft {
	margin-left: 0;
	margin-right: 10px;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding-top: 6px;
	display: block;
	line-height: 14px;
}
p.wp-caption-text {
	padding: 5px;
}
/* ### NAVIGATION  ### */
.navigation {
	margin-top: 20px;
}
.navigation a {
	color: #555;
}
.navigation a:hover {
	text-decoration: underline;
}


/* ### RELATED ### */
h4.related_top {
	color: #5894E7;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.related {
	color: #71ad43;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	border-left: 5px solid #b2b2b2;
	padding: 10px;
	color: #555;
}
.related  ul {
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-position: outside;
}
.related li {
	line-height: 18px;
	font-weight: bold;
}
.related a {
	color: #666;
	font-weight: normal;
	padding-bottom: 3px;
}
.related a:hover {
	border-bottom: 1px solid #ff8000;
	padding-bottom: 2px;
}
.related.posts {
	border-left: 5px solid #92becb;
	width: 590px; /* IE FIX */
}
.related.posts h1 a {
	color: #386471;
}
.related.posts h1 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #386471;
}
.related.posts ul.left {
	width: 290px;
	float: left;
	list-style-position: outside; /* IE FIX */
}
.related.posts .right {
	width: 290px;
	float: right;
}
.related.posts .right th {
	padding-right: 10px;
	width: 100px;
	text-align: right;
}
.related.posts .right a {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 2px;
	color: #386471;
}
.related.posts .right a:hover {
	border-bottom: 1px solid #ff8000;
}
.related.posts small {
	font-size: 11px;
	color: #aaa;
	display: block;
}
/* ### CONTACT FORM ### */

#address {
	float: right;
	width: 180px;
	padding: 0px 20px 20px 10px;
	margin: 20px 0px 0px;
}

/* ### POST ### */
#content {
	width: 620px;
	padding: 10px 40px 40px;
	float: left;
	background: #FFFFFF;
	margin: 0px;
}


.post ul {
	padding: 0 20px 10px 10px;
	margin: 0px 0px 0px 80px;
}
.post li {
	line-height: 18px;
	list-style: outside;
	font-size: 14px;
	padding-bottom: 8px;
}
.post h1 {
	font-size: 25px;
	font-weight: bold;
}
.post h3 {
	font-size: 18px;
	font-weight: normal;
}
.post h3 a {
	color: #000000;
	font: 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.post h3 a:hover {
	color: #1237B8;
	text-decoration: underline;
	font: normal 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.post h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}

.post h2 a {
	font-size: 30px;
	color: #0A1E65;
	text-decoration: underline;
	margin-bottom: 20px;
}
.post p a {
	color: #0A1E65;
}
.post p a:hover {
	color: #5894E7;
}
.post {
	margin-bottom: 10px;
	width: 620px; /* IE FIX */
}
.post small {
	font-size: 11px;
	color: #aaa;
	margin-bottom: 5px;
	display: block;
}

/* ### SIDEBAR ### */
#sidebar {
	width: 200px;
	overflow: hidden; /* IE FIX */
	margin: 0px;
	padding: 0px 0px 10px;
	background: #5894E7;
	float: left;
}
#sidebar_top {
	width: 200px;
	height: 10px;
	background: #5894E7;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#sidebar_bottom {
	width: 200px;
	height: 10px;
	background: #5894E7;
	overflow: hidden;
}
#sidebar_main {
	padding: 0px 10px;
	margin: 10px 10px 0px;
	background: #FFFFFF;
	float: left;
	width: 160px;
}
#sidebar_main ul {
	list-style: none;
	padding: 0;
	list-style-position: outside;
}
#sidebar_main h2 {
	color: #2B679D;
	letter-spacing: 1px;
	font-weight: normal;
	padding-bottom: 5px;
}
#sidebar a {
	padding: 3px;
	color: #2B679D;
}
#sidebar a:hover {
	padding: 3px;
	border-bottom: 1px solid #2B7FC5;
	padding-bottom: 3px;
	color: #000000;
}
#sidebar ul.children {
	text-indent: 10px;
}
#sidebar li a {
	display: block;
	width: 150px;
	border-bottom: 1px solid #fff;
	padding: 3px;
	padding-left: 0;
	padding-right: 0;
	width: 160px;
}
#sidebar li.current-cat a {
	border: 1px solid #c0dd90;
	background: #f6ffe8;
	color: #2B679D;
}
#sidebar li a:hover {
	padding: 3px;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #ff9a33;
	color: #2B679D;
}
.sidebox {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
}

/* ### SEARCH ### */
#search {
	width: 190px;
	float: right;
	height: 42px;
	padding-left: 10px;
}
#search_top {
	margin-top: 9px;
	height: 5px;
	width: 180px;
	background: white url('img/search-top.gif');
	overflow: hidden;
}
#search_bottom {
	height: 5px;
	width: 180px;
	background: white url('img/search-bottom.gif');
	overflow: hidden;
}
#search_main {
	background: white;
	width: 180px;
}
#search #searchform input {
	color: #666;
	font-family: Verdana;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 120px;
}
#searchform #searchsubmit {
	margin: 0px;
	padding: 0px;
	width: 50px;
}

#search #searchform  input.submit {
	width: 18px;
	height: 14px;
	background: white url('img/zoom.gif');
	margin: 0px;
	padding: 0px;
}
#search #searchform  .submit:hover {
	background-position: 18px 0px;
	cursor: pointer;
}
#search form {
	padding: 0px;
	margin: 0px;
	background: none;
}
form#searchform {
	border: none;
}

#header {
	height: 95px;
	padding-top: 25px;
	background: #0A1E65 url(img/banner.jpg) no-repeat left top;
	padding-left: 20px;
}
#header h2 a {
	font: 24px Georgia;
	color: #0C2067;
}
#changer {
	width: 900px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #2B679D;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 200px;
}


/* ##### SUPERFISH MENU ##### */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0px;
	padding:		0px;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
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:			10em; /* match ul width */
	top:			0;
}
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;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #5894E7;
	padding: 		10px 10px 8px;
	text-decoration:none;
	margin: 0px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#1134AE;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
.sf-menu li {
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		url(img/menu-HOVER.gif);
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* ### FOOTER ### */

#footer {
	background: #202020 url('img/footer.gif') repeat-x;
	padding: 10px 10px 5px;
	margin: 0px;
	height: 50px;
	width: 880px;
	float: left;
}
#footer ul {
	padding: 0px;
	margin: 0px;
}
#footer li a {
	display: block;
	padding: 3px 0px;
	width: 250px;
	margin: 0px 21px;
	padding: 3px 0px 3px 0px;
	letter-spacing: 1px;
}
#footer li a:hover {
	border-bottom: 1px solid #ff8000;
	padding-bottom: 2px;
}
#footer li {
	float: left;
	list-style: none;
}
#footer h4 {
	font-size: 18px;
	color: #ff8000;
	padding-bottom: 5px;
	text-indent: 5px;
}
#footer small {
	margin-top: 10px;
	text-align: right;
	display: block;
}
#footer small a {
	color: #9933FF;
	font-size: 11px;
}
#footer small a:hover {
	text-decoration: underline;
}

#calendar_wrap th {
	font-weight: bold;
}

#calendar_wrap a  {
	text-decoration: underline;
}
#calendar_wrap a:hover {
	border: none;
	color: #ff8000;
}

#calendar_wrap caption {
	text-align: left;
	color: #386471;
}

#sidebar input {
	background: #eee url('img/line-smooth.gif') bottom;
	border: 1px solid #ccc;
	padding: 2px;
	color: #555;
}

#sidebar input#s {
	border: 1px solid #ccc;
	padding: 2px;
	width: 100px;
}

#sidebar input:hover {
	background: white;
	cursor: pointer;
}

#sidebar input#s:hover {
	background: white;
	cursor: text;
}

#sidebar #searchform label {
	color: #2B679D;
}

#sidebar a.rsswidget img {
	padding: 0;
	margin: 0;
	background: red;
}

#sidebar .sidebox ul#recentcomments li.recentcomments a {

}

#sidebar .sidebox .rssSummary {
	font-size: 11px;
	color: #888;
	padding-top: 10px;
}

#sidebar select {
	border: 1px solid #ccc;
	width: 160px;
	padding: 2px;
}

cite {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-style: italic;
	font-size: 11px;
	color: #888;
}
span.rss-date {
	font-size: 11px;
}
/* ### GOOGLEMAP ### */
.post iframe {
	border: 1px solid #5894E7;
	margin-bottom: 30px;
	float: left;
}
