/*
Theme Name: Digital Pop
Theme URI: http://www.digitalpop.co.uk/
Description: Digital Pop theme.
Version: 2.0
Author: Martin Bean
Author URI: martin@digitalpop.co.uk
Tags: dark, pink
*/

@import url('reset.css');

body {
	color: #eee;
	font: normal 10px/1.5 Tahoma, sans-serif;
	background: #4b5b5c url(./images/background.gif) repeat-x 0 0;
	text-align: center;
}

a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a img {
	border: none;
}
a:link {
	color: #6fa6a6;
	border-color: #6fa6a6;
}
a:visited {
	color: #6fa6a6;
	border-color: #6fa6a6;
}
a:hover, a:active {
	color: #f277bb;
	border-color: #f277bb;
	border-style: solid;
}
a:active {
	color: #f2309b;
	border-color: #f2309b;
	outline: 1px dotted #f2309b;
}
a:focus {
	color: #6fa6a6;
	outline: 1px dotted #eee;
}

strong {
	color: #fff;
	font-weight: normal;
}

h1, #sidebar h2 {
	color: #f2309b;
	font: normal 20px Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	background: url(./images/heading-border.gif) repeat-x 0% 100%;
	margin: 1.5em 0 0.5em;
	padding: 0 0 0.5em;
}

fieldset {
	border: none;
}
label {
	display: block;
	padding-bottom: 0.25em;
	vertical-align: top;
}
input.text, textarea {
	color: #eee;
	font: normal 13px Tahoma, sans-serif;
	background: #3c454a;
	display: block;
	width: 90%;
	margin: 0 0 1em;
	padding: 3px;
	border: solid 2px #4b5b5c;
}
input.text:focus, input.text.focus,
textarea:focus, textarea.focus {
	border-color: #f277bb;
	outline: none;
}
button, input.submit, input.button {
	font: normal 13px Tahoma, sans-serif;
	margin: 0 0 1em;
	padding: 0.25em 0.5em;
	cursor: pointer;
}
textarea {
	overflow: auto;
}

dl {
	margin: 0 0 1em;
	overflow: auto;
}
dl.contact_details dt {
	color: #f277bb;
	float: left;
	width: 3.5em;
	clear: left;
}
dl.contact_details dd {
	margin-left: 3.5em;
}
/*
dl,dt,dd {
	display: block;
}

dl.contact_details dt, dl.contact_details dd {
	float: left;
}
dl.contact_details dt {
	color: #f277bb;
	width: 3.5em;
	clear: left;
}
dl.contact_details.staff dt {
	text-align: right;
	width: 5em;
}
*/
dd.linkedin a,
dd.skype a {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 21px;
	border: none;
}
dd.linkedin a span,
dd.skype a span {
	border-bottom: 1px dotted #6fa6a6;
}
dd.linkedin a:hover span,
dd.skype a:hover span {
	border-color: #f277bb;
}
dd.linkedin a { background-image: url(./images/icon-linkedin.gif); }
dd.skype a { background-image: url(./images/icon-skype.gif); }

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

#logo {
	display: block;
	width: 392px;
	height: 242px;
	margin: 10px auto 20px;
}
#logo a, #logo img {
	display: block;
	border: none;
}
#logo a:focus {
	outline: 1px dotted #4b5b5c;
}

#navigation {
	background: url(./images/nav-centre.gif) repeat-x 50% 0%;
	height: 41px;
}
#navigation_left {
	background: url(./images/nav-left.gif) no-repeat 0% 0%;
	height: 100%;
	padding-left: 44px;
}
#navigation_right {
	background: url(./images/nav-right.gif) no-repeat 100% 0%;
	height: 100%;
}
#navigation li {
	background: url(./images/nav-divider.gif) no-repeat 0% 50%;
	display: inline;
	float: left;
	margin: 4px 0;
	padding-left: 1px;
	list-style: none;
}
#navigation li.first {
	background: none;
	padding-left: 0;
}
#navigation li a {
	color: #eee;
	font-size: 16px;
	display: block;
	float: left;
	margin: 0 9px;
	padding: 0;
	border: none;
	/* if you have Internet Explorer then tough: you won't see this effect... */
	text-shadow: rgba(51,0,0,0.5) 1px 1px 1px;
}
#navigation li a:focus {
	outline: 1px dotted #fbc6e3;
}
#navigation li a span {
	display: block;
	margin-left: 4px;
	padding: 3px 12px 5px 8px;
	border: none;
}
#navigation li a:hover, #navigation li.selected a {
	color: #fff;
	background: url(./images/nav-hover.gif) no-repeat 0% 50%;
}
#navigation li a:hover span, #navigation li.selected a span {
	background: url(./images/nav-hover.gif) no-repeat 100% 50%;
}

#content {
	font-size: 13px;
	text-align: left;
	background: url(./images/nav-shadow.gif) no-repeat 50% 0%;
	width: 900px;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	padding: 10px 0 30px;
	overflow: auto;
}
#content p {
	margin-bottom: 1em;
}
#content ol, #content ul {
	line-height: 1.75;
	margin: 0 0 1em 1em;
}
#content ul li {
	list-style-type: none;
	background: url(./images/bullet.gif) no-repeat 0% 9px;
	padding-left: 1em;
}

#main_column {
	float: left;
	width: 540px;
}
#main_column h2 {
	color: #f2309b;
	font: normal 16px Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	background: url(./images/heading-border.gif) repeat-x 0% 100%;
	margin: 1.5em 0 0.5em;
	padding: 0 0 0.5em;
}

#sidebar {
	float: right;
	width: 300px;
}
#sidebar #external_links {
	display: block;
	overflow: auto;
	margin: 0 0 2em -20px;
}
#sidebar #external_links li {
	font-size: 12px;
	background: none;
	display: inline;
	float: left;
	width: 140px;
	margin-left: 20px;
	padding-left: 0;
	list-style-type: none;
}
#sidebar #external_links li a {
	overflow: hidden;
	display: block;
	width: 140px;
	border: none;
}
#sidebar #external_links li a {
	height: 53px;
}
#sidebar #external_links li a img {
	display: block;
	margin-top: 0;
}
#sidebar #external_links li a:hover img {
	margin-top: -53px;
}

#latest_tweet h2 {
	color: #3cf;
}
#latest_tweet a:link, #latest_tweet a:visited {
	color: #6fa6a6;
	border-color: #6fa6a6;
}
#latest_tweet a:hover {
	color: #3cf;
	border-color: #3cf;
}
#latest_tweet a:active {
	color: #99e6ff;
	border-color: #99e6ff;
}
#latest_tweet blockquote {
	font: italic 14px/1.5 Georgia, 'Times New Roman', sans-serif;
	background: url(./images/quote.gif) no-repeat 0% 0%;
	display: block;
	margin-bottom: 1em;
	padding-left: 45px;
	min-height: 33px;
}
#latest_tweet .posted {
	color: #a5adae;
	font-size: 12px;
	text-align: right;
}
#latest_tweet .posted, #latest_tweet .posted * {
	line-height: 22px;
}
#latest_tweet .posted cite {
	font-style: normal;
}

#content .clients {
	margin: 0 0 1em -10px;
	overflow: auto;
}
#content .clients li {
	background-image: none;
	display: inline;
	float: left;
	width: auto;
	padding-left: 0;
	list-style: none;
}
#content .clients li a {
	overflow: auto;
	background: #fff;
	display: block;
	margin: 10px 0 0 10px;
	border: 3px solid #6fa6a6;
}
#content .clients li a img {
	display: block;
	margin: 0 auto;
}
#content .clients li a:hover {
	border-color: #f277bb;
}

#sidebar .clients li {
	width: 155px;
}
#sidebar .clients li a {
	width: auto;
	height: 100px;
}
#sidebar .clients li a img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

#footer {
	color: #a5adae;
	font-size: 11px;
	text-align: left;
	background: url(./images/footer.gif) no-repeat 50% 0%;
	padding: 30px 30px 0;
	clear: both;
}
#footer #copyright {
	font-size: 12px;
	padding-bottom: 0.5em;
}
#footer strong {
	color: #d2d6d6;
	font-weight: normal;
}
#footer a.digitalPop {
	color: #f277bb;
	border: none;
}

#partners {
	clear: both;
	padding: 20px 30px 30px;
	overflow: auto;
}
#partners a {
	overflow: hidden;
	display: block;
	float: left;
	width: 101px;
	height: 65px;
	margin: 0 20px 0 0;
	border: none;
}
#partners a img {
	display: block;
	margin: 0;
}
#partners a:hover img {
	margin-top: -65px;
}


/* generic styles */
.page_image, .post_image {
	float: right;
	border: 2px solid #6fa6a6;
}
.half {
	width: 440px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.edit {
	font-size: 11px;
}
span.error {
	color: #f10000;
	font-size: 12px;
	font-style: italic;
}
input.error, textarea.error {
    border-color: #f10000;
}
.digitalPop, .required {
	color: #f277bb;
	border: none;
}


/* who are we section styles */
.details {
	margin: 1em 0;
}
.details dt {
	color: #f277bb;
	text-align: right;
	float: left;
	width: 5em;
	padding: 0 1em 0.5em 0;
	border-right: 1px solid #667374;
	clear: left;
}
.details dd {
	margin-left: 7em;
	padding-bottom: 0.5em;
}


/* latest news page styles */
#main_column .articles {
	margin: 0;
}
#main_column .articles li {
	list-style-type: none;
	background-image: none;
	padding-left: 0;
}


/* accordion styles */
.accordion .head a {
	background: url(./images/bullet.gif) no-repeat 6px 50%;
	display: block;
	border: none;
	padding-left: 21px;
}
.accordion .head.selected a {
	background-image: url(./images/bullet-down.gif);
	outline: none;
}


/* contact page styles */
#contact_form {
	float: left;
	width: 430px;
}
#contact_form fieldset {
	background: #2e2f38;
	height: 547px;
	padding: 20px;
	border: 3px solid #4b5b5c;
}
#contact_form input.submit {
	margin-bottom: 0;
}
#contact_details {
	background: #2e2f38;
	height: 216px;
	padding: 20px;
	border: 3px solid #4b5b5c;
}
#contact_details .add {
	margin: 0;
	clear: both;
}
#contact_details .add a {
	background: url(./images/vcard-off.gif) no-repeat 0% 100%;
	padding-left: 28px;
	border: none;
}
#contact_details .add a:hover {
	background-image: url(./images/vcard-on.gif);
}
#contact_details .add a span {
	border-bottom: 1px dotted #6fa6a6;
}
#contact_details .add a:hover span {
	border-color: #f277bb;
}
#map {
	color: #111;
	background: #fff url(./images/no-map.gif) no-repeat 50% 50%;
	width: auto;
	height: 305px;
	margin-top: 20px;
	border: 3px solid #4b5b5c;
}
#map a {
	display: none;
}
#map p {
	font-size: 12px;
}
#map strong {
	color: #f2309b;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-bottom: 0.25em;
}


.thumb {
	display: block;
	overflow: hidden;
}

#content .project_images {
	margin: 0 0 1em -20px;
	overflow: auto;
}
#content .project_images li {
	background-image: none;
	display: inline;
	overflow: hidden;
	float: left;
	margin: 0 0 15px 20px;
	padding-left: 0;
}
#content .project_images li a.thumb {
	width: 254px;
	height: 180px;
	border: 3px solid #6fa6a6;
}
#content .project_images li a.thumb img {
	display: block;
	width: 254px;
}
#content .project_images li a.thumb:hover {
	border-color: #f277bb;
}

.home {
	width: 45%;
	margin: 0 0 1em;
}
.edit {
	clear: both;
}


/* lightbx */
#jquery-lightbox a {
	border: none;
}


#content .clients_list {
	margin: 0 0 0 -20px;
}
#content .clients_list li {
	background-image: none;
	overflow: hidden;
	display: inline;
	float: left;
	width: 260px;
	height: 150px;
	margin: 0 0 20px 20px;
	padding-left: 0;
}
#content .clients_list li .title {
	background-image: none;
	margin: 0;
}
#content .clients_list li .thumb {
	display: block;
	float: left;
	margin: 0 1em 1em 0;
	border: 3px solid #6fa6a6;
}
#content .clients_list li .thumb img {
	display: block;
}
#content .clients_list li .thumb:hover {
	border-color: #f277bb;
}
#content .clients_list li p {
	font-size: 11px;
	line-height: 1.5;
}
#content .clients_list li p.details {
	clear: both;
}


#content .commentlist {
	margin-left: 0;
}
#content .commentlist .avatar {
	float: right;
	border: 2px solid #6fa6a6;
}
#content .commentlist .comment {
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #7d9898;
}
#content .commentlist .comment-author,
#content .commentlist .comment-meta {
	color: #a5adae;
	font-size: 12px;
}
#content .commentlist .comment-edit-link {
	font-size: 11px;
}
#content .commentlist .comment-author cite {
	font-style: normal;
}

.ref {
	border: 1px solid #4d4e56;
	padding: 0.75em 1em;
}

a.stbutton { border: none; }