/*
Theme Name: Margaret Curran
Theme URI: http://
Description: A theme for Margaret.
Version: 1.0
Author: Furber Consultancy
Author URI: http://www.furber-consultancy.com/
*/

body {
	background: url('i/main-bg.jpg') center top #FCFBF9;
	margin: 0;
	font-family: "century gothic", "trebuchet ms", helvetica, Arial;
	color: #121212;
	font-size: 14px;
}

img {
	border: 0;
}

p.center {margin: 0 auto;}

#bar {
	width: 100%;
	height: 10px;
	background: url('i/top-bg.jpg') top left;
	float: left;
}

#container {
	margin: 0 auto;
	width: 980px;
}

#logo {
	width: 980px;
	float: left;
	height: 110px;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

#body {
	float: left;
	width: 970px;
	border: 5px solid #fff;
	background: url('i/body-bg.jpg') repeat #FAF9FA;
}

#header {
	float: left;
	width: 970px;
	height: 50px;
	padding: 250px 0 0 0;
	background: url('i/header.jpg') center no-repeat;
	text-align: center;
}

#header p {
	padding: 14px 0 0 0;
	margin: 0;
}
#header p a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 0 12px;
	font-weight: bold;
}
#header p a:hover {color: #DA2521;}


#text {
	width: 580px;
	float: left;
	padding: 20px 0 20px 20px;
}

.article {
	width: 580px;
	float: left;
	padding: 10px 0 10px 0;
}

.article h2 {
	font-weight: bold;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #DA2521;
}
.article h2 a {
	font-weight: bold;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #E6706D;
	text-decoration: none;
}
.article h2 a:hover {
	color: #DA2521;
}

.article h3 {
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 0;
}
.article p {
	padding: 0 0 15px 0;
	margin: 0;
}
.article p a {
	color: #DA2521;
	font-weight: bold;
	text-decoration: none;
}
.article p a:hover {color: #E65855;}
.article p a:visited {color: #E65855; font-weight: normal;}

.article ul li a {
	color: #DA2521;
	font-weight: bold;
	text-decoration: none;
}
.article ul li a:hover {color: #E65855;}
.article ul li a:visited {color: #E65855; font-weight: normal;}

.article p a.i {
	font-style: italic;
	font-family: arial;
}

.article a.big {
	font-size: 18px;
	color: #DA2521;
	font-weight: bold;
	text-decoration: none;
}
.article a.big:hover {color: #E65855;}

.piclenselink a {
	color: #DA2521;
	font-weight: bold;
	text-decoration: none;
}
.piclenselink a:hover {color: #E65855;}
.piclenselink a:visited {color: #E65855; font-weight: normal;}

#pre-sidebar {
	width: 350px;
	height: 250px;
	float: right;
	background: #333;
}

#sidebar {
	width: 320px;
	float: right;
	clear: right;
	padding: 15px 15px 0 0;
	font-family: arial;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 17px;
}
#sidebar ul li {
	margin: 0;
	padding: 0 0 7px 0;
	list-style: none;
}
#sidebar ul li a {
	color: #333;
	text-decoration: none;
}
#sidebar ul li a:hover {color: #DA2521;}

#sidebar a.img {display: block; padding: 0 0 10px 0;}

#body-bottom {
	width: 970px;
	height: 25px;
	background: url('i/body-bottom.jpg');
	float: left;
}

#footer {
	float: left;
	width: 760px;
	padding: 15px 0 20px 0;
	text-align: left;
	font-size: 12px;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer p a {
	font-weight: bold;
	color: #DA2521;
	text-decoration: none;
}