/*  
Theme Name: East End Ink
Description: Custom build for EEI
Author: Catapult Creative
Author URI: http://catapult-creative.com/

*/

/* BODY */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

body#home {
	background-image: url(_img/home/bg_home.png);
	background-repeat: repeat-x;
	background-position: top;
	}


body#about, body#blog {
	background-image: url(_img/about/bg_about.png);
	background-repeat: repeat-x;
	background-position: top;
	}
	
body#misc,
body#contact,
body#orders {
	background-image: url(_img/misc/bg_misc.png);
	background-repeat: repeat-x;
	background-position: top;
	}
	
body#services {
	background-image: url(_img/services/bg_services.png);
	background-repeat: repeat-x;
	background-position: top;
	}
	
p {
	margin-top: 5px;
	margin-bottom: 10px;
	}

	
/* CONTAINER */
	
#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	overflow: auto;
	}
	
#shadow_left {
	width: 60px;
	height: 350px;
	margin-top: 82px;
	float: left;
	}
	
#shadow_right {
	width: 60px;
	height: 350px;
	margin-top: 82px;
	float: right;
	}
	
/* HEADER */

#header {
	text-align: left;
	margin: 0px;
	overflow: hidden;
	float: left;
	width: 780px;
	}

body#home #header {
	height: 200px;
	background-image: url(_img/home/header_bg.jpg);
	background-repeat: no-repeat;
	}

body#about #header, 
body#contact #header,
body#blog #header{
	height: 150px;
	background-image: url(_img/about/header_bg.jpg);
	background-repeat: no-repeat;
	}

	
body#misc #header, 
body#orders #header{
	height: 150px;
	background-image: url(_img/misc/header_bg.jpg);
	background-repeat: no-repeat;
	}
	
body#services #header {
	height: 150px;
	background-image: url(_img/services/header_bg.jpg);
	background-repeat: no-repeat;
	}
	
body#home h1 {
	margin: 0 0 0 6px;
	padding: 0px;
	width: 205px;
	height: 193px;
	background: url(_img/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
}

body#home h1 a {
	display: block;
	width: 205px; height: 193px;
	overflow: hidden;
	}
	
	
body#misc h1, 
body#orders h1,
body#about h1,
body#services h1,
body#contact h1,
body#blog h1 {
	margin: 0 0 0 6px;
	padding: 0px;
	width: 131px;
	height: 143px;
	background: url(_img/logo_sm.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
}

	
body#misc h1 a, 
body#orders h1 a,
body#about h1 a,
body#services h1 a,
body#contact h1 a,
body#blog h1 a {
	display: block;
	width: 131px;
	height: 143px;
	overflow: hidden;
	}
	
	
/* NAVIGATION */
	
#nav {
	list-style-type: none;
	padding-bottom: 20px;
	width: 780px;
	margin: 0px;
	float: left;
	height: 30px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	}	

body#home #nav {
	background-image: url(_img/home/nav_bg.jpg);
	background-repeat: no-repeat;
	}
	
body#about #nav, body#contact #nav, body#blog #nav {
	background-image: url(_img/about/nav_bg.jpg);
	background-repeat: no-repeat;
	}
body#customers #nav,
body#settings #nav,
body#quotes_and_art #nav,	
body#misc #nav, body#orders #nav {
	background-image: url(_img/misc/nav_bg.jpg);
	background-repeat: no-repeat;
	}
	
body#services #nav {
	background-image: url(_img/services/nav_bg.jpg);
	background-repeat: no-repeat;
	}

#nav li {
	float: left;
	}

#nav a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	margin-right: 2px;
	float: left;
	height: 24px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 6px;
	display: block;
	}
	
#nav a:hover {
	color: #FFF;
	background-image: url(_img/nav_hover_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #333;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	}
	
body#home a#nav_home,
body#about a#nav_about,
body#customers a#nav_customers,
body#settings a#nav_settings,
body#quotes_and_art a#nav_quotes_and_art,
body#services a#nav_services,
body#orders a#nav_orders,
body#contact a#nav_contact,
body#blog a#nav_blog {
	background-color: #000;
	background-image: url(_img/nav_active_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	color: #FFF;
}	

a#nav_login, a:hover#nav_login {
	background-color: #000;
	background-image: url(_img/nav_active_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	color: #FFF;
	margin-right: 0px;
	}

/* CONTENT */

#content {
	width: 740px;
	float: left;
	padding: 20px;
	}

#content a {
	color: #60B22D;
	text-decoration: underline;
	}

#content a:hover {
	text-decoration: none;
	}

#content h2 {
	font-size: 25px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
#content h3 {
	font-size: 16px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: bold;
	}
	
#content h3 a {
	color: #333;
	text-decoration: none;
	}
	

/* LEFT COLUMN */

#left {
	width: 530px;
	margin-right: 20px;
	overflow: auto;
	float: left;
	text-align: justify;
	display: inline;
	}
	
#left p {
	font-size: 12px;
	color: #7E7E7E;
	line-height: 17px;
	}

.enlarge {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 4px;
	margin-left: 0;
	background-image: url(_img/enlarge.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	border: none;
	}

.enlarge img {
	border: 1px solid #000;
	}

#products {
	width: 530px;
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #666;
	}
	
#products ul {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	float: left;
	padding: 0px;
	}
	
#products li {
	float: left;
	margin-right: 5px;
	text-align: center;
	background-image: url(_img/home/products_li.jpg);
	background-repeat: no-repeat;
	}
	
#products a {
	background-image: url(_img/home/products_li.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 90px;
	display: block;
	}
	
#products a:hover {
	background-image: url(_img/home/products_li_hover.jpg);
	background-repeat: no-repeat;
	}
	
#feature_1,
#feature_2 {
	width: 255px;
	overflow: auto;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	color: #7E7E7E;
	text-align: left;
	}

#feature_1 {
	margin-right: 10px;
	}

#feature_2 {
	margin-left: 10px;
	}
	
#feature_1 h3,
#feature_2 h3{
	margin-bottom: 10px;
	}
	
#feature_1 p, #feature_2 p {
	margin-top: 5px;
	}

	
#view_services {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 10px;
	width: 510px;
	float: left;
	overflow: auto;
	margin-top: 20px;
	text-align: center;
	}

.service {
	font-size: 12px;
	color: #7E7E7E;
	width: 360px;
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
	display: block;
	float: left;
	}
	
.qa {
	font-size: 12px;
	color: #7E7E7E;
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
	}
	
.service img {
	float: left;
	margin-right: 20px;
	border: 0;
	}

body#about #left ul,
body#misc #left ul,
body#services #left ul,
body#contact #left ul,
body#orders #left ul,
.service ul {
	font-size: 12px;
	color: #7E7E7E;
	list-style-image: url(_img/bullet.gif);
	list-style-type: none;
	}
	
/* RIGHT COLUMN */
	
#right {
	width: 190px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	}

#subnav,
#subnav_about,
#subnav_services,
#subnav_quote
 {
	width: 168px;
	border: 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	overflow-x: hidden;
	}
	
#subnav {
	text-align: left;
	padding-bottom: 20px;
	}	


.updates_item {
	margin-top: 10px;
	}
	
.updates_date {
	font-size: 10px;
	font-style: italic;
	color: #7E7E7E;
	}
		
#subnav h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
#subnav p {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	color: #7E7E7E;
	}

#subnav_about ul,
#subnav_services ul,
#subnav_quote ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	}
	
#subnav_about li,
#subnav_services li,
#subnav_quote li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#subnav_about a,
#subnav_services a,
#subnav_quote a {
	padding: 5px;
	height: 16px;
	border: 1px solid #CCC;
	display: block;
	color: #666;
	background-image: url(_img/subnav_li_bg.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	text-decoration: none;
	width: 156px;
	}
	
#subnav_about a:hover,
#subnav_services a:hover {
	text-decoration: none;
	background-image: url(_img/subnav_li_bg_hover.png);
	background-repeat: repeat-x;
	}
	

#subnav_quote a {
	font-weight: bold;
	color: #FFF;
	background-image: url(_img/place_order_bg.png);
	background-repeat: repeat-x;
	border: none;
	font-style: italic;
	background-color: #EBA33A;
	}
	
#subnav_quote a:hover {
	background-image: url(_img/place_order_bg_hover.png);
	background-repeat: repeat-x;
	}	
		
#subnav_services {
	margin-top: 10px;
	padding-bottom: 0px;
	background-color: #EFEFEF;
	}
	
#subnav_quote {
	margin-top: 10px;
	padding-bottom: 10px;
	}
	
.phone {
	color: #666;
	font-size: 12px;
	}
	
#union_supporter {
	margin-top: 10px;
	overflow: hidden;
	}
	
	
/* CONTACT PAGE */

#left_half {
	width: 360px;
	margin-right: 20px;
	font-size: 12px;
	color: #7E7E7E;
	text-align: left;
	float: left;
	overflow-x: hidden;
	}
	
#left_half p {
	font-size: 12px;
	color: #7E7E7E;
	}
	
#right_half {
	width: 360px;
	overflow: auto;
	float: right;
	}

#map {
	border: 1px solid #999;
	padding: 10px;
	}
	

/* FOOTER */

#footer {
	width: 100%;
	height: 95px;
	background-image: url(_img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	}
	
#footer_dent {
	width: 778px;
	height: 20px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: none;
	}
	
#footer_txt {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	color:  #7E7E7E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	}
	
#footer_txt a {
	color: #666;
	}
	
#footer_txt a:hover {
	text-decoration: none;
	}


/* MISC */

#sage {
	margin-top: -10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: right;
	overflow-x: hidden;
	overflow-y: auto;
	}

.shadow {
	height: 4px;
	background-image: url(_img/shadow.png);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	
.border {
	border: 1px solid #000;
	}

.transparent_rollover a {
	border: 0px;
	background-color: #000;
	height: auto;
	}
	
.transparent_rollover a:hover {
	background-color: #60B22D;
	}
	
/* FORMS */

#quote_form {
	font-size: 12px;
	margin: 0px;
	}

#order_info,
#contact_info,
#customer_info,
#non_profit {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #333;
	}

#quote_form ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	}

#quote_form li {
	margin-bottom: 5px;
	padding-left: 2px;
	color: #333;
	}
	
#quote_form table {
	margin-top: 10px;
	} 	

#quote_form .submit_button {
	background-color: #EFEFEF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: none;
	border-left: none;
	font-weight: bold;
	height: 30px;
	margin-top: 10px;
	}

/* @group Blog */
div.blog-main-column {
	text-align: left;
	float: left;
	width: 520px;
}

div.blog-sidebar{
	float: right;
	width: 220px;
}

h2.blog-post{
	margin-bottom: 0px !important;
}

h2.blog-post a {
	color: #333 !important;
	text-decoration: none !important;
}

h2.blog-post a:hover{
	text-decoration: underline !important;
}

div.blog-post p{
	color: #333 !important;
	font-size: .8em !important;
}

div.blog-post{
	margin-bottom: 30px;
}

div.blog-post img{
	margin: 5px;
	padding: 5px;
	border: 1px solid #ACACAC;
}

small.blog-post{
	font-size: .7em;
	color: #666;
}

ul.sidebar-sections{
	list-style-type: none;
	text-align: left;
}

ul.sidebar-sections li ul{
	padding-left: 10px;
	list-style-type: none;
}

ul.sidebar-sections li ul li{
	margin-bottom: 5px;
}

ul.sidebar-sections li ul li a{
	font-size: .8em;
}

a.update-link{
	color: black !important;
	text-decoration: none !important;
}

a.update-link:hover{
	text-decoration: underline !important;
	color:#60B22D !important;
}

/* @end */

/* @group Utilities */
.contact-box{
	margin-bottom: 20px;
}

.border{
	padding: 5px;
	border: 1px solid #ACACAC;
}


/* @end */

	
