/*
Theme Name: Salisbury Homeopathy College
Theme URI: http://test.traceyrickard.co.uk
Description: A bespoke Wordpress Theme for <a href="http://test.traceyrickard.co.uk"> The Salisbury Homeopathy College, offering homeopathy courses for professional qualifications.
Version: 1.1
Author: Tracey Rickard
Author URI: http://traceyrickard.co.uk
Tags: homeopathy college, homeopathy courses, homeopathy training, homeopathy education, homeopathy training and education UK, 

	Tracey Rickard WordPress Theme by Tracey Rickard is licensed under a 
	Creative Commons Attribution-Non-Commercial-Share Alike 3.0 License.

*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
	padding-left: 75px;
	padding-right: 75px;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
/*
LAYOUT: -----------------------------------------------------------------------------------------------------
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #01164F;
	background-color: #FFF;
	line-height:18px;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}
.extramargin {
	margin-top:40px;
	margin-bottom:20px;
}

a {
	color:#013F92;
	text-decoration:none;
}
a:hover {
	color:#01164F;
}
#container {
	width:1024px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #9EC5D6;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #9EC5D6;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	clear: both;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #F4FAFB;
	height: 160px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/SHCLogoBlue.jpg);
}
#header p {
	text-align: center;
}
#headertext {
	margin-left: 600px;
	margin-top: 60px;
	font-size: 150%;
	text-align: right;
	color: #014087;
}
#maincontent {
	text-align:justify;
	clear: both;
	padding-top: 40px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #E9F2F7;
	padding-right: 150px;
	padding-left: 150px;
	padding-bottom:30px;
	min-height:300px;
}
#maincontent a {
	color:#013F92;
}
#maincontent a:hover {
	color:#933;
}
#maincontent h1 {
	color: #013F92;
	font-size: 150%;
	margin-bottom: 20px;
}
#maincontent h2 {
	color: #013F92;
	font-size: 125%;
	margin-bottom: 20px;
	margin-top:30px;
}
#maincontent h3 {
	color: #013F92;
	font-size: 115%;
	margin-bottom: 20px;
	margin-top:30px;
	font-weight: bold;
}
#maincontent ul {
	margin-top:20px;
	margin-left:40px;
	margin-right:60px;
	margin-bottom:20px;
	list-style:square;
}
#maincontent ul li {
	padding:3px;
}
#centerimg {
	text-align: center;
	clear:both;
	background-color: #E9F2F7;
	margin-top:40px;
	padding-left:60px;
}
#centerimg ul {
	list-style:none;
}
#centerimg li {
	float:left;
}
#centerimg a {
	margin-right:15px;
	background-image:url(images/box.jpg);
	background-repeat:no-repeat;
	display:block;
	height:80px;
	width:150px;
	padding-top:30px;
	color:#013F92;
	font-weight:bold;
}
#centerimg a:hover {
	color:#933;
}
#clear {
	clear:both;
}
#footer {
	background-color: #054169;
	clear: both;
	height: 230px;
}
#footertext {
	width: 984px;
	text-align: left;
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #E9F2F7;
}
#footertext a {
	color: #E9F2F7;
	text-decoration: none;
}
#footertext h2 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:20px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.small {
	font-size: 80%;
}
/*NAVIGATION MENU ----------------------------------------------------------------*/

#navigation {
	padding-right:10px; padding-left:10px;
}
#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 1004px;
	background-image: url(images/bluebutton.png);
	background-repeat: repeat-x;
}
#access {
	font-size: 13px;
}
#access ul {
	list-style: none;
	margin: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #013F92;
	display: block;
	line-height: 47px;
	padding: 0 10px;
	text-decoration: none;
	border-right: #97c1d3 solid 1px;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 47px;
	left: 0;
	float: left;
	width: 220px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #cce1ea;
	line-height: 1em;
	padding: 10px;
	width: 200px;
	height: auto;
	border-bottom:1px solid #fff;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #cce1ea;
	color: #01164f;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	
}
/*COMMENTS---------------------------------------------------------------------------------------------*/
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #013F92;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
	list-style:none;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
}
.commentlist .avatar {
	padding-right: 10px;
	padding-left: 10px;	
}
.comment-author {
	list-style:none;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #013F92;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #013F92;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #013F92;
	overflow: hidden;
	position: relative;
}
#respond p {
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	display:none;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	font-weight:bold;
}
#respond label {
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
