/*  
Theme Name: Belding
Theme URI: http://wordpress.org/
Description: Custon WordPress theme for Belding.
Version: 1.6
Author: Studio98
Author URI: http://studio98.com/

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	color:#231F20
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 11px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 20px;
	}

h2.pagetitle {
	font-size: 20px;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #729ECC;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em Arial, Helvetica, sans-serif, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	width: 723px;
	}

.narrowcolumn {
	padding: 15px 14px 0px 0px;
	margin: 0px;
	float:left;
	width: 420px;
	}

.widecolumn {
	padding: 15px 0 20px 0;
	margin: 0px auto 0 50px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

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

h2.pagetitle {
	text-align: left;
}

#sidebar h2 {
	padding: 5px 0px 0px;
	margin: 0px;
	}
h3 {
	padding: 0;
	margin: 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
/*	content: "\00BB \0020";
*/	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 8px 0 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px 0px;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	margin:0px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	margin:0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 15px 0 0px 0;
	width: 190px;
	float:left;
	}

#sidebar form {
	margin: 0px;
	padding:0px;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/***** Custom styles for Belding.com Blog *****/
body{margin:23px 0px 0px; padding:0px; background:#fff url(images/bg.gif) repeat-x top left !important; font-family:Arial, Helvetica, sans-serif;}
a img{border:0px;}
a{outline:none}

#wrapper{width:100%; height:auto}
#page-holder{width:723px; height:auto; margin:0px auto;}

/********** Header **********/
#header{width:auto; height:68px;}
#header:after{font-size:0px; line-height:0px; clear:both; visibility:hidden; display:block; height:0px; content:'.'}
#header #logo{float:left; width:251px; height:56px; padding:12px 0px 0px 12px; background:url(images/logo-bg.gif) no-repeat top left}
#header #logo img{float:left}
#header #logo img.belding{margin:26px 0px 0px 32px;}

#header #links{float:right; width:250px; padding-right:5px; height:auto;}
#header #links ul{list-style:none; padding:25px 0px 0px 0px; margin:0px; float:right}
#header #links ul li{float:left; padding:29px 0px 0px 0px; margin:0px; line-height:0px; font-size:0px;}
#header #links ul li a{text-decoration:none; margin:0px 12px}
#header #links ul li a:hover{text-decoration:none;}
#header #links ul li.last{float:left; padding-top:0px;}
#header #links ul li.last a{text-decoration:none; margin:0px 12px}
#header #links ul li.last a:hover{text-decoration:none;}

/********** Footer **********/
#footer{clear:both; width:auto; height:auto; color:#CADAEC; font-family:Arial, Helvetica, sans-serif; font-size:10px;}
#footer a{color:#CADAEC; font-family:Arial, Helvetica, sans-serif; font-size:10px;; text-decoration:none;}
#footer a:hover{color:#145DAA; font-family:Arial, Helvetica, sans-serif; font-size:10px;; text-decoration:none;}
#footer a .facebook{color:#4E81B6; font-family:Arial, Helvetica, sans-serif; font-size:10px;; text-decoration:none;}
#footer a:hover .facebook{color:#145DAA; font-family:Arial, Helvetica, sans-serif; font-size:10px;; text-decoration:none;}
#footer .left{width:325px; height:auto; float:left; padding:3px 0px 0px 5px;}
#footer .right{width:365px;; height:auto; float:right; text-align:right; padding:11px 5px 0px 0px;}


/********** Content Section **********/
#content-outer{width:723px; height:auto; background:url(images/content-bg.gif) repeat-y top left;}
#content-outer:after{font-size:0px; line-height:0px; clear:both; visibility:hidden; display:block; height:0px; content:'.'}
/* \*/ * html #content-outer{height:1px;} /* */

#content-top{width:723px; height:auto; background:url(images/content-top-bg.gif) no-repeat top left;}
#content-top:after{font-size:0px; line-height:0px; clear:both; visibility:hidden; display:block; height:0px; content:'.'}
/* \*/ * html #content-top{height:1px;} /* */

#content-btm{width:723px; height:auto; background:url(images/content-btm-bg.gif) no-repeat bottom left;}
#content-btm:after{font-size:0px; line-height:0px; clear:both; visibility:hidden; display:block; height:0px; content:'.'}
/* \*/ * html #content-btm{height:1px;} /* */

/********** Sub Pages **********/
.sub-content-wrapper{padding:3px 3px; width:717px; height:auto; margin:0px auto;}
.sub-content-wrapper:after{font-size:0px; line-height:0px; clear:both; visibility:hidden; display:block; height:0px; content:'.'}
/* \*/ * html .sub-content-wrapper{height:1px;} /* */

#left-nav{width:75px; height:auto; margin-top:18px; padding-left:10px; float:left; border-right:1px solid #89AED4}
#right{width:624px; height:auto; float:left; padding:0px 0px 0px 7px; margin:0px;}


/********** Left Navigation **********/
.link{width:auto; height:65px;}
#left-nav .link ul{list-style:none; padding:0px; margin:0px}
#left-nav .link ul li{width:auto; height:16px; font-size:0px; line-height:0px; padding:0px; margin:0px;}
#left-nav .link ul li a{text-decoration:none; display:block; width:auto; height:16px;}
#left-nav .link ul li a:hover{text-decoration:none;}

ul li.about a{ background:url(images/about.gif) no-repeat top left;}
ul li.who a{ background:url(images/who.gif) no-repeat top left;}
ul li.news a{ background:url(images/news.gif) no-repeat top left;}
ul li.services a{ background:url(images/services.gif) no-repeat top left;}
ul li.strategy a{ background:url(images/strategy.gif) no-repeat top left;}
ul li.creativity a{ background:url(images/creativity.gif) no-repeat top left;}
ul li.additionally a{ background:url(images/additionally.gif) no-repeat top left;}
ul li.portfolio a{ background:url(images/portfolio.gif) no-repeat top left;}
ul li.clients a{ background:url(images/clients.gif) no-repeat top left;}

#left-nav .link ul li a:hover{background-position:0px -16px;}
#left-nav .link ul li a.current{background-position:0px -16px;}


p, .postmetadata{color:#231F20; font-size:11px}
.postmetadata a{color:#B20838 !important; text-decoration:underline;}
.postmetadata a:hover{color:#B20838; text-decoration:none}

.navigation a{color:#B20838 !important; text-decoration:none}
.navigation a:hover{color:#B20838 !important; text-decoration:underline}


#sidebar ul{padding-left:10px;}
h2 a:hover{color:#145DAA}

#sidebar h2{color:#008E7F;}
#sidebar a{color:#008E7F; font-size:11px; text-decoration:none}
#sidebar a:hover{color:#008E7F; text-decoration:underline}

.entry p{font-size:11px;}
cite a, .commentmetadata a{color:#145DAA; text-decoration:underline}
cite a:hover, .commentmetadata a:hover{color:#145DAA; text-decoration:none}