/*
Design by Dogsdinner Productions
utilising a template from http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 40px 0;
	padding: 0;
	background: #ffdeef;
	background-image:url(images/.jpg);
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

form, h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

blockquote {
	font-style: italic;
}





a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

/* Header */




#header {
	width: 742px;
	height: 155px;
	margin: 0 auto;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	float: left;
	padding: 10px 0 0 0px;
	letter-spacing: -4px;
	font-size: 3em;
}

#header h2 {
	float: right;
	padding: 92px 25px 0 0;
	font-size: 1.2em;
}
	
#header a {
	text-decoration: none;
	color: #000;
}

/* Menu */

#menu {
	text-align:center;
	width: 742px;
	height: 36px;
	margin: 0 auto;
	left:1px;
	background-image:url(images/menu.jpg);
	color:#fff;
}

#menu ul {
	margin: 0;
	padding:6px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {

	
	height: 25px;
	padding: 10px 0 0 0;
	background: 999999;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
}

#menu .first a {
	background: none;
}

#menu a:hover {
	color: #ffdeef;
}

/* Content */

#content {
	width: 742px;
	margin: 0 auto;
	padding: 0;
	border-top: none;
}

/* Column One */

#colOne {
	float: left;
	width: 642px;
	padding: 10px 200px 0 50px;
		background:  url(images/bg.jpg);
		background-repeat: repeat-y;
		color:#D93E84;

}

#colOne a {
	color:#D93E84;
}

#colOne a:hover {
	color:#D93E84;
	border: none;
}

#colOne .post {
	margin-bottom: 30px;
}

#colOne .title {
	letter-spacing: -2px;
	font-size: 1.6em;
	
}

#colOne .posted {
	font-size: x-small;
}

#colOne .meta {
	height: 25px;
	padding: 10px 0 0 0;
	background: url(images/img7.gif) no-repeat right bottom;
}

#colOne .meta p {
	margin: 0;
	padding: 0;
	font-size: x-small;
}

/* Column Two */

/* Footer */

#footer {
	clear: both;
	width: 742px;
	height:74px;
	margin: 0 auto;
	padding: 0px 0;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	border-top: 0px solid #FFFFFF;
}

#footer p {
	text-align: center;
	font-size: x-small;
	color:#eee;
	padding: 20px 10px;
}


#header h2 span,
#header h1 span {
	display:none;
	}