html, body {
	background-color:#ED3594;
	color: #666666;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:940px;
	margin-bottom:40px;
	}
	

#primary {
	background:#B0DD9E url('http://www.synergy.tv/images/header1.png') no-repeat;
	background-color: white;
	width:940px;
	height:150px;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
}

#secondary {
	background-color: white;
	width:239px;
	margin:0;
	margin-top:10px;
	margin-bottom:40px;
	padding:10px;
	float:right;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-top-right-radius:4px;
}

#footer {display:none;}
#access {display:none;}
#header {display:none;}
#nav-above {display:none;}
.tb_twitterlogo {display:none;}
a.tb_refreshlink img {border:none;}

#content {
	background-color: white;
	width:680px;
	margin-top:160px;
	margin-bottom:40px;
	padding:0px;
	padding-top:20px;
	padding-bottom:40px;
	float:left;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-top-left-radius:4px;
}

#content p {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.8em;
	line-height:110%;
	padding-left:20px;
	padding-right:30px;
}

h1 {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:3em;
	margin:0;
	margin-bottom:5px;
}

h2 {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:2.2em;
	margin:0;
	padding-left:20px;
}


h3 {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.6em;
	margin:0;
	margin-bottom:5px;
}

ul {
	text-align:left;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
}

li {
	list-style-type:none; 
	font-size:0.9em;
	margin:0;
}

a:link {
	color:#ED3594;
	text-decoration:none;
}

a:visited {
	color:#ad2274;
	text-decoration:none;
}

a:hover {border-bottom:dotted 1px #ED3594;}

h2 a:link {
	color:#666666;
	text-decoration:none;
}

h2 a:visited {
	color:#666666;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:none;
	border-bottom:none;
	color:#ED3594;
}


img {border:none}
img a {border:none; text-decoration:none;}

.entry-meta {
	margin-bottom:20px;
	text-align:left;
	font-size:0.7em;
	text-transform:uppercase;
	padding-left:20px;
}

.entry-meta a:hover {border-bottom:none; color:#666666;}

.entry-date, .published {
	text-align:left;
	padding-left:10px;
	margin-bottom:20px;
	font-size:0.8em;
	text-transform:uppercase;
	text-decoration:none;
	border:none;
}

#respond {
	text-align:left;
	margin-top:20px;
	padding-left:20px;
}

#respond p {
padding-left:0;
}

.nav-previous {
	text-align:right;
	padding:20px;
}

.nav-previous a:hover {border-bottom:none; color:#666666;}


.meta-nav {display:none;}
