@import url("reset.css");
/*
Theme Name: Imagine Retailer
Theme URI: http://www.imagineretailer.com/
Description: The customized WordPress theme based on the famous Kubrick.
Author: Studio98
Author URI: http://www.studio98.com/
Tags: fixed width, widgets

	This theme was designed, customized and built by Studio98,
	and is based on the famous Kubrick, the default Wordpress theme
*/


/* Begin Typography & Colors */

.thread-alt {
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.thread-even {
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.depth-1 {
 /* border: 1px solid #ddd; */
}

.even, .alt {
	border-left: 0px solid #ddd;
}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 26px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	text-align:center;
	font-size:13px;
	padding-bottom:25px;
	margin-bottom:15px;
}

.clear {
	clear: both;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 10px;
	height:auto;
	width:226px;
	}

#sidebar #searchform #s {
	width:135px;
	height:18px;
	padding:3px 4px 3px;
	border:1px solid #ccc;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#616268;
	/*
	margin-bottom:0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	*/
	float:left;
	}

#sidebar #searchsubmit {
	width: 77px;
	height:26px;
	background:url(images/btn-search.gif) no-repeat top left;
	border:none;
	/*
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#262424;
	*/
	cursor:pointer;
	margin-left:4px;
	float:left;
	}
/* \*/ * html #sidebar #searchsubmit { margin-left:1px;} /* */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform small{font-weight:normal;}	

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 0px 5px 0px 0;
	outline:none;
	color:#616268;
	}
	
#commentform .comment-fld{
	border:1px solid #ccc;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616268;
	outline:none;
	background:none;
	}
	
#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform p label small{font-size:12px;}

#commentform textarea {
	width: 97%;
	padding: 2px;
	float:left;
	border:1px solid #ccc;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#616268;
	outline:none;
	background:none;
	line-height:19px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 5px 0 25px 0px;
	float: left;
	background:none;
	border:1px solid #ccc;
	color:#616268;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
	
#commentform p{padding-bottom:4px; margin:0px; clear:both;}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

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

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

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

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

blockquote {
	margin: 5px 20px 19px 10px;
	padding-left: 13px;
	border-left: 3px solid #ddd;
	}
blockquote p{padding-bottom:0px;}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
	line-height:20px;
	}
/* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Custom Styles */
body{background:url(images/footer-bg.gif) repeat 0px 0px; font-family:Arial, Helvetica, sans-serif; color:#616268; font-size:13px;}
h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, input, form, textarea{font-weight:normal; padding:0px; margin:0px;}
a img{border:0px;}
a, a:focus, a:active, a:visited{outline:none;}
.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{font-size:26px; padding:0px 0px 8px 0px; line-height:32px; color:#616268;}
h1 a{color:#ffa800;}
h1 a:hover{color:#616268; text-decoration:none;}

h2{font-size:21px; line-height:25px; padding-bottom:5px; color:#616268;}
h2 a{color:#ffa800; text-decoration:none;}
h2 a:hover{color:#616268; text-decoration:none;}

h3{font-size:18px; padding-bottom:8px; line-height:19px; color:#616268;}
h3:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}

p{line-height:21px; padding-bottom:17px;}
.align-right{text-align:right; clear:both;}
.align-center{text-align:center; clear:both;}
.gray{color:#616268;}
.orange{color:#ffa800;}

a{text-decoration:none; color:#ffa800;}
a:hover{text-decoration:none; color:#616268;}

/* Main Containers */
#wrapper{width:100%; height:auto; background:#fff url(images/bg.gif) repeat-x 0px 0px;}
#page{width:901px; height:auto; margin:0px auto; padding-top:19px;}

/* Header */
#header{width:901px; height:102px; margin-bottom:8px; position:relative; background:url(images/header-bg.gif) no-repeat 0px 0px;}
#header #logo{width:314px; height:48px; position:absolute; left:17px; top:27px;}
#header #call-us{position:absolute; right:0px; top:0px; font-size:18px; color:#fff; text-align:right;}

/* Navigation Small */
#nav-sml{position:absolute; left:370px; top:39px; font-size:12px; line-height:21px; font-weight:bold; word-spacing:3px; color:#8d8e99; white-space:nowrap;}
#nav-sml a{font-weight:bold; color:#8d8e99; text-decoration:none;}
#nav-sml a:hover, #nav-sml a.selected{color:#fff; text-decoration:none;}

/* Sliding Button */
#button{position:absolute; right:0px; top:34px; height:26px;}
#button a{font-size:12px; font-weight:bold; color:#fff; line-height:26px; height:26px; text-decoration:none; background:url(images/sliding-button.gif) no-repeat 100% 0px; padding-right:7px; margin-left:1px; float:right;}
#button a:hover{color:#fff; text-decoration:underline;}
#button a span{height:26px; float:right; padding:0px 0px 0px 7px; background:url(images/sliding-button.gif) no-repeat 0px -26px;}
#button a:hover span{text-decoration:underline;}
/* \*/ * html #button a span{float:none; padding:6px 0px 0px 7px;} /* IE 6 */
*+html #button a span{float:none; padding:6px 0px 0px 7px;} /* IE 7 */

/* Main Navigation */
#nav{width:551px; height:42px; position:absolute; top:60px; left:350px; line-height:42px;}
#nav a{font-size:13px; font-weight:bold; color:#616268; text-decoration:none; margin:0px 9px;}
#nav a:hover, #nav a.selected{color:#26a591; text-decoration:none;}
#nav a#nav-get-started{font-size:15px; color:#ff7f16;}
#nav a#nav-get-started:hover{color:#26a591;}

/* Content Section */
#content{width:901px; height:auto;}

/* Content Section Columns */
.narrowcolumn{width:606px; height:auto; float:left; padding:15px 25px 10px 20px;}
#sidebar{width:250px; height:auto; float:left; padding:15px 0px 15px;}
.widecolumn{padding:0px 15px 10px 20px; margin:0px; width:866px;}
.narrowcolumn .padd, .widecolumn .padd{padding:0px;}

/* Footer */
#footer{clear:both; height:auto; width:850px; margin:0px auto; text-align:center; padding-bottom:30px;}
#footer #fnav{width:100%; height:auto; padding:15px 0px 15px; color:#aaabb2; font-size:14px; font-weight:bold;}
#footer #fnav a{color:#aaabb2; font-weight:bold; text-decoration:none; margin:0px 7px;}
#footer #fnav a:hover{color:#fff; text-decoration:none;}

#footer #copyright {font-size:11px; color:#aaabb2; padding:0px; line-height:16px;}
#footer #copyright a{color:#aaabb2; text-decoration:none;}
#footer #copyright a:hover{color:#fff; text-decoration:none;}

/* Sidebar Specifics */
#sidebar ul, #sidebar ul li{padding:0px; margin:0px;}
#sidebar ul li.widget{padding:1px; margin-bottom:15px; border:1px solid #ccc;}
#sidebar ul li.widget h2{background:#f2f2f2; border-bottom:1px solid #e5e5e5; padding:5px 10px; color:#616268; font-size:18px; line-height:19px;}
#sidebar ul li ul{padding:7px 0px 10px 25px; margin:0px;}
#sidebar ul li ul li{list-style-type:disc; color:#ffa800; font-size:13px; line-height:19px;}
#sidebar ul li ul li a{color:#ffa800; text-decoration:none;}
#sidebar ul li ul li a:hover{color:#616268;}
#sidebar{line-height:19px;}

#sidebar ul#newtagcloud{padding-left:10px !important;}
#sidebar ul#newtagcloud a{margin:0px 6px 0px 0px; line-height:26px;}
#sidebar ul#newtagcloud{padding-left:0px; margin:0px;}
#sidebar ul#newtagcloud li{list-style:none; background:none; padding-left:0px;}

#sidebar .box{margin-bottom:15px;}

/* Default List in left Column */
.narrowcolumn ul, .widecolumn ul{padding:0px; margin:0px 0px 18px 10px;}
/* \*/ * html .narrowcolumn ul, * html .widecolumn ul{margin:0px 0px 18px 18px;} /* */
.narrowcolumn ul li, .widecolumn ul li{line-height:23px; padding:0px 0px 2px 0px; margin:0px; list-style:disc;}

.narrowcolumn ol, .widecolumn ol{padding:0px; margin:0px 0px 18px 10px;}
/* \*/ * html .narrowcolumn ol, * html .widecolumn ol{margin:0px 0px 18px 18px;} /* */
.narrowcolumn ol li, .widecolumn ol li{line-height:23px; padding:0px 0px 2px 0px; margin:0px;}

.entry{padding:0px 0px 8px;}

.postmetadata{border:1px solid #ccc; border-width:1px 0px; padding-bottom:1px; color:#ffa800;}
.divider{border-bottom:1px solid #ccc; margin-bottom:20px; font-size:0px; line-height:0px; height:1px;}

small{color:#616268; font-size:11px; font-weight:normal; line-height:19px;}
cite.fn{line-height:23px; font-size:11px; font-weight:bold;}
cite.fn a{color:#ffa800; text-decoration:none; font-weight:bold;}
cite.fn a:hover{color:#616268; text-decoration:none;}

h3#comments, h3.reply{font-size:18px;}
.comment-body p{padding-bottom:5px;}

li.comment{border-bottom:1px solid #ccc;}
.post-ratings{line-height:19px; height:35px;}

/* Home Page Slides */
#slides{width:907px; height:246px; padding-bottom:15px; overflow:hidden; position:relative; left:-2px; background:url(images/slides-bg.gif) no-repeat 0px 0px; overflow:hidden;}
#slides #slides-left{width:398px; float:left; text-align:center; padding:12px 0px 0px;}
#slides #slides-right{width:488px; float:left; padding:47px 21px 0px 0px;}
#slides h1{font-size:23px; letter-spacing:-1px; font-weight:bold; padding-bottom:12px;}
#slides p{font-size:14px; padding-bottom:8px;}
div.slide { float:left; }

#slides a{text-decoration:none; color:#616268; font-size:15px; font-weight:bold;}
#slides a:hover{text-decoration:none; color:#ffa800;}

#slides .next{position:absolute; bottom:21px; right:17px;}
#slides #slide-rotator{position:absolute; z-index:100; left:18px; bottom:27px; height:24px;}
#slides #slide-rotator a{width:24px; height:24px; display:block; float:left; text-align:center; line-height:23px; font-size:13px; font-weight:bold; color:#919299; background:url(images/slide-rotator.gif) no-repeat 0px 0px; text-decoration:none; margin-right:10px;}
#slides #slide-rotator a:hover, #slides #slide-rotator a.selected{color:#fff; background-position:0px -24px; text-decoration:none;}

/* Home Page Bottom Section */
#container{width:100%; height:auto; padding-top:7px;}
#container #left{float:left; width:415px; height:auto; padding-right:36px;}
#container #right{float:left; width:415px; height:auto;}
#container a{text-decoration:none; color:#616268; font-weight:bold;}
#container a:hover{text-decoration:none; color:#ffa800;}
#container h3{font-size:16px; font-weight:bold; padding:0px; line-height:20px;}
#container p{padding-bottom:8px;}

img.icons{margin: 0 7px 0px 0; display: inline; float:left;}

.wpcf7-form td{ text-align: left; padding-bottom: 7px; padding-right: 10px; vertical-align: top; }
.wpcf7-form input, .wpcf7-form textarea { border: 1px solid #D5D5D5; }

/* Social Media Links */
ul#social-media{width:100%; padding:0px 0px 17px 0px !important; margin:0px !important;}
ul#social-media li{list-style:none; float:left; width:193px; padding:0px 4px !important; margin:0px !important; line-height:21px; text-align:center;}
ul#social-media li a{font-weight:bold;}