/*
THEME NAME: Goodbrand
THEME URI: http://www.sennep.com
DESCRIPTION: Goodbrand custom theme based on sandbox
VERSION: 1.6.1
AUTHOR: <a href="http://www.sennep.com/">Sennep</a>
AUTHOR URI:
TAGS: sandbox, minimalist, white
*/

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
/*:focus {
	outline: 0;
}*/

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* BASIC */

body {
	width: 100%;
	text-align: center;
	font: 14px/19px Georgia, "Times New Roman", Times, serif;
	color:#666;
}

#mainContainer {
	width: 740px;
	text-align: left;
	margin: 58px auto 0 auto;
	text-align: left;
	overflow: auto;
}

.container {
	width: 740px;
	text-align: left;
	margin: 0 auto;
}

.entry-content ul {
	list-style-type: disc;
	padding: 0 0 0 15px;
}

/* LINKS */

a { 
	text-decoration: none;
	color: #666;
}

a:hover , a.selected, .current_page_item a {
	text-decoration: none;
	color: #df4f93;
}

.entry-content a
{
	color:#df4f93;
	font-style:italic;
	text-decoration:underline;
}


/* TEXT */

#mainContainer h1 {
	color: #aaa;
	font-size: 21px;
	line-height: 24px;
	padding-bottom: 11px;
	border: 0;
	font-weight: normal;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 40px 0;
}

	body.page #mainContainer h1 {
		margin-bottom:0;
		font-style:italic;
	}
	
	#mainContainer h1.page-title {
		font-style:italic;
	}

h2 {
	color: #df4f93;
	font-size: 21px;
	line-height: 24px;
	padding-bottom: 11px;
	border-bottom: 4px solid #f9dce9;
	font-weight: normal;
}

h2 a,
h2 a:visited
{
	color: #df4f93;
	text-decoration:none;
}
	.entry-content h2 {
		margin: 60px 0 19px 0;
	}
	.entry-content h2.first {
		margin-top: 0;
	}
	h2.page-title {
		margin: 0 0 40px 0;
	}
	#header h2 {
		font-size: 21px;
		color: #fff;
		border: 0;
		padding: 0;
		line-height: 24px;
	}

h3 {
	color: #df4f93;
	font-size: 16px;
	line-height:24px;
	padding-bottom: 9px;
	border-bottom: 4px solid #f9dce9;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	color: #df4f93;
}

p {
	line-height: 19px;
}
	p.italic {
		font-style: italic;
	}


/* TAGS AND CLASSES */

ol {
	list-style-type:decimal;
	padding: 0 0 0 23px;
}

#comments-list ol
{
		padding-left:0;
}

ul.menu {
	float:left;
	list-style: none;
}
	ul.menu  li {
		float: left;
		margin-right: 11px;
	}
	
		ul.menu  li img {
			vertical-align: middle;
		}
	ul.menu a {
		margin-right: 11px;
	}


.left {
	float: left;
}

.right {
	float: right;
}

.pink {
	color: #df4f93;
}


/* HEADER */

#header {
	width: 100%;
	height: 170px;
	border-bottom: 4px solid #e8e8e8;
	background-image: url('img/header_stretch_bg.jpg');
}
	#header .container {
		background-color: #333;
		height: 100%;
		background-image: url('img/header_bg.gif');
	}
	#header img {
		margin: 23px 0 0 0;
	}
	#header .post-meta-key {
		display: none;
	}
	
	/* vertical centering divs */
	.valignDiv1 {
		display: table;
		height: 137px;
		width:210px;
		#position: relative;
		overflow: hidden;
	}
	.valignDiv2{
		#position: absolute;
		#top: 50%;
		display: table-cell;
		vertical-align: middle;
	}
	.valignDiv3{
		#position: relative;
		#top: -50%;
	}
	
#searchForm {
	float: right;
}
	#searchForm input.text {
		border: 0;
		font-size: 14px;
		color: #aaa;
		font: 14px Georgia, "Times New Roman", Times, serif;
		height:18px;
		width:180px;
		margin-top:10px;
		padding:0;
	}
	
	
/* NAVIGATION */

#mainNav {
	height: 40px;
	border-bottom: 1px solid #e8e8e8;
}
	#mainNav ul.menu {
		padding: 10px 0 10px 0;
		height:20px;
	}
		
		#mainNav ul.menu li {
			margin-left: 11px;
			margin-right:0;
		}
		
		#mainNav ul.menu a {
			margin-left: 13px;
			margin-right:0;
		}
		
		#mainNav ul.menu li.first,
		#mainNav ul.menu li.first a {
			margin-left:0;
		}

		
/* SIDEBAR */

#sideBar {
	width: 180px;
	float: right;
	overflow: auto;
	padding: 2px 0 0 0;
}
	#sideBar a {
		display: block;
		padding: 7px 0;
	}
		#sideBar a.socialLink {
			display: block;
			float: left;
			width: 18px;
			height: 18px;
			padding: 0;
			margin: 7px 7px 7px 0;
		}
			#sideBar a.socialLink.twitter {
				background-image: url('img/social_icons/twitter.png');
				background-repeat: no-repeat;
			}
				#sideBar a.socialLink.twitter:hover {
					background-image: url('img/social_icons/twitter_hover.png');
				}
			#sideBar a.socialLink.rss {
				background-image: url('img/social_icons/rss.jpg');
				background-repeat: no-repeat;
			}
				#sideBar a.socialLink.rss:hover {
					background-image: url('img/social_icons/rss_hover.png');
				}
			
	#sideBar ul {
		margin: 0 0 28px 0;
		list-style: none;
	}
		#sideBar ul li {
			overflow: auto;
			border-bottom: 1px solid #f9dce9;
		}
			#sideBar ul li.current-cat a, #sideBar ul li.current-cat-parent a{
				color: #df4f93;
			}
		
		/* sub categories */
		#sideBar ul li ul.children {
			display: none;
			margin: -4px 0 10px 12px;
		}
		#sideBar ul li.current-cat ul.children, #sideBar ul li.current-cat-parent ul.children{
			display: block;
		}
		
			#sideBar ul li ul.children li {
				border: 0;
				margin: -2px 0 1px 0;
			}
				#sideBar ul li ul.children li a {
					font-style: italic;
					color: #b4b4b4;
					padding: 0;
					font-size: 12px;
					font-weight: normal;
					display: block;
				}
					#sideBar ul li ul.children li a:hover, #sideBar ul li ul.children li.current-cat a  {
						color: #949293;
						font-weight: bold;
					}
			
			
/*body.single #sideBar ul.categoryList a {
	color: #efefef;
}*/

body.page #sideBar,
body.search #sideBar{
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
}
	body.page #sideBar:hover,
	body.search #sideBar:hover{
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
	}
	/*body.page #sideBar h3 {
		color: rgba(223, 79, 147, .3);
		ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
		filter: alpha(opacity=30); 
		zoom: 1;      
	}
	body.page #sideBar a {
		color: rgba(102, 102, 102, .3);
		ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		zoom: 1;
	}
	body.page #sideBar a:hover {
		color: #666;
		color: rgba(102, 102, 102, 1);
		ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}*/
	
/* POSTS */

#mainContent {
	width: 500px;
	text-align: left;
	float: left;
	margin: 0 0 27px 0;
}

.post,
body.search .page {
	margin: 0 0 60px 0;
}
	.post p , .page p {
		margin: 0 0 19px 0;
	}
	
	.post p a,
	.post p a:visited,
	.page p a,
	.page p a:visited {
		text-decoration: underline;
		color: #df4f93;
		font-style: italic;
	}

	.post p a:hover,
	.post p a:visited:hover,
	.page p a:hover,
	.page p a:visited:hover {
		text-decoration: none;
	}
	
	.postInfo {
		color: #aaa;
		font-size: 12px;
		font-style: italic;
		padding: 6px 0 6px 0;
		border-bottom: 1px solid #e8e8e8;
		margin: 0 0 0 0;
	}
		.postInfo a {
			color: #aaa;
		}
		.postInfo a:hover {
			color: #df4f93;
		}
			
				.postInfo ul.menu  li img {
					margin-left: 11px;
				}
			.postInfo ul.menu a {
				margin: 0;
			}
		
	
	.entry-content {
		margin: 10px 0 0 0;
	}
		.entry-content.aboutpage {
			margin: 0 0 0 0;
		}
		
	
		
/* OTHER MAIN */

#blogPages {
	clear: both;
	border-top: 1px solid #e8e8e8;
	/*padding: 6px 0 6px 0;*/
	color: #aaa;
	overflow: auto;
	width:500px;
}
	#blogPages ul.menu {
		
	}
		#blogPages ul.menu  li {
			margin: 0;
			padding: 6px 0 9px 0;
		}
			#blogPages ul.menu  li .h {
				padding-right: 18px;
			}
		
		#blogPages ul.menu  a {
			color: #aaa;
			padding: 6px 11px 9px 11px;
			margin: 0;
			font-size: 14px;
			font-style: italic;
		}
		#blogPages ul.menu  a:hover, #blogPages ul.menu  a.selected{
			background: #f6f6f6;
			color: #666;
		}
		
#blogPages.prevnext {
	padding: 7px 0 10px 0;
}
	#blogPages.prevnext a {
		color: #aaa;
		font-style: italic;
	}
	#blogPages.prevnext a:hover {
		color: #df4f93;
	}
	
	#blogPages .left {
		width: 229px;
	}
	
	#blogPages .middle {
		float: left;
	}
	
	
/* CLIENTS */

#mainContainer h1.clients {
	margin: 0;
}

#clientsContent {
	margin: 30px 0 0 0;
	text-align: center;
	/*border-top: 1px solid #f0f0f0;*/
}
	#clientsContent img {
		margin: 0 70px 0 0;
	}
	
	#clientsContent img.last {
		margin: 0;
	}
	
	.clientRow {
		border-bottom: 1px solid #f0f0f0;
		height:123px;
	}

.quoted {
	font-style: italic;
	color: #aaa;
}


/* ABOUT */

#aboutContent {
	margin-top: 60px;
}
	#aboutContent p {
		margin: 0;
	}
		#aboutContent p.italic {
			margin-bottom: 19px;
		}
	
	#aboutContent ul.people {
	}
		#aboutContent ul.people li {
			border-bottom: 1px solid #ccc;
			position:relative;
			float:left;
			background: transparent url(img/people_bg.png) 250px 0 repeat-y;
		}
			#aboutContent ul.people li .teamInfo {
				padding: 10px 0 10px 262px;
				width: 239px;
				min-height:200px;
				height:auto !important;
				height:200px;
			}
				#aboutContent ul.people li .teamInfo.first {
				}

			#aboutContent ul.people li img {
				position:absolute;
				bottom:0;
				left:0;
				width: 250px;
				height: 220px;
			}
	
		
/* COMMENTS */

#comments {
	margin-bottom: 70px;
}
	#comments a {
		color: #df4f93;
		text-decoration: underline;
	}
	#comments a:hover {
		text-decoration: none;
	}

	#comments h3 {
		color: #aaa;
		font-size: 21px;
		padding-bottom: 11px;
		border: 0;
		font-weight: normal;
		border-bottom: 1px solid #e8e8e8;
	}
	
	.comment {
		overflow: auto;
		padding: 13px 0 0 0;
		border-top: 1px solid #e8e8e8;
		margin-top: -1px;
	}
		.comment .left {
			color: #aaa;
		}
		.comment .right {
			width: 364px;
		}
		.comment p {
			margin: 0 0 16px 0;
		}
		
		
/* LEAVE A COMMENT */

#respond {
	margin-top: 41px;
}

.formcontainer {
	margin-top: 17px;
}

span.required {
	color: #df4f93;
}

.formField {
	overflow: auto;
	margin-bottom: 12px;
}

.form-label{
	float: left;
	width: 136px;
	height: 20px;
}

.form-input input {
	width: 178px;
	height: 20px;
	color: #666;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

.form-textarea textarea {
	width: 360px;
	height: 103px;
	color: #666;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

.text {
	border: 1px solid #e8e8e8;
}

.form-submit input {
	width: 91px;
	height: 28px;
	font-style: italic;
	background: #df4f93;
	border: 0;
	color: #fff;
	cursor: pointer;
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.form-submit input::-moz-focus-inner
{  
	padding:0;  
	border:none;  
}  



/* FOOTER */

#footer {
	width: 100%;
	height: 123px;
	border-top: 4px solid #e8e8e8;
	margin-top: -1px;
}

body.page #footer {
	margin-top: 42px;
}

	#footer p {
		color: #aaa;
	}
		#footer p.first {
			margin: -0 0 11px 0;
		}
	
	#footer a {
		font-style: italic;
		color: #aaa;
	}
	#footer a:hover {
		color: #df4f93;
	}
	
	#footer .container {
		padding-top: 26px;
	}
	
	#footer #footerRight {
		padding-top: 49px;
	}
		/*#footer #footerRight img {
			margin-top: -13px;
			vertical-align: bottom;
			padding: 0 2px;
		}*/
		
		#footer #footerRight #linkDiv {
			width: 66px;
			height: 32px;
			padding: 0 4px;
			margin-top: -14px;
		}
			#footer #footerRight #linkDiv a {
				background-image: url('img/footer_logo.gif');
				background-repeat: no-repeat;
				display: block;
				width: 66px;
				height: 32px;
			}
			#footer #footerRight #linkDiv a:hover {
				background-image: url('img/footer_logo_over.png');
			}
	
	#footer #address {
		width: 410px;
	}
		#footer #address img {
			float: left;
			margin-right: 25px;
			margin-top: 4px;
		}
	
	#footer .right {
		text-align: right;
	}

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

em
{
	font-style:italic;
}

strong
{
	font-weight:bold;
}
	