/*
Theme Name: DCP Theme
Theme URI: http://www.dcp-uk.co.uk
Description: The default theme for DCP-UK
Version: 1.2
Author: Simon Davies
Author URI: http://www.justsearching.co.uk
Author URI: 
Tags: Green
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #FFF;
	color: #58595b;
	margin:0;
	padding:0;
}
a{
	color:#58595B;
	text-decoration:none;
	outline:none;
}

#headerWrapper{
	width:100%;
	background:url("../../../images/bgFix.png") no-repeat scroll center top #CBDB35;
}

#header{
	width:1000px;
	margin:0 auto;
	height:175px;
	background:url("../../../images/header.png") no-repeat scroll left top transparent;
}


#header ul{
clear:both;
display:block;
float:right;
list-style:none outside none;
margin:103px 0 0 386px;
padding:0;
position:absolute;
width:615px;
background:#FFF;
}

#header ul li{
	display:block;
	float:left;
}

#header ul li ul{
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #F78E1E;
clear:none;
float:none;
/*left:-9999px;*/
display:none;
margin:30px 0 0;
padding:4px 0;
position:absolute;
	top: auto;
	left: auto;
	margin-left:-100px;
width:auto;
}

#header ul li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	margin-left:0;
}

#header ul li:hover ul, #header ul li.over ul { /* lists nested under hovered list items */
	/*left:auto;*/
	display:block;
	
}


#header ul li ul li{
	float:none;
}

#header ul li ul li a{
float:none;
font-size:150%;
font-weight:bold;
height:auto;
margin:0 4px;
padding:4px;
text-align:left;
width:232px;
}

#header ul li a{
	background:none repeat scroll 0 0 white;
	color:#6D6E71;
	display:block;
	float:left;
	font-size:180%;
	font-weight:bold;
	height:26px;
	padding:4px 10px 0;
	text-align:center;
	text-decoration:none;
}

#header ul li a:hover{
	background-color:#F78E1E;
	color:#FFF;
}

#header ul li.current_page_item ul li a {
	background-color:#FFF;
	color:#6D6E71;
}

#header ul li.current_page_item ul li a:hover {
	background-color:#F78E1E;
	color:#FFF;
}

#header ul li.current_page_item a{
	background-color:#F78E1E;
	color:#FFF;
}

#header .login{
	clear:both;
	float:right;
	font-size:150%;
	margin:3px 5px;
}

#header .login a{
	color:#58595B;
	text-decoration:none;
}

#header .login a:hover{
	color:#F78E1E;
}

#header #searchform{
	clear:both;
	display:block;
	float:right;
	margin:10px 0 0;
}

#header #searchform input{
	border:1px solid #888888;
	padding:1px;
	margin:0;
}

#header #searchform #searchsubmit{
	background:#F78E1E;
	color:#FFF;
	padding:0;
	cursor:pointer;
}

#header .contact{
	background:url("../../../images/phone.png") no-repeat scroll left center transparent;
	clear:both;
	float:right;
	font-size:252%;
	font-weight:bold;
	height:39px;
	line-height:36px;
	padding-left:33px;
	margin-top:3px;
}

#header .contact span.highlight{
	color:#F78E1E;
}


#wrapper{
	width:1000px;	
	margin:0 auto;
}

.content p{
	font-size:170%;
}

.content a{
	color:#F78E1E;
}

.content a:hover{
	color:#F78E1E;
	text-decoration:underline;
}

#footerWrapper{
background:#CEDD3F;
clear:both;
float:left;
width:100%;
}

#footer{
background:url("../../../images/footerBG.png") repeat-y scroll left top transparent;
height:150px;
margin:0 auto;
padding:20px 0 0;
width:1000px;
}

#footer .contact{
background:url("../../../images/phone.png") no-repeat scroll left center transparent;
clear:both;
float:right;
font-size:200%;
font-weight:bold;
height:39px;
line-height:36px;
padding-left:44px;
width:510px;
}

#footer .contact span.highlight, #footer .mailContact span.highlight {
	color:#F78E1E;
}

#footer a.feed{
	color:#F78E1E;
}

#footer .mailContact{
background:url("../../../images/mailRss.png") no-repeat scroll left top transparent;
float:right;
font-size:200%;
font-weight:bold;
line-height:39px;
margin:0;
padding:1px 0 0 45px;
width:510px;
}

#footer .footerLinks{
	list-style:none outside none;
	margin:0 0 0 2px;
	padding:0;
}

#footer .footerLinks li{

}

#footer .footerLinks li a{

}

#footer .footerLinks li a:hover{
	color:#F78E1E;
	text-decoration:underline;
}

#footer .footerLinksList{
	float:left;
	margin:0 0 0 35px;
	width:160px;
}

#footer h4{
	border-bottom:1px solid #58595B;
	color:#F78E1E;
	font-size:200%;
	font-weight:bold;
	margin:0;
	padding-left:1px;
}

h3{
	background:none repeat scroll 0 0 #CBDC36;
	font-size:240%;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

h2{
	color:#F78E1E;
	font-size:250%;
	margin:0 0 5px;
}

h1{
	background:none repeat scroll 0 0 #CBDC36;
	font-size:240%;
	font-weight:bold;
	margin:10px 0;
	padding:5px 0 5px 15px;
}

#serviceInfo{
	float:left;
	height:392px;
	width:333px;
	overflow:auto;
}

#serviceInfo p{
	font-size:150%;
	margin:0 10px 0 0;
}

#serviceInfo a.findOutMore{
background:url("../../../images/smallLogo.png") no-repeat scroll right top transparent;
	color:#6D6E71;
	display:block;
	font-size:200%;
	font-weight:bold;
	padding:9px 0;
	text-decoration:none;
	width:200px;
}

#serviceInfo ul.fader{
	padding:0;
	margin:0;
	float:left;
}

#serviceInfo a.findOutMore:hover{
	background:url("../../../images/smallLogo.png") no-repeat scroll right top transparent;
		color:#F78E1E;
}

#ourServices{
	float:left;
	height:395px;
	margin:0 0 0 10px;
	width:657px;
}

#ourServices ul{
	list-style:none;
	padding:0;
	margin:0;
}

#ourServices ul li a{
	color:#cacbcd;
	float:left;
	font-size:180%;
	height:128px;
	padding:5px 5px 33px;
	text-align:center;
	text-decoration:none;
	width:154px;
}

/*home page our services links*/
#ourServices ul li #corporate{	background:url("../../../images/corporateBrandingOff2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #corporate.current { background:url("../../../images/corporateBrandingOn2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #corporate:hover{background:url("../../../images/corporateBrandingOn2.png") no-repeat scroll 13px 53px;}

#ourServices ul li #creative{background:url("../../../images/creativePackagingOff2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #creative.current { background:url("../../../images/creativePackagingOn2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #creative:hover{background:url("../../../images/creativePackagingOn2.png") no-repeat scroll 13px 53px;}

#ourServices ul li #multi{background:url("../../../images/multilingualOff2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #multi.current{background:url("../../../images/multilingualOn2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #multi:hover{background:url("../../../images/multilingualOn2.png") no-repeat scroll 13px 53px;}

#ourServices ul li #braille{background:url("../../../images/brailleOff2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #braille.current{background:url("../../../images/brailleOn2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #braille:hover{background:url("../../../images/brailleOn2.png") no-repeat scroll 13px 53px;}

#ourServices ul li #proto{background:url("../../../images/prototypinglOff2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #proto.current{background:url("../../../images/prototypinglOn2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #proto:hover{background:url("../../../images/prototypinglOn2.png") no-repeat scroll 13px 53px;}

#ourServices ul li #brand{background:url("../../../images/brandSecurityOff2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #brand.current{background:url("../../../images/brandSecurityOn2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #brand:hover{background:url("../../../images/brandSecurityOn2.png") no-repeat scroll 13px 53px;}

#ourServices ul li #repro{background:url("../../../images/reprographicsOff2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #repro.current{background:url("../../../images/reprographicsOn2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #repro:hover{background:url("../../../images/reprographicsOn2.png") no-repeat scroll 13px 53px;}

#ourServices ul li #online{background:url("../../../images/onlineApprovalOff2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #online.current{background:url("../../../images/onlineApprovalOn2.png") no-repeat scroll 13px 53px;}
#ourServices ul li #online:hover{background:url("../../../images/onlineApprovalOn2.png") no-repeat scroll 13px 53px;}

#ourServices ul li{
	background-color:#909194;
	float:left;
}

#ourServices ul li.odd{
	background-color:#787a7d;
}

#ourServices ul li a.current{
	background-color:#6d6e71 !important;
	color:#FFF;
}

#news{
	float:left;
	margin:0 10px 0 0;
	width:333px;
}

#news ul{
	list-style:none;
	padding:0;
	margin:0;
}

#news ul li{
	padding:0;
	margin:0;
}


#news ul li a{
	background:url("../../../images/smallerLogo.png") no-repeat scroll 4px center transparent;
	color:#6D6E71;
	display:block;
	font-size:140%;
	padding:10px 0 10px 50px;
	text-decoration:none;
}
#news ul li a:hover{
	color:#F78E1E;
	background:url("../../../images/smallLogo.png") no-repeat scroll left center transparent;
}

#aboutUs{
	background:url("../../../images/DCP.png") no-repeat scroll right 30px transparent;
	float:left;
	height:285px;
	padding:0 0 10px;
	width:657px;
}

#aboutUs p{
	font-size:140%;
	width:333px;
}

#aboutUs a.findOutMore{
	background:url("../../../images/smallerLogo.png") no-repeat scroll right 8px transparent;
	color:#6D6E71;
	display:block;
	font-size:200%;
	font-weight:bold;
	padding:9px 0;
	text-decoration:none;
	width:200px;
}

#aboutUs a.findOutMore:hover{
	background:url("../../../images/smallLogo.png") no-repeat scroll right top transparent;
	color:#F78E1E;
}

/*Blog*/

.blogArticle{
	width:780px;
}

.blogArticle h2{
	
}

.blogArticle h2 a{
	background:none repeat scroll 0 0 #CBDC36;
	color:#FFFFFF;
	padding:5px 0 5px 15px;
	display:block;
	text-decoration:none;
}

.blogArticle h2 a:hover{
	color:#F78E1E;
	text-decoration:none;
}

.blogArticle h3{
	background:transparent;
	font-size:200%;
	font-weight:bold;
	margin:10px 0 5px 0;
	padding:0;
	color:#F78E1E;
}

#sidebar{
	border:1px solid #CBDC36;
	float:right;
	width:200px;
}

#sidebar h2{
	font-size:170%;
	margin:10px 0 0;
}

#sidebar a{
	text-decoration:none;
	color:#58595b;
}

#sidebar a:hover{
	color:#F78E1E;
}

#sidebar ul{
	list-style:none outside none;
	padding:0 0 0 20px;
}

#sidebar ul li{
	
}

#sidebar ul li ul{
	list-style:none outside none;
	padding:0;
	font-size:120%;
}

#sidebar ul li ul li{

}

.navigation{
	float:left;
	margin:0 0 10px;
	width:780px;
}

.navigation a{
	font-size:130%;
	color:#F78E1E;
}

.navigation a:hover{
	text-decoration:underline;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

p.postmetadata a{
	color:#F78E1E;
}

p.postmetadata{
	font-size:150%;
}

p.postmetadata a:hover{
	text-decoration:underline;
}

#attachment_85{
margin-left:50px;
}

#attachment_84{
margin-right:130px;
}


#brandsecurity{
background:url("../../../images/security.png") no-repeat scroll center top transparent;
font-size:150%;
height:328px;
padding-left:522px;
padding-right:147px;
padding-top:324px;
}

.content p strong, #brandsecurity strong{
	color:#F78E1E;
}

.wpcf7 address{
	font-size:175%;
}

.jobOpp{
border:1px solid #CCCCCC;
float:left;
margin:5px;
padding:10px;
width:300px;
}

.jobOpp h2 a{
	font-size:75%;
	color:#F78E1E;
}

.jobOpp h2 a:hover{
	color:#F78E1E;
}

.jobOpp p{
	margin:5px 0 0 0;
}

.aligncenter, div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

#serviceInfo div{
	float:left;
}

ul.socialFooterLinks{
	height:50px;
	list-style:none outside none;
	margin:0 auto;
	width:1000px;
}

ul.socialFooterLinks li{
	float:left;
}

ul.socialFooterLinks li a{
	display:block;
	height:50px;
	text-indent:-999px;
	width:75px;
}

ul.socialFooterLinks li.digg a{
background:url("/images/diggOff.png") no-repeat scroll 0 15px  transparent;
}
ul.socialFooterLinks li.facebook a{
background:url("/images/facebookOff.png") no-repeat scroll 0 15px  transparent;
}
ul.socialFooterLinks li.twitter a{
background:url("/images/twitterOff.png") no-repeat scroll 0 15px  transparent;
}

ul.socialFooterLinks li.digg a:hover{
background:url("/images/diggOn.png") no-repeat scroll 0 10px transparent;
}
ul.socialFooterLinks li.facebook a:hover{
background:url("/images/facebookOn.png") no-repeat scroll 0 10px transparent;
}
ul.socialFooterLinks li.twitter a:hover{
background:url("/images/twitterOn.png") no-repeat scroll 0 10px transparent;
}
