.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.group {
	display: inline-block;
}

html [ xmlns ] .group {
	display: block;
}

* html .group {
	height: 1%;
}

* {
	padding: 0;
	margin: 0;
}

body {
	background: #000 url(images/bg.gif) no-repeat top center fixed;
	font: normal 14px/18px Arial, Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #ec008c;
}

div.post h1, div.post h2, div.post h3, div.post h4, div.post h5, div.post h6 {
	margin: 15px 0 10px 0;
}

h1 {
	font-size: 28px;
	line-height: 30px;
}

h2 {
	font-size: 24px;
	line-height: 26px;
}

h3 {
	font-size: 20px;
	line-height: 22px;
}

h4 {
	font-size: 16px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 14px;
}

p {
	margin-bottom: 15px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
 display: block;
  margin-left: auto;
  margin-right: auto;
}

div#page {
	width: 850px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

div#header {
	height: 325px;
	background: url(images/logo.gif) no-repeat;
	width: 850px;
 position:relative;
 margin-bottom:35px;
}

div#header h1 {
 text-indent: -9999px;
}

ul#navigation {
 list-style: none;
 position:absolute;
 bottom:28px;
 right:40px;
}

ul#navigation li {
 float:left;
 margin-left:40px;
}

ul#navigation li a, ul#navigation li a:visited {
 color:#ec008c;
 font-size:14px;
 text-transform: uppercase;
 font-weight:bold;
 display:block;
 padding:3px 5px;
}

ul#navigation li.active a {
 color:#fff;
 background: #000;
}

ul#navigation li a:hover {
 color:#fbcce8;
}

div#main {
	padding: 0 40px 40px 40px;
	width: 770px;
}

div#content {
	float: left;
	width: 500px;
}

div#sidebar {
	width: 230px;
	float: right;
}

div.section {
	float: left;
	width: 254px;
	margin-bottom: 30px;
}

div.section h4 {
	background: url(images/bg_widget.gif) no-repeat;
	padding: 17px 10px 20px 10px;
	color: #fff;
	font-size: 15px;
 text-align: right;
	margin-bottom: 5px;
}

div.section ul {

}

div.textwidget {
 padding-left:15px;
 padding-right:15px;
 color: #901454;
}

div.section ul {
 padding-left:15px;
}


div.section ul li {
	color: #901454;
 list-style: none;
 background: url(images/bullet.gif) no-repeat 0 5px;
 padding-left:15px;
}

div.section ul li a {
	color: #901454;
	display: block;
	padding-bottom: 5px;
}

div.post {
	border-bottom: solid 1px #000;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

div.post p.date {
	font-weight: bold;
	position: relative;
}

p.date span {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
}

p.categories {
	font-weight: bold;
}

p.categories a {
	font-weight: normal;
}

div.post p.comments {
	text-align: right;
}

div.post ul, div.post ol {
	margin: 10px 0;
	padding-left: 35px;
}

div.post ul li, div.post ol li {
	padding-bottom: 5px;
}

div.post img {
	padding: 10px;
	background: #000;
	margin-bottom: 10px;
}

div.single h2 {
	color: #00abcd;
}

div#social {
	text-align: right;
	background: url(images/social_bg.gif) no-repeat top right;
	padding: 12px 0 10px 0;
}

div#social img {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
}

div#social p {
	margin-bottom: 5px;
}

div#comments h4 {
	background: #000;
	border-top: solid 1px #f02581;
	border-bottom: solid 1px #f02581;
	color: #fff;
	font-size: 15px;
	padding: 2px 0 2px 5px;
	margin-bottom: 15px;
}

div.comment {
	border-top: solid 1px #000;
	margin-bottom: 20px;
	width:500px;
}

p.comment-meta {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px;
}

div.comment img {
	padding:0 !important;
}

img.avatar {
	float: right;
}

div#comment-form h4 {
	padding-bottom: 15px;
}


p.subscribe-to-comments label {
 width:400px !important;
}


div#comment-form label{
	float: left;
	width: 100px;
}

div#comment-form input.text, div#comment-form textarea {
	background: #fff;
	border: solid 1px #00abcd;
	padding: 3px;
}

input.text {
	width: 380px;
}

label#comment {
	display: block;
	float: none !important;
}

textarea {
	width: 490px;
	height: 150px;
}

p#optional {
	padding-left: 100px;
	font-size: 11px;
}

p#action {
	margin-top: 10px;
	text-align: right;
}

input.button {
	background: #ec008c;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #fff;
}

div#footer {
	background: #fff;
	padding: 10px;
	color: #fff;
	position: relative;
 height:40px;
}

div#credits {
 background: url(images/bg_footer.png) no-repeat 0 0;
 height:55px;
 overflow: hidden;
 position:absolute;
 top:-20px;
 left:-16px;
 width:876px;
}

div#credits p {
 padding:15px 0 0 60px;
}

p.credits2 {
 position:absolute;
 right:55px;
 top:0px;
 font-size:10px;
}

p.credits2 a {
 text-decoration:none;
 color:#fff;
}


div.paging {
 width:500px;
}


