/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Customized by Purple Link Web Design for chrstinesunderland.com
http://www.purplelinkdesign.com
Released for free under a Creative Commons Attribution 2.5 License
*/

/* COLOR PALETTE
PRIMARY dark grey 333333 
SECONDARY deep red AD1112/A21122 (web safe)
TERTIARY orange tan C59A6F
ACCENT sky blue 3699E4
*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF url(template_images/img01.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em; /*13px;*/
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 3px;
	margin-top: 0;
	color: #C59A6F;
	border-bottom: dotted 2px;
}



h4 {
letter-spacing: -1px;
margin-bottom: 0;
margin-top: 0;
}

p, ol, ul {
	line-height: 180%;
	margin-top: 0;
}

p {

}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

img.border {
   border: solid;
   display: block;
   }

   /* horizontal rulers */
hr {
	display: none;
}

div.hr {
  height: 15px;
  background: #fff url(images/scroll.gif) no-repeat scroll center;
  margin: 15px 0 15px 0;
}
div.hr hr {
  display: none;
}

div.clear {
clear: both;
}

/* Header */

#header {
	width: 770px; 
	height: 220px;
	margin: 0 auto;
	background:  url(template_images/italy540width.jpg) no-repeat right top;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 220px;
	background: #AD1011 url(template_images/img03.jpg);
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	padding: 120px 0 0 0;
	background:  url(template_images/img04.jpg) no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: 3em;
}
}

#logo h2 {
    margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	width: 540px;
	height: 40px;
	padding: 180px 0 0 0;
}

#menu ul {
	height: 40px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #AD1011 url(template_images/img05.jpg) repeat-x;
	list-style: none;
}

#menu li {
	display: inline; 
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 15px 0 14px; 
	background:  url(template_images/img06.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
}



#page {
	width: 770px; 
	margin: 0 auto; 
}

/* Content */

#content {
	float: right;
	width: 500px; 
	padding: 20px;
	background: #FFFFFF url(template_images/contentbg.gif) no-repeat left bottom;
}

#content-nosidebar {
	float: right;
	width: 728px;
	padding: 20px;
	margin-top: 8px;
	background: #ffffff;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding-top: 10px;
	
}

#sidebar a {
	color: #3699E4;
}

#sidebar ul {
	margin-left: 15px;
	padding-left: 0;
	list-style: none;
	font-size: 98%;
	color: #FFFFFF;
}

#sidebar ul li {
	padding: 5px 14px;
	background:  url(template_images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #0B0B0B;
}

#sidebar ul li.first {
	border: none;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	margin-bottom: 10px;
	background: #000000 url(template_images/img10.gif) no-repeat left bottom;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #5EB2ED url(template_images/img08.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.boxed .content {
	padding: 15px;
	background:  url(template_images/img09.gif) repeat-x;
	color: #FFFFFF;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	float: right;
	width: 174px;
	padding: 2px 5px;
	background: #EFEFEF url(template_images/img11.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchsubmit {
	float: right;
	margin-top: 5px;
	background: #AD1112 url(template_images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Footer */

#footer {
	height: 100px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}

#footer a {
	color: #000000;
}