/*
Theme Name: Hana-li
Theme URI: http://www.hana-li.com/
Description: The customized theme for Hana-li.
Author: Studio98
Version: 2010
Tags: black, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
---------------------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
a, input, select, textarea { outline:none; }


/* =Fonts
-------------------------------------------------------------- */
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #e9e9e9;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	font-size: 12px;
	color:#6f6c5c;
	padding: 2px;
	background:none;
	border: 1px solid #d2d1cd;
	/*
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	*/
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Menu
-------------------------------------------------------------- */

div.menu ul {
	list-style: none;
	margin: 0;
}
div.menu li {
	float:left;
	position: relative;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* =Content
-------------------------------------------------------------- */

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}

.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #e9e9e9;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.entry-meta {
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #e9e9e9;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f9f8f8;
	border-top: 4px solid #e9e9e9;
	padding: 18px 20px;
	margin: 15px 0;
	overflow: hidden;
	clear: both;
	line-height: 21px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0;
}
#content .video-player {
	padding: 0;
}



/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
	border:1px solid #2d2d2d;
	padding:1px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 15px 0;
}
h3#comments-title,
h3#reply-title {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 0 0 15px;
}
.commentlist {
	list-style: none;
	margin: 0;
	width:100%;
}
.commentlist li.comment {
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 10px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 10px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	padding-top:10px;
	border-bottom:none;
}
.commentlist .children li .avatar {
	top: 14px;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
	cursor:pointer;
}
#respond {
	margin: 15px 0;
	overflow: hidden;
	position: relative;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #6f6c5c;
	font-size: 11px;
	margin-left:10px;
}
#respond p.comment-form-comment label {
	display:none;
}
#respond p.comment-notes {
	margin-bottom:10px !important;
}
#respond input {
	margin:0 0 9px;
	width:40%;
	float:left;
}
#respond textarea {
	width:98%;
	line-height:19px;
}
#respond .form-allowed-tags {
	color: #6f6c5c;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
	cursor:pointer;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Footer
-------------------------------------------------------------- */

#colophon {
}

img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

/* Custom Styles for Royal Heritage
-------------------------------------------------------------- */

body { font-size:13px; color:#6f6c5c; background:#000; }
body, input, textarea, select { font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.clearfix { height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both }
.clear:after { height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both }
/* \*/ * html .clear { height:1px } /* */

/* Common Styles */
h1, h2.entry-title { font-size:26px; font-weight:normal; }
h2 { font-size:24px; font-weight:normal; }
h3 { font-size:21px; font-weight:normal; }
h4 { font-size:19px; font-weight:normal; }
h5 { font-size:15px; font-weight:bold; }
h6 { font-size:13px; font-weight:bold; }

h1, h2, h3, h4, h5, h6 { line-height:1.5em; padding-bottom:0; }

p { margin-bottom:19px; }
#respond p { margin-bottom: 0 !important; clear:both; }
.align-right { text-align:right; clear:both; }
.align-center { text-align:center; clear:both; }

a { text-decoration:none; color:#92493d; }
a:hover { text-decoration:none; color:#6f6c5c; }

/* Main Containers */
#wrapper { width:100%; }
#wrapper-home { width:100%; background:url(images/bg-home.jpg) no-repeat 50% 0; min-width:1273px; }
#page { width:1273px; margin:0 auto; background:url(images/bg-sub.jpg) no-repeat 0 0; }
#page-home { width:1273px; margin:0 auto; }

/* Header */
#header { width:100%; height:315px; position:relative; }
#header-home { width:100%; height:1041px; position:relative; }

/* Sub Pages Navigation */
#logo, #logo img { width:259px; height:82px; }
#logo { position:absolute; left:304px; top:8px; }

#navBio, #navBio img { width:76px; height:59px; }
#navBio { position:absolute; left:101px; top:62px; }

#navGallery, #navGallery img { width:120px; height:115px; }
#navGallery { position:absolute; left:200px; top:106px; }

#navMusic, #navMusic img { width:81px; height:97px; }
#navMusic { position:absolute; left:401px; top:100px; }

#navVideo, #navVideo img { width:81px; height:87px; }
#navVideo { position:absolute; left:548px; top:108px; }

#navEvents, #navEvents img { width:99px; height:79px; }
#navEvents { position:absolute; left:674px; top:105px; }

#navLatestNews, #navLatestNews img { width:148px; height:73px; }
#navLatestNews { position:absolute; left:619px; top:0px; }

#navPress, #navPress img { width:96px; height:60px; }
#navPress { position:absolute; left:780px; top:55px; }

#navJournal, #navJournal img { width:92px; height:69px; }
#navJournal { position:absolute; left:875px; top:119px; }

#navStreetTeam, #navStreetTeam img { width:68px; height:95px; }
#navStreetTeam { position:absolute; left:987px; top:55px; }

#navContact, #navContact img { width:80px; height:94px; }
#navContact { position:absolute; left:1055px; top:136px; }

#player { height:15px; position:absolute; right:51px; top:75px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#bababa; text-align:right; }
#player img { vertical-align:middle; }
#player span { margin-left:14px; }
#header #player { display:none; } /* Disables on sub pages */

/* Home Page Navigation */
#header-home #logo, #header-home #logo img { width:398px; height:131px; }
#header-home #logo { position:absolute; left:474px; top:14px; }

#header-home #navBio, #header-home #navBio img { width:97px; height:72px; }
#header-home #navBio { position:absolute; left:699px; top:597px; }

#header-home #navGallery, #header-home #navGallery img { width:168px; height:244px; }
#header-home #navGallery { position:absolute; left:447px; top:574px; }

#header-home #navMusic, #header-home #navMusic img { width:132px; height:134px; }
#header-home #navMusic { position:absolute; left:1064px; top:547px; }

#header-home #navVideo, #header-home #navVideo img { width:112px; height:126px; }
#header-home #navVideo { position:absolute; left:665px; top:734px; }

#header-home #navEvents, #header-home #navEvents img { width:124px; height:96px; }
#header-home #navEvents { position:absolute; left:1067px; top:409px; }

#header-home #navLatestNews, #header-home #navLatestNews img { width:234px; height:109px; }
#header-home #navLatestNews { position:absolute; left:796px; top:615px; }

#header-home #navPress, #header-home #navPress img { width:91px; height:95px; }
#header-home #navPress { position:absolute; left:857px; top:780px; }

#header-home #navJournal, #header-home #navJournal img { width:158px; height:110px; }
#header-home #navJournal { position:absolute; left:1030px; top:759px; }

#header-home #navStreetTeam, #header-home #navStreetTeam img { width:110px; height:121px; }
#header-home #navStreetTeam { position:absolute; left:524px; top:844px; }

#header-home #navContact, #header-home #navContact img { width:129px; height:112px; }
#header-home #navContact { position:absolute; left:71px; top:780px; }

/*
#header-home #player { height:11px; position:absolute; right:60px; top:77px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#bababa; text-align:right; }
#header-home #player img { vertical-align:middle; }
#header-home #player span { margin-left:14px; }
*/
#header-home #player { height:11px; position:absolute; right:60px; top:977px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#bababa; text-align:right; }
#header-home #player img { vertical-align:middle; }
#header-home #player span { margin-left:14px; }

#header-home #navFromTheDark, #header-home #navFromTheDark img { width:214px; height:248px; }
#header-home #navFromTheDark { position:absolute; left:1027px; top:109px; }

#header-home #naviTunes, #header-home #naviTunes img { width:39px; height:10px; }
#header-home #naviTunes { position:absolute; left:1175px; top:362px; }

#header-home #navAmazon, #header-home #navAmazon img { width:51px; height:10px; }
#header-home #navAmazon { position:absolute; left:1049px; top:362px; }

#header-home #navNapster, #header-home #navNapster img { width:49px; height:13px; }
#header-home #navNapster { position:absolute; left:1112px; top:362px; }

#header-home #twitter { width:246px; height:59px; position:absolute; left:49px; top:954px; }

#header-home #socialFollow { left:310px; top:975px; position:absolute; }

#header-home  #sponsors { position:absolute; top:1005px; right:60px; text-align:right; font-size:12px; line-height:19px; font-family:Arial, Helvetica, sans-serif; }

/* Footer */
#footer { width:100%; clear:both; padding:135px 0 40px; background:url(images/footer-bg.jpg) no-repeat 0 0; position:relative; }
#footer-home { width:100%; clear:both; padding:15px 0 40px; background:none; position:relative; }

#site-info, #site-generator { text-align:center; font-size:11px; line-height:19px; font-family:Arial, Helvetica, sans-serif; }
#site-generator { border-top:1px solid #21201d; padding-top:8px; width:1223px; margin:0 auto; }

#site-info, #site-generator, #site-info a, #site-generator a, #sponsors a, #sponsors { color:#2e2d28; }
#site-info a:hover, #site-generator a:hover, #sponsors a:hover { color:#6f6c5c; }

#twitter { position:absolute; width:266px; height:63px; top:81px; left:9px; }
#socialFollow { position:absolute; top:103px; left:290px; }
#sponsors { position:absolute; top:103px; right:94px; text-align:right; font-size:12px; line-height:19px; font-family:Arial, Helvetica, sans-serif; }
#footer-home #twitter, #footer-home #socialFollow { display:none; }

/* Content Area */
#main { width:1082px; height:auto; padding:0 94px 0 97px; }
#main-inner { width:100%; background:#f0f0f0 url(images/content-bg.gif) repeat-y 0 0; }
#main-inner-top { width:100%; background:url(images/content-top.jpg) no-repeat 0 0; }
#main-inner-btm { width:1032px; padding:0 30px 0 20px; background:url(images/content-btm.jpg) no-repeat 0 bottom; }

#sidebar { float:left; width:213px; padding:0 30px 0 0; }
#container { float:left; width:789px; min-height:540px; padding:0; }
/* \*/ * html #container { height:540px; } /* IE6 */
.one-column, .single-attachment { width: 1032px !important; padding:0; float:none !important; }
#content { line-height:21px; }

/* Subscription Form */
#sidebar form div.tb-container { width:200px; height:20px; padding:4px 5px 0; margin-bottom:12px; background:url(images/tb.png) no-repeat 0 0; }
#sidebar form .tb { width:200px; padding:0; margin:0; border:none; background:none; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; color:#6f6c5c; font-size:12px; }
#sidebar #icpsignup10531 #sign-up { float:right; padding:0; margin:0 3px 0 0; }

/* Home Page Subscription Form */
#header-home #icpsignup10531 { position:absolute; width:289px; height:49px; left:230px; top:846px; }
#header-home #icpsignup10531 .tb { width:184px; padding:3px 5px 0; margin:0; border:none; background:none; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; color:#6f6c5c; font-size:12px; }
#header-home #icpsignup10531 #tbName { position:absolute; top:2px; left:0; }
#header-home #icpsignup10531 #tbEmail { position:absolute; top:29px; left:0; }
#header-home #icpsignup10531 #sign-up { padding:0; margin:0; position:absolute; right:0; top:11px; cursor:pointer; }

/* Sidebar Search Form */
#sidebar #searchform #searchsubmit { float:right; padding:0; margin:0 3px 0 0; cursor:pointer; }

/* Sidebar */
#sidebar ul li { padding:0 0 10px 0; margin-bottom:5px; }
#sidebar ul li ul li { padding-bottom:0; margin-bottom:0; padding-left:0px; color:#92493d; }
#sidebar h3, #sidebar .widget-title { font-size:15px; font-weight:bold; padding-bottom:4px; line-height:20px; }
#sidebar .widget-area ul ul li { line-height:1.7em; }
#newtagcloud { margin-left:0 !important; }
#newtagcloud li { list-style:none !important; }
#newtagcloud li a { margin:0 6px 0 0; line-height:23px; }
#sidebar p { margin-bottom:5px; line-height:1.7em; }

.page-title { margin-bottom:15px; }
.hentry { margin: 0 0 30px 0; } /* Distance between two posts */
.entry-meta, .entry-meta a { color:#92493d; font-size:13px; }
.entry-meta a:hover { color:#6f6c5c; }
.entry-utility { text-align:center; border:1px solid #d2d1cd; border-width:1px 0; padding:5px 0; font-size:13px; line-height:20px; clear:both; width:100%; color:#92493d; } /* Postmetadata */
.entry-utility span.entry-utility-prep { color:#6f6c5c; }
.addthis_container { text-align:center; }

/* Threaded Comment List */
#comments ol.commentlist { padding:0; margin:0; width:100%; }
#comments ol.commentlist li.comment { line-height:21px; padding: 0; margin:0px; position:relative; border:none; }
#comments ol.commentlist li.depth-1 { padding: 0 0 5px 0; }
#comments .comment-holder { border:1px solid #d2d1cd; padding:5px 10px 0px 10px; margin:0; font-size:13px; }
#comments .comment-holder em { font-style:italic; }
#comments ol.commentlist .avatar { position: absolute; top: 6px; right: 6px; border:1px solid #d2d1cd; padding:2px; }
#comments ol.commentlist ul.children { padding:5px 0 0; margin:0 0 0 30px; }
#comments ul.children li {border:none; padding:0 5px 0 10px; margin:0; }
#comments ul.children li ul { padding:0; margin:0; }

/* Next Gen Gallery */
.ngg-galleryoverview { margin-top:10px !important; margin-bottom:30px !important; }
#content .orbit-wrapper img { max-width:750px; }
div.sorbit-wide img { display:block !important; }
#content .sorbit-wide a img,
#content .sorbit-basic a img { margin:0 auto !important; }
#slideleft:hover, #slideright:hover { background-color:#f0f0f0 !important; }


/* Contact Form */
#content .contactTable { border:none; margin:15px 0; }
#content .contactTable td { vertical-align:top; border:none; padding:2px 10px; }
#content .contactTable .req { color:#FF0000; }
#content .contactTable input { margin-bottom:10px; }
#content .contactTable .ta, #content .contactTable .tb { color:#6f6c5c; }
#content .contactTable #taComments { width:350px; height:100px; }
#content .contactTable #tbCaptcha { width:100px; }
#content .contactTable #imgCaptcha { vertical-align:middle; }
#content .contactTable #btSubmit { padding-left:5px; padding-right:5px; }

/* Audio Player */
.audioplayer_container { margin-top:10px !important; margin-bottom:30px !important; }


/* Contact Form */
#content .sponsorsTable { border:none; margin:0 0 15px; }
#content .sponsorsTable td { vertical-align:middle; text-align:center; border:none; padding:40px 10px; }

