﻿/*  
Theme Name: tifanani 2009
Theme URI: http://www.tifanani.com
Description: This is my theme for my website.
Version: 1.0
Author: Tiffany Bong
Author URI: http://www.tifanani.com/

*/
body { 
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia; 
	font-size:12px;
	text-align: center;
	vertical-align: top;
	background: url(images/tifanani_background.jpg) no-repeat top center #1a1324;
	color: #fff;
	}
a {
	text-decoration: none;
	color:#AAA;
	outline-style: none;
	}
a:hover {
	color:#ff0095;
	}
div.wrapper {
	width:870px;
	margin:0 auto;
	text-align:left;	
	}
div#container{
	width:600px;
	float:left;
	}
div#content-wrap {
	padding:.5em 1.5em;
	background:url(images/transparent-bg.png);
	}
div.content-top,div.content-end {
	height: 10px;
	font-size:10px;
	}
div.content-top {
	background: url(images/top-content.png); 
	}
div.content-end {
	background: url(images/end-content.png) bottom;
	}
div.post {
	background-color: #292530;
	}
div.post, div#widget-area div, ol.commentlist li { 
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	}
div.sidebar {
	width:250px;
	float:right;
	}
/*footer*/

div#footer{
	height:250px;
	clear:both;
	text-align:center;
	background:url(images/test-footbg.jpg) no-repeat bottom center;
	}
div#footer div.wrapper {
	background:url(images/footer_back.png) no-repeat bottom center;
	height:220px;
	width:900px;
	}
div#footer div.copyright{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	float:right;
	margin: 80px 0 0;
	width:250px;
	color:#888;
	font-size: .8em;
	}
div#recent-posts-3, div#recent-comments-3 { 
	width:250px;
	height: 150px;
	display: block;
	float:left;
	background: url(images/footer_divback.png) ;
	margin:2em 0 2em 1.5em;
	padding:1em;
	}
div#footer h4 {
	margin:0;
	border-bottom: 1px dotted #444;
	height:20px;
	}
div#footer h4 span{
	display:none;
	}
div#recent-posts-3 h4 {
	background: url(images/footer_titleposts.gif) no-repeat;
	}
div#recent-comments-3 h4 {
	background: url(images/footer_titlecomments.gif) no-repeat;
	}
div#recent-posts-3 ul, div#recent-comments-3 ul {
	padding-left:2em;
	margin: 0;
	}
div#footer ul li {
	padding:0.4em 0;
	}
div#recent-posts-3 ul {
	list-style-image: url(images/icon-pencil.gif);
	}
div#recent-comments-3 ul {
	list-style-image: url(images/icon-bubble.gif);
	}
div#footer p.wordp-link{
	clear:both;
	text-align:right;
	}
p.wordp-link a span {
	display:none;
	}
p.wordp-link a{
	display:block;
	height:20px;
	width:220px;
	background: url(images/logo_wordpress.gif) no-repeat bottom right;
	}
ul#foot-nav {
	width:200px;
	list-style-type:none;
	padding:0;
	margin:0 0 30px;
	text-transform: uppercase;
	font-size: small;
	text-align:center;
	height:15px;
	}
ul#foot-nav li {
	margin: 0em;
	padding:.5em;
	height:15px;
	display:inline;
	line-height:2em;
	}
ul#foot-nav li a {
	height:15px;
	width:50px;
	padding:.1em .5em;
	color:#444;
	font-size:0.8em;
	}
ul#foot-nav li a:hover {
	color:#ccc;
	border-bottom: 1px dotted #666;
	}
ul#foot-nav li.footnavbord a {
	border-right:1px solid white;
	}
/*header*/

ul#head-nav {
	width:300px;
	list-style-type:none;
	padding:0;
	margin:0;
	text-transform: uppercase;
	font-size: smaller;
	text-align:center;
	height:30px;
	background:url(images/nav-bg.png) no-repeat;
	position:relative;
	left:75%;
	}
ul#head-nav li {
	margin: 0em;
	padding:.5em;
	height:30px;
	display:inline;
	line-height:2em;
	}
ul#head-nav li a {
	height:30px;
	width:50px;
	padding:1em .5em;
	color:#fff;
	}
img#rssIcon {
	vertical-align:middle;
	border: 0;
	}
h1#home-link {
	margin:0.5em 0;
	}
h1#home-link a{
	margin:1em 0 0;
	display:block;
	width:250px;
	height:100px;
	background:url(images/tifanani-logo.png) no-repeat;
	}
h1#home-link a span {
	display:none;
	}
/*Content Post styles*/
div.top-content {
	background: url(images/top-content.jpg) no-repeat top center;
	}
div.navigation {
	text-align:center;
	padding-top:1em;
	}
div.post h1, p.postmetadata, div.entry p, p.end-link {
	padding: 0 15px;
	}
div.post h1 {
	border-bottom:1px dotted #666666;
	margin:0 0 4px;
	padding-top:0.2em;
	text-shadow:1px 1px 1px #111;
	}
div.post h1 a {
	color: #ff0095;
	font-size: 34px;
	}
div.post h1 a:hover {
	color: #c69;
	}
div.entry p, div.entry ol, div.aboutcontent p {
	font-size: 1.2em;
	line-height: 1.5em;
	}
div.aboutpost h1 {
	margin:0;
	}
div.entry ol  blockquote {
	font-size: 0.7em;
	color: #c2ec99;
	}
div.entry strong {
	color: #eee492;
	}
div.entry img {
	border: 8px solid #403d47;
	}
div.post p.postmetadata, p.postcommentlinks, ul#head-nav, div.entry p, div.entry ol  {
	font-family: Arial, Helvetica, sans-serif;
	}
div.post p.postmetadata {
	margin: 0em;
	font-size: .9em;
	color: #999;
	}
div.post p.postmetadata a {
	font-weight: bold;
	color: #c2ec99;
}
p.postcommentlinks {
	background-color: #1d1824;
	padding: 0.3em;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	}
span.post-comment {
	float:right;
	display:inline;
	font-size: 0.9em;
	color:#666;
	}
span.post-comment a {
	color: #00d4ff;
	font-weight: bold;
	}
span.post-tag {
	font-size:smaller;
	}
span.post-tag, span.post-tag a {
	color:#666;
	}
hr {
	clear:both;
	color:#333;
	}
a.more-link {
	display:block;
	font-weight:bold;
	}
div.aboutpost h1 a{
	color:#36313C;
	font-weight:500;
	}
/*end of blog post styles*/

/* start of sidebar styles */
div.div-top, div.div-end {
	margin:0;
	padding:0;
	height:10px;
	font-size:10px;
	}
div.div-top {
	background:url(images/div-topbg.png) no-repeat;
	}
div.div-end {
	background:url(images/div-endbg.png) no-repeat;
	}
div.sidebar h2 {
	padding:0;
	margin:0;
	}
div#about-area{ 
	padding:0.5em 1.5em;
	font-size:12pt;
	}
div#about-area ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align:center;
	}
div#twitter_div, div#flickr_div, div#lastfm_div, div#about-area, div#side_div {
	background:url(images/transparent-bg.png);
	text-shadow:1px 1px #213;
	}
p.end-link {
	margin: .5em 0 0; 
	background: url(images/div-endbg.jpg) no-repeat bottom left;
	padding-bottom: .5em;
	text-align:right;
	padding-left:160px;
	}
h2 span {
	display:none;
	}
h2#about-title {
	background:url(images/div-topbg.png);
	height:10px;
	margin:0;
	padding:0;
	}
h2#sidelist-title {
	background:url(images/div-topbg.jpg);
	height:10px;
	margin:2em 0 0;
	padding:0;
	}
h2#twitter-title {
	background:url(images/twitter-header.png);
	height:70px;
	margin:0;
	padding:0;
	}
a#twitter-link {
	background: transparent url(images/twitter-logo.gif) no-repeat top left;
	display:block;
	height:16px;
	width: 70px;
	line-height:100%;
	}
a#twitter-link:hover {
	background: transparent url(images/twitter-logo.gif) no-repeat bottom left;
	}
a#lastfm-link {
	background: transparent url(images/lastfm-logo.gif) no-repeat top left;
	display:block;
	height:13px;
	width: 70px;
	line-height:100%;
	}
a#lastfm-link:hover {
	background: transparent url(images/lastfm-logo.gif) no-repeat bottom left;
	}
p.end-link a span {
	display:none;
	}
div#lastfm_div h2 {
	background:url(images/lastfm-header.jpg);
	height:90px;
	}
div#flickr_div h2 {
	background:url(images/flickr-header.jpg);
	height:80px;
	}
ul#twitter_update_list, ul.lastfm, ul#side_list {
	padding: 0em;
	margin: 0 1.5em;
	list-style-type:none;
	}
ul#twitter_update_list {
	background-color:#2a2630;
	}
ul#twitter_update_list li {
	background: url(images/twitter-bullet.gif) no-repeat 5px 8px;
	padding:0.5em 0.5em 0.5em 3em;
	font-size:.9em;
	}
ul#twitter_update_list li:first-child, ul#twitter_update_list li:last-child {
	background-color:#36313c;
	}
ul#twitter_update_list li a#twitter-link, span.lastfm-timestamp {
	display:block;
	text-align: right;
	font-style: italic;
	color:#999;
	}
ul.lastfm {
	background-color:#2a2630;
	}
ul.lastfm li {
	background: url(images/lastfm-bullet.gif) no-repeat 6px 8px;
	padding:0.7em 0.5em 0.2em 2.5em;
	font-size:.9em;
	border-top: 1px dashed #cac;
	}
ul.lastfm li:first-child { border:none;}
ul.lastfm li a.lastfm-link {
	color:#fff;
	}
span.lastfm-timestamp {
	font-size:.8em;
	display:block;
	text-align: right;
	font-style: italic;
	color:#999;
	}
	span.lastfm-timestamp abbr{ border: none;}
	
a#flickr-link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:1.2em;
	color:#44404a;
	}
a#flickr-link:hover {
	color:#87858b;
	}
ul#side_list li h4 {
	margin-bottom:0.1em;
	color:#444;
	font-weight: 500;
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-transform:lowercase;
	}
ul#side_list li h4#search_title {
	margin:0 0 0.1em;
	}
ul#side_list li ul{
	padding: 0em;
	margin: 0 1em;
	list-style-type:none;
	}
form#searchform input {
	background-color:#292530;
	border:1px solid #1D1824;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	}
/* end of sidebar styles */

div.single-nav-prev, div.single-nav-next{
	display:block;
	width:250px;
	}
div.single-nav-prev {
	float:left;
	}
div.single-nav-next {
	float:right;
	}	
p.nocomments {
	text-align:center;
	padding: 0;
	}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #666;
	padding: 10px 0 0;
	clear:both;
	border-bottom: 1px solid #666;
}
ol.commentlist{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
ol.commentlist li{
	background: #2a2630;
	margin: 10px 0 5px;
	line-height: 18px;
	padding-bottom: 2px;
}
ol.commentlist li.alt{
	background-color:#36313c;
	}
ol.commentlist li p{
	padding:0.5em;
	}
.gravimg img {
	border:2px solid #777;
	}
span.comment-author, span.comment-author a {
	color:#00d4ff;
	}
span.comment-author a:hover {
	color:#eee492;
	}
span.comment-author {
	font-size:1.5em;
	font-weight:bold;
	}
span.comment-date {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	}
.comments-template h2, .comments-template h3{
	font-size: 16px;
	margin: 0em;
}
p.commentmetadata{
	border-bottom:1px dotted #777;
	padding-bottom: 1px;
	margin:0;
	}
div.text p {
	margin:0;
	}


a.envContLink {
	display:block;
	text-align:left;
	height:34px;
	border-bottom:1px dotted #666;
	font-weight: bold;
	padding-top:5px;
	font-size:10pt;
	}
a.envContLink img{
	padding-left: 2px;
	vertical-align:middle;
	border: 0;
	}
a:hover.envContLink {
	background-color:#1D1824;
	}
/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center; }
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:10px;  display:inline; width:100px; height:100px;}
.flickr_badge_image img {border: 5px solid #2a2631 !important; margin:.5em 0;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}

/*  -  CONTACT FORM 7  -   */
form#commentform label, form.wpcf7-form label {
	display:block;
	font-size:0.9em;
	color:#ccc;
	}
form.wpcf7-form label {
	clear:left;
	float:left;
	margin:0.2em 0;
	padding-left:0.5em;
	width:7em;
	}
form#commentform input, form#commentform textarea, form.wpcf7-form input, form.wpcf7-form textarea {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border: 3px solid #1D1824;
	background:#2a2630;
	color: #fff;
	padding: 0.2em;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	text-align:center;
}

div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
	font-size:1.2em;
	color:#999;
	text-align: center;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
	text-align: center;
}

span.wpcf7-not-valid-tip-no-ajax {
	color:#00D5FF;
	display:block;
	font-size:8pt;
	text-align:right;
	width:385px;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}




/* THREAD COMMENTS */
.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	margin:2px 4px;
	padding: 4px 2px 2px 4px;
	background-color: #53505b;
}
.chalt{
	background-color: #403d47;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}
div#cancel_reply {
	padding: 0 1em;
	}

strong.music-title {font-size:1.2em;} ol.music-list li {font-size:0.9em; padding-bottom:0.2em;} ol.music-list li ul { padding:0; list-style-type:none; padding:0; font-size:0.9em; } div#amazon_widget_CA_8001_0 {padding-left:1em;}