/*  
Theme Name: Pixeled
Theme URI: http://samk.ca/freebies/free-wordpress-theme-pixeled/
Description: Dark WP theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://samk.ca/">samk</a>. Enjoy!
Author: sam
Author URI: http://samk.ca/
Version: 1.9
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;
  font-family: Verdana, Geneva, sans-serif;
  }


h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 10px 0px;
  }

h1 {
  background: url(images/h1.png) no-repeat;
  padding: 5px 7px 9px 7px;
  margin: 0px 0px 7px 0px;
  text-align:center;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  font-style: italic;
  color: #256351;
  }

h2{
  font-family: Verdana, Geneva, sans-serif;
  font-size:18px;
  font-weight:bold;
}

h2{
  font-family: Verdana, Geneva, sans-serif;
  font-size:14px;
  font-weight:bold;
}

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: 12px;
  }

a {
  color: #000;
  text-decoration: none;
  outline-style: none;
  }

a img {
  border: none;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

blockquote {
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Verdana, Geneva, sans-serif;
  background: #D3F1F6;
  }

#footer {
  height:45px;
  background: #e6f7fa;
  padding: 0px;
  font-size: 4px;
  }
#footer p {
  font-size: 4px;
  color: #666666;
  padding: 0;
  }
#footer a {
  color: #666666;
  }
#footer a:hover {
  color: #666666;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }
  
/*Begin: Styles that control UAE About Us in the Footer section.*/

.text_area_overflow {
	width:173px;
	height:155px;
	overflow:auto;
	scrollbar-3d-light-color:#3DA386;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#3DA386;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-face-color:#3DA386;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
}

.text_area_overflow p, .text_area_overflow ul, text_area_overflow li {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#3DA386;
	text-align:justify;
}
	
.text_area_overflow ul {
	list-style:inside;
}
 
.text_area_overflow li {
	padding-left:7px;
	margin:0 0 7px 0;
}

/*End: Styles that control UAE About Us in the Footer section.*/

.grey11 {
 font-family: Verdana, Geneva, sans-serif;
 font-size:9px;
 color:#666666;
}

.grey22 {
 font-family: Verdana, Geneva, sans-serif;
 font-size:22px;
 color:#333333;
 font-weight:bolder;
}

.black12 {
 font-family: Verdana, Geneva, sans-serif;
 font-size:10px;
 color:#000000;
}

.black16 {
 font-family: Verdana, Geneva, sans-serif;
 font-size:16px;
 color:#000000;
}

.black20 {
 font-family: Verdana, Geneva, sans-serif;
 font-size:20px;
 color:#000000;
}

.green11 {
 font-family: Verdana, Geneva, sans-serif;
 font-size:10px;
 color:#3DA386;
 text-align:justify;
}

#newsIndustry ul li a
{
	font-size:xx-small;
}

/* Header and wrapper */

#wrapper {
  margin: 0px auto 0px auto;
  width: 1007px;
  height:789px;
  text-align: left;
  padding: 0;
  min-height: 500px;
  height: 100%;
  }

#header {
  width: 1007px;
  height: 193px;
  padding: 0;
  margin: 0;
  background:url(images/top_bg.jpg);
  background-repeat:no-repeat;
  background-position:center;
  }

#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: 12px;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  margin: 0 0 0 0;
  padding: 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;
  }

#region {
  font-size:11px;
  width:100px;
}

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }

/* Top Content */

#main {
  margin: 0px auto 0px auto;
  clear:none;
  width: 1007px;
  min-height: 272px;
  max-height: 100%;
  /*background: #FFF url(images/inside1.jpg) repeat-x;*/
  }
#main_intro {
  background-color:#4BBC9B;
  }
#inner {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 1007px;
	min-height: 297px;
	height: 100%;
	background: url(images/innertextf.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#contentwrapper {
  float:left;
  width: 645px;
  margin: 10px 10px 10px 35px;
  padding: 0px 0px 0px 0px;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 20px 0 20px 0;
  font-size: 14pt;
  /* letter-spacing: -1px; */
  color: #fff;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }

.topPost h2 {
  margin: 0px 0px 0px 0px;
  }

.topPost h2.topTitle a {
  font-size: 16pt;
  font-weight: bolder;
  color: #000;
  margin: 0px 0px 0px 0px;
  }

.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #000;
  }

.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 7pt;
  color: #000;  
  }

.topPost p.topMeta a {
  text-decoration: underline;
  color: #000;
  }

.topPost p.topMeta a:hover {
  color: #000;
  }

.topPost div.topContent {
  font-size: 12px;
  color: #000;
  margin: 0px 0;
  text-align:justify;
  }

.topPost div.topContent td {
  /*text-align:justify;*/
}

.topPost div.topContent a {
  text-decoration: underline;
  color: #38967A;
  }

.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul, .topPost div.topContent ol {
  margin: 0px;
  padding: 0px;
  }
.topPost div.topContent li {
  color: #000;
  line-height:18pt;
  margin: 0px 0px 0px 15px;
  }
.topPost div.topContent .content_disclaimer {
  font-size:11px;
  color:#666;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
 /* background: url(images/bg-trans.png) repeat; */
  background: #3DA386;
  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 */

#comment {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #E1F4F8;
  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: #000;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #000;
  margin: 15px 0;
  padding: 0;
  }
#comment p a {
  color: #4BBC9B ;
  }
#comment p a:hover {
  color: #000;
  }
#comment 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;
  }
#comment #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;
 /* letter-spacing: -2px; */
  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: #4BBC9B;
  color: #000;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #000;
  color:#fff;
  }


/* Sidebars */
#sidebars {
  margin: 30px 7px 0 0;
  float: right;
  color: #000;
  }

.sidebarbox{
 width: 240px;
}


#sidebars .sidebarbox {
  padding: 0px 27px 8px 27px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  border-left: 1px solid #4BBC9B;
  min-height: 200px;
  height:100%;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0 0 5px 0;
  padding: 0 0 0 8px;
  font-weight: bold;
  font-size: 11pt;
  line-height: 21pt;
  color: #e9f8fb;
  background: url(images/heading.jpg) ;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #000;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  text-decoration: underline;
  color: #38967A;
  }
#sidebars a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #000;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

/* Before footer */

#morefoot {
  height:208px;
  background: url(images/bg_bottom.jpg);
  background-repeat:no-repeat;
  padding: 0;
  margin: 0;
  }
#morefoot p {
  font-family: Verdana, Geneva, sans-serif;
  font-size:11px;
  color:#3DA386;
  text-align:justify;
  margin-top:3px;
  padding: 0px;
  font-weight:normal;
  }

#morefoot ul {
  /*list-style-type: none;*/
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size:11px;
  }
#morefoot a {
  color: #3DA386;
  }
#morefoot a:hover {
  color: #3DA386;
  }
#morefoot h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  /* letter-spacing: -1px; */
  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 {
margin-bottom: 8px;   
  }

#morefoot div{
  font-family: Verdana, Geneva, sans-serif;
  font-size:11px;
  color:#3DA386;
} 
/* footer*/

/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  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 10px;
  }
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;
  }

.poster a{
font-weight: bold;
}

.poster{
font-weight: bold;
}

/* Promotion ticker styles appear here */

#promotion_ticker {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding: 4px 2px 2px 2px;
	background-color:#EAF7F2;
	height:20px;
	vertical-align:middle;
}
#promotion_ticker a:link, #promotion_ticker a:visited {
	color:#3DA486;
	text-decoration:none;
}
#promotion_ticker a:hover, #promotion_ticker a:active {
	color:#ff9933;
	text-decoration:underline;
}

/* Credentials sidebar */

#credentials {
}

.center_table {
	margin:0 auto;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:1005px; height:26px; margin-left:0px; position:relative; z-index:100; font-family:Verdana, Geneva, sans-serif;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:1005px; w\idth:1005px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0 0 0 3px;list-style-type:none;}
.menu ul ul {width:110px;margin:0 0 0 0;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:110px;position:relative;margin-right:1px;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10px;text-decoration:none; color:#000; width:110px; height:26px; background-image:url(../../menu_buttons/normal.gif); background-repeat:no-repeat; background-position:center; padding-left:0px; padding-right:0px; line-height:25px; font-weight:normal;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:110px; w\idth:108px;}

/* style the top level hover */
.menu a:hover {color:#FFF; background-image:url(../../menu_buttons/over.gif); background-position:center; background-repeat:no-repeat;}
.menu :hover > a {color:#FFF; background-image:url(../../menu_buttons/over.gif); background-position:center; background-repeat:no-repeat;}

/* style the second level background 
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}*/

/* style the second level hover 
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}*/

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#3DA486;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#6AC8AC;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:8; width:110px;}

/* another hack for IE5.5 */
* html .menu ul ul {top:25px;t\op:26px;}

/* position the third level flyout menu */
.menu ul ul ul{margin-left:110px; top:-1px; width:110px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#4BBC9B; color:#D2EEE6; height:auto; line-height:1em; padding:5px 0px 5px 0; width:110px; background-image:url();}
.menu ul ul a:hover {color:#FFF; background-color:#3DA486; background-image:url();}
.menu ul ul :hover > a {color:#FFF; background-color:#3DA486; background-image:url();}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:110px;w\idth:110px;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
