@charset "utf-8";
/* CSS Document */

/* Fixes
-------------------------------------------------------------- */
.spacer {
	display: block;
	clear: both;
	height: 1%;
}


/* Page Layout
-------------------------------------------------------------- */

body {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	background: #482663 url(../images/bg/body-bg.jpg) top center no-repeat;
}
a img {
	border: none;
}
#toolbar-wrap {
	height: 50px;
	background: #2B0549 url(../images/head/toolbar-bg.jpg) repeat-x;
}
#toolbar {
	height: 50px;
	width: 950px;
	position: relative;
	margin: 0 auto;
}
#logo {
	display: block;
	width: 280px;
	margin: 10px auto;
}
#menu-wrap {
	height: 75px;
	width: 950px;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}
#content {
	position: relative;
	z-index: 8;
	top: -15px;
	width: 950px;
	margin: 0 auto;
	background: #ffffff url(../images/bg/content-bg.jpg);
}
#footer {
	width: 950px;
	position: relative;
	top: -15px;
	margin: 0 auto;
}
#terms {
	padding: 12px 12px 7px 21px;
	background: #2B0549 url(../images/bg/footer-bg.jpg);
}
#WidgetEditor {
	z-index: 100 !important;
}


/* Toolbar
-------------------------------------------------------------- */

#toolbar {
	color: #ffffff;
}
#toolbar a {
	color: #ffffff;
	text-decoration: none;
}
#toolbar a:hover {
	text-decoration: underline;
}
#toolbar div#tools {
	position: absolute;
	bottom: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#toolbar div#tools a {
	font-weight: bold;
}
#toolbar div#tools a.more {
	padding-right: 14px;
	background: url(../images/head/toolbar-arrow.jpg) no-repeat right bottom;
}
/* #toolbar ul.adminMenu {
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 99;
	margin: 0;
	padding: 4px 12px;
	background: #2B0549 url(../images/bg/footer-bg.jpg);
	list-style: none;
}
#toolbar ul.adminMenu li {
	margin: 0 1px 0 0;
	padding: 0 1px 0 0;
} */

#toolbar #search {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 0 6px;
	padding: 0;
}
#toolbar #search #searchfield {
	width: 196px;
	height: 18px;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 6px 0;
	border: 0;
	background-image: url(../images/head/search-box.jpg);
}
#toolbar #search #searchbutton {
	width: 96px;
	height: 24px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../images/head/search-button.jpg);
	text-indent: -1000em;
}
#toolbar #search span.search-comments {
	display: block;
	float: left;
	margin: 3px 0 0;
}
#toolbar span.login a {
	font-weight: bold;
}


#page #searchbox,
#page #searchpage {
	margin: 0 13px 24px 21px;
}
#page #searchbox #searchfield,
#page #searchpage #q {
	width: 196px;
	height: 20px;
	display: block;
	float: left;
	margin: 0;
	padding: 9px 6px 0;
	border: 0;
	background-image: url(../images/post/search-box.w.jpg);
}
#page #searchbox #searchbutton,
#page #searchpage input[type=button] {
	width: 96px;
	height: 29px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../images/post/search-button.w.jpg);
	text-indent: -1000em;
}
#page #searchbox span.search-comments {
	display: inline-block;
	padding-top: 6px;
}
#page #searchpage input[type=checkbox],
#page #searchpage label {
	display: inline-block;
	padding-top: 9px;
}


/* Menu
-------------------------------------------------------------- */

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menu li {
	display: block;
	float: left;
	height: 75px;
	margin: 0;
	padding: 0;
}
ul#menu li a {
	display: block;
	height: 75px;
	cursor: pointer;
}
#menu01 a        { width:  97px; background-image: url(../images/menu/menu_01.png); }
#menu01 a:hover  { background-image: url(../images/menu/menu_01.h.png); }
#menu01.active a { background-image: url(../images/menu/menu_01.a.png); }
#menu02 a        { width:  81px; background-image: url(../images/menu/menu_02.png); }
#menu02 a:hover  { background-image: url(../images/menu/menu_02.h.png); }
#menu02.active a { background-image: url(../images/menu/menu_02.a.png); }
#menu03 a        { width: 112px; background-image: url(../images/menu/menu_03.png); }
#menu03 a:hover  { background-image: url(../images/menu/menu_03.h.png); }
#menu03.active a { background-image: url(../images/menu/menu_03.a.png); }
#menu04 a        { width: 168px; background-image: url(../images/menu/menu_04.png); }
#menu04 a:hover  { background-image: url(../images/menu/menu_04.h.png); }
#menu04.active a { background-image: url(../images/menu/menu_04.a.png); }
#menu05 a        { width: 133px; background-image: url(../images/menu/menu_05.png); }
#menu05 a:hover  { background-image: url(../images/menu/menu_05.h.png); }
#menu05.active a { background-image: url(../images/menu/menu_05.a.png); }
#menu06 a        { width: 159px; background-image: url(../images/menu/menu_06.png); }
#menu06 a:hover  { background-image: url(../images/menu/menu_06.h.png); }
#menu06.active a { background-image: url(../images/menu/menu_06.a.png); }
#menu07 a        { width: 109px; background-image: url(../images/menu/menu_07.png); }
#menu07 a:hover  { background-image: url(../images/menu/menu_07.h.png); }
#menu07.active a { background-image: url(../images/menu/menu_07.a.png); }
#menu10          { width: 91px; background: url(../images/menu/menu_10.png) 0 75px; }


/* Column Layout
-------------------------------------------------------------- */

.col1 { float: left; width:  96px; margin-right: 8px; margin-top: 10px; }
.col2 { float: left; width: 200px; margin-right: 8px; margin-top: 10px; }
.col3 { float: left; width: 304px; margin-right: 8px; margin-top: 10px; }
.col4 { float: left; width: 408px; margin-right: 8px; margin-top: 10px; }
.col5 { float: left; width: 512px; margin-right: 8px; margin-top: 10px; }
.col6 { float: left; width: 616px; margin-right: 8px; margin-top: 10px; }
.col7 { float: left; width: 720px; margin-right: 8px; margin-top: 10px; }
.col8 { float: left; width: 824px; margin-right: 8px; margin-top: 10px; }
.col9 { float: left; width: 928px; margin-right:   0; margin-top: 10px; }
.last { margin-right: 0; }
.no-top-margin { margin-top: 0; }

#col-main {
	width: 639px;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	background: url(../images/bg/col-main-bg.jpg) repeat-x;
}
#col-sbar {
	width: 308px;
	float: left; 
	padding: 0 0 20px 0;
}


/* Page
-------------------------------------------------------------- */

#page a          { color: #314A96; }
#page a:hover,
#page a:active   { color: #318397; text-decoration: none; }
#page a:visited  { color: #482663; }

div.today {
	display: inline;
	float: left;
	margin: 30px auto 20px 21px;
	padding: 8px 8px;
	border: 3px solid #E6E6E6;
	background: #333333;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	white-space: nowrap;
}

#postnavigation {
	clear: both;
	margin: 0 13px 0 21px;
}
.post-prev, .post-next {
	display: block;
	height: 18px;
	width: 72px;
	text-indent: -1000em;
}
.post-prev {
	float: left;
	background: url(../images/post/postnav-prev.jpg) no-repeat;
}
.post-next {
	float: right;
	background: url(../images/post/postnav-next.jpg) no-repeat;
}
#postnavigation a         { background-position: 0 0; }
#postnavigation a:visited { background-position: 0 -36px; }
#postnavigation a:hover   { background-position: 0 -18px; }


/* Posts
-------------------------------------------------------------- */

.post {
	clear: both;
	position: relative;
	margin: 0 0 40px;
}
.post-title {
	margin: 0;
	padding: 10px 13px 10px 21px;
	background: #E6E6E6;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
}
.post-byline {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}
#page .post-title a, #page .post-byline a { color: #000000; text-decoration: none; }
#page .post-title a:hover, #page .post-byline a:hover { color: #000000; text-decoration: underline; }
.post-category {
	position: absolute;
	top: 0;
	left: -31px;
}
.post-text {
	margin: 6px 0 0;
}
.post-metadata {
	clear: both;
	margin: 20px 13px 20px 21px;
	padding: 6px 0;
	border-top: 1px solid #999999;
	color: #999999;
	font-size: 10px;
}
#page .post-metadata a {
	color: #999999;
	text-decoration: none;
}
#page .post-metadata a:hover {
	text-decoration: underline;
}
.post-metadata img {
	vertical-align: text-bottom;
}
.post-metadata table {
	margin: 0 !important;
}
.post-metadata table td {
	border: none !important;
}
.post-addthis {
	float: left;
	padding: 0 4px 0 0;
}
.post-tags {
	float: left;
	padding: 0 0 4px 0;
}
#page .post-tags a {
	margin: 0 6px 0 0;
	padding: 2px 6px;
	background: #A961E3;
	color: #ffffff;
}
.post-comments {
	float: right;
	padding: 0 0 4px 0;
}
.post-permalink {
	float: left;
	white-space: nowrap;
}
.post-rating {
	float: right;
	white-space: nowrap;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: 6px 13px 12px 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.post h1         { margin-bottom: 12px; margin-top: 24px; font-size: 36px; line-height: 36px; letter-spacing: -1px; }
.post h2         { margin-bottom: 9px; margin-top: 9px; font-size: 32px; line-height: 36px; }
.post h3         { font-size: 24px; line-height: 36px; }
.post h4         { font-size: 20px; line-height: 18px; }
.post h5         { font-size: 16px; line-height: 18px; font-weight: bold; }
.post h6         { font-size: 12px; line-height: 18px; font-weight: bold; }
.post p          { margin: 0 13px 12px 21px; }
.post .text ul         { margin: 0 13px 12px 36px; padding: 0; list-style-type: square; }
.post .text ul li      { margin: 0 0 6px 15px; }
.post ol         { margin: 0 13px 12px 36px; padding: 0; }
.post ol li      { margin: 0 0 6px 21px; }
.post p img      { display: block; margin: 20px 0; }
.post p .float-left { float: left; margin: 0 18px 12px 0; }
.post p .float-right { float: right; margin: 0 0 12px 18px; }
.post p .float-left img,
.post p .float-right img { margin: 0 0 6px 0; }
.post img.center { margin-left: auto; margin-right: auto; }
.post blockquote {
	margin: 18px 13px 18px 21px;
	padding: 12px;
	border: 4px solid #03C92D;
	background: #C0F2CB;
}
.post blockquote p, .post blockquote h1, .post blockquote h2, .post blockquote h3, .post blockquote h4, .post blockquote h5,
.post blockquote h6 {
	margin-left: 0;
	margin-right: 0;
}
.post blockquote ul, .post blockquote ol {
	margin-left: 15px;
	margin-right: 0;
}
.post table {
	margin: 0 13px 12px 21px;
}
.post table th {
	background: #f2f2f2;
	text-align: left;
}
.post table td {
	border-bottom: 1px solid #f2f2f2;
}

#postPaging {
	margin: 0 13px 12px 21px;
}

#col-sbar2 .post { margin: 12px 0 24px; font-size: 11px; }
#col-sbar2 .post h4 { margin: 3px 0 9px 3px; padding: 6px 12px 3px 6px; border-bottom: 1px solid #000000; letter-spacing: -1px; }
#col-sbar2 .post p { margin: 0 12px 6px 9px; }


/* contact page
-------------------------------------------------------------- */

#contact .post-byline p {
	margin: 0;
}
#contactForm {
	margin: 12px 13px 24px 21px;
	font-size: 11px;
}
#contactForm label {
	clear: both;
	display: block;
	float: left;
	padding: 0 4px 12px 0;
	text-align: right;
	width: 96px;
}
#contactForm input, #contactForm textarea {
	float: left;
	margin: 0 4px 4px 0;
	width: 200px;
}
#contactForm input.button {
	clear: both;
	float: left;
	margin: 0 0 0 100px;
}


/* archive page
-------------------------------------------------------------- */

#archive h2 {
	margin: 18px 13px 6px 21px;
	font-size: 16px; line-height: 18px; font-weight: bold;
}
#archive table {
  margin: 0 13px 12px 21px;
	border-collapse: collapse;
	width: 605px;
}
#archive table tr th {
	text-align: left;
}
#archive table tr td {
	padding: 5px 0 1px 0;
	border-bottom: 1px solid #999999;
	text-align: left;
}
#archive table .date {
	width: 100px;
}
#archive table .title {
	width: 305px;
}
#archive table .comments, #archive table .rating {
	width: 100px;
	text-align: center;
}


/* login page
-------------------------------------------------------------- */

#page table.loginbox, #page table#ctl00_cphBody_changepassword1 {
	clear: both;
	margin: 0 13px 0 21px;
}
#page table.loginbox td {
	text-align: left;
	font-size: 11px;
}


/* search page
-------------------------------------------------------------- */

#searchpage {
	margin: 0 13px 12px 21px;
}
.searchresult {
	margin: 0 13px 12px 21px;
}
.searchresult span.url {
	display: none;
}

/* ratings
-------------------------------------------------------------- */

.rating p { display: none; }
.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}
.star-rating li {
	display: inline;
}
.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.one-star      { width: 20%; z-index: 6; }
.star-rating a.two-stars     { width: 40%; z-index: 5; }
.star-rating a.three-stars   { width: 60%; z-index: 4; }
.star-rating a.four-stars    { width: 80%; z-index: 3; }
.star-rating a.five-stars    { width: 100%; z-index: 2; }
.star-rating .current-rating { z-index: 1; background-position: left center; }
/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../images/post/star_small.gif);
	line-height: 10px;
	height: 10px;
}


/* comments
-------------------------------------------------------------- */

h1#comment {
	margin: 0 13px 12px 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #A961E3;
	text-transform: lowercase;
}
#commentlist {
	margin: 0 13px 0 21px;
}
.comment {
	padding: 12px 0 6px;
	border-bottom: 1px solid #999999;
}
.comment.self {
	padding-left: 21px;
	background: url(../images/post/comment-self-bg.jpg) repeat-y;
}
.comment .author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: lowercase;
}
#page .comment .date a {
	color: #999999;
	text-decoration: none;
}
#page .comment .date a:hover {
	text-decoration: underline;
}
.comment .gravatar {
	float: right;
	width: 60px;
}
.comment .info {
	margin-right: 70px;
}
.comment .content {
	/* clear: both; */
	margin-right: 70px;
	padding: 0;
}


.commentForm {
	margin: 20px 13px 0 21px;
	font-size: 11px;
}
h1#addcomment {
	margin: 0 0 12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #A961E3;
	text-transform: lowercase;
}
.commentForm label {
	display: block;
	width: 66px;
	clear: both;
	float: left;
	padding: 0 4px 12px 0;
	text-align: right;
}
.commentForm input {
	float: left;
	width: 200px;
	margin: 0 4px 0 0;
}
.commentForm select {
	float: left;
	width: 205px;
	margin: 0 4px 0 0;
}
#ctl00_cphBody_CommentView1_imgFlag { display: none; }
.commentForm span.bbcode, .commentForm span.notify {
	display: block;
	clear: both;
	float: left;
	margin: 0 0 6px 70px;
}
#commentMenu {
	clear: both;
	float: left;
	margin: 0 0 0 70px;
	padding: 0;
	list-style: none;
}
#commentMenu li {
	display: inline;
}
#commentMenu li#compose,
#commentMenu li#preview {
	margin: 0;
	padding: 2px 8px;
	background: #f2f2f2;
	cursor: pointer;
}
#commentCompose {
	clear: both;
	margin: 0 0 0 70px;
}
#commentPreview {
	clear: both;
	margin: 0 0 0 70px;
	padding: 10px 0;
}
#cbNotify {
	margin: 0 4px 0 70px;
}
#btnSaveAjax {
	float: left;
	width: 200px;
	margin: 0 0 0 70px;
}
#ctl00_cphBody_CommentView1_lbCommentsDisabled {
	display: block;
	margin: 6px 13px 0 21px;
	font-size: 10px;
	color: #999999;
}
#status {
	display: block;
	margin: 12px 13px 0 21px;
	font-weight: bold;
}


/* related posts
-------------------------------------------------------------- */

#relatedPosts {
	margin: 20px 13px 20px 21px;
	font-size: 11px;
}
#relatedPosts h1 {
	margin: 0 0 12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #A961E3;
	text-transform: lowercase;
}
#relatedPosts a {
	padding-right: 4px;
}


/* col-sbar
-------------------------------------------------------------- */

#page #col-sbar a          { color: #000000; text-decoration: none; }
#page #col-sbar a:hover,
#page #col-sbar a:active   { text-decoration: underline; }
#page #col-sbar a:visited  { color: #333333; }


/* Widgets
-------------------------------------------------------------- */

.widget {
	position: relative;
	margin: 20px 0 0 4px;
}
#col-sbar .widget a.delete {
	position: absolute;
	top: 0;
	right: 2px;
	z-index: 1;
	font-size: 10px;
	font-weight: bold;
	color: red;
}
#col-sbar .widget a.edit {
	position: absolute;
	top: 0;
	right: 12px;
	z-index: 1;
	font-size: 10px;
	font-weight: bold;
	color: green;
}
.widget h4 {
	clear: both;
	z-index: 0;
	margin: 0 0 6px 0;
	padding: 10px 10px 2px;
	border-bottom: 1px solid #000000;
	background: #F2F2F2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.widget ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	font-size: 12px;
}

.widget-tabs {
	position: relative;
}
.widget-tabs h4 {
	border: none;
	background: none;
}
.widget-tabs .widget-ol-title {
	float: left;
	position: relative;
	bottom: -1px;
	z-index: 10;
	margin: 0;
	padding: 2px 8px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #CCCCCC;
	font-size: 10px;
}
.widget-tabs .widget-ol-title.first {
	margin-left: 4px;
	border-left: 1px solid #000000;
}
.widget-tabs .widget-ol-title.active {
	border-bottom: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
.widget-tabs .widget-tab {
	width: 284px;
	display: none;
	clear: both;
	position: relative;
	z-index: 8;
	padding: 10px 10px;
	border-top: 1px solid #000000;
	background-color: #F2F2F2;
}
.widget-tabs .widget-tab ul {
	padding: 0;
	list-style-type: decimal;
	list-style-position: inside;
}
.widget-tabs .widget-tab ul li {
	margin-bottom: 6px;
}
.widget-tabs .widget-tab.active {
	display: block;
}
.widget .tab1, .widget.archives h4, .widget.recentposts h4 { background: #F2F2F2 url(../images/sidebar/tab1-bg.jpg) repeat-y top right; }
.widget .tab2, .widget.categorylist h4, .widget.recentcomments h4 { background: #F2F2F2 url(../images/sidebar/tab2-bg.jpg) repeat-y top right; }
.widget .tab3, .widget.tagcloud h4, .widget.topposts h4 { background: #F2F2F2 url(../images/sidebar/tab3-bg.jpg) repeat-y top right; }

.administration ul li {
	margin: 0 0 6px;
	padding: 0 0 0 20px;
	background: url(../images/icons/admin.jpg) no-repeat left top;
	font-size: 11px;
}
.topposts ul li {
	margin: 0 0 6px;
	padding: 0 0 0 20px;
	background: url(../images/icons/top-posts.jpg) no-repeat left top;
	font-size: 11px;
}
.archives ul li {
	margin: 0 0 6px;
	padding: 0 0 0 20px;
	background: url(../images/icons/archives.jpg) no-repeat left top;
	font-size: 11px;
}
.categorylist ul li {
	margin: 0 0 6px;
	padding: 0 0 0 20px;
	background: url(../images/icons/categories.jpg) no-repeat left 2px;
	font-size: 11px;
}
.tagcloud li         { display: inline; padding-left: 15px; background: url(../images/icons/tag.jpg) no-repeat left top; }
.tagcloud a          { display: inline; margin-right: 2px; }
.tagcloud a.biggest  { font-size: 18px; }
.tagcloud a.big      { font-size: 16px; }
.tagcloud a.medium   { font-size: 14px; }
.tagcloud a.small    { font-size: 12px; }
.tagcloud a.smallest { font-size: 10px; }
.recentposts ul li {
	margin: 0 0 6px;
	padding: 0 0 0 20px;
	background: url(../images/icons/latest.jpg) no-repeat left 2px;
	font-size: 11px;
}
.recentcomments ul li {
	margin: 0 0 6px;
	padding: 0 0 0 20px;
	background: url(../images/icons/comments.jpg) no-repeat left 2px;
	font-size: 11px;
}
.recentcomments .postTitle {
	font-style: italic;
}




/* Ads
-------------------------------------------------------------- */

div.ad {
	margin: 10px 0 20px;
}
div.ad img {
	display: block;
	margin: 0 auto;
}


/* Footer
-------------------------------------------------------------- */

#footer {
	color: #ffffff;
	position: relative;
	font-size: 11px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	color: #dddddd;
}


/* Typography
-------------------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
}
