/*
Theme Name: SpookMedia
*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
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 */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* 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 */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#overlay {
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/blend.png);
}

#show {
    position: absolute;
}

.general-box object, .general-box embed {
	z-index: 500;
}


.inner img {
	margin: 0;
	padding: 0;
	border: 1px solid #555;
}

.punchline {
	font-size: 14px;
	font-weight: bold;
	color: #969991;
}

.tick li {
	color:#adbfac;
	background: url(images/tick.gif) no-repeat;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 25px;
	height: 20px;
	display: block;
	list-style: none;
}


.clients li {
	background: url(images/arrow.gif) 0px 2px no-repeat;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 21px;
	height: 18px;
	display: block;
	list-style: none;
}

.clients li a {
	color: #c6ccba;
}


/* blyp integration */

.blyp-box { 
	position:absolute;
	right:-15px;
	top:-25px;
}

#blyp-closer {
	display: block !important;
	background-image: url(images/btn-close.gif) !important;
	height:13px !important;
	overflow:hidden !important;
	text-indent:-9999em !important;
	width:56px !important;
	right:23px !important;
	position:absolute !important;
	top: -14px !important;
	z-index: 10006 !important;
	*top: -44px !important;
}

.blyp-closer-holder {
	float:right;
	height:40px;
	margin:0 0 -22px;
	padding:0;
	position:inherit !important;
}


table#blyp-box { 
	background-image:url(images/bg-popup.jpg) !important;
	border:1px solid #7C736A !important;
	width:253px !important;
	padding:10px 10px 25px !important;
	*width: 100% !important; 
}

table#blyp-box-topmiddle-table {
	background: none !important; 
	margin: 0 !important;
}


td#blyp-box-entry-topleft, td#blyp-box-entry-topmiddle,
td#blyp-box-entry-topright, td#blyp-box-entry-middleleft,
td#blyp-box-entry-middlemiddle, td#blyp-box-entry-middleright,
td#blyp-box-entry-bottomleft, td#blyp-box-entry-bottommiddle,
td#blyp-box-entry-bottomright, td#blyp-box-mainbox-topright,
td#blyp-box-mainbox-middleleft, td#blyp-box-mainbox-middleright,
td#blyp-box-topmiddle, td#blyp-box-topleft   {
	background: none !important; 
}

td#blyp-box-mainbox-middlemiddle { 
	border-top: 1px solid #817B77 !important;
	width:218px !important;
	background: none !important;
	padding:9px 7px 8px 5px !important;
}

td#blyp-box-mainbox-grey-bottomleft, td#blyp-box-mainbox-grey-bottommiddle,
td#blyp-box-mainbox-grey-bottomright {
	background: none !important;
	display:none;
}

td#blyp-box-entry-topmiddle { 
	display: block;
	*height:20px !important; 
}

.blyp-field {
	background: #302720 none repeat scroll 0 0 !important;
	border-radius: 10px !important;
	border:1px solid #817B77 !important;
	color:#9A9695 !important;
	display:block !important;
	padding:3px 10px !important;
	width:238px !important;
	font-family:"Trebuchet MS",helvetica,sans-serif !important;
	font-size: 11px !important;
}

.blyp-box {
	background: none !important;
	position:absolute;
	right:3px;
	top:-26px;
	z-index:2000;
	display:block;
}

textarea#comment { 
	resize: none !important; 
	position: relative !important;
}

img.blyplogo { 
	padding-bottom: 15px !important; 
	display: none !important; 
}

.blyp-text-right { 
	color:#B7B4B1 !important;
	float:right !important;
	font-size:14px !important;
	width:140px !important;
	border-bottom:0px !important;
	font-family:"Trebuchet MS",helvetica,sans-serif !important;
	font-size:14px !important;
	margin:0 !important;
	padding: 0 !important;
        position: relative !important;
        left: -15px !important; 
}

.blyp-text-left-support, 
.blyp-text-left-user {
	color:#92E4A9 !important;
	float:left !important;
	font-weight:bold !important;
	width:30px !important;
	font-size:14px !important;
	border-bottom:0 !important;
	font-family:"Trebuchet MS",helvetica,sans-serif !important;
	margin:0 !important;
	padding:0 !important;
}

.blyp-text-left-user {
	color: #81CCE0 !important;
	font-size: 14px !important;
}

.blyp-message { 
	background:transparent url(images/dash.gif) repeat-x scroll 0 100%;
	height:40px;
}

#divChat { 
	position:inherit !important;
	*overflow: visible !important;
}

#nav { 
	/*z-index:-1 !important;*/
}

/* End Blyp Integration */

.topelement {
	z-index: 500; 
        position: absolute;
}

.teamholder {
	display: block;
    height: 680px;
}

/* take the pink swirles to the front of the page */
#index .dsg-pink, .dsg-pink-page261 {
        z-index: 9 !important;	
}

body#index .twitter-box .text-box * {
	position: relative;
        z-index: 9999;
}


#sidebar .box {
display: block !important;
height: auto !important;
z-index: 9998;
}


.logohome{
	display:block;
	text-indent:-9999px;	
	width:260px;
	height:45px;
	position:absolute;
	outline:none;
}

