/*  

Theme Name: Pixel

Theme URI: http://samk.ca/freebies/

Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Enjoy!

Author: Sam

Author URI: http://samk.ca/

Version: 1.9.7

Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar

.

Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.

.

*/



/* Defaults */



* {

	margin: 0;

	padding: 0;

}

h1, h2, h3, h4, h5, h6, p {

	margin: 0;

	padding: 5px 0;

}

h1{

	padding-left:20px;

	font-size:11pt;

}



h1, h2, h3, h4, h5, h6 {

	font-family:"Helvetica", Arial, sans-serif;

}

hr {

	color: #333;

	border: 1px solid #121212;

}

pre {

	height: auto;

	overflow-x:scroll;

}

fieldset {

	margin: 0;

	padding: 0;

	border: 0;

}

dd {

	padding-left: 15px;

}

p {

	font-size: 9pt;

}

a {

	color: #555;

	text-decoration: none;

}

a:hover {

	color: #fff;

	text-decoration: underline;

}

a img {

	border: none;

}

blockquote {

	background: #070707;

	border: 1px solid #060606;

	padding: 5px 15px;

	margin: 10px 10px 5px 15px;

	font-style: italic;

	color: #fff;

}

code {

	color: #3366cc;

	font-style: italic;

}

strong {

	font-size: 110%;

}

body {

	text-align: center;

	margin: 0;

	padding: 0 0 15px 0;

	font-family:"Helvetica", Arial, sans-serif;

	background: url(images/bgrnd_bg.jpg) top center no-repeat #000;

	font-size:9pt;

}

/* Header and wrapper */

#wrapper {

	margin: 0 auto;

	width: 900px;

	text-align: left;

	padding: 0;



}

#header {

	padding: 0;

	margin: 0;

	height: 80px;

}

#header #topright {

	text-align: right;

	float: right;

	width: 600px;

	margin: 5px 0 0 0;

}

#header #topright ul {

	list-style: none;

	padding: 0;

	margin: 0;

}

#header #topright li {

	display: inline;

}

#header #topright li a {

	color: #fff;

	font-size: 9pt;

	padding: 0 0 0 25px;

	text-transform: lowercase;

}

#header #topright li a:hover {

	color: #000;

	text-decoration: none;

}

#header #logo {

	width: 220px;

	margin: 0px auto;

	padding: 44px 0 0 0;

}

#header h1 {

	padding: 0;

	margin: 0;

}

#header h1 a {

	color: #fff;

	font-size: 17pt;

	text-decoration: none;

}

#header h1 a:hover {

	color: #eee;

	text-decoration: none;

}

#header span {

	padding: 0;

	color: #111;

	font-size: 11pt;

}

/* Menu */



#catnav {

	margin: 0px auto;

	padding: 45px 0 0 0;

	clear: both;

	height: 37px;

	width: 900px;

	text-transform:uppercase;

	text-align:center;

}

#nav {

	list-style: none;

	margin: 0;

	padding: 0;

	display:inline;

}

#nav ul {

	margin: 0;

	padding: 0;

}

.current_page_parent {

	color:#fff;

	background:none;

}

.current_page_parent a {

	color:#fff;

	background:none;

	border-bottom:1px solid #555;

}

#nav li {

	display:inline;

	margin: 0;

	padding: 0;

}

#nav a {

	display: inline-block;

	margin: 0 8px;

	padding: 0 0 3px 0px;

	font-size: 11px;

	font-weight:normal;

	/*color: #555555;

	background:url(images/nav_bttm_line.png) repeat-x 10px 17px;*/

}

#nav li a:hover {

	color: #fff;

	text-decoration: none;

}

#nav li ul {

	list-style: none;

	position: absolute;

	width: 150px;

	left: -999em;

}

#nav li:hover ul, #nav li.sfhover ul {

	left: auto;

}

#nav li li {

	float: left;

	margin: 0;

	padding: 0;

	width: 150px;

}

#nav li li a {

	width: 150px;

	height: 24px;

	line-height: 24px;

	color: #fff;

	border-top: 1px solid #131f27;

	background: #040404;

	margin: 0;

	padding: 5px 20px 5px 15px;

}

#nav li li a:hover {

	border-top: 1px solid #131f27;

	background: #000;

	padding: 5px 20px 5px 15px;

}

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */

	position: static;

}

#toprss {

	float: right;

	margin: 10px 15px 0 0;

	display: inline;

	width: 65px;

	line-height: 41px;

}

/* Top Content */



#main {

	margin:0 auto;

	clear: both;

	width: 900px;

	padding: 20px 0 30px 0;

	cursor:default;	

}

#contentwrapper {

	float:right;

	width: 684px;

	margin: 0 0 0px 0;

	padding: 0;
	background: url(images/bg-trans1.png) repeat;

}

#contentwrapper2 {

	float:left;

	width: 900px;

	margin: 0 0 15px 0;

	padding: 0;

}

#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {

	margin: 15px 25px 0 25px;

	font-size: 14pt;

	color: #fff;

	font-weight: normal;

}

.topPost {

	margin: 0;

	padding: 0 0px;

}

.topPost h2.topTitle {

	color:#FFFFFF;

	font-size:11pt;

	font-weight:normal;

	/*  letter-spacing: -2px;*/

   padding:10px 0px 0px 20px;

	text-transform:uppercase;

}

.topPost h2.topTitle a:hover {

	text-decoration: none;

	color: #abd1ea;

}

.topPost h1.topTitle {

	color:#FFFFFF;

	font-size:11pt;

	font-weight:normal;

	/*  letter-spacing: -2px;*/

   padding:10px 0px 10px 20px;

	text-transform:uppercase;

}

.topPost p.topMeta {

	padding: 0;

	margin: -10px 0 0 0;

	font-size: 9pt;

	color: #cdcdcd;

}

.topPost p.topMeta a {

	text-decoration: underline;

	color: #fff;

}

.topPost p.topMeta a:hover {

	color: #ccc;

}

.topPost div.topContent {

	color: #ccc;

	margin: 0px 0 8px 0;

	/*float:left;

	padding:0 25px;*/

  width:100%;

}

.topPost div.topContent a {

	text-decoration: none;

	color: #fff;

}

.topPost div.topContent a:hover {

	text-decoration: underline;

	color: #ff9933;

}

.topPost div.topContent ul, .topPost div.topContent ol {

	padding: 0 0 0 30px;
margin:0px;

}

.topPost div.topContent ul li, .topPost div.topContent ol li {

	color: #ccc;
padding:0px;
margin:0px;

}

.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {

	font-size: 9pt;

	font-style: italic;

	

	padding: 8px 10px;

	margin-right: 5px;

	line-height: 27pt;

	color: #fff;

	border: 1px solid #111;

}

.topPost span.linkpages {

	font-size: 9pt;

	font-style: italic;

	color: #fff;

	margin-bottom: 10px;

	display:block;

}

.topPost span.linkpages a:hover {

	color: #ddd;

}

.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {

	background: #040404;

}

.topPost span.topComments a {

	color: #fff;

	background: url(images/comments.gif) left no-repeat;

	padding-left: 20px;

	line-height: 27pt;

	vertical-align: middle;

}

.topPost span.topMore a {

	color: #fff;

	background: url(images/more.gif) left no-repeat;

	padding-left: 20px;

	line-height: 27pt;

	vertical-align: middle;

}

.topPost span.topTags em {

	background: url(images/tags.gif) left no-repeat;

	padding-left: 20px;

	line-height: 27pt;

	vertical-align: middle;

	color: #0a0a0a;

}

.topPost span.topTags a {

	color: #fff;

	line-height: 27pt;

	vertical-align: middle;

}

.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {

	color: #fff;

	text-decoration: underline;

}

#nextprevious {

	margin: 10px 0 5px 0;

}

#nextprevious a {

	color: #83adc8;

	text-transform: lowercase;

	text-decoration: underline;

}

#nextprevious a:hover {

	color: #fff;

}

/* Comments */



#comments {

	margin-bottom: 10px;

	margin-top: 15px;

	background: #040404;

	width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */

	border: 1px solid #090909;

	padding: 0px 15px 10px 15px;

	color: #fff;

}

#comments h3 {

	font-size: 10pt;

	font-weight: normal;

	color: #fff;

	margin: 15px 0;

	padding: 0;

}

#comments p a {

	color: #6598b8;

}

#comments p a:hover {

	color: #fff;

}

#comments p {

	padding:0;

	margin: 7px 0;

}

ul.commentlist, ul.trackback {

	list-style-type: none;

	margin: 10px 0;

	font-size: 9pt;

}

.commentlist li, .trackback li {

	margin: 10px 0 15px 0;

	padding: 10px;

	background: #080808;

	border: 1px solid #040404;

	list-style-type: none;

}

.commentlist li.alt {

	background: #000;

	border: 1px solid #020202;

	border: none;

	margin-top:10px;

}

.commentlist li.cleared {

	background: transparent;

	border: none;

}

.commentlist a:hover {

	color: #eee;

}

.commentlist a.gravatar {

	float: left;

	margin: 0 15px 10px 0;

	width: 60px;

}

.commentlist .commentbody {

	margin: 0;

	padding: 0;

}

.commentlist .commentbody p a {

	text-decoration: underline;

}

.commentlist cite {

	font-size: 10pt;

	font-style: normal;

	color: #ddd;

}

.commentlist small.commentmetadata a {

	color: #666;

}

.commentlist p {

	color: #dedede;

}

#respond {

	clear: both;

	margin-top: 15px;

}

textarea#comment {

	width: 450px;

	background: #fff;

	color: #111;

	padding: 10px;

}

#comments #submit {

	margin: 0;

}

#extrastuff a {

	color:#222;

	font-size:0.8em;

}

#extrastuff a:hover {

	color:#6598b8;

	text-decoration:none;

}

#extrastuff #rssleft {

	float:left;

	width:250px;

}

#extrastuff #trackright {

	float:right;

	width:180px;

	text-align:right;

}

/* Welcome section */



#main #welcome {

	margin: 0 0 20px 0;

	padding: 0 0 5px 0;

	/*background: url(images/bg-trans.png) repeat;*/

}

#main #welcome h2 {

	font-size: 14pt;

	font-weight: normal;

	color: #fff;

	margin: 0 10px;

	padding: 10px 0 3px 0;

}

#main #welcome p {

	font-size: 9pt;

	color: #eee;

	margin: 0 10px;

	padding: 6px 0;

}

#main #welcome a {

	text-decoration: underline;

	color: #ff9933;

}

#main #welcome a:hover {

	color: #6598b8;

}

#main #welcome form {

	margin: -5px 0 0 0;

	background: transparent; /* required for IE */

}

#main #welcome #feedbox {

	border: 1px solid #ccc;

	padding: 2px 1px;

	width: 180px;

}

.submitbutton {

	margin: -5px 0 0 5px;

	background: #010101;

	color: #fff;

	font-size: 8pt;

	padding: 3px 6px;

	vertical-align: middle;

	border: 1px solid #111;

}

.submitbutton:hover {

	cursor: pointer;

	background: #050505;

}

/* Sidebars */

#sidebars {

	margin: 0px 0 0 0;

	float: left;

	width: 210px;

	padding: 0px;

	text-transform:uppercase;

	background: url(images/bg-trans1.png) repeat;

}

#sidebars .sidebarbox {

	padding: 0px 10px 8px 10px;

	text-transform:uppercase;

	background: url(images/bg-trans1.png) repeat;

	height:500px;

}

#sidebar_full {

	padding: 0;

	margin: 0;

}

#sidebar_left {

	width: 210px;



}

#sidebar_right {

	float: right;

	width: 160px;

}

#sidebars h2 {

	margin: 0;

	padding: 10px 0 10px 0;

	font-weight: normal;

	font-size: 11pt;

	color: #fff;

	letter-spacing:normal;

}



#sidebars .heading{

	margin: 0;

	padding: 10px 0 10px 0;

	font-weight: normal;

	font-size: 11pt;

	color: #fff;

	letter-spacing:normal;

}

#sidebars table {

	width: 130px;

}

#sidebars ul {

	margin: 0;

	padding:0 10px 8px;

}

#sidebars li {

	/*margin-bottom: 20px;*/

	list-style: none;

	font-size: 9pt;

}

#sidebars li ul {

	padding: 0;

}

#sidebars ul ul li {

	margin: 0;

	padding: 4px 2px 4px 1px;

	color: #eee;

	/* background: url(images/bullet.gif) left 8px no-repeat;*/

    line-height: 20px; /* Required for cross-browser consistency; cross-browser defaults vary. */

	border-bottom:1px solid #333;

}

/* sub nav */
#sidebars ul ul ul {
	margin-top:4px;
}
#sidebars ul ul ul li {
	margin-left: 10px;
	text-transform:none;
	border:none;
	/*border-top:1px solid #222222;*/
}

#sidebars ul ul ul li a {
	color:#555555;
}

#sidebars ul ul ul li.current_page_item a, #sidebars ul ul ul li.current_page_ancestor a {
	color:#ffffff;
}

/* sub sub nav */
#sidebars ul ul ul ul {
	padding-top:4px;
}
#sidebars ul ul ul ul li {
	border:none;
	/*border-top:1px solid #111111;*/
}
#sidebars ul ul ul ul li.page_item a {
	color:#555555;
}
#sidebars ul ul ul ul li.current_page_item a, #sidebars ul ul ul ul li.current_page_ancestor a {
	color:#ffffff;
}

.current_page_item a, .current_page_ancestor a {

	color:#fff;

	/*border-bottom:1px solid #555;*/

}

#sidebars a {

	font-weight:normal;

	font-size:11px;

}

#sidebars a:hover {

	color: #fff;

	text-decoration: none;

}

#sidebars p {

	padding: 2px 0;

	font-size: 9pt;

	color: #eee;

}

#tag_cloud a {

	display: inline;

}

#sidebars ul.children li {

	border-bottom:none;

}

#sidebars ul.children {

	margin-bottom:0;

}

/* Before footer */



#morefoot {

	background: #000 url(images/bggrad.jpg) top left repeat-x;

	border: 1px solid #070707;

	padding: 15px;

	color: #dfdfdf;

	margin: 0 0 10px 0;

}

#morefoot p {

	margin: 5px 0;

	padding: 5px 0;

}

#morefoot ul {

	list-style-type: none;

	margin-top: 5px;

}

#morefoot ul li, #morefoot p {

	font-size: 9pt;

}

#morefoot a {

	text-decoration: underline;

	color: #ddd;

}

#morefoot a:hover {

	text-decoration: underline;

	color: #6598b8;

}

#morefoot h3 {

	font-size: 12pt;

	font-weight: normal;

	color: #dfdfdf;

	border-bottom: 1px dotted #444;

	margin: 0;

	padding: 0 0 2px 0;

}

#morefoot #searchbox {

	padding: 1px;

	width: 180px;

}

#morefoot .col1 {

	float: left;

	width: 340px;

}

#morefoot .col2 {

	margin: 0 25px;

}

#morefoot .col2, #morefoot .col3 {

	float: left;

	width: 260px;

}

#morefoot li {

	padding-left: 20px;

	margin-bottom: 5px;

	background: url(images/more.gif) left 2px no-repeat;

	line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */

}

/* footer*/

#footer {

	clear: both;

/*	background: url(images/stripes.png) no-repeat top;*/

	border: 0px solid #070707;

	padding: 28px 15px 10px 15px;

}

#footer img {
	margin-bottom:30px;
}

#footer p {

	font-size: 9pt;

	color: #bbb;

	padding: 0;

}

#footer a {

	color: #bbb;

	text-decoration: underline;

}

#footer a:hover {

	color: #fff;

}

#footerleft {

	float: left;

	width: 500px;

}

#footerright {

	float: right;

	width: 300px;

	text-align: right;

}

/* Misc */



.highlight {

	color: #222;

	font-weight: bold;

}

.cleared {

	margin: 0;

	padding: 0;

	clear: both;

}

.alignleft {

	float: left;

	margin: 5px 10px 5px 0;

}

.alignright {

	float: right;

	margin: 5px 0 5px 10px;

}

.aligncenter, div.aligncenter {

	margin: 10px auto;

	text-align: center;

	display: block;

}

img.alignleft {

	float: left;

	margin: 5px 10px 5px 0;

}

img.alignright {

	float: right;

	margin: 5px 0 5px 0px;

}

img.aligncenter {

	margin: 10px auto;

	text-align: center;

	display: block;

}

.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	/* optional rounded corners for browsers that support it */



  -moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}

.wp-caption img {

	margin: 0;

	padding: 0;

	border: none;

}

.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

	color: #111;

}

/*New Classes Added*/

.home-images {

	width:296px;

	margin-right:6px;

	float:left;

	position: relative; 

	width: 296px; 

	height: 450px;

}

.float-left {

	float:left;

}

.float-right {

	float:right;

}

.mt-small {

	margin-top: 5px;

}

.mt-medium {

	margin-top: 10px;

}

.mt-large {

	margin-top: 15px;

}

.mt-xl {

	margin-top: 20px;

}

.mb-small {

	margin-bottom: 5px;

}

.mb-medium {

	margin-bottom: 10px;

}

.mb-large {

	margin-bottom: 15px;

}

.mb-xl{

	margin-bottom: 20px;

}

.mr-small {

	margin-right: 5px;

}

.mr-medium {

	margin-right: 10px;

}

.mr-large {

	margin-right: 15px;

}

.ml-small {

	margin-left: 5px;

}

.ml-medium {

	margin-left: 10px;

}

.ml-large {

	margin-left: 15px;

}

.pt-small {

	padding-top: 5px;

}

.pt-medium {

	padding-top: 10px;

}

.pt-large {

	padding-top: 15px;

}

.pt-xl {

	padding-top: 20px;

}

.pb-small {

	padding-bottom: 5px;

}

.pb-medium {

	padding-bottom: 10px;

}

.pb-large {

	padding-bottom: 15px;

}

.pr-small {

	padding-right: 5px;

}

.pr-medium {

	padding-right: 10px;

}

.pr-large {

	padding-right: 15px;

}

.pl-small {

	padding-left: 5px;

}

.pl-medium {

	padding-left: 10px;

}

.pl-large {

	padding-left: 15px;

}

.pl-xl {

	padding-left: 20px;

}

/*

#nav2{

        display: block;

        font-size:12px;

        height:50px;

        width:100%;

}



#nav2, #nav2 ul {

	line-height: 1;

	list-style: none;

}



#nav2 a ,#nav2 a:hover{

	border:none;

	display: block;

	text-decoration: none;

}



#nav2 li {

	float: left;

	list-style:none;

}



#nav2 a,#nav2 a:visited {

	display:block;

	font-weight:bold;

	padding:6px 12px;

}



#nav2 a:hover, #nav2 a:active {

	color:#fff;

	text-decoration:none;

	left: -999em;

}	



#nav2 li ul {

	height: auto;

	left: -999em;

	position: absolute;

	width: 710px;

	z-index:999;

}



#nav2 li li {

	width: auto;

}



#nav2 li li a,#nav2 li li a:visited {

	font-weight:normal;

	font-size:0.9em;

}



#nav2 li li a:hover,#nav2 li li a:active {

	color:#fff;

	

}	



#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {

	left: 32%;



}

*/

.topPost div.topContent p {

	font-size: 9pt;

	color: #cccccc;

	margin: 00px 0 10px 0;

	padding:0 20px;

	line-height:17px;

	font-family:"Helvetica", Arial, sans-serif;

	text-align:justify;

}

div.topContent table {
	margin:0 0px 0px 20px;
}

.topPost div.topContent p a {

	font-size: 9pt;

	color: #e0bc77;

	text-decoration:none;

}

.topPost div.topContent p a:hover {

	font-size: 9pt;

	color: #e0bc77;

	text-decoration:none;

}

.topPost div.topContent p img {

	padding:0px 0px 20px 10px;

}

.topPost div.topContent p.small {

	font-size: 8pt;

	color: #cccccc;

	margin: 10px 0 0 0;

	padding:0 20px;

	line-height:17px;

	font-family:"Helvetica", Arial, sans-serif;

}



.topPost div.topContent td p {

	font-size: 9pt;

	color: #cccccc;

	margin: 5px 0 0 0;

	padding:0 20px;

	line-height:17px;

	font-family:"Helvetica", Arial, sans-serif;

}

.topPost div.topContent h2 {

	font-size: 11pt;

	color: #cccccc;

	font-weight:normal;

	margin: 10px 0 0 0;

	padding:0 5px 10px 20px;

	font-family:"Helvetica", Arial, sans-serif;

}

.topPost div.topContent h2 img {

	padding:10px 20px;

}

.topPost div.topContent p.heading {

	font-size: 11pt;

	color: #444;

	margin: 20px 0 5px 0;

	line-height:17px;

	font-weight:bold;

	text-transform:uppercase;

}

.topPost div.topContent h3 {

	font-size: 9pt;

	color: #999999;

	margin: 20px 0 5px 0;

	line-height:17px;

	text-transform:uppercase;

	padding:0 0 0 20px;

}

.topPost div.topContent .bold {

	font-size: 10pt;

	color: #CCC;

	line-height:17px;

	font-weight:bold;

}

.topPost div.topContent ul {

	color: #cccccc;

	margin: 0 0 0 33px;

	line-height:17px;
       
       padding:0px;

}

.topPost div.topContent li {

	font-size: 12px;

	color: #cccccc;

	margin: 2px 0;

	list-style:disc;
	

       
    padding:0px;

}

.topPost div.topContent ul.images {
	list-style: none;
	list-style-position:inside;
	margin:0;
	padding-right:20px;
	padding-left:10px;
	padding-bottom:0px;
	padding-top:0px;
	float:right;
}

.topPost div.topContent ul.images li {
	list-style:none;
	list-style-position:inside;
	margin:0px;
	width:150px;
	height:150px;
	padding-bottom:10px;
}

.topPost div.topContent table.menu {
	border-spacing:0px;
	width:69%;
}

.topPost div.topContent table tr {
	line-height:17px;
	text-align:justify;
	vertical-align:top;
	padding-bottom:10px;
}

.topPost div.topContent table.menu tr td {
	padding-right:10px;
	border-bottom:1px solid #333333;
}

.topPost div.topContent table.menu tr td:last-child {
	text-align:right;
	padding:0;
} 

.topPost div.topContent li p {

	font-size: 9pt;

	color: #cccccc;

	margin: 0px 0 0px 0;

	line-height:17px;

	font-family:"Helvetica", Arial, sans-serif;

	text-align:justify;

	padding-left:0px;

}

#footer-in {

	width:900px;

	margin:0 auto;

	text-transform:uppercase;

}

#footer-in a {

	text-decoration:none;

	color:#fff;

	font-size:9px;

	font-weight:normal;

}

.footer-links {

	float:left;

	padding-top:10px;

}

.footer-links ul {

	list-style:none;

	margin-left:50px;

}

.footer-links li {

	display:inline;

	padding:0 4px;

}

.wbo-link {

	width:900px;

	color:#555;

	text-align:center;

	font-size:11px;

}

.label-pad{padding:5px 0px;}



.thumbnail-icon{background:url(images/zoom.gif) no-repeat 475px 0px; padding:4px 10px 0px 25px; font-style:italic; color:#CCCCCC; text-align:right; clear:both; margin:15px 0 0 0;}



#mc_embed_signup fieldset {

position: relative;

}

#mc_embed_signup legend {

position: absolute;

top: -1em;

left: .2em;

}

#mc_embed_signup{padding-left:20px;}



.indicate-required{}



legend{}



.label-w{float:left; width:200px;}



.mc-field-group{margin:8px 0px;}



img, div, input { behavior: url("../wp-content/themes/pixel/iepngfix.htc") }



.error{border:1px solid #363636; background-color:#000; width:436px; text-align:center}



.error-pt{padding:30px 0 20px 0;}



.error-txt{text-transform:uppercase; color:#fff; padding:0px 0 20px 0; }



.black_overlay{

	display: none;

	position: absolute;

	top: 0%;

	left: 0%;

	width:100%;

	height:112%;

	background-color: #000;

	z-index:1001;

	opacity:.8;

	filter: alpha(opacity=80);

	}

.white_content {

	display: none;

	position: absolute;

	top: 25%;

	padding: 16px;

	z-index:1002;

	overflow: auto;

	}

#fade{

	position:fixed;

	}

.response{

	font-weight:normal;

	}

	

.pp-bg{background:url(images/bg-trans1.png) repeat top left; margin-top:20px; padding-top:15px; padding-bottom:10px;}



.cnt-left{float:left; width:400px;}



.cnt-left-bg{margin:10px 0px 5px 20px; background:#000;}



.cnt-left input{width:;}

.newsltr{background-color:#000;margin: 5px 20px;}
