/*
Theme Name: Prime Liquidations 
Theme URI: http://www.primeliquiadations.com
Description: Prime Liquidations
Author: diSolo.BIZ
Version: 1.0
*/

/*-----------------------------------------------------------------------------------*
/*Reset
/*-----------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
a img,
a {
    outline: 0;
    border: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
blockquote,
q { quotes: """" }
.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.remove-margin { margin-right: 0 !important }
/*-----------------------------------------------------------------------------------*
/*Body, Common Classes &Structure
/*-----------------------------------------------------------------------------------*/
body {
    background-color: #000;
	background-image: url(images/bg.png);
	background-repeat: repeat;
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
    font-family: 'Century Gothic', arial, serif;
}
a {
    text-decoration: none;
    color: #2E70B1;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #d54e21;
}
blockquote{padding: 10px; background: #EEE; border: 1px solid #CCC; margin: 20px 0;}
p { margin: 0 0 1em }
strong { font-weight: 700 }
em { font-style: italic }
#wrap {
    width: 1080px;
    background: #000;
    margin: 30px auto 0 auto;
	border: 2px solid #ff0000;
	border-bottom: 2px solid #000;
}
#main { padding: 50px 20px 0;}
#full-width-wrap{ padding-bottom: 30px;}
/*-----------------------------------------------------------------------------------*
/*Headings
/*-----------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4 {
    color: #fff;
    line-height: 1.5em;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
	font-family: 'Century Gothic', arial, serif;
}
h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h2 { font-size: 21px }
h3 { font-size: 18px }
h4 { font-size: 16px }
h2,
h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a { color: #fff }

/*-----------------------------------------------------------------------------------*
/*WordPress Styles
/*-----------------------------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
.floatleft { float: left }
.floatright { float: right }
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
.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;
}
#calendar_wrap {
    font-size: 11px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #EEE;
    -webkit-box-shadow: 0px 0px 4px #EEE;
    box-shadow: 0px 0px 4px #EEE;
}
#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
#wp-calendar thead th {
    font-style: normal;
    text-transform: capitalize;
    text-align: center;
}
#wp-calendar td {
    color: #CCC;
    height: 15px;
    line-height: 15px;
    text-align: center;
}
#wp-calendar a {
    display: block;
    color: #09F;
}
#wp-calendar td:hover { color: #333 }
#wp-calendar #today {
    display: block;
    background: #EEE;
    color: #333;
}
#wp-calendar {
    empty-cells: show;
    margin: 0;
    width: 100%;
}
#wp-calendar caption {
    border-bottom: 1px solid #E3E3E3;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    text-align: center;
}
/*-----------------------------------------------------------------------------------*
/*Header
/*-----------------------------------------------------------------------------------*/
#header {
	padding: 0 30px;
    position: relative;
}
#logo {
    float: left;
    padding: 20px 0;
}
#logo h2,
#logo h1 {
    margin: 0;
    line-height: 1.2em;
    font-size: 24px;
    font-weight: bold;
}
#logo h2 a,
#logo h1 a {
    color: #222;
    text-decoration: none;
}
#logo h2 a:hover,
#logo h1 a:hover { color: #666 }
#logo p {
    font-weight: normal;
    color: #666;
    font-size: 12px;
}
/*-----------------------------------------------------------------------------------*
/*    6.    Navigation
/*-----------------------------------------------------------------------------------*/
#navigation {
    height: 40px;
	padding: 0px 15px;
    font-size: 1em;
	background: #333 url(images/nav-bg.png) repeat-x;
}
#navigation a {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
/*** ESSENTIAL Navigation Style ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 40px; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
/*** navigation skin ***/
.sf-menu {
    float: left;
    margin-bottom: 1em;
}
.sf-menu a {
    color: #fff;
	line-height: 40px;
    padding: 0 10px;
    text-decoration: none;

}
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    color: #000;
	background-color:#ccc;
}
.current-menu-item a {
    color: #000 !important;
	background-color:#ccc;
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active { color: #000; background: #ccc }
.sf-menu li ul { }
li.sfHover { }
.sf-menu li li { background: #ccc; color:#000; }
.sf-menu li li li { background: #ccc;  color:#000; }
.sf-menu ul a { background: #000 padding: 0 15px; line-height: 35px; color:#000; }
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    width: 8px;
    height: 4px;
    text-indent: -999em;
    overflow: hidden;
    /*background: url('images/arrows-down.png');*/
}
a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 1.6em;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -8px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    top: 1.2em;
    width: 4px;
    height: 7px;
    background: url('images/arrows-side.png');
}
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -4px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
    margin: 0 !important;
    border-right: none !important;
    border-bottom: none !important;
    background: url('http://www.primeliquidations.com/wp-content/themes/primeliquidations/images/shadow.png') no-repeat bottom right;
    padding: 0px 3px 3px !important;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
.sf-shadow ul ul { padding-left: 0 !important }
.sf-shadow ul.sf-shadow-off { background: transparent }
/*-----------------------------------------------------------------------------------*
/* Home Quote
/*-----------------------------------------------------------------------------------*/
#home-quote {
    text-align: center;
    background: #F9F9F9;
    color: #666;
    font-size: 16px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#home-quote h2 { margin: 0 0 10px }
/*-----------------------------------------------------------------------------------*
/* NivoSlider
/*-----------------------------------------------------------------------------------*/
#slider {
    position: relative;
    width: 960px;
    height: 360px;
}
/* The Nivo Slider styles */
.nivoSlider { position: relative }
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
/* Caption styles */
.nivo-caption {
	width: 940px;
	border-top: 1px solid #666;
	text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    background: #000;
    color: #fff;
    opacity: 0.6; /* Overridden by captionOpacity setting */
    z-index: 8;
    font-size: 14px;
}
.nivo-caption p{margin: 0; padding: 0;}
.nivo-caption a { display: inline !important }
.nivo-html-caption { display: none }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav { left: 0px }
.nivo-nextNav { right: 0px }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.nivo-controlNav a.active { font-weight: bold }
.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
a.nivo-prevNav { left: 15px }
.nivo-caption { text-shadow: none }
.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*
/*Posts &Pages
/*-----------------------------------------------------------------------------------*/
#post-content {
    float: right;
    width: 740px;
}
.post-entry {
    width: 590px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}
.single-entry { margin-bottom: 20px }
.post-entry-featured-image,
#single-featured-image {
    float: left;
    height: 150px;
    width: 150px;
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
}
.post-entry-content {
    float: right;
    width: 400px;
}

.post-entry-meta {
    padding: 10px 0;
	line-height: 15px;
    margin: 0 0 30px;
	border-bottom: 1px solid #EEE;
	font-size: 10px;
}
.post-entry-meta a { color: #929292 }
.post-entry-meta a:hover { color: #333 }
span.meta-date,
span.meta-category,
span.meta-comments {
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    background: url('images/date.png') left no-repeat;
}
span.meta-category {
    margin-left: 15px;
    background: url('images/category.png') left no-repeat;
}
span.meta-comments {
    margin-left: 15px;
    padding-left: 25px;
    background: url('images/comments.png') left no-repeat;
}
.post-entry-date-single { margin-bottom: 20px }
#single-featured-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
#post-content ul,
ol {
    margin-left: 50px;
    margin-bottom: 10px;
}
#post-content h1 { margin-bottom: 0px }
#post-header {
    margin: 0 0 40px;
    font-size: 14px;
    color: #999;
}
#post-header h1{
	margin-bottom: 20px;
}
#post-header { margin-bottom: 40px }
#post-header p {
    margin: 0;
    padding: 0;
}
.post-entry h2 {
    line-height: 1em;
    margin: 0 0 10px !important;
    font-size: 21px;
}
.post-entry h2 a { text-decoration: none }
.post-entry .read-more{border-bottom: 1px dotted #CCC;}
.page-title { margin-bottom: 20px !important }

/*single navigation*/
#single-nav{margin-top: 20px;}
#single-nav-left{float: left; width: 50%;}
#single-nav-right{float: right; width: 50%; text-align: right;}

/*-----------------------------------------------------------------------------------*
/*Post Tags
/*-----------------------------------------------------------------------------------*/
.post-tags {
    margin: 30px 0 10px;
    font-size: 12px;
}
.post-tags a{
    color: #666;
    margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	float:  left;
	line-height: 20px;
	height: 20px;
    padding: 0 7px;
	border: 1px solid #BFBFBF;
    background: #EEE url('images/pagination-bg.png') repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.post-tags a:hover {
	background: #EEE url('images/pagination-bg-hover.png') repeat-x;
}
/*-----------------------------------------------------------------------------------*
/*Post Author Section
/*-----------------------------------------------------------------------------------*/
#post-author {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #EEE;
}
#author-avatar {
    float: left;
    width: 70px;
}
#author-avatar img {
    padding: 3px;
    border: 1px solid #D3D3D3;
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
}
#author-description {
    float: right;
    width: 510px;
}
#post-author h4{
	font-size: 14px;
}
/*-----------------------------------------------------------------------------------*
/*Related Posts
/*-----------------------------------------------------------------------------------*/
#related-posts {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #EEE;
    color: #999;
}
.related-post { margin-bottom: 20px }
.related-posts-thumbnail {
    float: left;
    width: 60px;
    margin-right: 20px;
}
.related-posts-thumbnail img {
    padding: 3px;
    border: 1px solid #D3D3D3;
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
}
.related-posts-content {
    float: right;
    width: 510px;
}
#related-posts h3 { margin: 0 0 20px }
#related-posts h4 { font-size: 14px }
/*-----------------------------------------------------------------------------------*
/*Comments
/*-----------------------------------------------------------------------------------*/
#comments { }
#commentsbox { border-top: 1px solid #EEE; margin-top: 20px }
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin-left: 0 !important;
}
#commentsbox li { margin-bottom: 30px }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 50px }
.children li.depth-3 { margin: 0 0 0px 50px }
.children li.depth-4 { margin: 0 0 0px 50px }
.children li.depth-5 { margin: 0 0 0px 50px }
.comment-body {
    background: #FFF;
    position: relative;
    margin-left: 90px;
    padding: 20px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.comment-body:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url(images/comment-arrow.png) no-repeat;
}
#commentsbox .avatar {
    position: absolute;
    left: -90px;
    top: 6px;
    padding: 3px;
    border: 1px solid #D3D3D3;
    -moz-box-shadow: 0px 0px 5px #CCC;
    -webkit-box-shadow: 0px 0px 5px #CCC;
    box-shadow: 0px 0px 5px #CCC;
}
.comment-author {
    font-size: 14px;
    color: #fff;
    line-height: 1em;
}
.says { display: none }
.comment-meta{
	margin-bottom: 8px;
}
.comment-meta a {
    font-size: 10px;
    font-style: italic;
    color: #666;
	border-bottom: 1px dotted #CCC;
}
.comment-reply-link {
	font-size: 12px;
}
.cancel-comment-reply a {
    color: #F00 !important;
    line-height: 20px;
    height: 20px;
}
#respond { margin: 40px 0 15px }
#comments-respond {
    margin: 0 0 10px;
    padding: 0;
    clear: both;
}
#commentform label {
    display: block;
    font-size: 11px;
}
#commentform input {
    margin-bottom: 10px;
    width: 40%;
}
#commentform textarea {
    margin: 5px 0;
    display: block;
    width: 70%;
}
#commentform input,
#commentform textarea {
    background: #FFF;
    position: relative;
    padding: 5px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#commentform input:focus,
#commentform textarea:focus {
    -moz-box-shadow: 3px 3px 0px #EEE;
    -webkit-box-shadow: 3px 3px 0px #EEE;
    box-shadow: 3px 3px 0px #EEE;
}
#commentSubmit {
    width: 100px !important;
    margin-top: -10px;
    cursor: pointer;
    color: #666;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid #CCC !important;
	height: 30px;
	line-height: 30px;
    background: #EEE url('images/comment-submit.png') repeat-x !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#commentSubmit:hover { background: #EEE url('images/comment-submit-hover.png') repeat-x !important;}

/*-----------------------------------------------------------------------------------*
/*Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
    float: left;
    width: 200px;
    font-size: 12px;
}
.sidebar-box { margin-bottom: 20px }
.sidebar-box h4 {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin: 0 0 20px;
    font-weight: normal;
}
.sidebar-box ul {
    list-style: none;
    margin: 0 0 10px;
}
.sidebar-box li {
	margin-bottom: 0px;
}
/*-----------------------------------------------------------------------------------*
/*Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
    position: relative;
    line-height: 30px;
    height: 30px;
    margin: 20px 0;
    font-size: 10px;
}
.page-count{
	height: 20px;
    line-height: 20px;
	float: left;
	margin-right: 10px;
	color: #666;
}
.pagination span,
.pagination a {
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    margin-right: 4px;
    padding: 0 8px;
    text-decoration: none;
    width: auto;
    color: #666;
    border: 1px solid #BFBFBF;
    background: #EEE url(images/pagination-bg.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pagination a:hover {
     background: #EEE url(images/pagination-bg-hover.png) repeat;
}
.pagination .current {
    background: #EEE url(images/pagination-bg-hover.png) repeat;
}
/*-----------------------------------------------------------------------------------*
/* Footer
/*-----------------------------------------------------------------------------------*/
#footer-widgets{
	width: 1020px;
	padding: 30px 30px 0;
	margin: 0 auto;
	background: #000;
	border-top: 1px solid #EEE;
	color: #666;
}
.footer-widget {
    width: 200px;
    padding: 10px 0;
    margin-right: 30px;
	margin-bottom: 30px;
    float: left;
}

.footer-widget a{
	color: #333;
}
.footer-widget a:hover{
	color: #d54e21;
}
.footer-widget ul{
	list-style: none;
}
.footer-widget li{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #EEE;
	
}

.footer-widget h4{
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 14px;
	color: #2D2D2D;
}

#copyright {
	position: relative;
	width: 990px;
	padding: 10px 60px 10px 30px;
	background: #171717;
	color: #999;
	margin: 0 auto 30px auto;
    text-align: right;
    font-size: 10px;
	border:2px solid #ff0000;
	border-top:none
}
a.wpexplorer-link{
	position: absolute;
	bottom: 4px;
	right: 30px;
}
/*-----------------------------------------------------------------------------------*
/*Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
    width: 200px;
}
#search {
    position: relative;
    width: 153px;
    padding: 5px 30px 5px 5px;
    outline: none;
    border: 1px solid #CCC;
    background: #F7F7F7;
}
#search:focus {
    background: #EEE;
    text-shadow: 1px 1px 1px #FFF;
}
#searchsubmit {
    position: absolute;
    right: 7px;
    top: 7px;
    background: url(images/search.png) no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
}

/* SF VERTICAL */
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	14.2em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	14.2em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


.topmenu{}
#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	background: #333 url(http://www.primeliquidations.com/wp-content/themes/primeliquidations/images/border.jpg) bottom repeat-x;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 0;
	width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding:3px;
	float:right;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #FFF;
	display: block;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #C9C9C9;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #C9C9C9;
	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;
}

#access .sub-menu{margin:0;padding:0;}
#access ul.sub-menu{margin:0;padding:0;}
ul{list-style-type: none;}

/* Product Related */
/* Product Related */
#products .productsummary, #post-content .categorythumbnail{width:160px;min-height:300px;float:left;border:1px solid #C9C9C9;margin:5px;padding:5px;text-align:center;}
#products .productsummary a, #post-content .categorythumbnail a{font-weight:normal;text-align:center;font-size:12px;line-height:16px;color:#fff;}
.thumbnail{width:180px;height:160px;}

#products .productsummary h3, #post-content .categorythumbnail h3{line-height:12px;}

.thumbnail,.relatedthumbnail{text-align:center;display: table-cell;vertical-align: middle;}
.thumbnail *, .relatedthumbnail *{vertical-align: middle;}
/*\*//*/
.thumbnail, .relatedproduct* {
    display: block;
}
.thumbnail span, .relatedproduct span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
#post-content .product{width:350px;float:left;font-size:13px;}
#post-content .productimage{text-align:center;}
#post-content .product img{border:1px solid #C9C9C9;padding:3px;}
#post-content .spec{width:300px;float:right;font-size:12px;}
.spec table{line-height:20px;}
.spec tr{border-bottom: 1px dotted #707070;}
td.title{font-weight:bold;}

.productdetail{margin-top:30px;}
.buyingform{margin-top:30px;}
.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.orderdata{margin-top:40px;}

/****************************************************/
/*
--------------------------------------------------------------------------------
What:	"Oranges in the sky" Styles(Table data design)
Who:	Krasimir Makaveev(krasi [at] makaveev [dot] com)
When:	15.09.2005(created)
--------------------------------------------------------------------------------
*/

table.general {
	border-collapse: collapse;
	border-left: 1px solid #333;
	border-top: 1px solid #333; 
	color: #fff;
	font-size:11px;
}

.general caption {
	font-size: 0.5em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #4E4E4E;
	border: 1px solid #ccc;
	color: #fff;
}

.general a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #fff;
	font-weight: bold;
}

.general a:hover {
	text-decoration: none;
	color: #fff;
	
}

.general tr th a {
	color: #6699CC;
}

.general tr th a:hover {
	color: #6699CC;
}

.general thead tr th {
	text-transform: uppercase;
	background: #333;
	text-align: left;
	color: #fff;
	font-weight:bold;
}

.general tfoot tr th, .general tfoot tr td {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background-color: #333;
}

.general tfoot tr th {
	/*width: 20%;*/
}

.general tfoot tr td {
	/*width: 80%;*/
}

.general td, table.general th {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px;
	line-height: 1.8em;
	font-size: 1em;
	vertical-align: top;
	/*width: 20%;*/
}

.general tr.odd th, table.general tr.odd td {
	background: #efefef;
}



/* global form style */
form.std {
	clear: both;
}
form.std h3 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 200px;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	vertical-align: top;
	outline: none;
}

textarea {
	margin-left: 0.7em;
	font-size: 12px;
	vertical-align: top;
	outline: none;
	width: 600px;
}
input, textarea, select {
	border: 1px solid #bdc2c9;
	padding: 4px;
}


input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input {
	border: none;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
}
.required sup {
	color: #da0f00;
}
form.std p.checkbox {
	padding-left: 30%;
}
.order-title{text-align:center;}

/* Table - Admin */
/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

#admintable table,td
{
	border               : 1px solid #333;
	border-collapse      : collapse;
	font            : 12px Verdana;
  margin: 0 auto;
  
}

#admintable td a{display: block;}
#admintable table
{
	border                :none;
	border                :1px solid #CCC;
}
#admintable thead th,
#admintable tbody th
{
	background            : #FFF url(images/th_bck.gif) repeat-x;
  color                 : #000;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
#admintable tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
#admintable tbody tr td
{
	padding               : 5px 10px;
  color                 : #000;
  vertical-align: middle;
}
#admintable tbody tr:hover
{
  background            : #FFF url(images/tr_bck.gif) repeat;
}

#admintable tbody tr:hover td
{
  color                 : #454545;
}
#admintable tfoot td,
#admintable tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(images/foot_bck.gif) repeat;
  color                 : #666;
}
#admintable caption
{
	text-align            : left;
	font-size             : 130%;
	padding               : 10px 30px;
	color                 : #666;
}
#admintable .customer{background:#fff url(images/customer.png) left no-repeat;}
#admintable table a:link
{
	color                 : #FF0000;
}
#admintable table a:visited
{
	color                 : #FF0000;
}
#admintable table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
#admintable table a:active
{
	color                 : #003366;
}
.linklove{display:none;}

/* FORM validation*/
.orderdata ol { list-style: none; padding: 0; }        
.orderdata  form.ordersubmit p label { display: block; width: 300px; font-weight: 700; margin-top: 1em; }
.orderdata  #submit-container { overflow: hidden; }
.orderdata  #send { padding: 0.25em; float: left; margin-left:220px;font-size:14px;}
.orderdata  #loading { width: 32px; height: 32px; display: none; margin-left: 0.75em; float: left; background: url(http://www.primeliquidations.com/wp-content/themes/primeliquidations/img/ajax-loader.gif); }
.orderdata .star { color: red; }
.orderdata input.error, textarea.error { -webkit-box-shadow: 0px 0px 2px 0px #fa301e; -moz-box-shadow: 0px 0px 2px 0px #fa301e; box-shadow: 0px 0px 2px 0px #fa301e; }
.orderdata  label.error { color: red; display: inline; margin-left: 0.5em; }
        
        /* Submit Message */
.orderdata  .failure { color: red; background: pink }
.orderdata  .success { color: green; background: lightgreen; }
.orderdata  .success, .failure { padding: 1em; font-style: italic; }
.orderdata  #submit-message { margin-top: 2em; clear: both; }        
        
        /* Utility */
.orderdata  .hidden { display: none !important; visibility: hidden; }

.orderdata .note{margin-left:200px;}
.wp-pagenavi{padding-top:20px;display:block;}
.wp-pagenavi a{color:#FF0000;}