/*
Theme Name:		Market Imports
Theme URI: 		http://www.market-imports.com/
Version: 		1.0
Description: 	Custom Wrodpress Theme for Market Imports in Raleigh, NC.
Author: 		Chip Pintilie
Author URI:		http://www.betterimage.org

*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );


/* Basic 2 Column Layout */
.container { width: 960px; margin: 2px auto; background: white; -moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); border:5px solid #DBDBDB;
}
.hfeed { width: 600px; float: left; }
.hfeedwide { width: 100%; float: left; }

.aside { width: 300px; float: right; }
.footer { clear: both; width:100%; background: url(images/background.jpg) repeat-x top; text-align: center; height: 80px; margin-top: 20px;}
.header {
position: relative;
width: 960px;
height: 100px;
float: left;
z-index: 100;
top: 9px;
left: 0;
margin: 0;
padding: 0;
}


/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );



/* Document Body */
body, input, textarea { font: 14px/1.6 Helvetica, Arial, sans-serif; }

body {background: url(images/background.jpg) repeat-x top; }

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: Helvetica, Arial, sans-serif; }

/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }
.hentry, #respond {
padding: 0 0 0 15px;
}

/* Logo */
#logo, #logo a { font-size: 28px; line-height: 30px; color: #000; font-weight: bold; }
#logo {margin: 0 0 0 15px;}
#logo a:hover { color: #2361a1; text-decoration: none; }
#tagline { color: #333; text-indent: -6000px; line-height: 2px; }

/* Menu */
.nav {
position: absolute;
top: 40px;
right: 20px;
	float: left;
 }
 
.nav, .nav * {
	list-style: none;
	margin-left: 0; }
 
.nav li {
	float: left;
	padding: 0 0 0 5px;
	position: relative; 
	margin-left: 25px;
	background: url(images/menu_lgreen_01.gif) no-repeat top left;
	}
 
.nav ul li { width: 100%; }

.nav li li {

margin-left: 0;
margin-top: 2px;
}
 
.nav a {
	display: block;
	position: relative;
	padding: 6px 10px 7px 6px;
	background: url(images/menu_lgreen_02.gif) no-repeat top right;
font-size: 13px;
float: left;
	color: #353400;
	text-transform: uppercase;
	 }


.nav li.current_page_item {
	background: url(images/menu_green_01.gif) no-repeat top left;
	}

.nav li.current_page_item a {
	background: url(images/menu_green_02.gif) no-repeat top right;
	color: white;
	}

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 30px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #697302; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #697302; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font-size: 28px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #000; font-size: 24px; line-height: 28px; }
.entry-title a:hover { color: #2361a1; text-decoration: none; }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

h1.topheading {
text-align: center;
color: white;
font-family: Cambria, Georgia, Times, Times New Roman, serif;
font-weight: normal;
font-size: 24px;
}

#slideshow {
width: 960px;
height: 340px;
display: inline;
float: left;
margin: 0 0 20px 0;
background: url(images/back-slideshow.jpg) no-repeat top left;
overflow: hidden;
}

#slideshow img {
padding: 20px 23px;
}

.footer p {
color: white;
padding: 10px 0 0 0;
margin: 0;
line-height: 16px;
font-size: 12px;
}

.footer a {
font-size: 11px;
color: #c0c68f;
}

.ngg-gallery-thumbnail {
width: 222px;
margin-bottom: 20px;
height: 340px;
}

.insidebanner {
width: 960px;
height: 100px;
margin-bottom: 20px;
float: left;
background: url(images/top-inside.jpg) no-repeat top left;
}

.widget {
width: 285px;
float: left;
}

h3.widget-title, h2.widgettitle {
font-size: 24px;
color: white;
padding: 10px;
margin: 0 0 5px 0;
background: #AFBD21;
}

.contentwidget {
padding: 0 10px;
}

.contentwidget p {
margin-bottom: 30px;
}

.contentwidget img {
padding: 3px;
background: white;
border: 1px solid #AFBD21;
clear: left;
}

a.callaction {
background:url("images/button.png") no-repeat scroll left top transparent;
font-size:16px;
font-weight:bold;
padding:6px 100px 10px 20px;
text-decoration:none;
margin-top: 20px;
display: block;
}

a.callsidebar {
background:url("images/button.png") no-repeat scroll left top transparent;
font-size:16px;
font-weight:bold;
float: left;
padding:6px 130px 10px 20px;
text-decoration:none;
margin-top: 10px;
display: block;
}

a.callaction:hover {
text-decoration: underline;
}

ul.socialmedia {
position: absolute;
top: 0px; 
right: 0;
list-style-type: none;
font-weight: bold;
}

ul.socialmedia li {
float: left;
margin: 0 20px 0 3px;
padding: 0;
}

a.sm-twitter {
padding: 6px 0 5px 24px;
background: url(images/twitter.png) no-repeat top left;
}

a.sm-facebook {
padding: 6px 0 5px 24px;
background: url(images/facebook.png) no-repeat top left;
}

a.sm-rss {
padding: 6px 0 5px 24px;
background: url(images/rss.png) no-repeat top left;
}

form.emailsignin {
position: absolute;
top: 0px; 
left: 270px;
z-index: 200;
}

.ngg-gallery-thumbnail img {
margin-left: auto; margin-right: auto;
}

#post-1 img {
clear: left;
}

#ngg-webslice .ngg-widget {
padding-left: 10px;
padding: right: 10px;
margin-bottom: 10px;
}

.div-gallery {float: left; width: 420px; margin-right: 20px;}

.wide-gallery {float: left; width: 900px; margin-bottom: 30px;}
