	/*** MAIN STYLES ***/
	html, HTML {
		overflow: -moz-scrollbars-vertical;
		}
	body { behavior:url(js/global.htc); }
	body {
		font-family: arial, verdana, sans-serif;
		font-size: 62.5%;
		color: #DDDDDD;
		margin: 0;
		padding: 0;
		background-color: #000000;
		text-align: center;
		}
	td {
		font-family: arial, verdana, sans-serif;
		font-size: 1em;
		color: #DDDDDD;
		}
	
	body.smallText #wrapper { font-size: 1em; }	
	body.mediumText #wrapper { font-size: 1.2em; }	
	body.largeText #wrapper { font-size: 1.4em; }
	
	body.smallText #central_column { font-size: 1em; }	
	body.mediumText #central_column { font-size: 1.2em; }	
	body.largeText #central_column { font-size: 1.4em; }
	
	input, select {font-family: arial, verdana, sans-serif; font-size: 10px; color: #656565; background-color: #FFFFFF; margin: 0;}
	textarea {font-family: arial, verdana, sans-serif; font-size: 11px; color: #656565; background-color: #FFFFFF; margin: 0;}
	a img, .link_img { border: none; }
	form { border: 0; margin: 0; padding: 0; }
	p { margin: 0; padding: 0 0 0.8em 0; }
	@media print { 
	.notforprint {display:none;}
	}
	@media screen {
	.notforscreen {display:none;}
	}
	@media handheld {
	.notforhandheld {display:none;}
	}
	.notforany {display: none;}
	/*** FONT STYLES ***/
	a { color: #ff00a4; text-decoration: none; } 
	a:hover { color: #FFFFFF; text-decoration: underline; }
	hr { border: 0; margin: 8px 0px 0px 0px; padding: 6px 0px 0px 0px; width: 100%; height: 2px; border-top: 2px solid #000000; overflow: hidden; display: none; }
	h1 { margin: 0; padding: 0px 0px 10px 0px; color: #FFFFFF; font-weight: bold; font-size: 1.6em; }
	h2 { margin: 0; padding: 0px 0px 10px 0px; color: #FFFFFF; font-weight: bold; font-size: 1.4em; }
	h3 { margin: 0; padding: 0px 0px 10px 0px; color: #FFFFFF; font-weight: bold; font-size: 1.2em; }
	h4 { margin: 0; padding: 0px 0px 10px 0px; color: #FFFFFF; font-weight: bold; font-size: 1.1em; }
	h5 { margin: 0; padding: 0; color: #FFFFFF; font-size: 1em; font-weight: normal; }
	h6 { margin: 0; padding: 0; color: #FF0000; font-weight: bold; }
	h1 em, h2 em, h3 em, h4 em, h5 em { font-style: normal; color: #ff00a4; }
	h1 span, h2 span, h3 span, h4 span, h5 span { color: #0286c6; }
	h1, h2, h3, h4, h5 { font-family: helvetica, arial, verdana, sans-serif; }
	h2.you-are-here { text-indent: -9999px; margin: 0; padding: 0px 0px 10px 0px; color: #FFFFFF; font-weight: bold; font-size: 63px;
	font-family: Arial Black, Arial, Helvetica, sans-serif; position: absolute; top: 36px; height: 100px; overflow: hidden; }
	em { } 
	strong { }
	strong em { font-style: normal; color: #353535; }
	strong span { color: #656565; }
	.error, .message, .mandatory { color: #FF0000; font-weight: bold; }
	.error-message { display: block; color: #222222; padding: 3px 4px 4px 4px; background-color: #FFDDDD; border: 1px solid #FF0000; margin: 0px 0px 10px 0px; }
	.anchor { height: 1px; overflow: hidden; display: none; }
	.lge { font-size: 1.2em; }
	.normal, a.normal, .normal a { font-style: normal; color: #656565; }
	a:hover.normal, .normal a:hover { font-style: normal; color: #252525; }
	/*** LAYOUT STYLES ***/
	#content {
		height: auto !important;
		height: 400px;
		min-height: 400px;
		}
	#header {
		position: relative;
		width: 840px;
		height: 120px;
		background-image: url(/images/positive-hype.gif);
		background-repeat: no-repeat;
		background-position: left top;
		overflow: hidden;
		margin: 0 auto;
		text-align: left;
		}
	#header label { display: none; }
	#header .logo { float: left; }
	#header a {
		float: left;
		display: block;
		width: 420px;
		height: 120px;
		}
	#header a img {
		display: none;
		}
	#central_column {
		position: relative;
		width: 840px;
		margin: 0 auto;
		text-align: left;
		padding: 0;
		}
	#content_center {
		position: relative;
		width: 770px;
		background-color: #141414;
		padding: 25px 35px 35px 35px;
		}
	.content {
		clear: both;
		padding: 12px 14px 14px 14px;
		}
	#content_left .content {
		width: 146px;
		}
	#content_right .content {
		width: 146px;
		}
	#content_center .content {
		width: 380px;
		}
	#footer {
		position: relative;
		width: 840px;
		margin: 0 auto;
		text-align: left;
		color: #656565;
		}
	#footera {
		float: left;
		width: 305px;
		padding-top: 15px;
		padding-bottom: 40px;
		}
	#footerb {
		display: block;
		float: left;
		width: 305px;
		padding-top: 15px;
		padding-bottom: 40px;
		text-align: right;
		}
	#footer strong { color: #FFFFFF; font-weight: normal; }
	#footer a { color: #FFFFFF; text-decoration: none; } 
	#footer a:hover { color: #ff00a4; text-decoration: underline; }
	#footer em { display: none; }
	/*** MISC STYLES ***/
	.clear {
		clear: both;
		height: 0px;
		overflow: hidden;
		}
	.clear_l {
		clear: left;
		}
	.clear_r {
		clear: right;
		}
	.clear_n {
		clear: none;
		}
	.clear_content {
		clear: both;
		}
	.align_l {
		text-align: left;
		}
	.align_r {
		text-align: right;
		}
	.align_c {
		text-align: center;
		}
	.float_l {
		float: left;
		}
	.float_r {
		float: right;
		}
	.float_n {
		float: none;
		}
	.dnd {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		}
	.content_img_left {
		float: left;
		padding: 3px;
		background-color: #FFFFFF;
		border: 1px solid #656565;
		margin-right: 12px;
		margin-bottom: 8px;
		}
	.content_img_right {
		float: right;
		padding: 3px;
		background-color: #FFFFFF;
		border: 1px solid #656565;
		margin-left: 12px;
		margin-bottom: 8px;
		}
	.hr,
	.hr1,
	.hr2 {
		clear: both;
		height: 10px;
		background-image: url(../images/dotline_horizontal.gif);
		background-repeat: repeat-x;
		background-position: left center;
		font-size: 2px;
		}
	.hr1 {
		height: 20px !important;
		}
	.hr2 {
		height: 40px !important;
		}
	.hr_shadow,
	.hr_shadow1 {
		clear: both;
		background-image:  url(../images/shadow_horizontal.gif);
		background-repeat: no-repeat;
		background-position: top center;
		font-size: 2px;
		height: 5px;
		}
	.hr_shadow1 {
		clear: both;
		height: 10px;
		}
	#content_center ul.list,
	.type1 ul,
	.type2 ul,
	.type0 ul {
		margin: 0 0 14px 0; 
		padding:0;
		}
		#content_center ul.list li,
	.type1 ul li,
	.type2 ul li,
	.type0 ul li {
			list-style-type: none; 
			background:  url(../images/arrow_bullet.gif) transparent; 
			background-repeat:no-repeat !important; 
			margin: 0 ; 
			padding: 0px 0px 0px 22px; 
			}
	.type1 ul li {
		background:  url(../images/arrow_bullet2.gif) transparent !important;
		background-repeat:no-repeat !important; 
		background-position: 0px 6px !important;
		}
	.type2 ul li {
		background:  url(../images/arrow_bullet3.gif) transparent !important;
		background-repeat:no-repeat !important; 
		background-position: 0px 6px !important;
		}
	.type0 ul li {
		background:  url(../images/arrow_bullet1.gif) transparent !important;
		background-repeat:no-repeat !important; 
		background-position: 0px 6px !important;
		}
	.entry embed {
		margin: 0px 0px 20px 25px;
		}
	/*** NAVIGATION STYLES ***/
	ul#top_nav {
		float: right;
		width: 340px;
		height: 50px;
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 0;
		list-style: none;
		}
		ul#top_nav li {
			display: inline;
			}
			ul#top_nav li a {
				float: left;
				display: block;
				width: 100px;
				height: 50px;
				background-repeat: no-repeat;
				background-position: -200px 8px;
				text-indent: -9999px;
				overflow: hidden;
				}
			ul#top_nav li a:hover,
			ul#top_nav li a.selected {
				background-position: 0px 8px;
				text-decoration: none;
				}
			/* 
			ul#top_nav li. a {
				width: 100px;
				background-image: url(../images/top_nav_.gif);
				}
			*/
			ul#top_nav li.positivehypecom a {
				width: 126px;
				background-image: url(../images/top_nav_positivehype.gif);
				}
			ul#top_nav li.home a {
				width: 53px;
				background-image: url(../images/top_nav_home.gif);
				}
			ul#top_nav li.about-us a {
				width: 75px;
				background-image: url(../images/top_nav_about-us.gif);
				}
			ul#top_nav li.contact-us a {
				width: 82px;
				background-image: url(../images/top_nav_contact-us.gif);
				}
			ul#top_nav li.news1 a {
				width: 51px;
				background-image: url(../images/top_nav_news.gif);
				}
			ul#top_nav li.blog a {
				width: 50px;
				background-image: url(../images/top_nav_blog.gif);
				}
			ul#top_nav li.our-work a {
				width: 81px;
				background-image: url(../images/top_nav_our-work.gif);
				}
	a.link {
		width: 96%;
		background-image: url(../images/testbutton1.gif);
		background-repeat: no-repeat;
		background-position: -500px center;
		padding: 0px 6px 0px 14px;
		}
	a:hover.link {
		background-position: 0px center;
		}
	a.button {
		clear: both;
		float: left;
		display: block;
		width: 100px;
		height: 30px;
		background-image: url(../images/testbutton.gif);
		background-repeat: no-repeat;
		background-position: -100px 0px;
		text-indent: -9999px;
		overflow: hidden;
		}
	a:hover.button {
		background-position: 0px 0px;
		}
	/*** FORM STYLES ***/
	input,
	select,
	textarea {
		background-color: #4D4D4D;
		border: 1px solid #4D4D4D;
		color: #CCCCCC;
		}
	input:hover,
	select:hover,
	textarea:hover {
		border: 1px solid #FFFFFF;
		}
	input:focus,
	select:focus,
	textarea:focus {
		background-color: #353535;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
		}
	fieldset {
		margin: 0;
		padding: 0;
		border: 0;
		margin: 0px 0px 0px 0px;
		padding: 10px;
		border: 1px solid #EEEEEE;
		}
	fieldset legend {
		font-weight: bold;
		font-size: 1.2em;
		padding: 10px 0px 10px 0px;
		}
	label em {
		font-style: normal;
		color: #FF0000;
		}
	.check,
	.radio {
		background: transparent;
		width: auto !important;
		border: 0 !important;
		}
	input.button {
		border: 1px solid #AAAAAA !important;
		background-color: #AAAAAA !important;
		color: #FFFFFF !important;
		width: auto !important;
		font-weight: bold;
		cursor: hand;
		cursor: pointer;
		font-size: 11px;
		}
	/*** WEBSITE STYLES ***/
	
	#sidebar h2 {
		margin: 5px 0 0;
		padding: 0;
		}
	
	h3 {
		padding: 0;
		margin: 30px 0 0;
		}
	
	h3.comments {
		padding: 0;
		margin: 40px auto 20px ;
		}
	/* End Headers */
	
	
	
	/* Begin Images */
	p img {
		max-width: 100%;
		}
	
	/*	Using 'class="alignright"' on an image will (who would've
		thought?!) align the image to the right. And using 'class="centered',
		will of course center the image. This is much better than using
		align="center", being much more futureproof (and valid) */
	
	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 */
	
	
	
	/* Begin Lists
	
		Special stylized non-IE bullets
		Do not work in Internet Explorer, which merely default to normal bullets. */
	
	html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		} 
	
	/* html>body .entry li {
		margin: 7px 0 8px 10px;
		} */
	
	#sidebar ul ul li:before {
		content: "\002D \0020";
		}
	.poshyp {
		margin: 0px 0px 18px 0px;
		padding: 0px 0px 16px 0px;
		border-bottom: 1px solid #a4a4a4;
		}
	.poshyp h2 {
		font: normal 18px/1em arial, verdana, sans-serif; color: #FFFFFF;
		}
	.widget a {
		color: #999999;
		text-decoration: none !important;
		}
	.widget_pages h2,
	.widget_pages a:hover {
		color: #ff00a4;
		}
	.widget_categories h2,
	.widget_categories a:hover {
		color: #80ff00;
		}
	.widget_archives h2,
	.widget_archives a:hover {
		color: #00c0ff;
		}
	.widget {
		padding: 0px 0 15px 0px;
		margin: 0 0 10px 0;
		}
	.widget_pages {
		border-bottom: 1px solid #ff00a4;
		color: #ff00a4;
		}
	.widget_categories {
		border-bottom: 1px solid #80ff00;
		color: #80ff00;
		}
	.widget_archives {
		border-bottom: 1px solid #00c0ff;
		color: #00c0ff;
		}
	
	.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}
	
	.entry ol li {
		margin: 0;
		padding: 0;
		}
		
	.post {
		padding: 0px 0px 15px 0px;
		background-image:  url(../images/hr1.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		margin: 0px 0px 30px 0px;
		}
	.post img {
		display: block;
		padding: 5px;
		border: 5px solid #404040;
		margin: 10px auto;
		}
	.type1 {
		background-image:  url(../images/hr2.gif);
		}
	.type2 {
		background-image:  url(../images/hr3.gif);
		}
	.post h2,
	.type0 a,
	.type0 h2,
	.type0 h3 {
		color: #ff00a4;
		}
	.type1 a,
	.type1 h2,
	.type1 h3 {
		color: #80ff00;
		}
	.type2 a,
	.type2 h2,
	.type2 h3 {
		color: #00c0ff;
		}
	.type0 a:hover,
	.type1 a:hover,
	.type2 a:hover {
		color: #FFFFFF;
		}
		
	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
	
	#sidebar ul, #sidebar ul ol {
		margin: 0;
		padding: 0;
		}
	
	#sidebar ul li {
		list-style-type: none;
		list-style-image: none;
		margin-bottom: 15px;
		}
	
	#sidebar ul p, #sidebar ul select {
		margin: 5px 0 8px;
		}
	
	#sidebar ul ul, #sidebar ul ol {
		margin: 5px 0 0 10px;
		}
	
	#sidebar ul ul ul, #sidebar ul ol {
		margin: 0 0 0 10px;
		}
	
	ol li, #sidebar ul ol li {
		list-style: decimal outside;
		}
	
	#sidebar ul ul li, #sidebar ul ol li {
		margin: 3px 0 0;
		padding: 0;
		}
	/* End Entry Lists */
	
	
	
	/* Begin Form Elements */
	#search {
		width: 192px;
		text-align: left;
		 margin: 0 !important;
		}
	#searchform {
		margin: 0;
		padding: 0px 0px 26px 0px;
		border-bottom: 1px solid #a4a4a4;
		}
		
	#searchform input {
		float: right;
		position: relative;
		}
	
	#sidebar #searchform #s {
		width: 130px;
		#width: 125px;
		padding: 2px;
		float: left;
		top: 0px;
		}
	
	#sidebar #searchsubmit,
	#sidebar .searchsubmit,
	#submit {
		padding: 1px 3px;
		background-color: #353535;
		color: #BBBBBB;
		border: 1px solid #353535 !important;
		cursor: hand;
		cursor: pointer;
		top: -12px;
		#top: -14px;
		}
	#sidebar #searchsubmit:hover,
	#sidebar .searchsubmit:hover,
	#submit:hover {
		background-color: #252525;
		color: #FFFFFF;
		}
	
	.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}
	
	select {
		width: 130px;
		}
	
	#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}
	
	#commentform textarea {
		width: 100%;
		padding: 2px;
		}
	
	#commentform #submit {
		clear: both; 
		margin: 10px 0 0 0;
		float: left;
		}
	/* End Form Elements */
	
	
	
	/* Begin Comments*/
	.alt {
		margin: 0;
		padding: 10px;
		}
	
	.commentlist {
		padding: 0;
		text-align: justify;
		}
	
	.commentlist li {
		margin: 15px 0 3px;
		padding: 5px 10px 3px;
		list-style: none;
		}
	
	.commentlist p {
		margin: 10px 5px 10px 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 */
	
	
	
	/* Begin Various Tags & Classes */
	acronym, abbr, span.caps {
		cursor: help;
		}
	
	acronym, abbr {
		border-bottom: 1px dashed #999;
		}
	
	blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		border-left: 5px solid #ddd;
		}
	
	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}
	
	.center {
		text-align: center;
		}
	
	hr {
		display: none;
		}
	
	a img {
		border: none;
		}
	
	.navigation {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
		}
	/* End Various Tags & Classes*/
	
	.narrowcolumn,
	.widecolumn {
		float: left;
		background-color: #141414;
		padding: 30px 35px 35px 35px;
		margin: 0px 0 0;
		width: 540px;
		font-size: 1.2em;
		line-height: 1.5em;
		}
	
	/* Begin Sidebar */
	#sidebar {
		float: right;
		padding: 20px 0 10px 0;
		width: 192px;
		border-top: 1px solid #A4A4A4;
		font-size: 1.1em;
		}
	
	#sidebar form {
		margin: 0;
		}
	
	#sidebar li {
		clear: both;
		}
		
	/* End Sidebar */
	.post h2 {
      font: normal 21px/1em arial, verdana, sans-serif;
    }
	.post h3 {
      font: normal 21px/1em arial, verdana, sans-serif;
    }
	.widget h2 {
      font: normal 16px/1em arial, verdana, sans-serif;
    }
	.postmetadata {
		font-size: 0.9em;
		color: #AAAAAA;
		}
	.postmetadata span {
		text-transform: capitalize;
		}