/*  
Theme Name: Blue Arrow Designs Reloaded
Theme URI: http://www.bluearrowdesigns.com 
Description: Blue Arrow Designs Reloaded
Version: 2.0
Author: Blue Arrow Designs 
Author URI: http://www.bluearrowdesigns.com
*/

/*-----------------------------------------------------------------------------------------------
  Basic Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}



a{
	color: #1E86CD;
	text-decoration: none;
}

a img{
	border: none;
}

blockquote{
	border-left: 2px solid #CCCCCC;
	color: #CCCCCC;
	margin-left: 1em;
	padding-left: 1em;
}

body{
	background: #777777;
	background: -moz-linear-gradient(100% 100% 90deg, #333333, #888888) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#888888));
	color: #3c424a;
	font-family: 'Droid Sans Mono', arial, serif;	
	font-size:0.9em;
}

fieldset {
	padding: .5em;
}

h1{
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.5em 0px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0px;
}

h2, h3{
	color: #555;
	font-size: 1.15em;
	font-weight: normal;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
}

p{
	line-height: 1.25em;
}

pre{
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	overflow: auto;
	padding: 1em 0px;
	width: 100%;
}

ul li{
	list-style-type: none;
	margin: 0.5em 0px 0.5em 0em;
}

li, dd {
	margin-left: 5%;
}

input, textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	margin-top: 5px;
	background: #FFFFFF url('images/bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}
	
label {
	font-weight: bold;
	color: #1E86CD;
	font-size: 1.0em;
	margin-bottom: 3px;
}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

form {
	margin-left: 20px;
} 

/*-----------------------------------------------------------------------------------------------
  Global Components
-----------------------------------------------------------------------------------------------*/

.spacer {
	padding: 45px 0 0px 0;
	background: white;
}

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

/* This class sets the width and position for all rows */
.inside{
	min-width:960px;
	max-width:960px;
	margin:0 auto;
	padding:0;
}

.home {
	background: #fff url('images/home_bg.jpg') 0 0 repeat-x;	
}

.portfolio_category {
	background: #fff url('images/portfolio_bg.jpg') 0 0 repeat-x;	
}

.blue_blog_category {
	background: #fff url('images/blue_blog_bg.jpg') 0 0 repeat-x;	
}

.services {
	display:block;
	height: 155px;
	width: 899px;
	background: url('images/services_top.png') 0 5px no-repeat;
}

.left{
	float: left;
}

.right{
	float: right;
}

.rule{
	border-top: 1px solid #CCCCCC;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 1.5em 0px;
}

.page p {
	margin: 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header {
	background: #fff;
}

#header .inside{
	padding: 28px 0px 0px 0px;
}

#header h1{
	float: left;
	font-size: 2.25em;
	margin: 0px 0.5em 0px 0px;
	padding: 0px 0.5em 0.25em 0px;
}

#header h1 a{
	margin: 5px 0 0 0;
	width:407px;
	height:40px;
	display: block;
	color: #000000;
	text-decoration: none;
	background: url('images/logo.png') 0 0 no-repeat;
	text-indent: -9999px;
}

#header p{
	color: #fff;
	line-height: 1em;
	margin: 0px;
	padding: 1em 0px;
}

#header hr {
	background: url('images/bar.jpg') 0 0 repeat-x;
	height: 6px;
	border: none;
}


/*-----------------------------------------------------------------------------------------------
  Menu
-----------------------------------------------------------------------------------------------*/

/* Nav menu */

.nav ul {
	list-style: none;
	margin-top: 25px;
}

.nav li {
	display: inline;
	padding: 0 1.25em 0 1.25em;
	border-right: 1px #1E86CD solid;
}

.nav li:last-child {
	border-right: none;
	padding-right: 0;
}

.nav li a {
	padding: 2px 5px;
	font-size: 1.2em;
	color: #888888;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
}

.nav li a:hover {
	background: #2189CB;
	color: white;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
}


/*-----------------------------------------------------------------------------------------------
  Primary: Content
-----------------------------------------------------------------------------------------------*/

#primary{
	color: #7F7F7F;
}

#primary .primary{
	float: right;
	width: 604px;
	background: #fff;
	margin-top: 47px;
	padding: 23px;
}

#primary .secondary{
	display: inline;
	float: right;
	margin-right: 20px;
	width: 270px;
}

#primary .shadow_right {
	float: right;
	width: 10px;
	height: 218px;
	margin-top: 47px;
	background: url('images/shadow_right.png') 0 0 no-repeat;	
}

#primary .shadow_left {
	float: right;
	width: 10px;
	height: 218px;
	margin-top:47px;
	background: url('images/shadow_left.png') 0 0 no-repeat;	
}

#primary .primary p {
	margin: 0 0 1em 0;
}

#primary .primary img {
	margin: 0 0 0 0;
	border: 1px solid #ccc;
	padding:5px;
}

#primary .block ul li, #primary .secondary ul li ul li {
	color: #1E86CD;
	margin: 0.25em 0 0.25em 1em;
	background:transparent url(images/bullet.jpg) no-repeat scroll 0 4px;
	padding-left:15px;
}

#primary .heading h2 {
	background: url('images/recent_work_h2.jpg') 0 0 no-repeat;
	height: 13px;
	text-indent: -9999px;
	padding-right: 5px;
}

#primary .heading {
	background: url('images/bar.jpg') 0 7px repeat-x;
	height: 13px;
	margin-bottom: 10px;
}

#primary ul.blog {
	margin: 0;
}

#primary ul.blog li {
	margin: 0 0 0.5em 0;
}

#primary ul.blog li hr {
	background:url("images/bar.jpg") repeat-x scroll 0 0 transparent;
	border: none;
	height:6px;
	margin:20px 0;
}

#primary .primary .postthumb {
	float: left;
	padding: 9px;
	margin: 5px 0 0 10px;
	width: 100px;
	height: 100px;
	background: url('images/img_shadow.jpg') 0 0 no-repeat;
}

#primary .primary .story-excerpt {
	float:left;
	margin:0 0 0 20px;
	width:450px;
}

#primary .primary .postthumb img {
	border: none;
	margin:0 15px 0 0;
	padding: 0;
}

#primary .inside .block hr{
	background: url('images/bar.jpg') 0 0 repeat-x;
	height: 6px;
	border: none;
	margin: 5px 0 10px 0;
}

.front_slogan {
	width: 838px;
	height: 308px;
	margin: 0 auto;
	display: block;
	background: url('images/home_slogan.png') center 38px no-repeat;
}

.web_service_h3, .print_service_h3, .identity_service_h3 {
	text-indent: -9999px;
}

.web_service_h3 {
	height: 36px;
	background: url('images/h2_web_services.png') 0 0 no-repeat;
}

.print_service_h3 {
	height: 36px;
	background: url('images/h2_print_services.png') 0 0 no-repeat;
}

.identity_service_h3 {
	height: 36px;
	background: url('images/h2_identity_services.png') 0 0 no-repeat;
}

/* Gallery */

ul.gallery {
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 0px 0px 23px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}

.home ul.gallery .second {
	margin-left: 45px;
}

ul.gallery .second{
	margin-left: 23px;	
}
ul.gallery li a.thumb {
	width: 278px; /*--Width of image--*/
	height: 120px; /*--Height of image--*/
	margin: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 278px;
	height: 120px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}

ul.gallery li a {text-decoration: none; color: #555; display: block;}

#primary .primary ul.gallery img, #primary .primary #featured_image img {
	border: none !important;
	padding: 0;
}

.Web {
	background: #F0F0F0 url('images/web_back.png') 5px center no-repeat !important; 
}

.Print {
	background: #F0F0F0 url('images/print_back.png') 5px center no-repeat !important;
}

.Identity {
	background: #F0F0F0 url('images/identity_back.png') 5px center no-repeat !important;
}


/* Portfolio pics */

#featured_image {
	margin: 0 0 20px 0; padding: 0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
}

#tabs {
   width: 602px;
	overflow: hidden;
}

#tab-panes {
	margin: 5px;
	width: 592px;
	overflow: hidden;
}

#tab-panels {
	margin-top: 10px;
	font-size: 1em;
	font-weight: normal;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}

#tab-panels ul {
	list-style: none;
	display: inline;
}

#tab-panels ul li {
	display: inline;	
}

#tab-panels ul li a, .navigation a, a.read-more {
	padding: 2px 5px;
	background: #b2b9c3;
	color: white;
	font-weight: bold;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
}

#tab-panels ul li a:hover, .navigation a:hover, a:hover.read-more {
   color: white;
	background: #3c424a;
}

#tab-panels .current a, #tab-panels .current a:hover {
	background: #005cae;
}

#tab-panels h5 {
	display: inline;	
	padding: 5px;
}

/*-----------------------------------------------------------------------------------------------
  Sencondary: Content sidebar
-----------------------------------------------------------------------------------------------*/

.secondary h2{
	color: #1E86CD;
	height: 160px;
	width: 280px;
	display: block;
	margin: 0;
	padding: 0;
}

.secondary .featured {
	margin-top: 5px;
	margin-bottom:30px;
}

.secondary .featured dl{
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary .featured p{
	line-height: 1.5em;
	margin: 10px 0 0 0;
	font-size: .94em;
}

.secondary .featured p.port {
	font-size: 1.3em;
	line-height:1.5em;
}

#primary .secondary hr{
	background: url('images/bar.jpg') 0 0 repeat-x;
	height: 6px;
	border: none;
	margin: 10px 0;
}

.secondary dd{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.secondary dd a{
	color: #1E86CD;
}

.secondary dd a:hover{
	color: #000000;
}

.secondary dt{
	color: #AAAAAA;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.secondary .author {
	margin: 5px 0;
}

.secondary .avatar {
	margin: 0 5px 0 0;	
}

.secondary ul ul {
	list-style: none;
}

.single-post h3, h3 {
	margin-top: 20px;
	font-size:1.7em;
	font-weight:bold;
	color: #1E86CD;
	margin-bottom: 5px;
}

h4 {
	color: #1E86CD;
	margin-bottom: 5px;
}

.h2_blueblog {
	text-indent: -9999px;
	background: url('images/h2_blueblog.png') 0 41px no-repeat;
}

.h2_portfolio {
	text-indent: -9999px;
	background: url('images/h2_portfolio.png') 0 90px no-repeat;
}

.h2_contact {
	text-indent: -9999px;
	background: url('images/contact.png') 0 0px no-repeat;
}

ul.categories li {
	padding-left: 22px;
	line-height: 22px;
	font-size: 18px;
}

ul.categories li.web {
	background: url('images/web_back.png') 0 center no-repeat !important; 
}

ul.categories li.print {
	background: url('images/print_back.png') 0 center no-repeat !important;
}

ul.categories li.identity {
	background: url('images/identity_back.png') 0 center no-repeat !important;
}



/*-----------------------------------------------------------------------------------------------
  Sidebar: positioned at bottom
-----------------------------------------------------------------------------------------------*/

#sidebar-top {
	background: #353638;
	height: 20px;
	border-bottom: 1px #828387 solid;
}

#sidebar p {
	margin: 0;
}

#sidebar{
	color: #B6B6B7;
	padding:25px 0 14px;
}

#sidebar a {
	color: #44C8F5;
}

#sidebar a:hover {
	color: #fff;
}

* html #sidebar .block{
	margin: 0px 0px 0px 4%;
}

#sidebar .block, #primary .block{
	float: left;
	margin: 0px 0px 0px 45px;
	width: 290px;
}

#sidebar .block h2, #sidebar .block h3{
	color:white;
	margin:0;
	padding:0 0 10px;
	font-size:1.7em;
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.2);
}

#sidebar .block-separator{
	clear: both;
	height: 2.5em;
}

#sidebar .first, * html #sidebar .first, #primary .first, * html #primary .first{
	clear: both;
	margin: 0px;
}

#sidebar strong {
	color: #fff;
	font-weight:normal;
}

#sidebar .head {
	color: #44C8F5;
	font-weight:normal;
}

ul.blog h3 {
	font-size:25px;
	margin: 0;
}

ul.blog .blog-meta {
	margin: 0 0 0 0;	
	font-size: .9em;
}

#sidebar ul.counts .count{
	color: #7A7A7A;
	float: right;
}

#sidebar ul.dates .date{
	color: #44C8F5;
	font-weight: bold;
	padding: 0px 1.1em 0px 0px;
	margin: 0;
}

#sidebar ul.dates a{
	color: #ccc;
}

#sidebar ul.dates a, ul.counts a{
	text-decoration: none;
}

#sidebar ul.dates a:hover, ul.dates a:hover .title, ul.counts a:hover, ul.counts a:hover .count{
	color: #fff;
}

#sidebar ul.dates li {
	list-style-type: none;
	padding: 0 0 .5em 0;
	margin: 0;
}

#sidebar ul.counts li{
	list-style-type: none;
	padding: 0 0 1em 0px;
	margin: 0;
}

#sidebar ul.dates, ul.counts{
	list-style-type: none;
	margin:0;
}



/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#footer{
   color: #B6B6B7;
	clear: both;
	margin: 0em 0px 3em 0px;
}

#footer a {
	color: #44C8F5;
}

#footer .inside{
	padding: .5em 0px;
}

#footer p{
	font-size: 0.95em;
	margin: 0px;
}

#footer p.attributes{
	float: right;
}

#footer p.attributes a{
	color: #44C8F5;
	padding: 0px 0px 0px 1em;
	text-decoration: none;
}

#footer p.attributes a:hover{
	color: #fff;
}

#footer p.copyright{
	margin: auto auto;
	font-size:0.8em;
}

#footer hr {
	height: 1px;
	border: none;
	background: #B6B6B7;
	margin-bottom: 2px;
}

