/*
Theme Name:		Better Image
Theme URI: 		http://www.betterimage.org
Version: 		2.0
Description: 	Custom Wordpress Theme for Better Image
Author: 		Chip Pintilie
Author URI:		http://www.betterimage.org

Copyright 2010 Better Image. All rights reserved.

*/

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

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

/* Basic 2 Column Layout 960 Grid */
.container { width: 960px; margin: 0 auto; position: relative; }
.header { width: 960px; height: 109px; float: left; position: relative; }
.hfeed { width: 600px; float: right; padding-right: 10px; }
.aside { width: 300px; float: left; padding-left: 10px;}
.footer { clear: both; }



/**
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 */

/* Document Body */
body, textarea { font: 14px/1.5 Helvetica, Arial, sans-serif; line-height: 21px;}

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

body.page-template-homepage-php { background: url(images/background_home.jpg) repeat-x top;}

body.page-template-webdesign-php { background: url(images/background_home.jpg) repeat-x top;}

body.page-template-seo-php { background: url(images/background_seo.jpg) repeat-x top;}


/* Font Styles */
.serif { font-family: Cambria, Georgia, 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; }

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

/* Menu */
.nav { float: right;  }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative; margin-left:18px;}
.nav ul li { width: 100%; }

/* 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: 29px; /* 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; }

/* Default Skin */

.nav a { -moz-background-clip:border; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background:#FFFFFF none repeat scroll 0 0; color:#2361a1; padding:6px 17px; text-decoration:none; font-size: 13px;
}

.nav li.current_page_item a { background:#8D8D8D url(images/menu_selected.gif) repeat-x scroll left top !important; color:#FFFFFF; font-weight:bold; }

.nav a:hover { text-decoration: none; background: #2361a1; color: white; }
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: #2361a1; color: white; }

ul.nav-top {list-style-type: none; position: absolute; top: 15px; right: 10px; font-size: 13px}

ul.nav-top li {float: left; margin-left: 20px;}

li.rssfeed { padding: 0 0 0 22px; background: url(images/rss.gif) no-repeat 0 2px;}
ul.nav-top li.readblog { padding: 0 0 0 22px; background: url(images/comment2.gif) no-repeat 0 2px;}

ul.nav-top li a { text-decoration: none; border-bottom: 1px dotted #2361a1;}



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

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

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: bold; clear: both; }
h1 { font-size: 28px; line-height: 28px; padding: 5px 0px; letter-spacing: -1px; }
h2 { font-size: 24px; line-height: 22px; padding: 5px 0px; letter-spacing: -1px; }
h3 { font-size: 18px; line-height: 20px; padding: 5px 0px; letter-spacing: -1px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; letter-spacing: -1px; }
h5 { font-size: 20px; line-height: 20px; padding: 5px 0px; letter-spacing: -1px;  border-bottom: 1px dotted #666666; }
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; font-family: Cambria, Georgia, serif; font-size: 15px; }

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: 15px; }

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; }

.article ul {
list-style-type: none;
}

.article ul li {
padding: 1px 0 1px 20px;
background: url(images/arrow.png) no-repeat 0px 3px;
}

.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: #ddd; border-style: solid; border-width: 1px; color: #444; font-size: 14px; box-shadow: 0 0 4px #c4c4c4; 
-moz-border-radius: 5px;
-moz-box-shadow: 0 0 4px #c4c4c4;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0 0 4px #c4c4c4;  }
input, textarea, button {  padding: 3px; }
button { padding: 2px 10px; cursor: pointer; background: #2361a1; color: white;}
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; color: #2361a1;}

input#author, input#email, input#url {
width: 300px;
}

input.sendbetterimage {
background:#8D8D8D url(images/menu_selected.gif) repeat-x scroll left top !important;
color: white;
border: none;
padding: 3px 6px;
}

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

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 0; }
.comment { margin-bottom: 40px; padding-bottom: 10px;  border-bottom: 1px dotted #666666;}
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; font-weight: bold; }
.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: 0 0 5px 0; font-family: Cambria, Georgia, Times, serif; font-style: italic; }

.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; }


/* ---------------------------------- Theme Specifics --------------------------- */

.menu {
position: absolute;
top: 69px;
right: 10px;
}

#maingraphic {
float: left;
width: 960px;
height: 420px;
}

#maingraphicseo {
float: left;
width: 960px;
height: 360px;
}

#smallgraphic {
float: left;
width: 960px;
height: 150px;
background: url(images/header-inside.jpg) no-repeat left top;
}

h3.headergraphic {

text-align: center;
font-size: 23px;
line-height: 28px;
margin: 9px 0 3px 0;
padding-bottom: 0;
font-weight: bold;
}


p.testimonial {
margin: 0;
padding: 0 10px 0 0;
text-align: right;
color: white;
line-height: 13px;
font-family: Cambria, Georgia, serif;
}


a.calltoaction {
letter-spacing: -1px;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #2361a1;

}

a.calltoaction:hover {
border-bottom: none;
}

/* WIDGETS */

.widget {
background:#f9f9f9 none repeat scroll 0 0;
margin:0 0 40px;
padding:15px 15px 20px;
box-shadow: 0 0 4px #c4c4c4; 
border-radius: 5px;
-moz-border-radius: 5px;
-moz-box-shadow: 0 0 4px #c4c4c4;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0 0 4px #c4c4c4; 

}

.widget a {
text-decoration: none; 
}

.widget a:hover {
border-bottom: 1px dotted #2361a1; 
}

.widget ul  { clear:both; list-style-type: none; list-style-position:outside; margin-left: 0; margin-bottom: 5px;}
#secondary .widget h3  { margin: 0; padding: 0 0 10px; font-size: 21px; text-transform:uppercase; border-bottom: 1px solid #eee;  }
#secondary .widget ul li  { border-bottom: 1px solid #CCC; background: url(images/arrow.png) no-repeat 0px 7px; padding: 0 0 0 20px;}
#secondary .widget ul li a  {  line-height: 30px; }
#secondary .widget ul li a:hover  { }
#secondary .widget ul ul  { padding: 0 0 0 15px; border-top: none; }




/* WIDGET FORMS */
#searchform  { margin: 15px 0 6px 0; }
.widget input#s, .widget input.field  { float: left; width: 200px; padding: 6px 0 6px 5px; border: 1px solid #d0d0d0; background: #eee; margin:0; }
.widget input.submit  { margin: 0px 0 0 10px; }
.widget input.submit  {}
.widget .screen-reader-text  { display: none; }

p.description {
 font-size: 16px; line-height: 22px; padding: 5px 0px; margin: 0; 
 text-align: center; 

}

p.quoteheader {
font-size: 16px;
font-style: italic;
color: #333333;
margin: 10px 0 0 0;
font-family: Cambria, Georgia, serif;
}

img.attachment-post-thumbnail {
padding: 3px;
border: 1px solid #cccccc;
margin-bottom: 10px;
box-shadow: 0 0 4px #c4c4c4; 
-moz-box-shadow: 0 0 4px #c4c4c4;
-webkit-box-shadow: 0 0 4px #c4c4c4; 

}

.stray_quote-2 img {
box-shadow: 0 0 4px #c4c4c4; 
-moz-box-shadow: 0 0 4px #c4c4c4;
-webkit-box-shadow: 0 0 4px #c4c4c4; 
}

img.size-full {
padding: 3px;
border: 1px solid #cccccc;
margin-bottom: 10px;
}


#smallgraphic h2 {
margin: 20px 0 0 10px;
font-size: 21px;
}

#smallgraphic h3 {
margin: 5px 0 0 10px;
font-size: 16px;
}

#smallgraphic a {
color: #dcf5ff;
text-decoration: none;
border-bottom: 1px dotted #dcf5ff;
}

#smallgraphic a:hover {
border-bottom: none;
}

p#breadcrumbs {
background:#fff8e9;
padding: 5px 5px 3px 15px;
box-shadow: 0 0 4px #fee2ac; 
-moz-border-radius: 4px;
-moz-box-shadow: 0 0 2px #fee2ac;
-webkit-border-radius: 4px;
border-radius: 4px; 
-webkit-box-shadow: 0 0 2px #fee2ac; 
}


.wpcf7-form {
background:#f9f9f9;
padding: 5px 15px;
box-shadow: 0 0 4px #c4c4c4;
border-radius: 5px; 
-moz-border-radius: 5px;
-moz-box-shadow: 0 0 4px #c4c4c4;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0 0 4px #c4c4c4; 

}

.wpcf7 p {
margin-bottom: 15px;
font-size: 12px;
}

.wpcf7 input {
font-size: 15px;
}

.your-subject {
margin-left: 5px;
}


.footer {
background-color:#F7F7F7;
border-top:1px solid #E9E9E9;
padding:30px 0;
}

.footerinside {
margin:0 auto;
width:960px;
min-height: 70px;
}

p.moretestimonials {
padding: 3px 0 3px  20px;
margin: 5px 0 0 0;
background: url(images/arrow.png) no-repeat 0px 4px;
}

p.quoteheader {
background: url(images/quote.gif) no-repeat top left;
}

.entry-footer {
border-bottom: 1px dotted #666666; 
}

.comment-count {
padding: 0 0 0 22px;
background: url(images/comment2.gif) no-repeat top left;
}

.field {
background:#FFFFFF url(images/field-back.png) repeat-x scroll 0 0;
border:1px solid #CCCCCC;
color: rgba(0, 0, 0, 0.9);
font-size:14px;
padding:5px;
width: 450px;
}

.leftfooter {
float: left;
width: 400px;
}

.rightfooter {
float: right;
width: 400px;
}


.copyright {
text-align: right;
margin-bottom: 10px;
}

.search {
width: 180px;
}

#text-4 {
background: #F9F9F9 url(images/tag-blue.png) no-repeat top right;
font-weight: bold;
}
#text-5 {
background: #F9F9F9 url(images/services-folder.png) no-repeat top right;
}


.enh_rp {
background: #F9F9F9 url(images/rss-big.png) no-repeat top right;

}


ul.logoportfolio {
list-style-type:none;
margin: 10px 0;
padding: 0;
}

ul.logoportfolio li {
float: left;
background: none;
margin: 0 10px 10px 0;
padding: 0;
}

ul.logoportfolio li a {
display: block;
}

ul.logoportfolio li a:hover {
background: #cccccc;
}

ul.logoportfolio li img {
padding: 3px;
border: 1px solid #cccccc;
}

.wpcf7-response-output {
background: white;
font-weight: bold;
font-size: 15px;
}


a.enhancelink {
background: url(images/arrow.png) no-repeat 0px 2px; padding: 3px 0 5px 20px;
}

a.twitterabout {
background: url(images/twitter-about.png) no-repeat 0px 1px; padding: 4px 0 5px 21px;
}

a.rssabout {
background: url(images/rss-about.png) no-repeat 0px 1px; padding: 4px 0 5px 21px;
}

address {font-size: 11px; line-height: 12px;}

img.thumb {
padding: 3px;
border: 1px solid #cccccc;
}