/*  
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 (modified by Channel V Media)
Author URI: http://samk.ca/ (modified by http://www.channelvmedia.com)
Version: 1.9.8
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar, sticky-post
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */


@font-face {  
	  font-family: Sydfonts; 
	  src: url('fonts/Sydfonts.otf');   
	}


* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, 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: 9.5pt;
  color:#000;
  line-height:160%;
  margin:10px 0px;
  }
.topPost-Single #first p {
   font-size:14pt;
   line-height:100%;
}

.topPost-Single #first p:first-child:first-letter {
   font-family: trebuchet ms, arial, helvetica, sans-serif;
   float:left;
   font-size:48px;
   padding:5px;
   color:#f00;
   margin-right:4px;
   vertical-align:top;
   font-weight:bold;
}

a {
  color: #900;
  text-decoration: none;
  }

a:hover, .current_page_item {
  color: #f00;
  text-decoration: none;
  }

a img {
  border: none; 
  }
a:hover img { 

}
blockquote {
  border: 0px;
  padding:10px 5px 20px 20px;
  margin: 30px 0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
  background:#ffffff;
  background-color:rgba(173, 172, 163, 0.5);
		background/*\**/:url(images/bg-trans-dark.png)\9;
		*background:url(images/bg-trans-dark.png);
  }
blockquote p {
  font-family:Georgia, serif;
  font-size:16px;
  font-style: italic;
  color: #000000;
  padding-right:10px;
}
blockquote p a,blockquote a {
  color: #660000 !important;
}
blockquote p a:hover,blockquote a:hover {
  color: #ff0000 !important;
}
blockquote ul, blockquote ol {
  color: #333333 !important;
  margin:20px 40px 30px;
  padding:0;
  list-style-position:outside;
}
blockquote ul li, blockquote ol li {
  color: #333333 !important;
  list-style-position:outside;
}

code {
  color: #f00;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0px;
  padding: 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background:#a6a69e url(images/bgbody-trans.png) fixed top center repeat;
  border:5px solid #000000;
  opacity:1.0;
  filter:alpha(opacity=100);
     *opacity:1.0;
     *filter:alpha(opacity=100);
}


/* Header and wrapper */
#wrapper {
  margin: 0px auto;
  width: 960px;
  text-align: left;
  padding:0px;
  background-color:#dedcd0;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  -webkit-box-shadow:rgba(0,0,0,1) 0 10px 10px;
  }

#header {
  padding:0;
  margin:0;
  height:166px;
  width:960px;
  background:url(images/header.png) top center no-repeat;
  background-color:#dedcd0;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 5px 0 0 0;
  right:50px;
  display:none;
}
#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 {
  float: left;
  width: 400px;
  height: 166px;
  margin: 20px 0 0 25px;
  padding: 0;
}

#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  margin: 0;
  padding: 0;
  clear: both;
  height: 46px;
  width: 960px;
  background:url(images/nav-background.png) top center no-repeat;
  }

#nav {
  position:relative;
  list-style: none;
  margin: 0;
  padding:0;
  left:30px;
  text-align:center;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 16px;
  margin: 0;
  padding: 2px 0px 0;
  color: #000;
  letter-spacing:1px;
  height:36px;
  font-family: Sydfonts, trebuchet ms, arial, helvetica, sans-serif;  
  font-size:18px;
  }
.mediumnav {
  font-size:16px;
  color:#000000;
}
.topPost h1.topTitle a:hover .mediumnav, #contentwrapper2 .topPost h2.topTitle a:hover .mediumnav {
  font-size:16px;
  color:#999999;
}

.smallnav {
  font-size:12px;
  color:#797979;
}
#nav li a:hover .smallnav {
  font-size:12px;
  color:#000000;
}

#nav li a:hover {
  color: #fff;
  text-decoration: none;
  display: block;
  background-color:none;
	-webkit-transition: background-color .5s linear;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	border-radius:4px;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow:rgba(0,0,0,0.5) 0 0 5px;
}
#nav li a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
  }

#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: 5px 30px 0 30px;
  clear: both;
  width: 900px;
  padding-top: 15px;
  padding-bottom: 5px;
  background:url(images/eagle.png) scroll center 20px no-repeat;
  min-height:400px;
  }
#contentwrapper {
  border-right:1px solid #600;
  float:left;
  list-style-type:none;
  margin: 0 0 15px 0;
  padding: 0 26px 0 0;
  width: 460px;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }

#contentwrapper2 .topPost h2.topTitle a {
  font-family: Sydfonts, Verdana, sans-serif !important;
  font-size: 15pt;
  font-weight:normal;
  font-style:normal !important;
  color: #900;
   background-color:rgba(173, 172, 163, .5);
		background/*\**/:url(images/bg-trans-dark.png)\9;
		*background:url(images/bg-trans-dark.png);
   font-size:15pt;
   font-weight:normal !important;
   margin:0 0 5px;
   padding:2px 10px;
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
  }
#contentwrapper2 .topPost h2.topTitle a:hover {
  text-decoration: none;
   background-color:#000;
  color: #fff;
  }

#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  color: #900;
  font-weight: normal;
  background-color:rgba(173, 172, 163, 0.5);
  background/*\**/:url(images/bg-trans-dark.png) repeat\9;
  padding: 2px 10px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
  }
#contentwrapper h2 {
padding:0;
}

.topPost {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  }
.topPost h1.topTitle a {
  font-family:Sydfonts, Verdana, sans-serif !important;
  font-size: 15pt;
  font-weight:normal !important;
  font-style:normal !important;
  color: #900;
   background-color:rgba(173, 172, 163, .6);
		background/*\**/:url(images/bg-trans-dark.png)\9;
		*background:url(images/bg-trans-dark.png);
   font-size:15pt;
   font-weight:normal;
   margin:0 0 5px;
   padding:2px 10px;
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
  }
.topPost h1.topTitle a:hover {
  text-decoration: none;
   background-color:#000;
  color: #fff;
  }
#contentwrapper .topPost h2.topTitle {
  margin-left:155px;
}
.topPost h2.topTitle a {
  font-family: Georgia;
  font-size: 12pt;
  font-weight:bold;
  font-style:italic !important;
  color: #900;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #f00;
  }
.topPost-Single {
  margin:-15px 0 0;
  padding: 0 10px;
  font-size: 10pt;
}


.topPost-Single h3.topTitle {
  background:#c00;
  margin:-10px 0 -5px;
  padding:5px 10px 15px;
  width:430px;
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding; 
	-webkit-border-radius:6px; 
        -moz-border-radius-topleft:6px;
        -moz-border-radius-topright:6px;
	border-radius-topleft:6px;
	border-radius-topright:6px;
}
.topPost-Single h3.topTitle a {
  font-family:Georgia, serif;
  font-size: 15pt;
  font-weight:normal;
  font-style:italic !important;
  color: #ffffff;
  line-height:90%;
}
.topPost-Single h3.topTitle a:hover {
  text-decoration:none;
  color:#dedcd0;
}
.topPost p.topMeta, .topPost-Single p.topMeta {
  margin: 10px 0;
  font-family:Georgia, serif;
  font-size: 9pt;
  color:#663300;  
}
.topMeta {
  margin: 10px 0;
  font-family:Georgia, serif;
  font-size: 9pt;
  color:#663300; 
}
.topPost p.topMeta a, .topPost-Single p.topMeta a {
  margin: 10px 0;
  font-family:Georgia, serif;
  font-size: 9pt;
  text-decoration: none;
  color: #900;
  }
.topPost p.topMeta a:hover, .topPost-Single p.topMeta a:hover {
  color: #f00;
  }
.topPost div.topContent, .topPost-Single div.topContent {
   color:#000;
   font-size:10pt;
   margin-bottom:0px;
}
.topPost div.topContent a, .topPost-Single div.topContent a {
  text-decoration: none;
  font-family:Georgia, serif;
  color: #900;
  font-weight:bold;
  font-style:italic;
  }
.topPost div.topContent a:hover, .topPost-Single div.topContent a:hover {
  text-decoration: none;
  color: #f00;
  }
#topTitleCustom span.topMeta {
  font-family:Georgia, serif;
  padding-left:155px;
  font-size:9pt;
  color:#663300;
}
#topTitleCustom .topMeta a {
  font-family:Georgia, serif;
  color: #000;
}
#topTitleCustom .topMeta a:hover {
  color: #f00;
}

.topPost div.topContent ul, .topPost-Single div.topContent ul {
   list-style-position:outside;
}
.topPost div.topContent ul, .topPost div.topContent ol, .topPost-Single div.topContent ul, .topPost-Single div.topContent ol {
  margin:20px 40px 30px;
  padding:0;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li, .topPost-Single div.topContent ul li, .topPost-Single div.topContent ol li {
  color:#000;
  margin-bottom:10px;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags, .topPost-Single span.topComments, .topPost-Single span.topMore, .topPost-Single span.topTags {
  font-size: 10pt;
  font-style: italic;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #000;
  border: 0px solid #111;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
  }
.topPost span.linkpages, .topPost-Single span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #900;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover, .topPost-Single span.linkpages a:hover {
  color: #f00;
  }

.topPost span.topComments a, .topPost-Single span.topComments a {
  color: #900;
  background: url(images/comments.png) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a, .topPost span.topMore a, .topPost-Single span.topMore a, .topPost-Single span.topMore a {
  color: #900;
  background: url(images/more.png) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em, .topPost-Single span.topTags em {
  background: url(images/tags.png) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #333;
  }
.topPost span.topTags a, .topPost-Single span.topTags a {
  color: #900;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover, .topPost-Single span.topComments a:hover, .topPost-Single span.topMore a:hover, .topPost-Single span.topTags a:hover {
  color: #f00;
  text-decoration: none;
  }
#topTitleCustom {
  padding-top:20px !important;
  /*padding-bottom:15px !important;*/
  border-top:1px solid #600;
}
#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #600;
  text-transform: lowercase;
  text-decoration: none;
  font-family:Georgia, serif;
  font-style:italic;
  font-weight:bold;
  font-size:.82em;
  text-transform:lowercase;
  }
#nextprevious a:hover {
  color: #f00;
  }


/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  width: 435px; /* 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: 0px solid #090909;
  padding: 0px 15px 10px 15px;
  color: #333;
   background-color:rgba(173, 172, 163, .7);
		background/*\**/:url(images/bg-trans-dark.png)\9;
		*background:url(images/bg-trans-dark.png);
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #000;
  margin: 15px 0;
  padding: 10px 0 0;
  }
#comments p a {
  color: #900;
  }
#comments p a:hover {
  color: #f00;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  line-height:120%;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 10pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  background-color:rgba(255, 255, 255, 0.7);
		background/*\**/:#ffffff\9;
  border:0 none;
  color:#990000;
  padding:5px;
  width:410px;
  list-style-type: none;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
  }
.commentlist li.alt {
  background: #ffffff;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  width:400px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {

  }

.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: none;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  /*color: #ddd;*/
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #000;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 410px;
  color: #900;
  padding: 5px;
  border:0px;
 background-color:rgba(255, 255, 255, .7);
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {font-size:0.8em;}
#extrastuff a:hover {text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}

input#author, input#email, input#url, input#searchbox {
   color:#900;
   border:0px;
   padding-left:5px;
   padding-top:3px;
   padding-bottom:3px;
   -moz-background-clip:border;
   -moz-background-inline-policy:continuous;
   -moz-background-origin:padding;
   -webkit-border-radius:6px; 
   -moz-border-radius:6px; 
   border-radius:6px;background:#ffffff;
}

/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
display:none;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;
  color: #333;
  margin: 0 10px;
  padding: 10px 0 3px 0;
display:none;
  }
#main #welcome p {
  font-size: 10pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
display:none;
  }
#main #welcome a {
  text-decoration: none;
  color: #ff9933;
display:none;
  }
#main #welcome a:hover {
  color: #6598b8;
display:none;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
display:none;
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
display:none;
  }
.submitbutton {
  margin:-2px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 1px 6px;
  vertical-align: middle;
  border:1px solid #000;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #c00;
  border:1px solid #c00;
  }


/* Sidebars */
#sidebars {
  margin: 0;
  float: right;
  width: 380px;
  color: #333;
  }
#sidebars .sidebarbox {
       padding: 0px 10px 10px;
 }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 46%;
  }

#sidebar_right {
  float: right;
  width: 46%;
  }

#sidebars h2 {
   color:#000000;
  background-color:rgba(173, 172, 163, .5);
	/*opacity:0.7;
	filter:alpha(opacity=70);*/
		background/*\**/:url(images/bg-trans-dark.png)\9;
		*background:url(images/bg-trans-dark.png);
   font-size:15pt;
   font-weight:normal;
   margin:0 -16px 5px;
   padding:2px 10px;
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
}

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0 0 20px;
  padding: 0 0 10px 0;
  }

#sidebars li {
  margin-bottom: 5px;
  list-style: none;
  font-size: 10pt;
  }

#sidebars li ul {
  padding: 0 10px;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(images/bullet.png) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars ul li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
	border-bottom: 1px dashed #bab7a4;
   /*background-color:rgba(255, 0, 0, 1.0);
		background/*\**/:#ff0000\9;*/
	display: block !important;
	padding: 0;
        margin:0;
	color: #990000 !important;
}
#sidebars ul li a:hover {
	border-bottom: 0px solid #333333;
        background-color:rgba(0, 0, 0, .5);
		background/*\**/:none\9;
	padding: 0 5px;
	color: #ffffff !important;
}


#sidebars a {
  display: inline;
  }
#sidebars a:hover {
  text-decoration: none;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 10pt;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  background-color:#dedcd0;
  border: 0px solid #dedcd0;
  padding: 15px 30px 15px 25px;
  color: #333;
  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: 12px;
  }
#morefoot a {
  text-decoration: none;
  color: #333;
  }
#morefoot a:hover {
  text-decoration: none;
  color: #f00;
  }
#morefoot h3 {
  font-size: 8pt;
  font-family:Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #000;
  text-transform:uppercase;
  border-top: 0px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }

input #searchbox {
     color:#900 !importanat;
     margin-top:5px !importanat;
}
#morefoot .col1, #morefoot .col2, #morefoot .col3, #morefoot .col4, #morefoot .col6 {
  float: left;
  width: 134px;
  padding-top:10px;
  border-top: 1px solid #900;
  background:#dedcd0 none repeat scroll 0 0;
}
 #morefoot .col5 {
  float: left;
  width: 134px;
  border-top: 1px solid #900;
  background:#dedcd0 none repeat scroll 0 0;
}
#morefoot .col1 {
  margin: 0 10px 0 0;
}
#morefoot .col6 {
  margin: 0 0 0 10px;
}
#morefoot .col2, #morefoot .col3, #morefoot .col4, #morefoot .col5 {
  margin: 0 10px 0 10px;
  }
#morefoot .col1 a img, #morefoot .col2 a img, #morefoot .col3 a img, #morefoot .col4 a img, #morefoot .col5 a img, #morefoot .col6 a img {
        background:#dedcd0 none repeat scroll 0 0;
        opacity:1.0;
        filter:alpha(opacity=100);
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	-webkit-transition-property: background-color, color; 
	-webkit-transition-duration: .2s; 
	-webkit-transition-timing-function: ease-in;
}
#morefoot .col1 a:hover img, #morefoot .col2 a:hover img, #morefoot .col3 a:hover img, #morefoot .col4 a:hover img, #morefoot .col5 a:hover img, #morefoot .col6 a:hover img {
  opacity:.5;
  filter:alpha(opacity=50);
		opacity/*\**/:1.0\9;
		filter/*\**/:alpha(opacity=100)\9;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow:rgba(0,0,0,0.5) 0 0 5px;
                background-color/*\**/:none;\9;
}

#morefoot li {
  padding-left: 0px;
  margin-bottom: 5px;
  line-height: 100%; /* Required for cross-browser consistency; cross-browser defaults vary. */
  list-style-type:none;
  list-style-image:none;
  }



/* footer*/
#footer {
  clear: both;
  background-color:#000;
  border: 1px solid #070707;
  padding: 15px 20px 10px 15px;
  font-size:10px;
  font-weight:normal;
  height:80px;
  color:#333333;
  }
#footer p {
  font-size: 10px;
  color: #666;
  padding: 0;
  }
#footer a {
  color: #333333;
  text-decoration: none;
  }
#footer a:hover {
  color: #ccc;
  }
#footerleft {
  position:relative;
  float: left;
  width: 70px;
  }
#footerright {
  position:relative;
  float:left;
  width: 700px;
  text-align: left;
  padding-top:18px;
  letter-spacing:1px;
  text-transform:uppercase;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  }
.alignright {
  }
.aligncenter, 
div.aligncenter {
  margin: 0px auto 10px;
  text-align: center;
  display: block;
  max-width:440px;
  }

img.aligncenter, img.alignleft, img.alignright {
  display: block;
  max-width:440px;
  margin:10px auto;
}


.wp-caption {
  border: 0px solid #ddd;
  text-align: center;
  width:100% !important;
  /*background-color: #f3f3f3;*/
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }





/*  ---------------------  Custom  ------------------- */

.post {
     min-height:145px;
}
#homepost #square {
     margin-top:-25px !important;
}
#homepost .post-bodycopy {
     min-height:120px;
     border-bottom:1px solid #990000;
     margin-bottom:20px !important;
     padding-bottom:20px !important;
}

div.post-headline h2 a {
     font-size:.75em !important;
     padding-left:155px !important;
     display:block
}
div.post-headline small {
     display:none;
}
div.post-bodycopy {
     border-bottom:1px solid #990000;
     margin-bottom:20px !important;
     padding-bottom:20px !important;
}
#topTitleCustom div.post-bodycopy #square {
     margin-top:-44px;   
}


p.light {
 color:#
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  width:400px;
  }
#topTitleCustom #square img {
  padding-top:0px !important;
  height: 145%;
  width:auto;
}
#topTitleCustom #square img:hover {
        opacity:1.0 !important;
        filter:alpha(opacity=100) !important;
}


#topTitleCustom #square img.aligncenter {
 margin-top:-10px;
}
#topTitleCustom #square img.alignleft, #topTitleCustom #square img.alignright {
 margin:0px;
}
#topTitleCustom #square .wp-caption img {
border:medium none;
margin:-10px 0 0 -10px;
padding:0;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }
#topTitleCustom p {
     line-height:120%;
}
#square {
     min-height:125px;
}

#topTitleCustom #square {
     position:relative;
     float:left;
     width:125px !important;
     height:125px !important;
     margin-bottom:50px;
     margin-right:20px;
     overflow:hidden;
     margin-top:-35px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
     border:5px solid #000;
     z-index:1000;
     background:#cc0000 url(images/dew-default-450.png) no-repeat 50% 50%;
}
.topContent #square {
     position:relative;
     margin-bottom:20px;
     width:100% !important;
     height:auto !important;
     overflow:hidden;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
     border:5px solid #000;
     background:#000000 url(images/dew-default-450.png) no-repeat 50% 50%;
}

.topPost div.topContent a.more-link, .topPost-Single div.topContent a.more-link {
  color: #000;
}
.topPost div.topContent a:hover, .topPost-Single div.topContent a:hover  {
  color: #f00;
}

#dewisms {
   position:relative;
   margin-left:-15px;
}
#dewisms-quote {
   position:relative;
   background:url(images/start-quote.png) top left no-repeat;
   height:100%;
   padding-top:10px;
   margin-left:-15px;
   padding-left:50px;
   font-family:Georgia, serif;
   font-size:18px;
   font-style:italic;
}
#dewisms-end-quote {
   position:relative;
   background:url(images/end-quote.png) top left no-repeat;
   margin-top:-15px;
   margin-left:-15px;
   height:50px;
   width:380px;
}



/* ul enrichments */
ul.square-images {
	margin:20px 0 0 -26px !important;
        height:290px;
        padding:0;
	position:relative;
	list-style-image:none !important;
	list-style-position:none !important;
	list-style-type:none !important;
}
ul.square-images li {
	position:relative;
	height:150px;
	width:100px;
        display:inline;
}
ul.square-images li a {
	position:relative;
	float:left;
	height:150px;
	width:100px;
        padding:0 10px !important;
        background:none !important;
        border-bottom:0px !important;
}
ul.square-images li a:hover {
		background/*\**/:#ff0000\9;
}
ul.square-images li a span {
	position:absolute;
        background:#000 none repeat scroll 0 0;
	color:#ffffff;
        font-family: Georgia, serif;
        font-size:9pt;
        font-style:italic;
	display:block;
	width:90px;
        left:23px;
        padding:8px;
        line-height:90%;
        text-align:center;
        top:110px;
        z-index:50;
}
ul.square-images li a img {
	margin:10px;
	width:90px;
	height:90px;
	background:#ffffff none repeat scroll 0 0;
	border:1px solid #999999;
	padding:10px;
        opacity:.5;
        filter:alpha(opacity=50);
}

.has_image {
        top:-20px;
}

a.has_image:hover, a.has_image:active {
     border:none !important;
}


ul.square-images li a img, ul.square-images li a span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
	-webkit-transition-property: background-color, color; 
	-webkit-transition-duration: .2s; 
	-webkit-transition-timing-function: ease-in;
}
ul.square-images li a:hover img {
  opacity:1.0;
  filter:alpha(opacity=100);

}
ul.square-images li a:hover span {
        background:#c00 none repeat scroll 0 0;
}
ul.square-images li a:hover img, ul.square-images li a:hover span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow:rgba(0,0,0,0.5) 0 0 5px;
        box-shadow:rgba(0,0,0,0.5) 0 0 5px;
}
/* this fixes the ul lists on the homepage */
#sidebars ul ul.square-images li {
     padding:0px;
}



/* Newsletter phplist form integration */

.phplist {
-x-system-font:none !important;
font-family:verdana,arial,sans-serif !important;
font-size:100% !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
line-height:normal !important;
margin:0 0 0 -10px !important;
padding:0 0 0 90px !important;
background:url(images/newsletter-icon.png) top left no-repeat !important;
}
.phplist input {
 background:none !important;
 color:#900 !important;
 margin:0px 10px 5px !important;
 width:100%;
 border:1px solid #666;
}
.phplist input#contactsubmit {
background:#000 !important;
 color:#fff !important;
 margin:0 5px 10px 10px !important;
 width:80px !important;
 border:1px solid #000;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow:rgba(0,0,0,0.5) 0 0 5px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.phplist input#contactsubmit:hover {
background:#f00 !important;
 color:#fff !important;
 margin:0 5px 10px 10px !important;
 width:80px !important;
 border:1px solid #f00;
cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100);
}


.phplist textarea, .phplist select {
 margin:5px 0px 10px !important;
 width:100%;
 background:#fff !important;
}
.phplist .required {
color:#333 !important;
font-weight:normal !important;
font-size:10px !important;
text-transform:uppercase;
margin:0 0 0 0px !important;
}
.phplist label {
display:block;
float:left;
margin:0 0 0 -5px !important;
padding:0;
text-align:right;
width:0px;
}

.phplist br {
clear:none;
}


/* constant contact newsletter */
#go.submit {
background:#000 !important;
 color:#fff !important;
 margin:0 5px 10px 10px !important;
 width:80px !important;
 border:1px solid #000;

	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow:rgba(0,0,0,0.5) 0 0 5px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#go.submit:hover {
background:#f00 !important;
 color:#fff !important;
 margin:0 5px 10px 10px !important;
 width:80px !important;
 border:1px solid #f00;
cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100);
}




/* formidable newsletter */
p.submit {
     margin-left:100px;
}
p.submit input {
     background:#000 !important;
     color:#fff !important;
     margin:0 !important;
     width:80px !important;
     margin-left:100px;
     border:1px solid #000;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	-webkit-transition-timing-function: ease-out;
	-webkit-box-shadow:rgba(0,0,0,0.5) 0 0 5px;
}
p.submit input:hover {
     background:#f00 !important;
     color:#fff !important;
     border:1px solid #f00;
     cursor:pointer;
}
.frm_required {
     color:#f00;
}
p.description {
    margin:2px 0 3px !important;
}
#frm_form_fields {
     background:url(images/newsletter-icon.png) top left no-repeat !important;
     padding-left:100px;
}
input#first-name, input#last-name, input#email2 {
     width:250px;
     color:#900;
}




/* ul footer */
ul.footer-item h3.active a, ul.footer-item h3 a:hover {
	display:block;
}
ul.footer-item h3 a:visited, ul.footer-item h3 a {
	display:block;
	float:left;
	padding:0px;
	height:auto;
		height/*\**/:auto\9;
		*height:auto;
        width:134px;
}
ul.footer-item li a.active {
	background-color:#ff0000;
}
ul.footer-item li {
	list-style-type:none;
}
ul.footer-item .pic {
	position:relative;
        float:left;
	width:50px;
	height:auto;
	padding:0px;		
}
ul.footer-item .title {
	font-family: Arial, Verdana, sans-serif;
	font-weight:inherit;
	font-size:inherit;
	width:70px;
	line-height:100%;
	padding:0;
}
ul.footer-item li a span.title  {
        position:relative;
        top:15px !important;
}
ul.footer-item li a:hover span.title  {
        color:#900;
}


/* enrichments */

ul.footer-item h3.active a, ul.footer-item h3 a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
        background-color:rgba(173, 172, 163, .7);
}





/* facebook counter */
.fb_share_large .fb_sharecount_zero {
height:42px !important;
width:51px !important;
}

/* random quotes */
#quoterotator {
     font-family:Georgia, serif;
     font-style:italic;
     font-size:18px;
     background:#dedcd0 url(images/start-quote.png) no-repeat scroll left top;
     padding-left:50px;
     padding-top:10px;
     margin-left:-15px;
     margin-bottom:20px;
opacity:1.0;
filter:alpha(opacity=100);
*filter:alpha(opacity=100);
*opacity:1.0;
}




/* social-icons */
ul.social-icons h3.active a, ul.social-icons h3 a:hover {
display:block;
}
ul.social-icons h3 a:visited, ul.social-icons h3 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
border:0px solid #CCCCCC;
display:block;
float:left;
height:40px;
margin: 0px !important;
padding:0 !important;
text-align:center;
width:50px;
border-bottom: 0px !important;
}
ul.social-icons li a.active {
color:#ff0000;
}
ul.social-icons li {
list-style-type:none;
}
ul.social-icons .pic {
position:relative;
width:50px;
}
ul.social-icons .pic img {
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
ul.social-icons h3 .pic img:hover, ul.social-icons h3 span.pic img:hover  {
	background:#ffffff !important;
	opacity:1.0 !important;
	filter:alpha(opacity=100);
}



#sidebars li#quote .sidebarbox h2.widgettitle {
     font-family: Sydfonts; Verdana, sans-serif !important;
     font-size: 15pt !important;
     color:#000000;
     background:#dedcd0 url(http://danwaldschmidt.com/wp-content/themes/pixel/images/dewisms.png) no-repeat top left;
     height:42px;
}

li.sidebarbox h2 {
  font-family: Verdana, sans-serif !important;
  font-size: 15pt;
  font-weight:normal;
  font-style:normal !important;
  color: #900;
  background-color:rgba(173, 172, 163, .5);
	background/*\**/:url(images/bg-trans-dark.png)\9;
  font-size:15pt;
  font-weight:normal !important;
  margin:0 0 5px;
  padding:2px 10px !important;
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
  list-style:none !important;
  list-style-type:none !important;
}


.intro {
     font-size:16px;
     color:#660000;
}



img.thumbnail {
     display:none;
}



#aboutleft {
	position:relative;
	float:left;
	width:200px;
	margin-right:30px;
	margin-top:10px;
}
#aboutright h1 {
  color: #ffffff;
  font-size:12px;
  font-weight:bold;
  font-style:normal;
  font-family: Verdana, Arial, sans-serif;
}
h1.normal {
  font-family: Verdana, sans-serif !important;
  font-size: 15pt !important;
  font-weight:normal !important;
  font-style:normal !important;
  color: #000 !important;
   background-color:rgba(173, 172, 163, .5);
		background/*\**/:url(images/bg-trans-dark.png)\9;
		*background:url(images/bg-trans-dark.png);
   margin:0 0 5px;
   padding:2px 10px;
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
  }
h1.verdana {
  font-family: Verdana, sans-serif !important;
  font-size: 18px !important;
  font-weight:normal;
  font-style:normal !important;
  color: #900 !important;
   background-color:rgba(173, 172, 163, .5);
		background/*\**/:url(images/bg-trans-dark.png)\9;
		*background:url(images/bg-trans-dark.png);
   margin:0 0 5px;
   padding:8px 10px 15px;
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
  }
h1.black{
  font-family: Verdana, sans-serif !important;
  font-size: 15px !important;
  font-weight: normal;
  font-style: normal !important;
  color: #ffffff !important;
   background:#000;
   margin:0 0 5px !important;
   padding:8px 10px 15px !important;
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
  }
h1.black a {
  color:#ffffff !important;
  font-weight:normal !important;
  font-style:normal !important;
  font-size: 15px !important;
  font-family: Verdana, sans-serif !important;
}
h1.black a:hover {
  color:#ff0000 !important;
  font-weight:normal !important;
  font-style:normal !important;
  font-size: 15px !important;
  font-family: Verdana, sans-serif !important;
}

h1.white {
  font-family: Verdana, sans-serif !important;
  font-size: 18px !important;
  font-weight:normal;
  font-style:normal !important;
  color: #900 !important;
   background-color:#ffffff;
   margin:0 0 5px;
   padding:8px 10px 15px;
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
  }
#aboutmiddle {
	position:relative;
	float:left;
	width:380px;
	margin-right:30px;
	margin-top:10px;
}
#aboutright {
	position:relative;
	float:left;
	width:260px;
	margin-top:10px;
}



#aboutleft ul.about-list {
        margin-top:0px !important;
}
#aboutleft ul.about-list li {
	display:block;
	float:left;
	width:180px;
	height:auto;
	text-align:left;
	border:0px #cccccc solid;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	-webkit-transition-property: background-color, color; 
	-webkit-box-shadow:rgba(0,0,0,0.5) 0 0 5px;
        margin:0px 0 5px -40px !important;
        padding:0 10px 15px 10px !important;
    background-color:#cc0000;
	}
#aboutleft ul.about-list li {
	list-style-type:none;
}
#aboutleft ul.about-list .title {
	width:180px;
	line-height:100%;
        color:#ffffff !important;
        font-size:12px;
        font-weight:bold;
        font-style:normal;
        font-family: Verdana, Arial, sans-serif;
        padding-bottom:3px;
}
#aboutleft ul.about-list .text {
	display:block;
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size: 12px;
    color:#DEDCD0 !important;
	width:180px;
        padding-top:5px;
	line-height:120%;
	border-top:2px dotted #000000;
}





#aboutmiddle ul.about-list {
        margin-top:0px !important;
}
#aboutmiddle ul.about-list li {
	display:block;
	float:left;
	width:358px;
	height:auto;
	text-align:left;
	border:1px solid #999999;
        margin:0 !important;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	-webkit-transition-property: background-color, color; 
	-webkit-transition-duration: .2s; 
	-webkit-transition-timing-function: ease-in;
        margin:0 0 5px -40px !important;
        padding:10px 10px 15px 10px !important;
}
#aboutmiddle ul.about-list li {
	list-style-type:none;
}
#aboutmiddle ul.about-list .title {
	width:358px;
	line-height:100%;
        padding:0;
        color:#600 !important;
        font-size:12px;
        font-weight:bold;
        font-style:normal;
        font-family: Verdana, Arial, sans-serif;
}
#aboutmiddle ul.about-list .text {
	display:block;
	font-family: Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#000000;
	width:358px;
        padding-top:5px;
	line-height:120%;
}




#aboutright ul.about-list {
        margin-top:0px !important;
}
#aboutright ul.about-list li {
	display:block;
	float:left;
	width:238px;
	height:auto;
	text-align:left;
	border:1px #999999 solid;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	-webkit-transition-property: background-color, color; 
	-webkit-transition-duration: .2s; 
	-webkit-transition-timing-function: ease-in;
        margin:-20px 0 5px -40px !important;
        padding:10px 10px 15px 10px !important;
}
#aboutright ul.about-list li {
	list-style-type:none;
}
#aboutright ul.about-list .title {
	width:238px;
	line-height:100%;
        padding:0;
        color:#600 !important;
        font-size:12px;
        font-weight:bold;
        font-style:normal;
        font-family: Verdana, Arial, sans-serif;
}
#aboutright ul.about-list .text {
	display:block;
	font-family: Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#000000;
	width:238px;
        padding-top:5px;
	line-height:120%;
}





/* button */
ul.button h3.active a, ul.button h3 a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-transform:scale(1.0);
background-color:#ff0000 !important;
background/*\**/:#ff0000\9;
display:block;
}
ul.button h3 a:visited, ul.button h3 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
border:0px solid #CCCCCC;
background-color:#cc0000;
display:block;
float:left;
height:60px;
margin:10px 0px 20px -20px !important;
padding:15px 0 5px !important;
text-align:center;
width:360px;
border-bottom: 0px !important;
}
ul.button h3 a.default, ul.button h3 a.default:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-color:#990000;
cursor:default;
display:block;
opacity:1;
}
ul.button li a.active {
color:#ff0000;
}
ul.button li {
list-style-type:none;
}
ul.button .pic {
padding:0 10px 10px;
position:relative;
width:360px;
}
ul.button .pic img {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
margin-top:5px;
}
ul.button .title {
color:#ffffff !important;
font-family: Sydfonts, Georgia,Times,serif;
font-size:30px;
font-weight:normal;
line-height:100%;
padding:10px 10px 5px;
width:360px;
}
ul.button .text {
color:#000000;
display:block;
font-family: Verdana, Arial,sans-serif;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
line-height:120%;
padding:0 10px 20px;
width:360px;
}





/* opportunities */
#opportunitiesholder {
	position:relative;
	float:left;
	height:1000px;
}

#opportunitiesleft, #opportunitiesright {
	position:relative;
	float:left;
	width:415px;
        height:100%;
	margin-top:10px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	border:0px solid #CCCCCC;
        -webkit-box-shadow:rgba(0,0,0,.2) 0 5px 5px;
        background-color:rgba(255, 255, 255, .3);
		background/*\**/:url(images/bg-trans-white.png)\9;
		*background:url(images/bg-trans-white.png);
	padding:10px;
}
#opportunitiesleft {
	margin-right:30px;
}

/* opportunities button */
ul.opp-button h3.active a, ul.opp-button h3 a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-color:#ff0000 !important;
	display:block;
}
ul.opp-button h3 a:visited, ul.opp-button h3 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	border:0px solid #CCCCCC;
	background-color:#cc0000;
	display:block;
	float:left;
	height:60px;
	margin:0px -40px 0px !important;
	padding-top:15px;
	text-align:center;
	width:415px;
}
ul.opp-button h3 a.default, ul.opp-button h3 a.default:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border:0px solid #CCCCCC;
	background-color:#cc0000;
	display:block;
	float:left;
	height:60px;
	margin:0px -40px 0px !important;
	padding-top:15px;
	text-align:center;
	width:415px;
	cursor:default;
	display:block;
	opacity:1;
}
ul.opp-button li a.active {
	color:#ff0000;
}
ul.opp-button li {
	list-style-type:none;
}
ul.opp-button .pic {
	padding:0 10px 10px;
	position:relative;
	width:415px;
}
ul.opp-button .pic img {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	margin-top:5px;
}
ul.opp-button .title {
	color:#ffffff !important;
	font-family: Sydfonts, Georgia,Times,serif;
	font-size:24px;
	font-weight:normal;
	line-height:100%;
	padding:10px 10px 5px;
	width:415px;
}
ul.opp-button .text {
	color:#000000;
	display:block;
	font-family: Verdana, Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:120%;
	padding:0 10px 20px;
	width:415px;
}


ul#opp {
  width:435px;
  height:100%;
  margin:10px 0 20px 0 !important;
}
ul#opp li {
  background:url(images/opp-bg.png) top left no-repeat;
  width:355px;
  height:65px;
  margin:0 !important;
  padding:15px 5px 0 60px; !important;
  list-style-type:none;
}



ul#burst li {
  background:url(images/burst.png) top left no-repeat;
  height:65px;
  margin:0 0 0 -40px !important;
  padding:0 10px 0 30px;
  width:375px;
  list-style-type:none;
}
ul#burstdr li {
  background:url(images/burst-dr.png) top left no-repeat;
  height:65px;
  margin:0 0 0 -40px !important;
  padding:0 10px 0 30px;
  width:375px;
  list-style-type:none;
}




/* resources */
#resourcesholder {
	position:relative;
	float:left;
	min-height:260px;
}

#resourcesleft, #resourcesright {
	position:relative;
	float:left;
	width:405px;
        height:100%;
	margin-top:10px;
	padding:0 10px;
}
#resourcesleft {
	margin-right:30px;
}
ul.resources-list:after, ul#thumb:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


ul.resources-list {
 margin:0px !important;
}
ul.resources-list h3 a:visited, ul.resources-list h3 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
border:0px solid #CCCCCC;
background-color:rgba(173, 172, 163, 0.5);
  background/*\**/:url(images/bg-trans-dark.png) repeat\9;
display:block;
float:left;
margin:0 0 10px;
text-align:left;
width:460px;
}
ul.resources-list h3.active a, ul.resources-list h3 a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-transform:scale(1.0);
background-color:#ff0000;
  background/*\**/:#ff0000\9;
display:block;
}
ul.resources-list h3 a.default, ul.resources-list h3 a.default:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-color:#990000;
cursor:default;
display:block;
opacity:1;
}
ul.resources-list li a.active {
color:#ff0000;
}
ul.resources-list li {
list-style-type:none;
}

ul.resources-list .pic {
position:relative;
float:left
width:135px;
margin-top:0px;
}
ul.resources-list .pic img {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
float:left;
padding:10px;
background-color:#ffffff;
margin:-10px 10px 10px;
width:80px;
}
ul.resources-list .title {
color:#990000 !important;
font-family: Verdana, Arial, sans-serif;
font-size:14px;
font-weight:bold;
font-style:normal;
line-height:110%;
padding:0 20px 0 0;
width:320px;
position:relative;
top:-26px;
}
ul.resources-list h3 a:hover .title {
color:#ffffff !important;
}
ul.resources-list .text {
color:#000000;
display:block;
font-family: Verdana, Arial,sans-serif;
font-size:12px;
font-weight:normal;
font-style:normal;
line-height:120%;
margin-left:120px;
width:320px;
position:relative;
top:-20px;
}





/* display lists : thumb, full, details
-------------------------------------------------------------- */
#thumb {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 100%;
}
#thumb ul {
        width: 900px;
}
#thumb ul li img a {
	border-bottom: 0px dashed #bab7a4 !important;
}
#thumb li {
   /*background-color:rgba(173, 172, 163, .5);
		background/*\**/:url(images/bg-trans-dark.png)\9;*/
   	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
	width:410px;
	height: 145px;
	padding: 10px 9px 20px;
	margin:0 20px 0 0;
	position: relative;
	border-bottom: 1px dashed #bab7a4;
        float:left;
}
#thumb img {
  	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
        background:#FFFFFF none repeat scroll 0 0;
	border-bottom: 0px dashed #bab7a4 !important;
        padding:10px;
}

#thumb h3 {
	font: normal 100%/100% Arial, Helvetica, sans-serif;
	position: absolute;
	top: 131px;
	left: 9px;
	overflow: hidden;
float:left;
font-size: .96em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
left:162px;
line-height:100%;
overflow:hidden;
position:absolute;
top:10px;
width:250px;
color:#000000;
padding-bottom:10px;
}


#thumb h3 a {
	width: 250px;
	color: #cc0000;
	display: block;
	text-decoration: none;
	padding-top: 5px !important;
	border-bottom: 0px !important;
	padding-left:0 !important;
}
#thumb h3.html a:hover {
	color: #ff0000 !important;
	text-decoration: none;
        background:none !important;
}
#thumb h3 span {
	padding-right: 5px;
	position: absolute;
	right: 0;
}


h3.html {
padding-left:5px;
padding-bottom:5px;
}


/* jquery tooltips */
#tooltip img {
	/* background: url(images/tooltips-bg.gif) no-repeat; */
	padding: 6px 7px 6px 11px;
}

#screenshot {
	margin: 0;
	padding: 8px;
	position: absolute;
	border: 1px solid #333333;
	background: #000000;
	display: none;
	z-index: 200;
}
ul#thumb li a {
	border-bottom: 0px dashed #bab7a4 !important;
}
li a.screenshot:hover {
	background: none !important;
}


ul#recentcomments li.recentcomments a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
	border: 0px solid #333333;
   /*background-color:rgba(255, 0, 0, 1.0);
		background/*\**/:#ff0000\9;*/
	display: block;
	padding: 0 5px !important;
	color: #990000 !important;
}
ul#recentcomments li.recentcomments a:hover {

   background-color:rgba(0, 0, 0, .5);
		background/*\**/:#000000\9 !important;
	display: block;
	padding: 0 5px !important;
	color: #ffffff !important;
}



/* press quote */
#pressholder {
	position:relative;
	float:left;
	height:100%;
}

#pressleft, #pressright {
	position:relative;
	float:left;
	width:415px;
        height:100%;
	margin-top:10px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	border:0px solid #CCCCCC;
        -webkit-box-shadow:rgba(0,0,0,1) 0 5px 5px;
        background-color:rgba(255, 255, 255, .3);
		background/*\**/:url(images/bg-trans-white.png)\9;
		*background:url(images/bg-trans-white.png);
	padding:10px;
}
#pressleft {
	margin-right:30px;
}
ul.press {
	width:415px;
        margin:-15px 0 20px -12px !important;
	list-style: none !important;
}
ul.press li {
	padding: 1em;
	list-style: none !important;
        float:left;
	width:415px;
	border-bottom:0px;
        margin-bottom:0px !important;
}
ul.press li.last {
	padding-bottom: 0;
	border-bottom: none;
	}

ul.press li blockquote a {
        color:#dedcd0 !important;
        font-weight:normal !important;
}
ul.press li blockquote p.author a {
        color:#ffffff !important;
        font-weight:normal !important;
        font-style:normal !important;
        font-family:Verdana, Helvetica, Arial, sans-serif !important;
	}
ul.press li blockquote p.author cite a, ul.press li blockquote p.author em a {
        color:#999999 !important;
        font-weight:normal !important;
        font-family:Verdana, Helvetica, Arial, sans-serif !important;
}
ul.press li blockquote a:hover, ul.press li blockquote p.author a:hover {
        color:#000000 !important;
        font-weight:normal !important;
}
ul.press li blockquote {
	font-family: Georgia;
	font-style: italic;
	line-height 1.5em;
	quotes: none;
        padding:10px 20px 20px;
        margin: 0;
	list-style: none !important;
        background:#cc0000;
}
ul.press li.black blockquote {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
        background:#000000;
  opacity:0.8;
  filter:alpha(opacity=80);
}
ul.press li.white blockquote {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
        background:#cc0000;
  opacity:0.8;
  filter:alpha(opacity=80);
}
ul.press li.tan blockquote {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	border-radius:6px;
        background:#5d472f;
}
ul.press li blockquote p {
	margin: 0 0 1.5em 0;
	font-size: 1.1em !important;
	color: #dedcd0 !important;
	}
ul.press li blockquote p.author {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: .9em !important;
	font-style: normal;
	text-align: right;
	color: #ffffff;
	}
ul.press li blockquote p.author em {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: .9em !important;
	font-style: italic;
	text-align: right;
	color: #999999;
	}
ul.press li blockquote p.author cite {
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: .9em !important;
	font-style: italic;
	text-align: right;
	color: #999999;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}


/* contact */
#contactholder {
	position:relative;
        width:900px;
        margin-top:10px;
}
#contactleft, #contactright {
	position:relative;
	float:left;
	width:415px;
        height:100%;
	margin-top:10px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	border-radius:10px;
	border:0px solid #CCCCCC;
        -webkit-box-shadow:rgba(0,0,0,.2) 0 5px 5px;
        background-color:#cc0000;
	padding:10px;
}
#contactleft {
	margin-right:30px;
}

#contactleft a, #contactright a {
        color:#000000 !important;
}
#contactleft a:hover, #contactright a:hover {
        color:#eeeeee !important;
}
#contactleft strong, #contactright strong {
        color:#ffffff !important;
	margin-right:10px;
}
#contactleft em {
        color:#000000 !important;
}
#contactleft p {
        color:#dedcd0;
        padding-left:20px;
}
