/*  
Theme Name: PCM
Theme URI: http://perfectcirclemedia.com/
Description: WordPress theme for PerfectCircleMedia.com
Author: Perfect Circle Media
Autho URI: http://perfectcirclemedia.com/
*/

@import url("strip.css");

body {
	font-size: 83%;
	font-family: Helvetica,Verdana,Sans-serif;
	color:#333333;
	background-image: url(http://www.perfectcirclemedia.com/wp-content/themes/pcm/images/PCM_bg.gif);
	background-repeat:repeat-x;
	background-attachment: fixed;
}

a:link {
	color: #6d84b4;
	text-decoration:none;
	outline:none;
}

a:visited {
	color: #6d84b4;
	text-decoration:none;
	outline:none;
}

a:hover {
	color: #ff033e;
	outline:none;
}

a:active {
	color: #ff033e;
	outline:none;
}

strong {
	font-weight: bold;
}

hr {
	border-top: 1px solid #ddd;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#narrowcolumn .caption {
	font-size: .9em;
	color: #777777;
	border-bottom: 1px solid #ddd;
	margin-bottom:.5em;

}

#wrapper {
	margin: 0 auto;
	width: 940px;
 	position: relative;

}

#content {
	float:left;
	display:inline;
	width:940px;
	border-right: 1px dashed #b2b2b2;
	border-left: 1px dashed #b2b2b2;
	background:#fff;
	padding-bottom:12px;

}


 
/* -------------------- Header -------------------- */

#header {
	width:940px;
	height: 156px;
	background-image: url(http://www.perfectcirclemedia.com/wp-content/themes/pcm/images/headerback2.gif);
	background-position:right;
	border-right: 1px dashed #b2b2b2;
	border-left: 1px dashed #b2b2b2;
}

#logo {
	width:200px;
	float: left;
	padding: 0 24px 0 10px;
	background:#FFFFFF;
}

#logo a {
	outline:none;
}



/* -------------------- Nav -------------------- */

#top #nav {
	width:700px;
	z-index: 2;
	position: relative;
	font-family: Helvetica,Verdana,Sans-serif;
	height: 25px;
	line-height: 25px;
	float: left;
	padding: 52px 0px 0px 5px;

}
#top #nav ul {
	line-height: 1em;
	list-style: none;
}
#top #nav li {
	list-style: none;}

#top #nav li { 
	width:170px;
	z-index: 4; 
	float: left; }
	
#top #nav a {
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 1.3em;

}

#top #nav a:hover { 
	color: #ff033e;
}

#top #nav .current_page_item a,
#top #nav .current_page_item a:visited,
#top #nav .current_page_parent a,
#top #nav .current_page_parent a:visited {
	color: #ff033e;
}

#top #nav .current_page_item ul a,
#top #nav .current_page_item ul a:visited,
#top #nav .current_page_parent ul a,
#top #nav .current_page_parent ul a:visited {
	color: #fff;
}


#top #nav ul a, 
#top #nav ul a:visited {
	display: block;
	font-size: 1em;
	font-weight:normal;
	text-transform:none;
	text-decoration: none;
	padding: 12px 8px 12px 8px;
	width: 130px;
	color: #3B5998;
	background-image: url(images/blq.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-bottom:3px solid #ffffff;
	text-align: left;
	}
	
#top #nav ul a:hover {
	background-image: none;
	background: #fff;
	color:#ff033e;
}

#top #nav li ul {
	position: absolute;
	width: 146px;
	left: -999em;
	border: 1px solid #fff;
	border-top: none;
}

#top #nav li ul li {
	width: 190px;
}

#top #nav li:hover ul, #top #nav li.sfhover ul {
	left: auto;
}


/* ---------------------- Sidebar Left---------------------- */

#sidebar {
	float:left;
	display:inline;
	width:180px;
	line-height:1.3em;
	text-align:left;
	voice-family:inherit;
	margin:0 32px 0px 23px;
	padding-top: 17px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color:#b2b2b2;
}


/* ---------------------- SidebarRight ---------------------- */

#sidebar-wrapper
{
	width: 180px;
	float: left;
}

#sidebar1 {
	width:180px;
	display:block;
	padding-top:17px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color:#b2b2b2;
}

#sidebar1 a{
	color: #3B5998;
	text-decoration:none;
	outline:none;
}

#sidebar1 a:visited {
	color: #3B5998;
	text-decoration:none;
}

#sidebar1 a:hover {
	color: #ff033e;
}


#sidebar1 .title{
	font-size: 1em;
	line-height:1.4;
	padding: 0 0 .4em 0;
	text-align:left;
	color: #333333;

}

#sidebar1 h4{
	font-size: 1em;
	font-weight:normal;
	line-height:1.4;
	padding: 1px 0 4px 0;
	text-align:left;
	color: #2c0647;

}

#testimonial {
	border-width: 1px;
	border-style: dashed;
	border-color:#b2b2b2;
	background-image: url(images/blq.gif);
	margin:8px 0 0 0;
	line-height:1.3;
	color: #333333;
	padding:10px;
	font-size: 1em;
	line-height:1.4;
	text-align:left;
	overflow:hidden;
	
}

#testimonial a {
	font-size: 1em;	
}


#twitter {
	border-width: 1px;
	border-style: dashed;
	border-color:#b2b2b2;
	margin:8px 0 8px 0;
	line-height:1.4;
	color: #333333;
	padding:10px;
	font-size: 1em;
	text-align:left;
	overflow:hidden;

}

.twittitle  {
	color: #2c0647;
	font-size: 1em;
	line-height:1.4;
	font-weight:bold;
	text-align:left;
	_width:150px;
}

 ul.twitter {
 	margin:0;
	padding:0 ;
 }
 
li.twitter-item {
	padding:10px 10px 8px 0;
	width:160px;
	
	
}

.twitter-timestamp {
	font-weight: normal;
	text-decoration: none;
	color: #2c0647;
	display:block;
	padding-top:2px;
}

	
	
/* ---------------------- a.twitter-user: the @username reply link class * p.twitter-message: each one of the paragraphs (if msgs > 1) ---------------------- */



/* ---------------------- to be tested & styled from transfer/conchronicity---------------------- */
.sideblock
{
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #FAFAFA;
	border: 1px dotted #99BFBB  ;
}

.sideblock ul { margin:8px 8px 12px 0px;}

.sideblock li {
	font-weight: normal;
	line-height:1.7; }

.sideblock h3 {padding-left:15px;color: #f49b56; font-weight:normal; }

#sidebar1 dt { margin: 0; padding-top: 0px; font-weight: bold; color: #666666; }

#sidebar1 dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 2em; }

#sidebar1 dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar1 dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar1 dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}


/* --- breadcrumbs --- */

.sidebarbreadcrumb a,.sidebarbreadcrumb a:visited { 
	color: #3B5998;
	font-size:1em;
	margin-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0;
	text-decoration: none;
}

.sidebarbreadcrumb a:hover {
	color: #ff033e;
	text-decoration:none;
}

.sidebarbreadcrumb {
	background-image: url(images/blq.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #333333;
	font-size:1em;
	line-height:1.4;
	padding:12px 5px 12px 12px;
}

.sidebarnav a {
	display:block;
	color: #3B5998;
	text-decoration:none;
	background-image: url(images/blq.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-size:1em;
	height:1%;
	padding:12px 8px 8px 12px;
}

.sidebarnav p {
	text-align:left;
	padding: 15px 8px 15px 12px;
	color: #2c0647;
	font-size:1em;
	line-height:1.4;
}


.sidebarnav li a:hover,.sidebarnav .current_page_item a,.sidebarnav .current_page_item a:visited,.sidebarnav .current-cat a,.sidebarnav .current-cat a:visited {
	background-image:none;
	background-color: #fff;
	color: #ff033e;
}

.sidebarnav a:visited {color: #3B5998;}

.sidebarnav li {border-bottom:3px solid #ffffff;
	list-style:none;
}


/* ---------------------- Front Page ---------------- */

#front{
	float:left;
	display:inline;
	width:470px;
	voice-family:inherit;
	text-align:left;
	margin:0 32px 10px 0;
	padding-top: 17px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color:#b2b2b2;
}

#front p {
	font-size: 1em;
	line-height:1.4;
	padding: 0 0 0 0;
	text-align:left;
	color: #333333;
}

#front h1 {
	font-family: Helvetica,Verdana,Sans-serif;
	font-size: 1.4em;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 0 0 8px 0;
	color: #2c0647;
	font-weight: normal;
	text-transform: uppercase;
}


#front h2 {
	font-family: Helvetica,Verdana,Sans-serif;
	font-size: 1.2em;
	line-height:1.4;
	margin: 10px 0 8px 0;
	padding:2px 0 0 16px;
	color: #6ea0b9;
	background-image: url(http://www.perfectcirclemedia.com/wp-content/themes/pcm/images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	text-transform: capitalize;
}


#narrowcolumn {
	float: left;
	display: inline;
	width: 470px;
	voice-family: inherit;
	margin: 0 32px 10px 0;
	padding-top: 17px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #b2b2b2;
}

#narrowcolumn p, #narrowcolumncontact p {
	font-size: 1em;
	line-height:1.4;
	padding: .4em 0 .4em 0;
	text-align:left;
	color: #333333;
}

#narrowcolumn h1 {
	font-family: Helvetica,Verdana,Sans-serif;
	font-size: 1.4em;
	line-height:1.4;
	letter-spacing:.1em;
	text-align:left;;
	padding:0px 0px 8px 0px;
	color:#2C0647;
	font-weight:normal;
	text-transform:uppercase;	

}

#narrowcolumn h2 {
	font-family: Helvetica,Verdana,Sans-serif;
	font-size: 1.1em;
	line-height:1.4;
	margin: 8px 0 0 0;
	padding:2px 0 0 17px;
	color:#2C0647;
	background-image: url(http://www.perfectcirclemedia.com/wp-content/themes/pcm/images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;

}


#clients .sector {
	font-family: Helvetica,Verdana,Sans-serif;
	font-size: 1.1em;
	margin: 17px 0 0 0;
	padding:0 0 0 17px;
	color:#2C0647;
	width:100%;
	background-image: url(http://www.perfectcirclemedia.com/wp-content/themes/pcm/images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;

}


#clients {
	font-size: 1em;
	line-height:1;
}

#clients li {
	margin-left: 17px;
	float:left;
	clear:left;
	display:inline;
	width:100%;
}

#clients li ul {
}

#clients li ul li {

}



#narrowcolumn h3 {
	margin:12px 0 8px 0;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b2b2b2;

}

#narrowcolumn h4 {
	font-family: Helvetica,Verdana,Sans-serif;
	font-size: 1.1em;
	line-height:1.4;
	margin:0;
	padding:2px 0 0 16px;
	color:#2C0647;
	background-image: url(http://www.perfectcirclemedia.com/wp-content/themes/pcm/images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;

}

#narrowcolumn h5 {
	font-family: Helvetica,Verdana,Sans-serif;
	font-size: 1.3em;
	line-height:1.4;
	margin: 0 0 8px 0 ;
	padding:2px 0 0 16px;
	color: #6d84b4;
	background-image: url(http://www.perfectcirclemedia.com/wp-content/themes/pcm/images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	text-transform: capitalize;

}

#narrowcolumn h6 {
	color:#3c7501;
	padding-top:5px;}


#narrowcolumn a:link {
color: #3B5998;

}

#narrowcolumn a:visited {
color: #3B5998;

}

#narrowcolumn a:hover {
	color: #ff033e;
	
}

#narrowcolumn a:active {
color: #6ea0b9;

}

#narrowcolumn ul {
	text-align: left;
	margin: 0;
	list-style: none  ;
	padding-bottom:5px;
}

#narrowcolumn li {
	padding:8px 0 0 0;
	float:left;
	display: inline;
	width:470px;
	_width:200px;
}



/* ---------------------- 404 page ---------------- */

#error {
float: left;
display: inline;
width: 470px;
voice-family: inherit;
text-align: left;
margin: 0 34px 10px 0;
padding-top: 16px;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #b2b2b2;

}

#error h1 {
font-family: Helvetica,Verdana,Sans-serif;
font-size: 1.2em;
line-height:1.4;
padding-top:80px;
color: #ff033e;
font-weight:normal;
text-align:left;
}


#error-wrapper
{
	width: 180px;
	float: left;
}

#righterror {
width:180px;
display:block;
padding-top:16px;
text-align:left;
border-top-width: 1px;
border-top-style: dashed;
border-top-color:#b2b2b2;

}



/* --------------------------- Footer ---------------------------- */

#footer {
	margin: 0 auto;
 	width: 940px;
	clear: both;
	background-color:#FFFFFF;
	background-image: url(images/footerback.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	
}

.footertext {
	width: 940px;
	height:37px;
	font-size: 1em;
	color: #707070;
	text-align:center;
	padding-top:25px ;
	padding-bottom:20px;
	border-right: 1px dashed #b2b2b2;
	border-left: 1px dashed #b2b2b2;

}

.footertext a, #footertext a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.footertext a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	background-color:#dfdfdf;
}

