/**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 * @package WPFramework
 * @subpackage Media
 */

/* Eric Meyer Reset Reloaded */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; } /**
 * Base - Sets verdictal rhythm and basic overall typographic face-lift
 * 
 * @package WPFramework
 * @subpackage Media
 * @beta
 */

/* Document Body */
body { background-color: #FFFFFF; margin-top: 0px; margin-bottom: 0px;}
body, input, textarea { font-size: 12px; font-family: Arial, Helvetica, sans-serif }
div.container{ width:769px; margin-top:0px; margin-bottom: 0px; background-image: url(//www.firstlabel.co.nz/wp-content/themes/firstlabel/library/media/images/bg.jpg); }
div#content{ padding-left:9px; padding-right:9px }
div#primary{ float:right; width:470px; padding-top: 40px; padding-right: 20px;}
div#secondary{ width:200px; float:left; margin:0px;}
div.footer{background-image: url(//www.firstlabel.co.nz/wp-content/themes/firstlabel/library/media/images/footer.jpg); background-repeat: no-repeat; height: 50px; background-position:bottom; vertical-align:bottom}
div.adminlinks li { display: inline;  }
div.adminlinks a {font-size: 8pt}
div.adminlinks a:link {color: #FFFFFF; text-decoration:none}
div.adminlinks a:hover {color: #FFFFFF; text-decoration:underline}
div.adminlinks a:visited{ color: #FFFFFF; text-decoration:none }
div#copyright{margin-left: 30px; text-align:left; color: #000000; font-size: 8pt; margin-top: -3px; }
div.adminlinks { text-align:right; margin-right: 20px; padding-top: 25px;}
div.wordpresssidebar {padding-left: 20px; margin-top: 50px; }

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-header { 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; color:#000000; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 10px; }

/* Logo */
#logo {text-align:middle; padding: 0px;}
#logo a { font-size: 28px; line-height: 30px; color: #000; font-weight: bold; }
#logo a:hover { color: #2361a1; text-decoration: none; }
#tagline { color: #333; }

/* Menu */
.nav { float: left; line-height: 0.8; width: 100%; background-color:#000000; margin-bottom: 0px; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative; width:200px; }
.nav ul li { width: 100%; }

.nav a { display: block; position: relative; padding: 8px 50px; }

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 15em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.sfHover ul { left: 200px; top: 0px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.sfHover li ul,
.nav li li:hover li ul,
.nav li li.sfHover li ul,
.nav li li li:hover li ul,
.nav li li li.sfHover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.sfHover ul,
.nav li li li:hover ul,
.nav li li li.sfHover ul,
.nav li li li li:hover ul,
.nav li li li li.sfHover ul { left: 15em; /* match .nav ul width */ top: -1px; }

/* Default Skin */
.nav { }
.nav ul {  }
.nav ul li a { }
.nav li:hover ul,
.nav li.sfHover ul { background: #ff691b;}

.nav a {color: #FFFFFF;  background-color:#000000; text-decoration:none; }
.nav a:link{color:#FFFFFF; text-decoration:none;}
.nav a:hover { background-color: #ff691b; color:#FFFFFF; }
.nav a:active {background: #ff691b; color:#FFFFFF}
.nav ul a { border-right: none; }
.nav li:hover, .nav li.sfHover,
.nav a:focus { background: #ff691b; }

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }






/* Links */
a { color: #5858c8; text-decoration: underline; }
a:hover { color: #FF0000; text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #5858c8; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; color: #FF0000; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; color: #0200f6; }
h1 { font-size: 20px; line-height: 22px; padding: 5px 0px; font-style: italic; margin-bottom: 20px;  }
h2 { font-size: 18px; line-height: 20px; padding: 5px 0px; }
h3 { font-size: 14px; line-height: 18px; padding: 5px 0px; font-weight:bold }
h4 { font-size: 14px; line-height: 16px; padding: 5px 0px; color:#000000; font-weight: bold; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; color:#000000; font-weight: bold;  }
h6 { font-size: 10px; line-height: 16px; }

h3.widget-title {
  color:#44607e;
  font-weight:bold;
  border-bottom: solid 1px #cccccc;
  font-size: 12px;
}

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #0200f6; font-size: 20px; 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: #161686; font-style: italic; border-left: 1px solid #ddd; margin-left: 10px; 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; }
table.layout {border:none;}
table.layout tr {border-bottom:none;}

/* Forms */
input, textarea, button { background: #FBFBFB; border-color: #222222; border-style: solid; border-width: 1px; color: #444; font-size: 12px; }
input, textarea, button { font-family: Arial, Helvetica, sans-serif; padding: 3px; }
button { font: 12px Arial, Helvetica, sans-serif; padding: 3px 10px; cursor: pointer; background-color:#1d4880; color:#FFFFFF; border-color:#1d4880; margin-left:1px; }
button:hover {background-color: #859cba}
input:focus, textarea:focus { background: #fff; border-color: #777 #ccc #ccc #777; }

input.search {width: 150px}
input.searchbutton {border:none; background-color:#FFFFFF}
form.searchform {white-space:nowrap}

/* 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; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px 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; background-color:#FFFFFF; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }


/* MM FORMS */
td.mmformlabel{ font-weight:bold; vertical-align:top }
span.required {color: #FF0000}
span.mmf-checkbox span.mmf-list-item {display:block}
td.mmformlabelsend {text-align:center}
td.mmformlabelsend input {  font: 12px Arial, Helvetica, sans-serif; padding: 3px 10px; cursor: pointer; background-color:#1d4880; color:#FFFFFF; border-color:#1d4880; margin-left:1px; }
span.mmf-checkbox span.mmf-list-item input, span.mmf-radio span.mmf-list-item input{ border:0px }
/* MM FORMS end */

div.widget a:link{ text-decoration:none;}
div.widget a:hover{ text-decoration:underline;}

div#sidebarcontact { width: 100%; margin-top: 30px; padding-left: 20px; font-size: 10pt; line-height: 14pt }
div.sidebarcontactphone {font-weight:bold}
div.sidebarcontactaddress {margin-top: 20px; margin-bottom: 20px; } /**
 * Basic 2 column (content)(aside) fixed layout
 * 
 * @package WPFramework
 * @subpackage Layouts
 * @beta
 */

.container { width: 960px; margin: 20px auto; }
.hfeed { width: 600px; float: left; }
.aside { width: 300px; float: right; }
.footer { clear: both; } /**
 * CSS - Stylistic CSS Styles
 *
 * @package WPFramework
 * @subpackage Media
 */


 .aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}