/* ================= GENERAL ====================== */

body { background: #FFFFFF url(../images/bg.png); font-family: Verdana, sans-serif; color: #666; font-size: 12px; line-height: 22px; text-align: center; }

.spacer { clear: both; }
.hide { display: none; }
.justify { text-align: justify; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.left { float: left; }
.right { float: right; }
.middle { vertical-align: middle; }
img.left { float: left; margin-right: 15px; margin-bottom: 15px; margin-top: 5px; }
img.right { float: right; margin-left: 15px; margin-bottom: 15px; margin-top: 5px; }
img.center { display: block; margin-left: auto; margin-right: auto; }

.frame { background-color: #d9d9d9; padding: 5px; }
.separator { background-image:url('../images/diag-sep.png'); height: 10px; width: 100%; margin: 30px auto; clear: both!important; }

/* ====================== TEXT ====================== */

h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; font-weight: 300; text-transform: uppercase; font-style: normal; line-height: 1.3em; }

h1, h2, h3 { color: #ef512d; }
h4, h5, h6 { color: #333; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

p { margin: 20px 0; }

a { color: #ef512d; text-decoration: none!important; border-bottom: 1px dotted #d9d9d9; }
a:hover { color: #666; }

.small-link { font-size: 11px; text-transform: uppercase; }

/* ====================== COLOR ====================== */

.light-grey { color: #999; }
.med-grey { color: #666; }
.dark-grey { color: #333; }
.orange { color: #ef512d; }

/* ====================== STRUCTURE ====================== */

body, html, #wrapper {height: 100%;}

#topbar { background: #ef512d; height: 5px; width:960px; padding-left:20px; padding-right:20px; margin-left: auto; margin-right: auto; overflow: hidden; }
#wrapper { height: 100%; }
#inner { min-height: 100%; position: relative; width: 960px; margin: 0 auto; text-align: left; background-color:#f2f2f2; padding-left:20px; padding-right:20px; }
#main { position: relative; padding: 50px 0; overflow: hidden; margin-bottom: 50px; }
#nav { text-transform: uppercase; font-weight: 300 !important; font: 16px 'Lato', sans-serif; }

#footer { background-color: #d9d9d9; background-image: url(../images/title-bg.png); background-repeat: repeat; color: #666; font-size: 11px; height: 50px; position: absolute; bottom: 0; overflow: hidden; margin-top: 50px; }
#footer .copyright p { padding-left: 10px; line-height: 12px; }
#footer .mobile-links p { padding-right: 10px; text-align: right; line-height: 12px; }

/* ======================= HEADER ======================= */

#header { height: 100px; position: relative; }

#logo { margin: 30px 0; }
#logo h2{ font-size: 30px; }

#page-title { background-color: #d9d9d9; background-image: url(../images/title-bg.png); background-repeat: repeat; position: relative; height: 80px; }
#page-title h1 { text-align: right; line-height: 78px; margin-right: 20px; }

#social-icons { float:right; margin: 30px 0; }
#social-icons ul { list-style:none; float:right; }
#social-icons li { float:left; display: inline; position:relative; padding: 0 0 0 10px; border: none !important; }

#social-icons li a { border: none !important }

/* ================= MAIN NAV ====================== */

.nav-list li a { color:#666 !important; display:block; padding: 4px 0 4px 0px; border:none; background:transparent; }
.nav-list li a:hover{ color: #ef512d !important; }
.nav-list li a.selectednavlink { background: transparent url(../images/title-bg.png) bottom left repeat; border-left: 4px solid #ef512d; border-top: none; padding-left: 10px; color: #ef512d !important; width: 206px; }
.nav-list .emptynavlink { display: none; }

/* ================= LISTS ====================== */

ul li, ol li { margin: 5px 0; }
#main-content ul { margin-left: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; color: #333; list-style-type: square; }
#main-content ol { margin-left: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; }

/* ======================= BLOG ======================= */

.blog-links { margin: 10px 0; font: 12px 'Lato', sans-serif; font-weight: 300 !important; text-transform: uppercase; color: #333; }
.blog-nav ul { margin-left: 1.5em; margin-top: 1.5em; margin-bottom: 1.5em; color: #ef512d; list-style-type: square; }
.blog-feed-link a { background: url(../images/icons/rss.png) no-repeat 0 22px; border: 0; padding-top: 27px; padding-bottom: 27px; padding-left: 30px; }
.blog-meta { font-size: 12px; }
.blog-comment-odd, .blog-comment-even { margin-top: 20px;}

/* ======================= PAGINATION ======================= */

.pagination { float: right; font-family: 'Lato', sans-serif; font-weight: 300; }
.pagination ul { list-style:none !important; margin-top: 0px !important; }
.pagination ul li { position: relative; color: #333; float: left; cursor: pointer; height: 26px; width: 26px; text-align: center; text-shadow: none; margin-top: 0px; margin-bottom: 0; margin-left: 5px; }
.pagination ul li a { color: #333!important; position: relative; display: block; height: 26px; width: 26px; line-height: 25px; background-color: #d9d9d9; text-decoration: none!important; border: none; }
.pagination ul li a:hover { background-color: #cfcfcf; }
.pagination ul li a.current { background-color: #ef512d; color: #333 !important; }

/* ====================== TABLES ======================= */

table { width: 100%; }
table th, table td { padding: 10px 5px 9px; line-height: 30px; text-align: left; }
/* table th { padding-top: 9px; font-weight: bold; vertical-align: middle; } */
table td { vertical-align: top; font-family: Verdana, sans-serif; color: #666; font-size: 12px; line-height: 22px; }

/* ====================== FORMS ======================= */

input[type=text], input[type=password], textarea { border: 1px solid #CCC; background-color: #d9d9d9; width: 90%; margin: 10px 0; }
input[type=text], input[type=password] { height: 30px; padding: 0 5px; display: inline-block; }
input[type=submit] { color: #333 !important; text-transform: uppercase; padding: 6px 15px; cursor: pointer; border: none; background-color: #ef512d; width: auto; font: 300 14px 'Lato', sans-serif; }
input[type=submit]:hover { background-color: #d9d9d9; }
input:focus, textarea:focus { background-color: #CCC; }
textarea { padding: 5px; height: 150px; }
label { font-family: 'Lato', sans-serif; font-weight: 300; text-transform: uppercase; display: block; line-height: 30px; margin-bottom: 0; }
.message{ margin-top: 5px; }

/* ====================== BLOG COMMENT FORM ======================= */
 
#contact_form h4 { margin-bottom: 20px; }
.success_message { background-color:#d9d9d9; border: #CCC 1px solid; padding:10px; margin-bottom:10px; }
.light { font-size: 10px; }
.error { font-size: 13px; font-weight:bold; color: #CC0000;	}
.captcha_message { font-weight:bold; font-size:13px; color: #666666;}
.captcha_box { border: 1px #CCC solid; }
.textfield-50 { width: 50% !important; }

/* ====================== OTHER ======================= */

.social-buttons { float:left; margin: 0 0 20px !important; }
.social-buttons ul { list-style:none; float:left; }
.social-buttons li { float:left; display: inline; padding-right: 10px; }
.social-buttons li a { text-decoration: none !important; border: none; }

.work .grid_6, .work .grid_4, .work .grid_3 { margin-bottom: 20px; }

.collections { float: left; width: 100%; margin-bottom: 20px !important; }
