/* Clear float method 
-------------------------------------------- */
.clearfix:after,
.clearfix_act:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix,
.clearfix_act {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix,
.clearfix_act {display:block;}
/* End hide from IE Mac */

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0;
}

/* Miscellaneous
-------------------------------------------- */
.none {
	display: none;
}

/* Basic
-------------------------------------------- */
body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 0px;			
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
	padding: 0px;
	vertical-align: top;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #c00166;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	padding: 5px 0 5px;
}

li a {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 2px;
	color: #666666;
}

ul.small li a {
	font-size: 11px;;
	line-height: 11px;
	letter-spacing: 0;
}

ul.small li {
	padding: 4px 0 4px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 6px 0;
}

a {
	text-decoration: none;
	color: #c00166;
}

a:hover,
a.act {
	color: #c00166;
}

img {
	border: none;
}

p {
	margin: 0 0 10px 0;
}

/* Page
-------------------------------------------- */
#wrapper {
	width: 886px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 10px;
}

#header {
	padding: 34px 0 8px 0;
}

#header #logo {
	float: right;
	background: transparent url(images/logo.gif) right center no-repeat;
	width: 218px;
	height: 28px;
}

/* Navigation
-------------------------------------------- */
#nav {
	height: 136px;
}

#nav * {
	letter-spacing: 2px;
}

#nav #top {
	float: left;
	width: 149px;
}

#nav #top .wrapper {
	width: 141px;
	height: 128px;
	background-color: #F2F2F2;
}

#nav #top .wrapper ul {
	padding: 10px;
}

#nav #top .wrapper ul li {
	line-height: 17px;
}

#nav #sub {
	float: left;
	width: 149px;
}

#nav #sub .wrapper {
	width: 141px;
	height: 128px;
	background-color: #DADADA;
}

#nav #title {
	float: right;
	width: 588px;
	height: 128px;
	background: #c1c1c1;
	position: relative;
}

#nav #title .wrapper {
	position: absolute;
	bottom: 0;
}

#nav #title .wrapper h2 {
	line-height: 30px;
	padding-left: 10px;
	margin: 0;
}

/* Main
-------------------------------------------- */
#main {
	overflow: hidden;
}

.item .text ul {
	list-style: disc;
	margin-left: 15px;
}

.item .text ul li {
	padding: 0;
}

/* Side (Left)
-------------------------------------------- */
#side {
	float: left;
	width: 290px;
	background: #f2f2f2;
	
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	
}

#side .section {
	border-bottom: 8px solid #ffffff;
}

.pad {
	padding: 13px 10px;
}

.pad.reduced {
	padding-right: 20%;
}

.item .pad {
	padding-bottom: 0;
}

.rss {
	padding-left: 30px;
	background: transparent url(images/rss.png) left center no-repeat;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 26px;
}

/* Tags
-------------------------------------------- */
#tags a {
	color: #666666;
	padding-right: 5px;
}

#tags a:hover,
#tags a.act {
	color: #c00166;
}

/* Calendar
-------------------------------------------- */
.calendar {
    border-collapse: collapse;
	width: 238px;
}
 
.calendar th,
.calendar td {
    text-align: center;
    /*padding: 7px;*/
    font-size: 1em;
	width: 34px;
	height: 28px;
}
 
.calendar tr.nav th {
    background: #c1c1c1;
    color: #fff;
}
 
.calendar tr.nav th a {
    display: block;
    color: #fff !important;
}
 
.calendar tr.week th {
    /*background: #C6C6C6;*/
	background: transparent url(images/calendar_default.gif) 0 0 no-repeat;
}
 
.calendar td {
	/*background: #FFF;*/
	background: transparent url(images/calendar_default.gif) 0 0 no-repeat;	
}
 
.calendar td.act {
	/*background: #eee;*/
	background: transparent url(images/calendar_act.gif) 0 0 no-repeat;
}

.calendar td.act {
	font-weight: bold;
	color: #333333;
}

.calendar td.act a {
    font-weight: bold;
    color: #c00166 !important;
}

/* Content
-------------------------------------------- */
#content {
	float: right;
	width: 588px;
	background: #f2f2f2;
	
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	
}

#content h2,
#content h3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 0px;
}

#content h3 {
	padding-bottom: 10px;
}

#content .item {
	padding-bottom: 15px;
}

#content .posts .item .details {
	float: left;
	width: 290px;
}

#content .posts .item .details .wrapper {
	padding: 15px 10px;
}

#content .posts .item .image {
	float: right;
	width: 290px;
}

/* Form
-------------------------------------------- */
.form_toggle {
	padding-right: 20px;
	background: transparent url(images/toggle_closed.gif) right center no-repeat;
}

.form_toggle.open {
	background: transparent url(images/toggle_open.gif) right center no-repeat;
}

form .input {
	padding-bottom: 10px;
}

form label {
	display: block;
	padding-bottom: 3px; 
}

form input,
form textarea {
	display: block;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;	
}

form textarea {
	height: 150px;
	resize: none;
}

form .submit input {
	width: 25%;
	background: #c1c1c1;
	border: none;
	color: #666666;
	cursor: pointer;
	padding: 4px 0;
	font-weight: bold;
}

form .error-message {
	color: #c00166;
}

/* Comments
-------------------------------------------- */
/*
.comment:before {
	content: "“";
}

.comment div:after {
	content: "“";
}
*/

.comment {
	padding-bottom: 15px;
}

.comment .quote {
	font-size: 50px;
	line-height: 50px;
	float: left;
	font-family: Georgia, 'Times New Roman', serif;
	width: 7%;
}

.comment .comment_text {
	float: left;
	width: 86%;
}

/* Related Items
-------------------------------------------- */
.related {
	padding-bottom: 20px;
}

.related .image {
	float: left;
	width: 20%;
}

.related .text {
	float: left;
	width: 80%;
}

/* Pager
-------------------------------------------- */
.pager {
	text-align: center;
	padding: 10px 0;
}

.pager span {
	padding: 0 10px;
}

