/*
Theme Name: studiodm
Theme URI: http://studiodm.co.uk
Description: Theme for studiodm website
Version: 1.0
Author: <a href="http://studiodm.co.uk">STUDIOdm</a>
*/

body
{  
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #555;
	font-size:62.5%;
}

.cleared {clear: both;line-height:0;height:0;font-size:0;}

.hide{display: none;}


/*MAIN STYLES*/
#header{
    margin-bottom:20px;
}
#header h1, #header h2
{
	display: none;
}

#container
{
	width: 950px;
	margin: 0 auto;
}

#header
{
	position: relative;
	height: 100px;
	border-bottom: 3px solid #e4e4e4;
}

#logo
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 50px;
}

#logo a img
{
	border: none;
}



#nav
{
	position: absolute;
	bottom: 0;
	right: -10px;
	height: 40px;
	text-align: right;
}

a {
	color:#E20A49;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* START NAVIGATION */

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav ul li
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li a
{
	display: block;
	float: left;
	height: 40px;
	background-position: 0 0;
}

li.welove a
{
	width: 55px;
	background: url('images/welove_btn.jpg') no-repeat;
}

li.home a
{
	width: 65px;
	background: url('images/home_btn.jpg') no-repeat;
}

li.projects a
{
	width: 100px;
	background: url('images/projects_btn.jpg') no-repeat;
}

li.people a
{
	width: 90px;
	background: url('images/people_btn.jpg') no-repeat;
}

li.clients a
{
	width: 85px;
	background: url('images/clients_btn.jpg') no-repeat;
}

li.blog a
{
	width: 65px;
	background: url('images/blog_btn.jpg') no-repeat;
}

li.contact a
{
	width: 100px;
	background: url('images/contact_btn.jpg') no-repeat;
}

#nav ul li a:hover,#nav ul li a.hover

{
	background-position: 0 100%;
}

.navigation a{
    font-size:1.1em;
}


/* END NAVIGATION */


.grey{
    margin-top:30px;
    background:#e4e4e4;
    float:left;
    display:inline;
    width:90%;
    padding:20px;
    
    
}
#content {
float:left;
width:580px;
}

#content h2 {
font-size:20px;
margin:0 0 7px 0;
}

#container .post h2 a , #content h2 a{
color:#333;
text-decoration:none;
}

/*#content h2 a:hover {
color:#c00;
}*/

h2#post-2
{
	margin: 0;
}

#content h2.archive {
font-weight:normal;
font-size:21px;
color:#E20A49;
padding:0;
margin:20px 0 20px 0;
border:none;
text-align:left;
}
.post{
	width: 580px;
	float: left;
    margin-top:0;
	margin-bottom: 40px;
    font-size:1.3em;
}


.comments {
color:#aaa;
font-size:0.85em;
margin:0 0 15px 0;
}

.comments a {
background:#fff;
padding:0 7px 5px 0;
color:#E20A49;

}

.comments a:hover {
text-decoration:none;

}

.main h3 {
font-size:16px;
font-weight:normal;
margin:0 0 15px 0;
}

.main img {
padding:2px;
}

.main a img {
border:0;
}

.main a:hover img {
border:0;
}

.main p {
line-height:18px;
margin:0 0 15px 0;
}

.main ol {
line-height:18px;
margin:0 0 15px 30px;
}

.main ul {
line-height:18px;
margin:0 0 15px 30px;
}

.main li {
margin:0 0 5px 0;
}

.meta {
background:#f3f3f3;
font-size:11px;
line-height:15px;
color:#333;
padding:5px 10px;
margin:0 0 30px 0;
border-top:#bbb 1px solid;
}

.signature {
float:left;
padding:0 15px 0 0;
border-right:#bbb 1px solid;
width:200px;
}

.tags {
float:left;
padding:0 0 0 15px;
width:440px;
}


#sidebar {
font-size:12px;
float:right;
width:320px;
padding:0 0 20px 15px;
margin:0 0 20px 0;
}

#sidebar h3 {
font-size:14px;
margin:20px 0 5px 0;
}

#sidebar ul {
list-style:none;
padding:0 0 0 10px;
}

#sidebar ul ul {
margin:5px 0 0 10px;
}

#sidebar ul ul ul {
margin:5px 0 0 10px;
}

#sidebar ul li {
padding:0 0 5px 0;
}

#sidebar.contact-sb
{
	font-size: 12px;
}

#author h3 {
margin:5px 0 5px 0;
}

#searchform {
margin:15px 0 0 0;
}

#searchform input {
background:#222;
font-size:11px;
margin:2px 0;
padding:1px 4px 2px 4px;
border:#888 1px solid;
color:#eee;
}

#searchform input:hover {
background:#333;
border:#999 1px solid;
color:#fff;
cursor:pointer;
}

#searchform #s {
background:#f6f6f6;
font-size:11px;
margin:2px 0;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

#searchform #s:hover {
border:#c00 1px solid;
cursor:text;
}

input.searchfield {
background:#f6f6f6;
font-size:11px;
display:block;
margin:5px 0 8px 0;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

input.searchfield:hover {
background:#eee;
color:#222;
}

input.submit {
background:#777;
font-size:13px;
display:block;
margin:0 0 10px 0;
padding:3px 6px;
border:#888 1px solid;
color:#eee;
}


input.submit:hover {
background:#333;
cursor:pointer;
border:#999 1px solid;
color:#fff;
}

input.subcom {
background:#eee;
font-size:13px;
margin:0 0 10px 0;
padding:5px;
border:#888 1px solid;
color:#222;
}

input.subcom:hover {
background:#222;
cursor:pointer;
border:#888 1px solid;
color:#eee;
}

input.comment {
background:#f6f6f6;
font-size:13px;
padding:3px 6px;
border:#aaa 1px solid;
color:#222;
}


textarea {
background:#f6f6f6;
font-size:12px;
width:400px;
padding:2px 4px;
border:#aaa 1px solid;
color:#222;
}

.postinput small {
font-size:11px;
margin:0 0 0 5px;
}

p.logged {
font-size:12px;
}

h3.reply {
font-size:15px;
margin:20px 0 10px 0;
}

.nocomments {
margin:0 0 30px 0;
}

ol.commentlist {
font-size:12px;
list-style:none;
margin:10px 0 30px 0;
border-bottom:#bbb 1px solid;
padding:0;
}

.commentlist li {
border-top:#bbb 1px solid;
padding:0 0 10px 10px;

}

.commentlist li.bypostauthor {
background-color:#f3f3f3;
}

.comment_mod {
margin:10px 0 0 10px;
}

.comment_mod em {
background-color:#fff897;
padding:1px 3px;
}

.comment_author {
margin:10px 0;
}



.comment_author p {
line-height:20px;
margin:0;
}

.comment_author small {
font-size:11px;
}

.comment_text {
float:left;
width:470px;
}
.avatar{
    float:left;
    margin:0 10px 0 0;
}

.comment_text p {
line-height:18px;
margin:7px 0;
}

.comment_meta {
font-size:12px;
}

#commentform p {
line-height:18px;
margin:0 0 15px 0;
}

blockquote {
background:url(images/quote.gif) no-repeat top left;
padding:0 0 0 60px;
min-height:50px;
}


/* START FOOTER */

#footer
{
	float: right;
	width: 315px;
	border-top: 3px solid #e4e4e4;
	padding-top: 5px;
	text-align: right;
	color: #999999;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer ul li
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li a
{
	display: block;
	float: right;
	width: 50px;
	padding: 5px 10px 5px 10px;
	margin-top: -5px;
	text-decoration: none;
	text-align: center;
	background: #e4e4e4;
	color: #999999;
}

#footer ul li a:hover
{
	background: #ffffff;
}

#footer ul li.nrb a
{
	border-right: none;
}

/* END FOOTER */
.clear {
clear:both;
}

.warning p {
background:url(images/warning.gif) no-repeat left;
height:160px;
padding:20px 0 0 90px;
font-size:20px;
margin:0 0 0 10px;
}

#wp-calendar {
padding:10px 0 0 0;
font-size:12px;
}

#wp-calendar caption {
text-align:left;
padding:0 0 5px 0;
}

#wp-calendar tr th,
#wp-calendar tr td {
padding:0 6px 0 0 ;
text-align:right;
}

#wp-calendar td a {
font-weight:bold;
}

#wp-calendar td a:hover {
font-weight:bold;
}

img.wp-smiley {
padding:0;
border:none;
}


abbr {
border:none;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
margin:10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

/* self-clear floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* IE Hacks */


* html .group
{
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}

* html #nav ul li a {
display: inline;
}

.clients{
    font-size:1.4em;
}

.clients-content
{
	width: 580px;
}

.clients-content .post
{
	font-size: 1em;
}

.ngg-galleryoverview .slideshow
{
	text-align: left;
}



.stepcarousel{
position: relative; /*leave this value alone*/
border: 5px solid #e4e4e4;
overflow: scroll; /*leave this value alone*/
width: 270px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
background: #f0f0f0;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel a img
{
	border: none;
}


a img.noborder, a:hover img.noborder
{
	text-decoration: none;
	border: none;
}

.custom-hp-sidebar
{
	width: 319px;
	float: left;
	margin: 0 0 0 50px;
	padding: 0 0 0 0;
}

.custom-hp-sidebar .thumbnails
{
	margin: 0 0 10px 0;
	background: #e4e4e4;
	padding: 10px;
}

.custom-hp-sidebar .thumbnails a img
{
	float: left;
	margin: 0 10px 0 0;
	border: none;
}

.custom-hp-sidebar p.title, .custom-hp-sidebar p.date
{
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.custom-hp-sidebar p.date
{
	font-size: 11px;
	margin-bottom: 2px;
}

.custom-hp-sidebar p.date a
{
	color: #999;
}

.custom-hp-sidebar a
{
	text-decoration: none;
	color: #333;
}

.custom-hp-sidebar a:hover
{
	text-decoration: underline;
}


#hp-holdall
{
	padding: 40px 0 0 0;
}


/* Remove credit link from sitemap page */
.ddsg-wrapper div p
{
	display: none;
}

.facebook
{
	float: right;
	margin: 0 20px 0 10px;
}

.myownwords-title
{
	clear:both;
	margin:0 0 -10px 0;
	font-weight:bold;
}

#hp-holdall p
{
	margin-top: 0;
}







.ppl-frame
{
	width: 225px;
	height: 225px;
	float:left;
	margin:0 20px 20px 0;
	background: #f0f0f0;
}

#sdm129
{
	background: url(images/frame1.jpg) no-repeat 0 0;
}

#sdm112, #sdm1546
{
	background: url(images/frame2.jpg) no-repeat 0 0;
}

#sdm116
{
	background: url(images/frame3.jpg) no-repeat 0 0;
}

#sdm122
{
	background: url(images/frame4.jpg) no-repeat 0 0;
}

#sdm114, #sdm1542
{
	background: url(images/frame5.jpg) no-repeat 0 0;
}

#sdm118
{
	background: url(images/frame6.jpg) no-repeat 0 0;
}

#sdm1550
{
	background: url(images/frame7.jpg) no-repeat 0 0;
}

#sdm105, #sdm1037
{
	background: url(images/frame8.jpg) no-repeat 0 0;
}

#sdm124
{
	background: url(images/frame8.jpg) no-repeat 0 0;
}


img.ppl-img
{
	margin: 40px 0 0 40px;
}


.contact-text
{
	font-size: 14px;
}



#sidebar .post
{
	width: 320px;
	float: left;
    margin:0;
    font-size:14px;
}

#sidebar.contact-sb
{
	text-align: left;
}

#name, #email, #reason, #phone, #url, #spamq
{
	width: 240px;
	background: #fff;
	border: 1px solid #666;
}

#message
{
	width: 250px;
}


.whythis
{
	display: block;
	clear: both;
}

#post-2
{
	display: none;
}

#gb_form_div
{
	margin-top: 20px;
	font-size: 14px;
	text-transform: lowercase;
}


#post-559, #post-19
{
	display: none;
}




.hp-wwf
{
	height: 25px;
}




#footer ul li a.pb-wordpress
{
	width: 75px;
	padding-right: 18px;
	padding-left: 2px;
	background: #fff url(images/wordpress_logo_fi.jpg) no-repeat 91% 2px;
	text-align: left;
}

.cloud
{
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
	text-align: right;
}

#content .post.archive
{
	margin: 0 0 0 0;
}

#content .post.archive h2
{
	font-size: 12px;
}

#content .post.archive h2 a
{
	color: #E20A49;
	font-weight: normal;
	text-decoration: underline;
}

#content .post.archive h2 a:hover
{
	text-decoration: none;
}

#content .post.archive h2 .arch-cat a, #content .post.archive h2 .arch-cat
{
	color: #999;
	font-size: 11px;
	font-weight: normal;
}





.hp-preslog
{
	position: relative;
	width: 580px;
	height: 150px; /*old 150*/
	background: url(images/yearbook_link.jpg) no-repeat 0 0;
	margin: 0 0 0 0; /*old topmargin 40*/
}

a.hp-pres-link
{
	position: absolute;
	display: block;
	width: 290px;
	height: 115px;	
	top: 83px; /*old 23*/
}

.hp-logos
{
	position: absolute;
	top: 42px; /*withman 102*/
	right: 35px;
	width: 246px;
	height: 75px;
}

.hp-logos img
{
	float: right;
	margin: 0 10px 0 0;
}

.hp-logos img.nm-r
{
	margin-right: 0;
}


#main
{
	position: relative;
}

#mentor-award
{
	display: block;
	position: absolute;
	bottom: 120px;
	right: -25px;
	height: 97px;
	width: 97px;
	background: transparent url(images/mentor_award.gif) no-repeat 0 0;
}


#main h1
{
	margin: 0 0 15px 0;
}

a.blog-archive
{
	margin: 0 0 0 12px;
	font-weight: bold;
}

a.all-projects, a.all-clients
{
	display: block;
	margin: 30px 0 -10px 0;
	font-weight: bold;
}

.clients h2
{
	display: none
}

.directions-panel
{
	float: right;
	width: 220px;
	height: 205px;
	padding: 0 10px 10px 10px;
	margin-right: -20px;
	border: 1px solid #e4e4e4;
	font-size: 14px;
}

.directions-panel input
{
	margin: 0 0 10px 0;
}

.we-love
{
	background: url(images/welove_bg.jpg) no-repeat 0 0;
	padding: 150px 60px 50px 60px;
	height: 530px;
	margin-bottom: 20px;
}

.we-love #content, .we-love #content .post
{
	width: 100%;
}

.we-love #content .post h2
{
	display: none;
}

.we-love #content .post .main p
{
	font-size: 22px;
	line-height: 40px;
	text-transform: lowercase;
	text-align: justify;
}


a.hp-dupe-link
{
	display: inline-block;
	font-size: 14px;
	color: #777;
	margin: 10px 0 0 0;
}

a.Cmas-ecard
{
	display: block;
	width: 315px;
	height: 100px;
	margin: 0 0 0 5px;
	background: url(images/cmas_btn.jpg) no-repeat 0 0;
}

#sitemaplist li
{
	margin: 0 0 10px 0;
}

#sitemaplist a
{
	text-decoration: none;
}

#sitemaplist a:hover
{
	text-decoration: underline;
}