/*
Xperience Celebrations

*/

body {
	margin: 0;
	padding: 0;
	background: #0F5B96 url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, p, ol, ul {
	margin-top: 0;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 { 
	
	font-weight: normal;
}

h1 {
        text-align: center;
	letter-spacing: -2px;
	font-size: 1.8em;
}


p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}


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

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


/* Header */

#header {
	height: 150px;
	background: url(images/img02.jpg) no-repeat center top;
	text-transform: lowercase;
}


/* Page */

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

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 0 0 0 25px;
}

.post {
	margin-bottom: 15px;
	background:#1EB9Dc url(images/x-copy.png) no-repeat;
	color: #0A416B;
}


.post a:hover {
	color: #000000;
}

.post .title {
	margin: 0;
	padding: 20px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 20px 30px 10px 30px;
}

.post .entry {
	padding: 15px 30px 10px 30px;
}

.post .links {
	margin: 0;
	padding: 20px 30px 20px 30px;
        border-top: 1px solid #2872A6;
        text-align: center;

}


.form {
       padding: 0px 0px 0px 70px;
}

.post .links a {
        text-decoration: none;
	font-weight: bold;
        color: #0A416B;
}

.post .links a:hover {
	color: #FFFFFF;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
}


/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 20px;
}


/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #083253 url(images/img02.jpg) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	
}

#footer a {
	color: #0F5B96;
|