/**
  Theme Name: MATES
  Theme URI: N/A
  Version: 1.0
  Author: Isntmedia
  Author URI: http://www.isntmedia.com
  Tags: custom
  Licence: GPL
  
  Description: Created specifically for MATES
*/

html {
  overflow-y: scroll;
}

body {margin:0;background:#000 url(/wp-content/themes/MATES/images/body_bg.jpg) no-repeat center 61px;font:normal 12px Arial, Helvetica, Serif;}

a, a:link, a:active {color:#0099FF;}
a:visited {color:#0082D9;}
a:hover {color:#E31620;}

#canvas {
  width: 887px; /* modify back to 887 after removing borders */
  margin-left:auto;
  position:relative;
  background: url(/wp-content/themes/MATES/images/canvas_bg.jpg) no-repeat left bottom ;
  padding-bottom:200px;
}

  /** the heading and tagline are h1 on homepage and h4 on internal */
  #header h1,
  #header h4 {
    font-size: 30px;
    margin: 0;
    padding: 10px 0 10px 0;
  }
    /** the tagline is a span within the h1 or h4 */
    #header h1 span,
    #header h4 span { }

  /**
    Nav and Subnav
    Split these out if you want the two levels to look different
  */
  #nav,
  #subNav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #subNav {
    margin-top: 10px;
  }
    #nav li,
    #subNav li {
      display: inline;
      padding: 0 10px 0 0;
    }
    /* Currently selected page nav item (and parent) if applicable */
    .current_page_item a,
    .current_page_parent a {
      text-decoration: none;
    }
      .current_page_item a:hover,
      .current_page_parent a:hover {
        text-decoration: underline;
      }

/* Content Header */
  #primaryContent h1 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  #primaryContent h2 {
    padding: 0;
    margin: 10px 0 0 0;
    font-family:Georgia,"Times New Roman",Arial,Helvetica,Serif;
    font-size:18px;
    color: #4D4D4D;
  }

  #primaryContent h1.postTitle a:hover,#primaryContent h2.postTitle a:hover {text-decoration:underline;}

  #primaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
    font-family:Georgia,"Times New Roman",Arial,Helvetica,Serif;
    font-size:15px;
    color: #6B6B6B;
  }
  
  #primaryContent blockquote {
    padding: 0 0 0 15px;
    border-left: 1px solid #EEE;
    margin: 0 35px 0;
    font-family:Georgia,"Times New Roman",Arial,Helvetica,Serif;
    font-size:22px;
    font-style: italic;
    color: #6B6B6B;
    width: 160px;
    float: right;
  }

  ol#posts {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .postWrapper img { }

      div.post { }

  #pagination {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
    #pagination li {
      display: inlne;
    }
    #pagination .previous {
      text-align: left;
      float: left;
    }
    #pagination .future {
      text-align: right;
      float: right;
    }

/**       sidebar          */

  #secondaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  /**
    Remove bullets from the first level sidebar UL and give each item some bottom margin.
    IE 6 doesn't like the selectors, I can live with that but if you can't then
    you'll need to extend this further.
  
  #secondaryContent > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    #secondaryContent > ul > li {
      margin: 0 0 10px 0;
    }
	*/
  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }

#comment {
  width: 500px;
}



/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

/* Plugins */

.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}



/* Remon's Added and modified Classes */
#header {margin:0;position:relative;}
#leftColumn  > #primaryContent {min-height:650px;height:auto;}
#leftColumn {width: 500px;float: left;position:relative;z-index:2;margin-top:208px;}
#contentHeader {background:url(/wp-content/themes/MATES/images/left_column_bg.png) no-repeat top;	height:145px;padding:1px;}
ul#mc_menu_2 {margin:0;padding:0;display:block;position:relative;}
ul#mc_menu_2 li a {display:block;position:absolute;font:bold 11px Arial, Helvetica, Serif;color:#fff;text-decoration:none;padding-top:35px;
	text-transform:uppercase;background-image:url(/wp-content/themes/MATES/images/headicons.png);background-repeat:no-repeat;}
ul#mc_menu_2 li a:hover {text-decoration:underline;} 
ul#mc_menu_2 li#menu_item_22 a{left:20px;top:55px;background-position:center top;}
ul#mc_menu_2 li#menu_item_23 a{left:100px;top:28px;background-position:center -60px;}
ul#mc_menu_2 li#menu_item_28 a{left:195px;top:17px;background-position:center -120px;}
ul#mc_menu_2 li#menu_item_24 a{left:295px;top:28px;background-position:center -180px;}
ul#mc_menu_2 li#menu_item_25 a{left:390px;top:55px;background-position:center -240px;}
/**      main content     */
#primaryContent {height:650px;background:#fff;margin: 0;padding:5px 10px;}

#secondaryContent {
  position:relative;
  width: 350px;
  float:left;
  z-index:2;margin-top:208px;
  color:#fff;
  padding-bottom:200px;
}

#wrapper {width:990px;margin:0 auto;background:url(/wp-content/themes/MATES/images/logo_bg.jpg) no-repeat left 62px;}
#hdr_revolver {position:absolute;z-index:0;width:610px;height:315px;right:0;top:62px;}
/* Navigation */
#header {position:relative;height:62px;}
#header #mc_menu_1 {float:left;width:550px;margin-top:20px;}
#header ul.mc_depth_2 {margin:0;padding:0;font: bold 14px Arial; list-style-type: none;text-transform:uppercase;color:#fff;}
#header ul.mc_depth_2 li {display:inline;margin:0 10px 0 0;}
#header ul.mc_depth_2 a {color:#fff;text-decoration:none;}
#header ul.mc_depth_2 li a:hover, #header ul.mc_depth_2 li a.current{color: #ffcc00;}

#header ul.mc_depth_1 li {display:block;float:left;margin:0;padding:0 4px 0 5px;border-right:solid 1px #666;}

#header ul.mc_depth_1 {font:normal 11px Arial; text-transform:none;margin:0;padding:0;position:absolute;top:40px;left:10px;}
#header ul.mc_depth_1 {display:none;}

/* Search */
#header #searchform {float:left;margin-left:50px;display:block;padding:0;margin-top:15px;}
#header #searchform input {padding:2px 5px 3px; font:normal 11px Aria, Helvetica, Serif; text-align:right;border:none;color:#666;margin-right:5px;}
#header #searchform #searchsubmit {padding:0;margin:0;font-size:10px;background:url(/wp-content/themes/MATES/images/buttons.gif) top left;width:34px;height:20px;text-indent:-999em;}
#header #searchform label.hidden {display:none;}

/* title */
#title {clear:both;position:absolute;left: -9999px;}
#feedburner {color:#fff;width:132px;height:36px;background:white;position:absolute;z-index:1;margin-top:160px;left:372px;background:url(/wp-content/themes/MATES/images/test.gif) no-repeat right top;}
#feedburner a {color:red;background:url(/wp-content/themes/MATES/images/buttons.gif) -36px top;width:28px;height:28px;display:block;float:left;text-decoration:none;text-indent:-999em;}
#feedburner span {display:block;float:left;width:85px;margin-left:15px;color:#fff;font:normal 12px Arial, Helvetica, Serif;letter-spacing:-1px;padding-top:7px;}

li.postWrapper,div.postWrapper {background:url(/wp-content/themes/MATES/images/post_bg.jpg) no-repeat right top;position:relative;width:480px;clear:both;}
li.pageWrapper,div.pageWrapper {position:relative;width:480px;clear:both;}
/* titles are h2 on homepage and h1 for internal */
.postWrapper > .postHead {min-height:100px;height:auto;}
.postHead {height:100px;}
.postHead, .postHead a {color:#5a5a5a;}
.postHead h1.postTitle,.postHead h1.postTitle a,
.postHead h2.postTitle, .postHead h2.postTitle a,
.pageHead h1.postTitle,.pageHead h1.postTitle a,
.pageHead h2.postTitle, .pageHead h2.postTitle a{font:normal 26px "Georgia", "Times New Roman", serif;color:#5a5a5a;text-decoration:none;width:360px;display:block;padding-bottom:7px;}
.comments-counter {position:absolute;top:67px;right:15px;color:#cc0000;font-size:12px;text-align:center;width:24px;}
.comments-counter a{color:#cc0000;font:bold 14px Arial, Helvetica, Serif;border-bottom:dotted 1px red;text-decoration:none;display:inline-block;}
.postHead span.post-date {font-weight:bold;}
.postHead span.post-date, .postHead .post-author a{font-weight:bold;}
.postHead .post-author a {background:#ffcc00;color:#000;display:inline-block;padding:2px 5px;text-decoration:none;font-weight:bold;}
.postHead .postDate {
  background: transparent url(/wp-content/themes/MATES/images/post_date_bg.gif) no-repeat 0 0;
  width: 20px;
  height: 26px;
  text-align: center;
  color: #FFF;
  font-size: 8px;
  text-transform: uppercase;
  float: left;
  margin: 0 4px;
}
.postHead .postDate span {
  font-size: 15px;
  font-weight: bold;
}
.postHead .postAvatar {
  float: left;
}
.postHead .postAuthor {
  padding-top: 15px;
  font-size: 10px;
}

.post .more-link {display:block;clear:left;float:left;background:url(/wp-content/themes/MATES/images/fullstory_btn.png) no-repeat; width:148px; height:37px;text-indent:-9999px;margin-top:10px;}
.postMeta {clear:both;padding:0 0 15px;margin:0;}

.clear {clear:both;margin:0;padding:0;font-size:11px;}

#footer 
{	
	width:887px;
	margin-left:auto;
	clear: both;
	font:bold 11px Arial, Helvetica, Serif;
	margin-top:20px;
	padding-bottom:15px;
}
#footer ul {margin:0;padding:0;}
#footer ul li {display:inline;margin-right:10px;text-transform:uppercase;color:#fff;}
#footer ul li a {color:#fff;text-decoration:none;}
#footer p {color:#999;margin:0;padding:2px 0;}
#footer p a {color:#999;text-decoration:none;}

#primaryContent .wp-pagenavi, #primaryContent .pfpagidirect {float:right;margin-top:15px;}
#primaryContent .wp-pagenavi .PreviousPosts {display:block;float:left;padding:7px 10px;text-transform:uppercase;font-size:11px;font-weight:bold;color:#5a5a5a;}
#primaryContent .wp-pagenavi ul, #primaryContent .pfpagidirect ul {margin:0;padding:0;float:left;}
#primaryContent .wp-pagenavi ul li, #primaryContent .pfpagidirect ul li {display:block;float:left;width:28px;height:28px;font-size:12px;font-weight:bold;margin-right:3px;}
#primaryContent .wp-pagenavi ul li span, #primaryContent .pfpagidirect ul li span {display:block;background:url(/wp-content/themes/MATES/images/buttons.gif) -70px top;color:#333;padding:6px 9px 7px 10px;border:none;margin:0;}
#primaryContent .wp-pagenavi ul li a, #primaryContent .pfpagidirect ul li a {display:block;background:url(/wp-content/themes/MATES/images/buttons.gif) -104px top;color:#fff;padding:6px 9px 7px 10px;text-decoration:none;border:none;margin:0;}
#primaryContent .wp-pagenavi .btn_previous, .wp-pagenavi a.btn_previous, #primaryContent .pfpagidirect .btn_previous, .pfpagidirect a.btn_previous{display:block;float:left;padding:0;margin:4px 8px 0 0;font-size:10px;background:url(/wp-content/themes/MATES/images/buttons.gif) -138px top;width:34px;height:20px;border:none;cursor:pointer;text-decoration:none;text-indent:-999em;}
#primaryContent .wp-pagenavi .btn_next, .wp-pagenavi a.btn_next, #primaryContent .pfpagidirect .btn_next, .pfpagidirect a.btn_next{display:block;float:left;padding:0;margin:4px 0 0 5px;font-size:10px;background:url(/wp-content/themes/MATES/images/buttons.gif) top left;width:34px;height:20px;border:none;cursor:pointer;text-decoration:none;text-indent:-999em;}

/* Right Column */
/* #secondaryContent {padding-bottom:200px;} */
#secondaryContent ul {margin:0;padding:0;}
#secondaryContent ul li {margin:0;list-style:none;}
#secondaryContent ul li .separator {margin:0;padding:15px 0;background:url(/wp-content/themes/MATES/images/dash.gif) repeat-x center;clear:both;}
#subscribe2 {padding-left:30px;font-size:11px;margin:0;}
#subscribe2 h2 {margin:15px 0 10px;padding:0;background:url(/wp-content/themes/MATES/images/titles.png) no-repeat left top; height:20px;text-indent:-9999px;font-size:14px;}
#subscribe2 p, #subscribe2 form {margin:0;padding:0;}
#subscribe2 input.email {margin-bottom:5px;padding:2px 5px 3px; font:normal 11px Aria, Helvetica, Serif; text-align:right;border:none;color:#666;}
#subscribe2 input.submit {padding:0;margin:0;font-size:10px;background:url(/wp-content/themes/MATES/images/buttons.gif) top left;width:34px;height:20px;border:none;margin-top:7px;}
#subscribe2 .separator {display:none;}

#hide-dashbar-meta {padding-left:30px;font-size:11px;margin:0;}
#hide-dashbar-meta a{color:#0099ff;text-decoration:none;font-weight:bold;}
#hide-dashbar-meta p{margin:0;padding-top:4px;}
#hide-dashbar-meta p.avatar {width:40px;height:40px;background:#cae2ed;margin:0 10px 0 0;padding:0;float:left;}
#hide-dashbar-meta p.avatar img.avatar {border:solid 1px #666;width:30px;height:30px;margin:4px;display:block;}
#hide-dashbar-meta br {margin-bottom:6px;}

#get-recent-comments {padding-left:30px;font-size:11px;margin:0;}
#get-recent-comments li {padding-bottom:10px;}
#get-recent-comments h2 {margin:0 0 10px;padding:0;background:url(/wp-content/themes/MATES/images/titles.png) no-repeat left -60px; height:20px;text-indent:-9999px;font-size:14px;}
#get-recent-comments a.comment-author {background:#ffcc00;color:#000;display:inline-block;padding:2px 5px;text-decoration:none;font-weight:bold;}
#get-recent-comments a{color:#0099ff;}
#get-recent-comments p {padding:5px 0 0;margin:0;}

#cat-posts-343045571 {padding-left:30px;font-size:11px;margin:0;}
#cat-posts-343045571 h2 {margin:0 0 15px;padding:0;}
#cat-posts-343045571 h2 a {display:block;background:url(/wp-content/themes/MATES/images/titles.png) no-repeat left -90px; height:20px;text-indent:-9999px;font-size:14px;}
#cat-posts-343045571 li {padding:0 0 15px;clear:both;}
#cat-posts-343045571 a{color:#09f;}
#cat-posts-343045571 img {display:block;float:left;margin-right:20px;border:none;}
#cat-posts-343045571 div.content {float:right;width:200px;}
#cat-posts-343045571 p {margin:0;}
#cat-posts-343045571 p.title {float:left;width:200px;font-size:16px;font-weight:bold;color:#fc0;margin:0;padding:0;}
#cat-posts-343045571 p.title a {color:#fc0;text-decoration:none;}
#cat-posts-343045571 p.title a:hover {color:#09F;}
#cat-posts-343045571 .sociable {display:none;}

#polls {padding-left:30px;font-size:11px;margin:0;}
#polls h2 {margin:0 0 10px;padding:0;background:url(/wp-content/themes/MATES/images/titles.png) no-repeat left -120px; height:20px;text-indent:-9999px;font-size:14px;}
#polls a {color:#0099ff;}
#polls .Buttons{padding:0;margin:3px 0 0 5px;font-size:10px;background:url(/wp-content/themes/MATES/images/buttons.gif) top left;width:34px;height:20px;border:none;cursor:pointer;}
#polls .wp-polls-form p {text-align: left !important;font-weight: normal !important;}

#ngg-widget-1 {font-size:11px;margin:0;padding:0;}
#ngg-widget-1 h2 {margin:0;padding:0;height:20px;text-indent:-9999px;font-size:20px;}
#ngg-widget-1 .ngg-widget {height:253px;position:relative;overflow:hidden;}
#ngg-widget-1 img{position:absolute;z-index:1;border:none;}
#ngg-widget-1 img.frame {position:absolute;z-index:2;}
#ngg-widget-1 .separator {display:none;}

#cat-posts-372349761 {padding-left:30px;font-size:11px;margin:0;}
#cat-posts-372349761 li {padding:0 0 15px;clear:both;}
#cat-posts-372349761 h2 {margin:0 0 10px;padding:0;background:url(/wp-content/themes/MATES/images/titles.png) no-repeat left -30px; height:20px;text-indent:-9999px;font-size:14px;}
#cat-posts-372349761 p.date{margin:0;padding:0;display:block;float:left;width:40px;text-transform:uppercase;color:#ccc;font-size:14px;font-weight:bold;letter-spacing:1px;}
#cat-posts-372349761 p.date span {font-size:28px;letter-spacing:normal;}
#cat-posts-372349761 div.content{margin:0;padding:0;display:block;float:right;width:275px;}
#cat-posts-372349761 p {margin:0;}
#cat-posts-372349761 p.title {float:left;width:274px;font-size:16px;font-weight:bold;color:#FFF;margin:0;padding:0;display:block;}
#cat-posts-372349761 p.title a {color:#FFF;text-decoration:none;}
#cat-posts-372349761 p.title a:hover {color:#09F;}
#cat-posts-372349761 a {color:#0099ff;}
#cat-posts-372349761 .sociable {display:none;}

.faq_approve img {border:none;}

/* Profile */
#primaryContent .pfprofile {color:#666;}
#primaryContent .pfprofile a {color:#0099ff;}
#primaryContent .pfprofile .details {background:url(/wp-content/themes/MATES/images/profile_bg.png) no-repeat left;height:121px;margin-top:10px;color:#fff;}
#primaryContent .pfprofile .details img {float:left;width:80px;height:80px;margin:15px;}
#primaryContent .pfprofile .details p.name {float:left;margin:15px 15px 0 0;font-size:14px;color:#fff;font-weight:bold;}
#primaryContent .pfprofile .details p {float:left;width:350px;margin:0;padding:5px 0 0;color:#b0b0b0;font-size:100%;}
#primaryContent .pfprofile .details p a {color:#d0d0d0;font-size:100%;}
#primaryContent .pfprofile .comment p{padding:0;margin:5px 0;}
#primaryContent .pfprofile .comment {border-bottom:solid 1px #aaa;padding:5px 0;}
#primaryContent .pfprofile h3, #primaryContent .pfprofile h4 {font-family:Georgia, "Times New Roman", Arial, Helvetica, Serif;color:#4d4d4d;font-weight:bold; birder:none;}
#primaryContent .pfprofile h3 {font-size:24px;}
#primaryContent .pfprofile h4 {font-size:18px;margin:0;padding:15px 0 5px;}

#primaryContent .pfpagisingle {padding:15px 0 0;text-align:right;}
#primaryContent .pfpagisingle a {color:#0099ff;}

/* Article */
#primaryContent .similar-posts {margin:0;padding:0;list-style:none;}
#primaryContent .similar-posts li {font-size:15px;line-height:22px;}
#primaryContent .tags-title {padding:0;margin:10px 0 0 0;font-family:Georgia,"Times New Roman",Arial,Helvetica,Serif;font-size:15px;color: #6B6B6B;font-weight:bold;}
#commentform textarea#comment {border:solid 1px #d7d7d7;width:470px;height:150px;}
h2#comments a, #commentform a, ol#commentlist li a{color:#0099ff;}
#commentform #submit {padding:0;margin:0;border:none;font-size:10px;background:url(/wp-content/themes/MATES/images/buttons.gif) top left;width:34px;height:20px;cursor:pointer;}
ol#commentlist {margin:0;padding:0;}
ol#commentlist li {margin:0;padding:0;list-style:none;border-bottom:solid 1px #d7d7d7;}
ol#commentlist li div {float:left;width:430px;}
ol#commentlist li div cite {display:block;font-style:normal;padding-top:5px;font-size:11px;}
h2#comments, h2#postcomment {font-family:Georgia, "Times New Roman", Arial, Helvetica, Serif;color:#4d4d4d;font-size:18px;}
ol#commentlist li p.avatar {width:40px;height:40px;background:#cae2ed;margin:0 10px 0 0;padding:0;float:left;}
ol#commentlist li p.avatar img.avatar {border:solid 1px #666;width:30px;height:30px;margin:4px;display:block;}
ol#commentlist .authorcomment {background:#ffebcc;}
ol#commentlist .unapproved-comment {background:#F4F4F4;}
ol#commentlist p {margin:0;}
ol#commentlist li p.clear {font-size:8px;height:10px;}
ol#commentlist li a.author {background:#ffcc00;color:#000;display:inline-block;padding:2px 5px;text-decoration:none;font-weight:bold;}
.comments-meta {float:right;padding-right:10px;}
.comments-rss, .comments-trackback {background:url(/wp-content/themes/MATES/images/buttons.gif) no-repeat -178px 0;display:block;width:28px;height:28px;text-indent:-999em;float:left;margin-right:5px;}
.comments-trackback{background-position: -212px 0;}

/* AddThis plugin */
.addthis_container {
  float: right;
  padding: 20px 10px 10px 0;
}

#wfix {background:url(/wp-content/themes/MATES/images/white_fix_bg.png) no-repeat 103px 400px;}
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

@media screen {/*  Copyright 2008 Eric Schulz. All Rights Reserved.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Plugin Name: Profiler
Plugin URI: http://www.visualguides.org/profiler/
Author: Eric Schulz
Author URI: http://www.visualguides.org/
*/
	
	/*
	Formatting for the user profiles, member directory, and stats widget
	*/
	.pfprofile {
		text-decoration: none; 
		border: none;
		}
		
	.pfprofile h2 {
		}
		
	.pfprofile h3 {
		font-size: 18px;
		font-weight: normal;
		border-bottom: 1px dotted #D9D9D9;
		margin: 0px;
		width: 155px;
		padding: 11px 0px 3px 0px;
		}
		
	.pfprofile h4 {
		font-size: 14px;
		font-weight: normal;
		border: none;
		border: none;
		margin: 0px;
		padding: 11px 0px 0px 0px;
		}
		
	.pfprofile p {
		font-size: 15px;
		}
		
	.pfprofile a {
		font-size: 15px;
		line-height: 22px;
		}
		
		
	.pfdirectory table {
		border: 1px solid #000000;
		border-collapse: collapse;
		margin: 15px 0px 0px 0px;
		width: 100%;
		}
	
	.pfdirectory th {
		background-color: #D9D9D9;
		text-align: left;
		border-bottom: 1px solid #000000;
		font-size: 12px;
		padding: 0px 0px 0px 6px;
		}
	
	.pfdirectory td {
		font-size: 11px;
		padding: 3px 6px 3px 6px;
		}
		
	.pfback {
		font-size: 12px;
		font-weight: normal;
		padding: 5px 0px 0px 0px;
		margin: 0px;
		}
		
	.pfpagisingle {
		font-size: 12px;
		padding: 20px 0px 0px 0px;
		}
	
	.pfpagidirect {
		font-size: 12px;
		padding: 10px 0px 0px 0px;
		}
		
	.pfwidget {
		}
	
	.pfwidget h2 {
		}
	
	.pfwidget small, #sidebar ul ul li, #sidebar ul ol li {
		color: #000000;
		}
 }
@media screen {#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	} }
@media screen {/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-PageNavi 2.31									|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
} }
@media screen {/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-Polls 2.31										|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/wp-polls/polls-css.css								|
|																							|
+----------------------------------------------------------------+
*/


.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #f3f6f8;
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
/* Styles Used In WP-Admin */
#wp-polls-pollbar-bg {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}
#wp-polls-pollbar-border {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
} }
