/*
Theme Name: Elegant Ignance Theme
Description: Custom theme by Phattygirl.com
Author: huny young
Author URI: http://phattygirl.com
*/

/* 
-------------------------------------------------------
general styling * resets
------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

a {
	color: #d23e5b;
	text-decoration: none;
}

p { padding-bottom: 8px; }

h1 {
	color: #fff;
	font-size: 28px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #7a445e;
}

h2, h1.h2 {
	font-size: 24px;
	padding-bottom: 8px;
}

h3 {
	font-size: 14px;
	padding-bottom: 8px;
}

blockquote {
	padding: 0 46px;
	margin: 10px 0;
	font-style: italic;
	color: #c3a0ab; 
	background: transparent url(images/blockquote.png) no-repeat top left;
}

img { border: none; }
ul, ol, li { list-style: none; }

table, td, form, fieldset {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
}

.clear { clear: both; }

.float_left {
	float: left;
	display: inline;
}

.float_right {
	float: right;
	display: inline;
}

.nada { display: none; }

.small {
	font-size: 9px;
}

/* 
-------------------------------------------------------
general site architecture
------------------------------------------------------- */

html, body { height: 100%; }

body {
	height: 100%;
	text-align: center;
	background: #260d19 url(images/bodybg.jpg) repeat-x top left;
	font: 12px/1.5em Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
}

#bg {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: center;
	background: url(images/bg.png) no-repeat top left;
}

* html #bg { height: 100%; }

#site {
	width: 990px;
	position: relative;
	min-height: 100%;
	margin: auto;
	text-align: left;
}

* html #site { height: 100%; }

#header { height: 165px; }

#content {
	padding-bottom: 80px;
	clear: both;
}

#main {
	width: 562px;
	margin-right: 15px;
	float: left;
	overflow: hidden;
}

#sub {
	width: 264px;
	margin-right: 15px;
	float: left;
	color: #c3a0ab;
}

#sidebar {
	width: 133px;
	float: right;
	color: #c3a0ab;
}

/* 
-------------------------------------------------------
header & nav styling
------------------------------------------------------- */

#logo {
	width: 507px;
	height: 125px;
	background: transparent url(images/logo.gif) no-repeat;
	position: absolute;
	top: 12px;
	left: 0;
}

#logo a {
	width: 507px;
	height: 125px;
	display: block;
}

#header #search {
	width: 310px;
	height: 39px;
	background: transparent url(images/searchbg.gif) no-repeat;
	position: absolute;
	top: 42px;
	right: 0;
}

#header #search input.searchInput {
	width: 188px;
	padding: 13px 0 0 10px;
	font: bold italic 14px Helvetica, Arial, Verdana;
	color: #a4728a;
	background-color: transparent;
	border: none;
}

#header #search input.button { margin-left: 35px; }

/* 
-------------------------------------------------------
main column styling
------------------------------------------------------- */

.entry { 
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #7a445e;
}

.dateBubble {
	width: 132px;
	height: 31px;
	margin-bottom: 10px;
	background: transparent url(images/datebubble.gif) no-repeat top left;
}

.dateBubble h3 {
	font-size: 11px;
	display: block;
	padding: 4px 0 8px 0;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.byline {
	color: #a46583;
	font-size: 11px;
	line-height: 1.4em;
}

.byline a { font-weight: bold; }

.byline strong { 
	font-size: 18px;
	vertical-align: middle;
	padding: 0 3px;
}

.more-link {
	font-weight: bold;
	padding-top: 10px;
}

.tweetmeme {
	float: right;
	margin: 5px 0 15px 15px;
}

	/* post images */
	
img.alignright {
	float: right; 
	margin: 0 0 1em 1em;
	border: 3px solid #64394c;
}

img.alignleft {
	float: left; 
	margin: 0 1em 1em 0;
	border: 3px solid #64394c;
}

img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	border: 3px solid #64394c;
}
	
	/* END post images */

	/* pagination */

#pagination {
	padding-bottom: 30px;
}

#pagination a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #d23e5b;
	padding: 5px;
}

#pagination #previousPg {
	width: 50%;
	float: left;
}

#pagination #nextPg {
	width: 50%;
	float: right;
	text-align: right;
}

#pagination_numbered {
	font-size: 11px;
	color: #a46583;
}

#pagination_numbered a {
	border-left: 1px solid #a46583;
	padding-left: 5px;
}

	/* END pagination */

	/* comments */

#comments p.entryRSS { 
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #7a445e;
}

#comments p.entryRSS a {
	color: #fff;
}

#comments p.entryRSS img {
	vertical-align: middle;
}
	
.commentBody {
	color: #c3a0ab;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #7a445e;
}

.commentBody .byline a {
	color: #a46583;
	font-weight: normal;
}

.commentBody .byline a.comment-edit-link { color: #d23e5b; }

p.commentAuthor {
	color: #a46583;
	font-weight: bold;
}

p.commentAuthor cite {
	font-style: normal;
}

p.commentAuthor span { font-size: 14px; }

#addComment label {
	padding-bottom: 5px;
	display: block;
	font: bold 11px Helvetica, Arial, Verdana;
	text-transform: uppercase;
}

#addComment label .required {
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	color: #a4728a;
}

#addComment input, #addComment textarea {
	width: 315px;
	height: 15px;
	padding: 5px;
	border: 1px solid #63364d;
	color: #381828;
}

#addComment textarea {
	width: 450px;
	height: auto;
}

#addComment input#submit {
	width: 84px;
	height: 39px;
	padding: 0;
	border: none;
}
	
	/* END comments */

/* 
-------------------------------------------------------
sub column styling
------------------------------------------------------- */

.subContent {
	background: transparent url(images/subBottom.png) repeat-x bottom left;
	padding: 0 14px 40px 14px;
	position: relative;
}
	/* twitter */
	
#twitter { padding-bottom: 25px; }

#twitter .subContent {
	min-height: 100px;
	padding-bottom: 50px;
}

#twitter h2 {
	width: 264px;
	height: 89px;
	padding-bottom: 0;
	display: block;
	text-indent: -9999px;
	background: transparent url(images/sectionheaders/twitter.png) no-repeat top left;
}

ul#twitter_update_list li { padding-bottom: 15px; }

ul#twitter_update_list li a {
	color: #d23e5b;
	font-weight: bold;
	font-size: 11px;
}

ul#twitter_update_list li span a { 
	font-size: 12px;
	color: #c3a0ab;
}

#twitter #followMe {
	width: 174px;
	height: 58px;
	background: transparent url(images/followMe.png) no-repeat top left;
	text-indent: -9999px;
	position: absolute;
	bottom: -15px;
	right: 12px;
}

#twitter #followMe a{
	width: 174px;
	height: 58px;
	display: block;
}

	/* END twitter */
	
	/* recent */

#recent h2 {
	width: 264px;
	height: 83px;
	padding-bottom: 0;
	display: block;
	text-indent: -9999px;
	background: transparent url(images/sectionheaders/recent.png) no-repeat top left;
}

#recent .subContent {
	background: transparent url(images/subBottomAlt.png) repeat-x bottom left;
	padding: 0 0 22px 0;
	position: relative;
}

.subContent .recentTabs {
	width: 264px;
	height: 42px;
	background: transparent url(images/tabsbg.png) no-repeat top left;
}

#posts_focus .postsTab{
	width: 75px;
	height: 42px;
	float: left;
	background: transparent url(images/postsTab_on.png) no-repeat;
	text-indent: -9999px;
}

#posts_focus .commentsTab {
	width: 111px;
	height: 42px;
	float: left;
	background: transparent url(images/commentsTab_off.png) no-repeat;
	text-indent: -9999px;
}

#posts_focus .commentsTab a {
	width: 111px;
	height: 42px;
	display: block;
}

#comments_focus .postsTab{
	width: 75px;
	height: 42px;
	float: left;
	background: transparent url(images/postsTab_off.png) no-repeat;
	text-indent: -9999px;
}

#comments_focus .commentsTab {
	width: 111px;
	height: 42px;
	float: left;
	background: transparent url(images/commentsTab_on.png) no-repeat;
	text-indent: -9999px;
}

#comments_focus .postsTab a {
	width: 75px;
	height: 42px;
	display: block;
}

#recent .recentList { padding: 0 12px; }

#recent .recentList li { padding-bottom: 10px; }

#posts_focus .recentList li a {
	width: 200px;
	padding-bottom: 8px;
	display: block;
	float: right;
	font-weight: bold;
}

#posts_focus .recentList li .date {
	width: 40px;
	padding-bottom: 8px;
	display: block;
	float: left;
	clear: both;
}

#recent #comments_focus {
	height: auto;
	display: none;
}

	/* END recent */
	
	/* rss */

#rss h2 {
	width: 264px;
	height: 83px;
	padding-bottom: 0;
	display: block;
	text-indent: -9999px;
	background: transparent url(images/sectionheaders/rss.png) no-repeat top left;
}

#rss ul li { padding-top: 5px; }

#rss ul li img { vertical-align: middle; }

#rss ul li a { color: #c3a0ab; }

	/* END rss */

	
/* 
-------------------------------------------------------
sidebar styling
------------------------------------------------------- */
	
#sidebar #archives, #sidebar #categories, #sidebar #blogroll {
	padding-bottom: 40px;
}

#sidebar #archives h2 {
	width: 134px;
	height: 54px;
	text-indent: -9999px;
	background: transparent url(images/sectionheaders/archives.png) no-repeat top left;
}

#sidebar #categories h2 {
	width: 140px;
	height: 57px;
	text-indent: -9999px;
	background: transparent url(images/sectionheaders/categories.png) no-repeat top left;
}

#sidebar #blogroll h2 {
	width: 134px;
	height: 48px;
	text-indent: -9999px;
	background: transparent url(images/sectionheaders/blogroll.png) no-repeat top left;
}

#sidebar #archives li, #sidebar #categories li, #sidebar #blogroll li {
	border-bottom: 1px dotted #7a445e;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

#sidebar #archives li a, #sidebar #categories li a, #sidebar #blogroll li a { color: #c3a0ab; }

/* 
-------------------------------------------------------
footer
------------------------------------------------------- */

#footer {
	width: 100%;
	height: 70px;
	position: relative;
	background: transparent url(images/footerbg.png) repeat-x;
	font-size: 11px;
	color: #fff;
	margin: -70px auto 0 auto;
	text-align: center;
}

* html #footer { margin-top: -70px; }

#footerContent {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#copyright {
	padding-top: 35px;
	color: #d23e5b;
}

#siteCredit {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 35px;
	right: 0;
}

#siteCredit a { color: #572b41; }