/*
Theme Name: Boxwish Design
Theme URI: http://boxwishdesign.com
Description: Custom theme for Boxwish Design.
Version: 1.0
Author: Tim Aikin
Author URI: http://boxwishdesign.com
Tags: blue, blog, portfolio
*/



/* ---------------------- GLOBAL ---------------------- */


/* General Resets */

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: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5;
  background: #162547;
}

a img { border: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a, img {
  border: none;
}


/* Table Resets */

table {
  border-collapse: separate;
  border-spacing: 0;
}
  
caption, th, td {
  text-align: left;
  font-weight: normal;
}
  
table, td, th {
  vertical-align: middle;
}




/* ---------------------- FORM STYLES ---------------------- */


/* General Form Style */

label {
  font-weight: bold;
}

input[type="text"], input[type="password"],
textarea, select {
  background-color: #FFF;
  border: solid 2px #ECECEC;
  padding: 5px;
  width: 180px;
  font-size: 11px;
  color: #999;
}

input[type="text"]:focus, input[type="password"]:focus,
textarea:focus, select:focus {
  background-color: #FFF;
  border: solid 2px #CCC;
  padding: 5px;
  font-size: 11px;
  color: #333;
}

input[type="text"], input[type="password"] {
  height: 15px;
}

textarea {
  height: 100px;
}

input[type="checkbox"], input[type="radio"],
input.checkbox, input.radio {
  position: relative;
  top: 0.25em;
}

form.inline {
  line-height: 3.0;
}

form.inline p {
  margin-bottom: 0;
}

input[disabled="disabled"] {
  background-color: #ECECEC;
}




/* ---------------------- TYPOGRAPHY ---------------------- */


/* Default Font Settings */

html {
  font-size: 100.01%
}

body {
  font-size: 75%;
  font:normal 0.75em helvetica, arial, sans-serif; 
  color: #FFF;
  height: 100%;
  text-shadow: #000 1px 1px 1px;
}


/* Headings */

h1, h2, h3, h4, h5, h6 {
  color: #FFF;
  font-weight: normal;
  padding: 0 0 10px 0;
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

h1 {
  font: normal 26px 'Droid Serif', helvetica, arial, sans-serif;
}

h2 {
  font: normal 18px 'Droid Serif', helvetica, arial, sans-serif;
  line-height: 1.5em;
}
  
h3 {
  font: normal 14px 'Droid Serif', helvetica, arial, sans-serif;
  line-height: 1.5em;
}


/* Paragraphs etc. */

p {
  padding: 0 0 10px 0;
  line-height: 1.5em;
}

blockquote {
  font: normal 16px georgia, serif;
  color: #333;
  margin: 10px;
}

blockquote p {
  line-height: 1.5em;
}

cite {
  display: block;
  margin: 10px 0 0 0;
  font: normal 10px helvetica, arial, sans-serif;
  color: #666;
}


/* Re-Usable Styles */

p.intro {
  font-weight: bold;
  text-transform: uppercase;
}

p.tags {
  font: italic;
  text-transform: uppercase;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* Lists */

ul {
  margin: 0 0 20px 0;
  list-style: none;
}

ul li {
  padding-left: 10px;
  margin: 0 0 5px 0;
}


/* Link Styles */

a img {
  border: 0;
}

a {
  /* color: #4C83FF; */
  color: #008CFF;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: underline;
}








/* ---------------------- SPECIFIC - LAYOUT ---------------------- */

body {
  border-top: solid 3px #FFF;
}

#container {
  width: 810px;
  margin: 0 auto 0 auto;
}



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

#header {
  height: 70px;
  margin-bottom: 5px;
}

#header #logo {
  width: 300px;
  height: 50px;
  padding: 20px 10px 0 0;
  float: left;
}

#header #can_we_help {
  width: 500px;
  height: 20px;
  padding-top: 10px;
  float: left;
  text-align: right;
  font-size: 11px;
}

#header #navigation {
  width: 500px;
  height: 30px;
  padding-top: 10px;
  float: left;
  text-align: right;
}

#header #navigation a {
  color: #FFF;
}

#header #navigation a:hover {
  color: #008CFF;
}

#header #navigation ul#main_nav li {
  display: inline;
}


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

#get_in_touch {
  height: 50px;
  width: 810px;
  padding: 40px 10px 30px 10px;
  background-image: url(images/get_in_touch.png);
  background-repeat: no-repeat;
  clear: both;
}

#get_in_touch p {
  font-size: 15px;
}

#footer {
  height: 100px;
  width: 810px;
  padding-top: 10px;
  border-top: solid 1px #FFF;
  font-size: 11px;
}

#footer p {
  padding-bottom: 3px;
}

#footer #team_boxwish {
  height: 100px;
  width: 360px;
  padding-right: 15px;
  float: left;
}

#footer #team_boxwish ul {
  padding: 3px 0 0 0;
  margin: 0;
  
}

#footer #team_boxwish ul li {
  display: inline;
  padding: 0 3px 0 0;
}

#footer #copyright {
  height: 100px;
  width: 420px;
  padding-left: 15px;
  float: left;
  text-align: right;
}



/* ---------------------- SPECIFIC - HOME ---------------------- */


#home_top_container {
  height: 350px;
}

#home_heading {
  width: 810px;
  height: 40px;
  padding: 25px 0px 25px 0px;
  text-align: center;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 30px;
}

#home_heading h1 {
  font-size: 30px;
}

#home_intro {
  width: 250px;
  padding-right: 30px;
  float: left;
}

#home_latest_blog {
  width: 250px;
  padding-right: 30px;
  float: left;
}

#home_latest_blog .home_post {
  padding-bottom: 15px;
}

#home_latest_blog .home_post h3 {
  padding: 0 0 5px 0;
}

#home_latest_blog .home_post .posted {
  font-size: 10px;
}

#home_latest_work {
  width: 250px;
  float: left;
}

#home_latest_work .home_item {
  width: 115px;
  float: left;
  padding-right: 10px;
}

#home_latest_work .home_item img {
  width: 105px;
  height: 80px;
  border: solid 5px #FFF;
}

#home_latest_work .home_item h3 {
  font-size: 12px;
  padding: 10px 10px 10px 0;
}

#home_latest_work #see_all {
  font-size: 11px;
}



/* ---------------------- SPECIFIC - MEET THE TEAM ---------------------- */

#team_top_container {
  height: 240px;
  margin-bottom: 40px;
}

#team_heading {
  width: 810px;
  padding: 25px 0px 25px 0px;
  text-align: center;  
  border-top: solid 1px #004D8F;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 30px;
}

#team_heading h1 {
  width: 810px;
  text-align: center;
  padding: 0;
}

#team_people .person {
  margin-bottom: 20px;
  width: 810px;
}

#team_people .person h2 {
  font-size: 14px;
}

#team_people .person .name {
  width: 125px;
  padding-right: 20px;
  float: left;
  text-align: right;
}

#team_people .person .name h2 {
  padding-bottom: 0;
}

#team_people .person .name .role {
  color: #004D8F;
  font-size: 11px;
}

#team_people .person .details {
  width: 520px;
  float: left;
  padding-bottom: 20px;
  border-bottom: dotted 1px #004D8F;
}

#team_people .person .contact {
  width: 125px;
  padding-left: 20px;
  float: left;
}

#team_people .person p {
  padding-bottom: 0;
}





/* ---------------------- SPECIFIC - OUR WORK ---------------------- */

#work_top_container {
  height: 240px;
}

#work_show_top_container {
  height: 240px;
  padding-bottom: 30px;
}

#work_heading {
  width: 810px;
  padding: 25px 0px 25px 0px;
  text-align: center;  
  border-top: solid 1px #004D8F;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 30px;
}

#work_heading h1 {
  width: 810px;
  text-align: center;
  padding: 0;
}

#work_filter {
  padding: 0 0 30px 0;
  border-bottom: dotted 1px #004D8F;
  margin-bottom: 30px;
  text-align: center;
}

#work_filter ul, #work_filter ul li, #work_filter ul li ul li {
  display: inline;
  
}

#work_filter .work_tag_title {
  padding-left: 10px;
}

.work_item {
  float: left;
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
  height: 200px;
  width: 250px;
}

.work_item .work_image {
  height: 150px;
  width: 250px;
	overflow: hidden; 
	position: relative; 
}

.work_item .work_image img {
  height: 140px;
  width: 240px;
  border: solid 5px #FFF;
}

.work_item h3, .work_item_end h3 {
  padding: 10px 10px 10px 0;  
  border-bottom: dotted 1px #004D8F;
  width: 240px;
  height: 20px;
  font-size: 12px;
}

.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
  height: 140px;
  width: 240px;
  border: solid 5px #FFF;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #004D8F;
	height: 150px;
	width: 250px;
	opacity: .95;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.captionfull .boxcaption {
	top: 150px;
	left: 0;
}

.caption_title {
  padding: 20px 20px 10px 20px;
  font: normal 14px 'Droid Serif', helvetica, arial, sans-serif;
  line-height: 1.5em;
}

.caption_excerpt {
  padding: 0 20px 20px 20px;
}

.caption .boxcaption {
	top: 0;
	left: 0;
}


/* ----- Work Show -----*/

#previous_work {
  width: 250px;
  float: left;
  text-align: left;
  font-size: 12px;
  padding-top: 10px;
}

#work_show_heading {
  width: 810px;
  padding: 25px 0px 25px 0px;
  text-align: center;  
  border-top: solid 1px #004D8F;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 30px;
}

#work_show_heading h1 {
  text-align: center;
  width: 250px;
  padding-left: 30px;
  float: left;
}

#next_work {
  width: 250px;
  float: right;
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
}

#work_show_images {
  width: 530px;
  float: left;
  margin-bottom: 40px;
}

#work_show_images #main_image {
  padding-bottom: 20px;
}

#work_show_images #main_image img {
  width: 520px;
  border: solid 5px #FFF;
}

#work_show_images .thumb_image {
  float: left;
  padding-right: 20px;
}

#work_show_images .thumb_image_end {
  float: left;
}

.work_show_details, .work_show_latest {
  width: 250px;
  padding-left: 30px;
  float: right;
  margin-bottom: 30px;
}

.work_show_details ul.post-meta {
  margin: 0;
}

.work_show_details ul.post-meta li {
  margin: 0;
  padding: 0;
}

.home_latest_work_item {
  padding: 0 0 5px 0;
}

#latest_work {
  width: 250px;
  float: left;
  padding-left: 30px;
  margin-bottom: 30px;
}

#latest_work .home_item {
  width: 115px;
  float: left;
  padding-right: 10px;
}

#latest_work .home_item img {
  width: 105px;
  height: 80px;
  border: solid 5px #FFF;
}

#latest_work #latest {
  padding-top: 10px;
}

#latest_work .home_item h3 {
  padding: 10px 10px 10px 0;
  font-size: 12px;
}








/* ---------------------- SPECIFIC - WHAT WE DO ---------------------- */


#what_we_do_top_container {
  height: 240px;
  margin-bottom: 40px;
}

#what_we_do_heading {
  width: 810px;
  padding: 25px 0px 25px 0px;
  text-align: center;  
  border-top: solid 1px #004D8F;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 30px;
}

#what_we_do_heading h1 {
  width: 810px;
  text-align: center;
  padding: 0;
}

#content_what_we_do #services {
  width: 810px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #004D8F;
}

#content_what_we_do #services h2 {
  font-size: 20px;
}

#content_what_we_do #services .service {
  width: 250px;
  padding-right: 30px;
  float: left;
}

#content_what_we_do #services .service img {
  padding-bottom: 10px;
}

#content_what_we_do #services .service_end img {
  padding-bottom: 10px;
}

#content_what_we_do #services .service_end {
  width: 250px;
  float: left;
}

.service h3, .service_end h3 {
  border-top: dotted 1px #004D8F;
  padding-top: 15px;
  margin-top: 5px;
}

#how_we_work {
  width: 560px;
  float: left;
}

#how_we_work img {
  padding-top: 10px;
}

#why_us {
  width: 250px;
  float: left;
}

#why_us p {
  padding: 0px 0px 20px 0px;
}









/* ---------------------- SPECIFIC - BLOG ---------------------- */


#blog_top_container, #blog_show_top_container {
  height: 240px;
}

#blog_heading, #blog_show_heading {
  width: 810px;
  padding: 25px 0px 25px 0px;
  text-align: center;  
  border-top: solid 1px #004D8F;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 30px;
}

#blog_heading h1, #blog_show_heading h1 {
  width: 810px;
  text-align: center;
  padding: 0;
}

#posts {
  width: 530px;
  float: left;
}

.post {
  padding-bottom: 30px;
  border-bottom: dotted 1px #004D8F;
  margin-bottom: 30px;
}

.post img {
  border: solid 5px #FFF;
}

.post h2 {
  font-size: 22px;
  padding-bottom: 10px;
}

.post h2 a {
  color: #FFF;
}

.post h2 a:hover {
  color: #008CFF;
}

.post .posted {
  font-size: 11px;
  padding-bottom: 20px;
}

.post .excerpt {
  padding-bottom: 15px;
  font-size: 13px;
}

.post .excerpt .blog_quote {
  padding: 0 10px 0 10px;
  margin: 10px 0 20px 10px;
  border-left: solid 1px #FFF;
  line-height: 1.5em;
  font-style: italic;
}

.post .post_categories {
  padding: 20px 0 10px 0;
  clear: both;
}

#previous {
  float: left;
  width: 250px;
  padding-right: 30px;
  line-height: 1.5em;
}

#next {
  float: right;
  width: 250px;
  line-height: 1.5em;
}

#share {
  padding: 30px 0 0 0;
  color: #FFF;
}

.connect_widget_not_connected_text !important {
  color: #FFF;
}

#sidebar {
  width: 250px;
  padding-left: 30px;
  float: left;
}

#sidebar #latest_posts {
  margin-bottom: 30px;
}

#sidebar #categories li {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font: normal 18px 'Droid Serif', helvetica, arial, sans-serif;
}

#sidebar #categories li ul li {
  font: normal 12px helvetica, arial, sans-serif;
  padding-top: 15px;
}


/* ----- Comments ----- */

#comments_template {
  margin: 30px 0 30px 0;
  padding: 20px 0 20px 0;
  border-top: 1px dotted #004D8F;
  clear: both;
}

#comments_template h2 {
  display: inline;
  padding-right: 10px;
}

#number_break {
  color: #004D8F;
}

#number_of_comments {
  margin-left: 10px;
}

#comments_template ul li {
  padding: 25px 0px 0 0;
  margin: 0;
}

.comment_author, .vcard, .fn, .says, .comment_meta, .commentmetadata {
  display: inline;
  color: #004D8F;
  font-size: 11px;
}

.fn a, .comment_meta a, .commentmetadata a {
  color: #004D8F;
}

#comments_template ul li p {
  padding: 5px 0 0 0;
  margin: 0;
}

#respond {
  padding-top: 30px;
}

#author, #email, #url, #data {
  width: 360px;
}

label {
  font-size: 11px;
}








/* ---------------------- SPECIFIC - PRESS ---------------------- */

  
#press_top_container {
  height: 240px;
}

#press_heading {
  width: 810px;
  padding: 25px 0px 25px 0px;
  text-align: center;  
  border-top: solid 1px #004D8F;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 30px;
}

#press_heading h1 {
  width: 810px;
  text-align: center;
  padding: 0;
}

#press_items {
  width: 530px;
  float: left;
  
}

.press_item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #004D8F;
}

.press_source {
  width: 110px;
  height: 60px;
  padding-right: 30px;
  float: left;
}

.press_info {
  width: 390px;
  float: left;
}

.press_title {
  color: #004D8F;
  padding-bottom: 10px;
  line-height: 1.5em;
}

.press_quote {
  font: normal 18px 'Droid Serif', helvetica, arial, sans-serif;
  padding-bottom: 10px;
  line-height: 1.3em;
}

.press_link {
  font-size: 11px;
}

#sidebar #special {
  margin-bottom: 30px;
}







/* ---------------------- SPECIFIC - GET IN TOUCH ---------------------- */

  
#get_in_touch_top_container {
  height: 240px;
}

#get_in_touch_heading {
  width: 810px;
  padding: 25px 0px 25px 0px;
  text-align: center;  
  border-top: solid 1px #004D8F;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 10px;
}

#get_in_touch_heading h1 {
  width: 810px;
  text-align: center;
  padding: 0;
}

#contact_form {
  width: 530px;
  float: left;  
}

#get_in_touch_sidebar {
  width: 250px;
  float: left;
  padding-left: 30px;
}

#get_in_touch_sidebar #section_2 {
  padding-top: 20px;
}

#the_form {
  border: 1px dashed #004D8F;
  padding: 10px;
}






/* ---------------------- SPECIFIC - WEB DESIGN FARNHAM ---------------------- */

#web_design_farnham_top_container {
  height: 240px;
}

#web_design_farnham_heading {
  width: 810px;
  height: 40px;
  padding: 25px 0px 25px 0px;
  text-align: center;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 30px;
}

#web_design_farnham_heading h1 {
  width: 810px;
  height: 60px;
  text-align: center;
  padding: 0;
}

#web_design_farnham_left {
  width: 250px;
  padding-right: 30px;
  float: left;
}

#web_design_farnham_center {
  width: 250px;
  padding-right: 30px;
  float: left;
}

#web_design_farnham_right {
  width: 250px;
  float: left;
  margin-bottom: 30px;
}

#web_design_farnham_right .home_item {
  width: 115px;
  float: left;
  padding-right: 10px;
}

#web_design_farnham_right .home_item img {
  width: 105px;
  height: 80px;
  border: solid 5px #FFF;
}

#web_design_farnham_right #latest {
  padding-top: 10px;
}

#web_design_farnham_right .home_item h3 {
  padding: 10px 10px 10px 0;
  font-size: 12px;
}





/* ---------------------- SPECIFIC - TEN PERCENT OFF FOR NEW CLIENTS ---------------------- */

#ten_percent_off_for_new_clients_top_container {
  height: 240px;
}

#ten_percent_off_for_new_clients_heading {
  width: 810px;
  height: 40px;
  padding: 25px 0px 25px 0px;
  text-align: center;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 30px;
}

#ten_percent_off_for_new_clients_heading h1 {
  width: 810px;
  height: 60px;
  text-align: center;
  padding: 0;
}

#ten_percent_off_for_new_clients_left {
  width: 250px;
  padding-right: 30px;
  float: left;
}

#ten_percent_off_for_new_clients_center {
  width: 250px;
  padding-right: 30px;
  float: left;
}

#ten_percent_off_for_new_clients_right {
  width: 250px;
  float: left;
  margin-bottom: 30px;
}

#ten_percent_off_for_new_clients_right .home_item {
  width: 115px;
  float: left;
  padding-right: 10px;
}

#ten_percent_off_for_new_clients_right .home_item img {
  width: 105px;
  height: 80px;
  border: solid 5px #FFF;
}

#ten_percent_off_for_new_clients_right #latest {
  padding-top: 10px;
}

#ten_percent_off_for_new_clients_right .home_item h3 {
  padding: 10px 10px 10px 0;
  font-size: 12px;
}






/* ---------------------- SPECIFIC - WEB DESIGN FOR SMALL BUSINESSES ---------------------- */

#web_design_for_small_businesses_top_container {
  height: 260px;
}

#web_design_for_small_businesses_heading {
  width: 810px;
  height: 40px;
  padding: 5px 0px 25px 0px;
  text-align: center;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 30px;
}

#web_design_for_small_businesses_heading h1 {
  width: 810px;
  height: 60px;
  text-align: center;
  padding: 0;
}

#web_design_for_small_businesses_left {
  width: 250px;
  padding-right: 30px;
  float: left;
}

#web_design_for_small_businesses_center {
  width: 250px;
  padding-right: 30px;
  float: left;
}

#web_design_for_small_businesses_right {
  width: 250px;
  float: left;
  margin-bottom: 30px;
}

#web_design_for_small_businesses_right .home_item {
  width: 115px;
  float: left;
  padding-right: 10px;
}

#web_design_for_small_businesses_right .home_item img {
  width: 105px;
  height: 80px;
  border: solid 5px #FFF;
}

#web_design_for_small_businesses_right #latest {
  padding-top: 10px;
}

#web_design_for_small_businesses_right .home_item h3 {
  padding: 10px 10px 10px 0;
  font-size: 12px;
}






/* ---------------------- SPECIFIC - WEBSITE COMPETITION ---------------------- */

#website_competition_top_container {
  height: 330px;
}

#website_competition_heading {
  width: 810px;
  height: 40px;
  padding: 15px 0px 25px 0px;
  text-align: center;
  border-bottom: solid 1px #004D8F;
  margin-bottom: 30px;
}

#website_competition_heading h1 {
  width: 810px;
  height: 60px;
  text-align: center;
  padding: 0;
}

#website_competition_single_left {
  width: 250px;
  padding: 0 30px 50px 0;
  float: left;
}

#website_competition_single_left img {
  float: left;
}

#website_competition_single_left ul {
  padding-left: 10px;
  margin-bottom: 5px;
}

#website_competition_single_left ul li {
  line-height: 1.5em;
  margin-bottom: 10px;
  list-style: circle;
  padding-left: 0px;
}

#work_examples {
  clear: both;
}

#website_competition_single_right {
  width: 250px;
  float: left;
}

#website_competition_double_right {
  width: 530px;
  height: 550px;
  float: left;
}

#website_competition_double_left {
  width: 530px;
  padding-right: 30px;
  float: left;
}

#entry_form {
  border: 1px dashed #004D8F;
  padding: 10px;
}


#website_competition_single_right ul {
  padding-left: 10px;
  margin-bottom: 5px;
}

#website_competition_single_right ul li {
  line-height: 1.5em;
  margin-bottom: 10px;
  list-style: circle;
  padding-left: 0px;
}

#terms_and_conditions {
  clear: both;
  padding: 10px;
  border: dashed 1px #004D8F;
  font-size: 9px;
  margin: 30px 0 30px 0;
}

#terms_and_conditions  ol {
  padding-left: 20px;
}

#terms_and_conditions  ol li {
  padding-bottom: 8px;
}







