/**Glengormley Care style**/

body {
	margin: 0;
	background: #FFFFFF url(../images/body_bg.gif) no-repeat;
	text-decoration: none;
		color: #666666;
	font: Georgia, "Times New Roman", Times, serif;
	min-width: 858px;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #aac447;
}

h1 {
	letter-spacing: -0.5px;
	font-size:3em;
}

h2 {
	letter-spacing: 0;
	font-size: 2em;
}

h3 {
	letter-spacing: -0.5px;
	font-size:3em;
}

p, ul, ol {
	line-height: 120%;
	padding-bottom: 10px;
	font-size:12px;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #DF2186;
}

a:hover {
	text-decoration: none;
	color: #E8A928;
}

/* Header */

#header {
	width: 100%;
	height: 100%;
	margin: 0 0 20px 0;
	}

#header h1 {
	margin: 0 0 0 20px;
	color: #EB42A3;
}

#header p {
	font-size: 13px;
	padding-right: 300px;
	margin: 110px 0 20px 60px;
	color: #EB42A3;
}

#header h1 {
	padding-top: 20px;
}

#header a {
	color: #EB42A3;
}

/* Page */

#page {
	width: 1200px;
	margin-left: 60px;
}

/* Content */

#content {
	float: left;
	width: 460px;
}

#contentindex {
	float: left;
	width: 650px;
}

#sidebartopper {
	float: left;
	margin: 0 0 0 20px;
	height: 21px;
	width: 240px;
}

#rightsidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background:;
	padding-top: 55px;
	float: left;
	margin: 0 0 0 0;
	width: 396px;
}

#rightsidebar img {
	border:;
}


#rightsidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding: 0 0 0 0;
	margin-bottom: 10px;
}

#rightsidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	font-size: 13px;
	color: #2a1722;
	float: left;
}

#rightsidebar ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 155%;
	color: #2a1722;
	float: left;
}

#rightsidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	border-bottom: 1px dotted #333333;
	margin: 10px 0 5px 0;
	line-height: 130%;
	color: #b53980;
	float: left;
}

#sidebarbottom {
	float: right;
	margin: 0 40px 0 20px;
	width: 240px;
	padding-bottom: 20px;
}

.post {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 550px;
	font-size: 13px;
	line-height: 1.2;
	padding: 0 0 30px 0;
}

.post h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding: 0 0 0 0;
	margin-bottom: 10px;
}

.post ul li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0 20px 5px 20px;
}

.title {
	margin: 0;
	border-bottom: 1px dotted #0F0F0F;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(../images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(../images/img04.gif) no-repeat left center;
}

/* Navigation */

	#navigation {
	padding-left: 60px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin-bottom: 30px;
	position: relative;
	height: 35px;
	}

	#primarynav {
	float: left;
	width: 690px;
	margin-top: 8px;
	height: 30px;
	
	}
	
	#primarynav li {
	padding-left: 0;
	position: relative;
	float: left;
	margin-right: 30px;
	}
	
	
	#primarynav li a {
	height: 30px;
	text-decoration: none;
	}
	
	#primarynav li a:hover { 
	text-decoration: none;
	}

	
/* Search Bar */

	#sitesearch {
	position: absolute;
	right: 0;
	top: 5px;
	border: none;
	text-align: right;
	}
	
	#sitesearch label {
	text-transform: uppercase;
	padding-top: 1px;
	border: none;
	color: #e0e0e0;
	letter-spacing: -0.5px;
	font-weight: bold;
	font-size: 0.9em;
	margin-right: 6px;
	display: block;
	float: left;
	height: 24px;
	line-height: 22px;
	margin-right: 5px;
	}
	
	#sitesearch input {
	height: 16px;
	width: 150px;
	float: left;
	}
	
	#sitesearch #search-go {
	width: 20px;
	font-size: 0.8em;
	height: 20px;
	margin: 2px 4px 0 3px;
	float: left;
	}

/* Sidebar */

#sidebar {
	float: left;
	padding-right: 20px;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
	background: url(../images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px dotted #0F0F0F;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}



/* Columnone */

#columnone {
	float: left;
	padding: 0 20px 20px 0;
	width: 180px;
}

#columnone p {
	font-size: 12px;
	padding-bottom: 5px;
}

#columnone ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#columnone li {
}

#columnone li ul {
	padding: 15px 0;
}

#columnone li li {
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
	background: url(../images/img02.gif) no-repeat 5px 50%;
}

#columnone h2 {
	margin-bottom: 5px;
	border-bottom: 1px dotted #0F0F0F;
}

#columnone a {
	text-decoration: none;
}

#columnone a:hover {
}

/* Columntwo */

#columntwo {
	float: left;
	padding: 0 20px 20px 20px;
	width: 180px;
}

#columntwo p {
	font-size: 12px;
	padding-bottom: 5px;
}

#columntwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#columntwo li {
}

#columntwo li ul {
	padding: 15px 0;
}

#columntwo li li {
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
	background: url(../images/img02.gif) no-repeat 5px 50%;
}

#columntwo h2 {
	margin-bottom: 5px;
	border-bottom: 1px dotted #0F0F0F;
}

#columntwo a {
	text-decoration: none;
}

#columntwo a:hover {
}



/* Footer */

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	clear: both;
	text-decoration: none;
	float: left;
	padding: 5px 0 0 0;
	margin: 0 60px 5px 60px;
	border-top: 1px solid #cccccc;
	text-align: left;
}


