/* 
Theme Name: Flashionista
Theme URI: http://flashionista.com/
Description: Custom theme for Flashionista
Version: 1.0
Author: Keith Solomon
Author URL: http://solowebdesigns.net

	Unless otherwise noted, all code in this theme complies with the GNU GPL 2.0 license.
	For a copy, please refer to the following link: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	background: #fff url(images/bg.png) repeat-x;
	color: #333;
	font: 14px/18px Times,serif;
	text-align: left;
}

#wrapper {
	margin: 0 auto;
	width: 978px;
}

/** MISCELLANEOUS */
.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

strong.search-excerpt {
	background: yellow;
	padding: .2em .3em;
}

abbr {
	border-bottom: 1px dashed #000;
}

.red {
	color: #f00;
	font-size: .75em;
}

.white {
	color: #fff;
	font-size: .75em;
}
/* /MISCELLANEOUS **/

/** HEADER */
#header {
	float: left;
	margin: 1em 0 20px;
	width: 100%;
}

#cartlink {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	width: 128px;
}

#cartlink a {
	background: url(images/cart-icon.png) no-repeat;
	color: #666;
	display: block;
	height: 20px;
	padding-left: 30px;
	padding-top: 3px;
	text-decoration: none;
}

#cartlink a:hover {
	text-decoration: underline;
}

#nav-search {
	border-bottom: 1px solid #b00101;
	border-top: 3px solid #b00101;
	float: left;
	padding: 15px 0 0;
	width: 100%;
}

#search {
	float: right;
	margin: 0 0 0;
	padding: 0 0 10px;
	width: 209px;
}

#search #searchform div {
	margin: 0;
	padding: 0;
}

#search #s {
	background: #ececec;
	border: 1px solid #666;
	display: block;
	float: left;
	height: 16px;
	padding: 1px 0 1px 8px;
	width: 175px;
}

#search #searchsubmit {
	background: transparent url(images/search-btn.png) no-repeat;
	border: none;
	display: block;
	float: right;
	height: 20px;
	line-height: 20px; /* height of the image */
	margin: 0;
	text-indent: -1000em;
	overflow: hidden;
	width: 24px; /* width of the image */
}

#search #searchsubmit:hover {
	cursor: pointer;
}

/** LOGO */
#logo {
	margin-bottom: .5em;
}

#logo h1 a:link, #logo h1 a:visited, #logo h1 a:active {
	background: transparent url(images/logo.png) no-repeat;
	display: block;
	line-height: 123px; /* height of the image */
	margin: 0 auto;
	text-indent: -1000em;
	overflow: hidden;
	width: 450px; /* width of the image */
}

#logo h1 a:hover {

}

#logo h2 {
	font-size: 1.8em;
	font-weight: normal;
}
/* /LOGO **/

/** NAVIGATION */
#topnav {
	float: right;
	font-size: 12px;
	padding-top: 3px;
}

#topnav a {
	color: #fff;
	margin-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#topnav a:first {
	margin-left: 0;
}

#topnav a:hover {
	text-decoration: underline;
}

#nav {
	float: left;
	font-size: 19px;
	margin: 0;
	width: 763px;
}

#nav li {
	display: block;
	float: left;
	margin-left: 40px;
}

#nav li:first-child {
	margin-left: 0;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #b00101;
	display: block;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, #nav li.current-menu-item a, #nav li.current_page_parent a, #nav li.current-page-ancestor a {
	color: #018ca1;
}

/** SUCKERFISH DROPDOWNS */
#nav li ul { /* second-level lists */
	background: transparent url(images/drop-bg.png) repeat;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	position: absolute;
	width: 196px;
	z-index: 150;
}

#nav li ul li {
	margin-left: 0 !important;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	color: #b00101;
	display: block;
	font: 12px Arial,sans-serif;
	height: auto !important;
	margin: 0;
	padding: 5px !important;
	text-transform: uppercase;
	width: 186px;
}

#nav li ul li a:hover {
	border-bottom: 1px solid #666;
	color: #018ca1;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* /DROPDOWNS **/
/* /NAVIGATION **/
/* /HEADER **/

/** CONTENT */
#content {
	clear: left;
	display: inline;
	float: left;
	margin-bottom: 1em;
	width: 765px;
}

.content #entry-home {
	float: right;
	font: 18px/24px Times,serif;
	margin-right: 25px;
	margin-top: -2px;
	width: 533px;
}

.content #featured-image {
	border: 1px solid #666;
}

.content #entry-int {
	float: right;
	font: 16px/20px Times,serif;
	margin-right: 25px;
	margin-top: -2px;
	width: 533px;
}

.content #entry-int p {
	margin-bottom: 1.8em;
	text-align: left;
}

.content #entry-shop {
	float: left;
	font: 16px/22px Times,serif;
	margin-right: 25px;
	margin-top: -2px;
	width: 740px;
}

.content .post {
	/*margin-bottom: 1.5em;*/
}

.content .odd {

}

.content .even {

}

.content .postmeta {
	font: 11px Helvetica,sans-serif;
	margin: 2px 0 7px;
}

.content .postmeta a {

}

.content .sep {
	border-top: 1px solid #666;
	clear: both;
	height: 1px;
	margin: 15px auto;
	width: 100%;
}

.wpcf7-submit {
	background: #b00101;
	border: none;
	color: #fff;
	font: 12px Times,serif;
	padding: 5px 5px 3px;
	text-transform: uppercase;
}

.navigation {
	float: left;
	padding: 1em 0;
	width: 100%;
}

.navigation .left, .navigation .right {
	width: 49%;
}

.navigation .right {
	text-align: right;
}

/** MAIN CONTENT LINKS */
.content a:link, .content a:visited, .content a:active {
	color: #b00101;
	text-decoration: none;
}

.content a:hover {
	color: #018ca1;
}

.content a.more-link {
	clear: both;
	color: #b00101;
	display: block;
	margin-top: -15px;
}

.content a.more-link:hover {
	color: #018ca1;
}

/** PAGE BAR NAV STYLING */
.pb-nav {
	clear: both;
}

.pb-nav a, .pb-nav span {
	text-decoration: none;
	border: 1px solid #bfbfbf;
	padding: 3px 5px;
	margin: 2px;
}

.pb-nav a:hover, .pb-nav span.current {
	border-color: #000;
}

.pb-nav span.current {
	font-weight: bold;
}
/* /PAGE BAR **/
/* /LINKS **/

/** HEADING STYLES */
.content h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

.content h2 {
	font: 26px/30px Arial,sans-serif;
	font-weight: normal;
	margin: 0;
}

.content h2.pagetitle {
	color: #b00101;
	margin-bottom: 20px;
}

.content h2.pagetitle2 {
	color: #b00101;
	margin-bottom: 0px;
}

.content h2.pagetitle a:link, .content h2.pagetitle a:visited, .content h2.pagetitle a:active {
	color: #b00101;
	text-decoration: none;
}

.content h2.pagetitle a:hover {

}

.content h3 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.content h3.prodname {
	color: #018ca1;
	font: 20px Arial,sans-serif;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}

.content h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}

.content h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
}
/* /HEADINGS **/

/** QUOTES & LISTS */
.content blockquote {
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

.content ul, .content ol {
	margin: 0 0 1.5em 3em;
}

.content li {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.content ul li {
	list-style-type: disc;
}

.content ol li {
	list-style-type: decimal;
}

.content li ul {
	margin-bottom: 0;
}

.content li li {
	font-size: 1em;
}
/* /QUOTES & LISTS **/

/** SHOPP STYLES */
.product-block {
	float: left;
	margin-bottom: 26px;
	text-align: left;
	width: 50%;
}

.product-block h2 {
	font-size: 14px;
	text-align: left;
}

.product-block h4.productName a {
	color: #018ca1;
	font: 18px Arial,sans-serif;
	font-weight: bold;
}

.product-block img {
	margin: 0px; 
	padding: 1px;
	text-align: left;
}

.imageFrame {
	float: left;
	text-align: left;
	width: 110px;
}

.nameFrame {
	float: left;
	text-align: left;
	width: 50%;
}

.prod-imgs {
	display: inline;
	float: left;
	min-height: 400px;
}

.prod-imgs img, .frame img {
	border: 1px solid #666;
}

.prod-thumbs {
	padding-top: 10px;
}

.addtocart {
	background: #b00101;
	border: none;
	color: #fff;
	font: 12px Times,serif;
	padding: 5px 5px 3px;
	text-transform: uppercase;
}

.cart {
	font-size: 16px !important;
}

.cart th {
	color: #575656;
	font-weight: normal !important;
	text-transform: uppercase;
}

.cart .cartimg {
	display: block;
	float: left;
	margin-right: 10px;
	vertical-align: top;
}

.cart .upd-btn {
	background: transparent;
	border: none;
	color: #b00101;
	cursor: pointer;
	font: 12px Times,serif;
}

.cart .delete a {
	font-size: 12px !important;
}

.cart .total {
	font-weight: bold;
}

.cart th.total {
	color: #b00101;
	font-weight: bold !important;
}

.act-links {
	float: right;
	font-size: 14px;
	text-transform: uppercase;
}

.act-links a {
	background: #b00101;
	border: 1px solid #b00101;
	color: #fff !important;
	display: block;
	float: left;
	height: 23px;
	line-height: 25px;
	padding: 0 5px;
}

.act-links a#checkout, input#checkout-button {
	background: #fff;
	border: 1px solid #b00101 !important;
	color: #b00101 !important;
	display: block !important;
	margin-left: 10px !important;
	padding: 0 5px !important;
}

input#checkout-button {
	background: #fff;
	border: 1px solid #b00101 !important;
	color: #b00101 !important;
	display: block !important;
	float: right;
	font-size: 14px !important;
	height: 23px;
	line-height: 25px;
	margin-left: 10px !important;
	padding: 0 5px !important;
}

form#checkout {
	width: 99% !important;
}

.summary-top {
	background: #eee;
	float: left;
	padding: 10px;
	width: 100%;
}

.summ-left {
	border-right: 1px solid #666;
	float: left;
	width: 75%;
}

.summ-right {
	float: right;
	padding-top: 10px;
	text-align: center;
	width: 24%;
}

.summ-prod {
	float: left;
	margin-bottom: 10px;
	width: 33%;
}

.summ-prod img {
	margin-right: 10px;
}

.summ-price {
	color: #666;
	font-size: 10px;
}

.summ-right h4 {
	font-size: 32px;
}

.email-box {
	border: 1px solid #666;
	margin: 10px 0;
	padding: 5px;
}

#checkout td input {
	width: 200px;
}
/* /SHOPP **/
/* /CONTENT **/

/** SIDEBAR */
#left-sidebar {
	color: #333;
	display: inline;
	float: left;
	font-size: 14px;
	width: 184px;
}

#left-sidebar #blocks {
	border: 1px solid #666;
	padding: 11px;
	text-align: center;
}

#left-sidebar #blocks p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#left-sidebar #blocks a {
	background: #b00101;
	color: #fff;
	display: block;
	font-weight: normal !important;
	margin: 2px auto 0;
	padding: 4px 5px 1px;
	text-transform: uppercase !important;
	width: 93px;
}

#left-sidebar .sep {
	border-top: 1px solid #666;
	height: 1px;
	margin: 15px auto;
	width: 156px;
}

#right-sidebar {
	display: inline;
	float: right;
	padding-bottom: 1em;
	width: 213px;
}

#right-sidebar .sep {
	border-top: 1px solid #666;
	height: 1px;
	margin: 15px auto;
}

/** TWITTER WIDGET STYLES */
#right-sidebar .widget_twitter div {
	background: #f5fafb url(images/twit-logo.png) no-repeat 72px 64px;
	border: 1px solid #666;
	color: #333;
	font: 12px Arial,sans-serif;
	margin-bottom: 22px;
    padding: 11px 14px 0;
}

#right-sidebar .widget_twitter div.twitter-avatar {
	background: transparent;
	border: none;
	margin: 0 0 5px;
    padding: 0;
}

#right-sidebar .widget_twitter ul {
    margin: 0 !important;
}

#right-sidebar .widget_twitter ul li {
	line-height: 1.2em;
	list-style-type: none;
    margin: 0 0 5px 0;
}

#right-sidebar .widget_twitter ul li a {
	color: #018ca1;
}

#right-sidebar .widget_twitter ul li a:hover {
	color: #b00101;
}

#right-sidebar .widget_twitter .entry-meta {
    display: block;
    font-size: 80%;
}

#right-sidebar .widget_twitter .time-meta {
    display: block;
	margin: 5px 0 0;
	text-align: right;
}

#right-sidebar .widget_twitter .time-meta a {
	color: #999;
}
/* /TWITTER **/

/** FACEBOOK BUTTON STYLES */
.sidebar #fb {
	font: 12px/13px Arial,sans-serif;
	text-align: center;
}

.sidebar #fb img {
	display: block;
	float: left;
	margin-left: 25px;
}

.sidebar #fb div.fb-text {
	color: #3b5998;
	float: left;
	margin: 15px 0 5px 10px;
	text-align: left;
}

.sidebar .fb-like {
	margin: 0 0 0 25px;
}
/* /FACEBOOK **/

/** SOCIAL LINKS */
.sidebar #social a {
	display: block;
	float: left;
	line-height: 27px; /* height of the image */
	text-indent: -1000em;
	overflow: hidden;
	width: 27px; /* width of the image */
}

a#twit {
	background: url(images/icon-twit.png) no-repeat 0 50%;
	margin-left: 60px;
}

a#fbk {
	background: url(images/icon-fb.png) no-repeat 0 50%;
	margin: 0 10px;
}

a#feed {
	background: url(images/icon-feed.png) no-repeat 0 50%;
}
/* /SOCIAL **/

/** HOT FLASHES STYLES */
#flashes {
	background: #b00101;
	color: #fff;
	font: 12px/15px Times,serif;
	padding: 8px 0;
}

#flashes h3#flash-title {
	background: transparent url(images/flash-title.png) no-repeat;
	display: block;
	float: left;
	line-height: 18px; /* height of the image */
	margin: 0;
	text-indent: -1000em;
	overflow: hidden;
	width: 213px; /* width of the image */
}

#flashes p {
	padding: 0 5px;
}
/* /HOT FLASHES **/

.sidebar .widget_categories h3, .sidebar .widget_shoppfacetedmenuwidget h3, .sidebar h4 {
	display: none;
	visibility: hidden;
}

.sidebar .widget_shoppfacetedmenuwidget {
	margin-top: -5px;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #b00101;
	text-decoration: none;
}

.sidebar a:hover, .sidebar li.current a , .sidebar li.current-cat a {
	color: #018ca1;
}

.sidebar h3 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.sidebar h3.widgettitle {
	color: #018ca1;
	font: 14px Arial,sans-serif;
	font-weight: bold;
	text-align: center;
}

.sidebar ul {
	margin: 0 0 20px;
}

.sidebar li {
	font-size: 1em;
	line-height: 1em;
	list-style-type: none;
	margin-bottom: 5px;
}

.sidebar li ul {
	margin-bottom: 0;
}

.sidebar li li {
	font-size: 1em;
}
/* /SIDEBAR **/

/** COMMENTS */
#comments {
	margin: 3em 0;
}

#comments h3 {
	border-bottom: 1px solid #333;
	margin: 0 0 1em;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	font-size: 1.2em;
	list-style: none;
	margin: 0 0 1em;
	padding: .5em;
}

#comments .commentlist li.alt {
	background: #eee;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#comments .commentlist p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 1.1em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

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

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {

}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	background: transparent;
}

#comments .avatar {
	border: 1px solid #333;
	display: inline;
	float: left;
	margin: 0 .5em 0 0;
	padding: .3em;
}

#comments .comment-author {
	font-size: 1.2em;
}

#comments .comment-author cite {

}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0;
	padding-bottom: 2em;
}

#commentform label {
	font-size: 1.2em;
}

#commentform label span {
	font-size: 1.1em;
}

#commentform input, #commentform textarea {
	border: 1px solid #333;
	padding: .5em;
}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #333;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	margin-right: .5em;
	width: 20em;
}

#commentform textarea {
	margin-bottom: .5em;
	width: 100%;
}

#commentform p.subscribe-to-comments {
	display: inline;
	float: left;
	margin-top: -2.5em;
}

#commentform p.subscribe-to-comments input {
	margin-left: .5em;
}

#commentform #submit {
	border: 2px solid #333;
	display: inline;
	float: right;
	font-size: .8em;
	font-weight: bold;
	padding: .5em;
	text-transform: uppercase;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#commentform #submit:hover {
	cursor: pointer;
}
/* /COMMENTS **/

/** FOOTER */
#footer {
	border-top: 3px solid #b00101;
	clear: both;
	color: #666;
	font: 11px Arial,sans-serif;
	padding-top: 16px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {

}

#footer ul li {
	border-left: 1px solid #666;
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
}

#footer ul li.first {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#footer-meta {
	text-align: left;
	width: 797px;
}

#footer-credits {
	width: 181px;
}

#footer-credits img {
	display: block;
	border-bottom: 16px;
}

#drake-cred {
	margin-top: 25px;
}

#drake-cred a {
	text-decoration: underline !important;
}

#drake-cred a:hover {
	text-decoration: none !important;
}
/* /FOOTER **/
