/* @override 
	http://localhost/stylesheets/screen.css
	http://localhost:8830/stylesheets/screen.css
	http://ukschooloffloristry.com/stylesheets/screen.css
	http://weddingflowerscheshire.co.uk/stylesheets/screen.css
*/

body {
  padding: 0;
  background: url(../images/bg_repeat_y.gif) repeat-y center top;
  font: 75% "Lucida Grande", Lucida, Verdana, sans-serif;
  margin: 0;
}

#container {
  width: 737px;
  margin-right: auto;
  margin-left: auto;
}

#head {
  background: #fff url(../images/head_bg.gif) no-repeat center bottom;
  height: 135px;
}

#logo {
  margin-top: 42px;
  margin-left: 27px;
}

#sidebar {
  float: left;
  width: 158px;
  margin-left: 0;
  color: #5d5d5d;
  font-size: 0.8em;
  padding-left: 30px;
}

#sidebar .address {
  margin-top: 35px;
}

#main_links {
  list-style-type: none;
  margin: 7px 0 0;
  padding: 0;
  font-size: 1.2em;
}

#main_links li {
  border-bottom: 1px solid #d2ccd1;
  padding: 7px 6px 8px;
}

#main_links li a {
  color: #0e034e;
  text-decoration: none;
}

#main_links li a:hover {
  text-decoration: underline;
  color: #000;
}

#sitemap {

}

#sitemap li a{
	text-decoration: none;
}

#content {
  margin-right: 35px;
  font-size: 1em;
  color: #636076;
  line-height: 1.5em;
  margin-top: 20px;
  text-align:justify;
  padding-left: 230px;
  clear: none;
}

#footer {
  font-size: 0.8em;
  color: #828282;
  margin-left: 230px;
  text-align: right;
  margin-right: 41px;
  margin-bottom: 25px;
  border-top: 1px solid #d8d8d8;
  clear: both;
}

#footer a {
  color: #807c97;
}

#footer a:hover {
  color: #404040;
}

#footer #other {
  margin: 5px 0;
  padding: 0;
  list-style-type: none;
}

#footer #other li {
  display: inline;
  margin-left: 8px;
}

h1 { font-size: 1.4em;
  text-align: left;
}
h2 { font-size: 1.2em;
  text-align: left;
}

h1, h2 {
  color: #5d5976;
}

.centered { text-align: center; }

form dl dt {
  width: 133px;
  float: left;
  text-align: right;
  padding-right: 5px;
  padding-top: 2px;
  font-weight: bold;
}

#portrait {
  width: 123px;
  text-align: center;
  float: right;
  margin-left: 10px;
}

a img {
  border-style: none;
}

#content a, #sidebar a {
  color: #180f4d;
}

#content a:hover, #sidebar a:hover {
  color: #130084;
}

#left_list {
  float: left;
  margin-right: 123px;
}

#right_list {
  margin-top: 26px;
}

#imgright
{ float: right; padding-right: 10px;}

.course_list {
  list-style-type: none;
  margin: 10px;
  padding: 0;
}

.course_list li {
  margin-bottom: 6px;
}

.course_list li a {
  text-decoration: none;
}

.course_list li img {
  vertical-align: middle;
  margin-right: 10px;
}

.course {
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
}

.course h2 {
  margin: 0;
  background-color: #f1eaef;
  border-bottom: 1px solid #d6d6d6;
  padding: 5px 10px;
}

.course .tutor {
  font-size: 0.7em;
  font-style: italic;
  color: #999;
  display: block;
}

.course .dates {
  width: 115px;
  float: left;
  padding-left: 10px;
  margin-top: 10px;
}

.course p {
  margin: 10px;
}

.course .details {
  margin-left: 125px;
  margin-right: 5px;
  margin-top: 10px;
}

.course .price {
  text-align: right;
  font-style: italic;
  margin: 10px;
}

.q { font-weight:bold; color:#280547; }
.a { }

.faq dt {
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
}

.faq dd {
  font-style: italic;
  margin-bottom: 25px;
  margin-left: 0;
}

.links {
  padding: 0;
  list-style-type: none;
}

.links li {
  margin-bottom: 5px;
}

blockquote {
  margin: 0 0 15px;
  padding-left: 40px;
  background: url(../images/blockquote.gif) no-repeat;
}

blockquote p {
  margin-bottom: 5px;
}

blockquote cite {
  text-align: right;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 0.8em;
}

/* @group PhotoGallery */

#photoGallery {
	border-top: 2px dashed silver;
}

div.photo a{
	float: left;
	margin: 20px;
	padding: 6px;
	border: 1px dotted gray;
}

div.photo a:hover, .gallery_list .photo a:hover {
	background-color: #f1deeb;
}

.gallery_list {
  font-size: 1.2em;
  clear: none;
  margin: 0 16px 16px;
}

.gallery_list .photo {
  width: 120px;
}

.gallery_list .photo a {
  float: left;
  padding: 6px;
  border: 1px dotted gray;
}

/* @end */
