/*
Theme Name: FinestImaginary-New
Description: Theme built for the finestimaginary front end
Author: FinestImaginary
Author URI: http://www.finestimaginary.com/

*/
body {
	font-family: Arial, Sans-Serif;
	background: #FFFFFF url('images/body-bg.gif') 0px 140px repeat-x;
	color: #333333;
	text-align: left;
	margin: 0;
	font: normal normal normal 13px/120% Arial, Helvetica, sans-serif;
	}
	
hr {
	width: 0;
	height: 0;
	clear: both;
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}

a:active{
	outline: none;
}




.fRight{
	float:right;
}

.fLeft{
	float: left;
}

a{
	color: #33CCCC;
	text-decoration: underline;
	}

a:hover {
text-decoration: none;
	
	}
	
	
a.cart{
	padding: 0 25px 0 0;
	background:url('images/cart-icon.gif') top right no-repeat;
}

/*---------------------
 * STRUCTURE
 ---------------------*/

.header{
	width: 940px;
	margin: 40px auto 0 auto;
}	

	.header h1{
		text-indent: -10000px;
		background:url('images/finestimaginary-logo.png') top left no-repeat;
		display: block;
		width: 720px;
		height:100px;
		margin: 0;
		float: left;
	}

.mainContentBlock{
	width: 940px;
	margin: 0 auto;
	background: #ffffff;
	padding: 15px 0;
}

	.mainContentBlock .content{
		width: 750px;
		padding: 0 0 0 10px;
		background:url('images/vertical-dashed.gif') top left repeat-y;
		float: right;
	}

	.mainContentBlock .content.blog {
		width: 570px;
		float: left;
	}


.footer {
	width: 940px;
	margin: 15px auto;
	font-size: 12px;
}

/*---------------------
 * NAVIGATION
 ---------------------*/

.searchContent{
	display: block;
	text-align: right;
}

.searchContent a{
	color:#CC0066;
	font-size:12px;
	text-decoration: none;
}

.searchContent .search{
	margin-top:5px;
}
	
	.searchContent .search .text{
		border:1px solid #E680B3;
		width:170px;
		padding:3px;
		display:block;
	}

.nav{
	
	display:block;
	height: 30px;
	background: #CCCCCC;
	padding: 0 0 0 50px;
}

.nav a{
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font: normal normal normal 14px/1em Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	border-left: 1px solid #FFFFFF;
	padding: 8px 15px;
	height: 14px;
}

.nav a.contact{
	border-right: 1px solid #FFFFFF;
	padding: 8px 50px 8px 15px;
	background: url('images/mail-icon.gif') 90% 50% no-repeat;
}


/*---------------------
 * PAGE STYLES
 ---------------------*/

ul.nav {
	padding: 0 0 0 20px;
}

ul.nav li, ul.nav li ul {
	display: inline;
	font-size: 14px;
	text-transform: uppercase;
}

	ul.nav li ul, ul.nav li ul li {
		padding: 0;
		margin: 0;
	}

ul.nav a{
	background: #FF6600;
	color: #FFFFFF;
	padding: 3px 5px;
}

.theContent {
	padding: 20px;
}
	.theContent.blog {
		width: 600px;
		float: left;
	}
	
	

/* FORM */

.left, .right{
	float: left;
}

	.left {
		width: 350px;
	}
	
	.left p {
		margin: 15px 0 15px 0;
		display: block;
		font-size: 14px;
		color: #99CC00;
		font-weight: bold;
	}

.segment {
	margin: 0 0 10px 0;
}
	
.segment.short .label, .segment.short .input {
	float: left;
}

.theContent label, .segment .label {
	padding: 0 0 8px 0;
}



.theContent label, .segment .label label {
	display: block;
	font-size: 14px;
	color: #FF6600;
	
}

.theContent input{
	margin: 0 0 15px 0;
}

 .right .segment .label label{
	color: #99CC00;
}

.segment.short .label label{
	width: 80px;
	font-weight: normal;
}

.segment .label.rate {
	padding: 0 0 0 8px;
}
	.segment .label.rate label{
		padding: 0;
	}

.segment .input.rate fieldset{
	padding: 0 0 0 6px;
}	

.segment .input.rate fieldset select {
	margin-top: -3px;
}

.segment .input input {
	font-size: 14px;
	color: #009999;
}

.segment .input table.tdomf_buttons {
	float: right;
	padding: 0 5px 0 0;
}

	.segment .input table.tdomf_buttons input{
		background: #99CC00;
		color: #FFFFFF;
		border: none;
		padding: 10px;
	}

.right .segment .input textarea{
	height: 200px;
}

/*---------------------
 * FOOTER STLYES
 ---------------------*/

.footer{
	border-top: 25px solid #CCCCCC;
	background: url('images/footer-bg.gif') top right no-repeat;
	margin-bottom: 10px;
	padding-top: 5px;
}

.footer h3{
	text-indent: -10000px;
	display: block;
	width:139px;
	height: 55px;
	background: url('images/footer-logo.gif') 0 0 no-repeat;
	margin: 0;
}

.footer .social{
	border: 1px solid #33CCCC;
	border-top: 0;
	border-bottom: 0;
	padding: 0 5px;
    height: 60px;
}

	.footer .social a.twitter{
		text-indent: -10000px;
		display: block;
		height: 23px;
		width:30px;
		background: url('images/twitter-icon.gif') 0 0 no-repeat;
	}
	
	.footer .social a.hiphop{
		text-indent: -10000px;
		display: block;
		height: 26px;
		width:30px;
		background: url('images/hh-icon.gif') 0 0 no-repeat;
	}
    
    
.footer .facebook{
	border: 1px solid #33CCCC;
	border-top: 0;
	border-bottom: 0;
    border-left: 0;
	padding: 0 5px;
     height: 60px;
}

.footer .sitemap {
	text-transform: uppercase;
	padding: 15px 10px 0 10px;
	font-size: 11px;
     height: 60px;
}


.footer p{
	margin: 5px 0 0 0;
}


/*---------------------
 * SIDEBAR
 ----------------------*/

.sidebar {
	width: 160px;
	float: left;
	padding: 0 20px 0 0;
	font: normal normal normal 13px/120% Arial, Helvetica, sans-serif;
}

	.sidebar ul{
		padding: 0;
		margin: 0;
		
	}

	.sidebar ul li{
		list-style-type: none;
		padding: 5px 0;
		border-bottom: 1px solid #33CCCC;
	}
	
		.sidebar ul li ul li{
			border: none;
			padding: 2px 0;
		}
		
		.sidebar ul li ul li a{
			text-transform: uppercase;
			font-size: 11px;
			padding: 2px 10px 2px 3px;
			color: #FFFFFF;
			text-decoration: none;
			background: #33CCCC;
		}
	
	.sidebar ul li p{
		margin-top: 0;
	}
	
	.sidebar ul li h3{
		margin: 0 0 10px 0;
	}
	
	.sidebar ul li .item {
		padding: 5px 0 5px 0;
		background: url('images/horizontal-dashed.gif') bottom left repeat-x;
	}
	
	.sidebar ul li .item img{
		display: block;
		margin-right: 5px;
	}
	

.sidebar.blog{
	width:160px;
	margin-left: 10px;
	padding: 0  0 20px 10px;
	background:url('images/vertical-dashed.gif') top left repeat-y;

}

	.sidebar.blog ul li{
		border: none;
	}
	
	.sidebar ul li h3{
		font: bold normal normal 11px/120% Arial, Helvetica, sans-serif;
		color: #CC0066;
		text-transform: uppercase;
		margin-bottom: 3px;
	}
	
	.sidebar.blog ul li a{
		background: none;
		color: #33CCCC;
		text-decoration: underline;
		
	}
	
/*---------------------
 * BLOG POST
 ----------------------*/

.post{
	border-bottom: 1px solid #66CC99;
}
.hentry{
	margin-bottom: 40px;
}

.post p.postmetadata{
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0;
	text-align: right;
	font: bold italic normal 13px/120% Georgia, Times, serif;
	color: #999999;
}

	.post p.postmetadata a{
		color: #66CC99;
	}
.post h2{
	margin: 0;
}
.post h2 a{
	text-transform: uppercase;
	font: normal bold normal 13px/120% Arial, Helvetica, sans-serif;
	color: #CC0066;
	text-decoration: none;
}

	.post h2 a:hover{
		text-decoration: underline;
	}

.page iframe{
	width: 750px;
}

.post p.date{
	margin: 0 0 5px 0;
	font: normal normal normal 12px/120% Arial, Helvetica, sans-serif;
}

.post .entry{
	background: url('images/horizontal-dashed.gif') top left repeat-x;
	padding-top: 10px;
	font: normal normal normal 13px/120% Arial, Helvetica, sans-serif;
}

p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}


/*---------------------
 * CONTACT FORM
 ----------------------*/

form#si_contact_form label{
	color: #CC0066;
	text-transform: uppercase;
	font: bold normal normal 12px/120% Arial, Helvetica, sans-serif;
	display: block;	
	width: 150px;
	margin: 0 0 5px 0;
}

form#si_contact_form input{
	border: 1px solid #99E6E6;
	padding: 3px;
	width: 234px;
	margin: 0 0 5px 0;
}

form#si_contact_form textarea{
	border: 1px solid #99E6E6;
	padding: 3px;
	width: 334px;
}

/*---------------------
 * COMMENTS
 ----------------------*/

.commentlist h3, h3.comment{
	font: bold italic normal 13px/120% Georgia, Times, serif;
	color: #CC0066;
	background: url('images/horizontal-dashed.gif') bottom left repeat-x;
	padding: 5px 0;
	display: block;
	margin: 0;
}

.commentlist {
	padding: 0;
	margin: 0;
	font: normal normal normal 12px/120% Arial, Helvetica, sans-serif;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	
	}
	
.comment-body{
	padding: 0 0 5px 0;
	background: url('images/horizontal-dashed.gif') bottom left repeat-x;
}	

	.comment-body .comment-author img {
		border: 2px solid #66CC99;
		float: left;
		margin-right: 5px;
	}

	.comment-body cite{
		font: normal normal normal 12px/120% Arial, Helvetica, sans-serif;
	}
	
	.comment-body a{
		color: #66CC99;
		font-weight: bold;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	clear: both;
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}
	
#commentform p.req{
	font: normal normal normal 11px/120% Arial, Helvetica, sans-serif;
	color: #CC0066; 
}

#commentform p label{
	color: #CC0066;
	text-transform: uppercase;
	font: bold normal normal 12px/120% Arial, Helvetica, sans-serif;
	display: block;	
	width: 70px;
	text-align: right;
	float: left;
}

#commentform p input{
	border: 1px solid #99E6E6;
	padding: 3px;
	width: 234px;
	margin-left: 5px;
	display: block;
	float: left;
}

#commentform p textarea{
	border: 1px solid #99E6E6;
	padding: 3px;
	width: 334px;
	display: block;
	float: left;
	margin-left: 5px;
}

#commentform input.submit{
	margin: 5px 0 0 75px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


/*---------------------
 * PAGES
 ----------------------*/

.page h2{
	color: #33CCCC;
	font: bold normal normal 19px/120% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*
*
FOR JAVASCRIPT
*
 */



.rollover {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tip {
	width: 134px;
	font-size: 14px;
	margin: 0;
	margin-top: -5px;
	color: #FFFFFF;
	padding: 0 8px 0 8px;
	background: #33CCCC;
}

.tip-top {
	background: url(/x/img/static/tool-top.gif) top left no-repeat;
	height: 17px;
	width: 150px;
}

.tip-bottom {
	background: url(/x/img/static/tool-bottom.gif) top left no-repeat;
	height: 17px;
	width: 150px;
	margin-top: -5px;
	*margin-top: 0;
}
	.tip .tip-title{
		font-weight: bold;
	}

	.tip .tip-text{
		
	}
	

