/*  
Theme Name: RAREi
Theme URI: http://www.rarei.com

Author: Michael D. Pollock
Author URI: http://www.solostream.com/

	RAREi
	http://www.rarei.com

	This theme was designed and built by Michael D. Pollock.
      Solostream Web Studio

	The CSS, XHTML and design is copyright of Rare Interactive Corp:
	http://www.rarei.com

*/



/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 11px;
	font-family: Arial, helvetica, Sans-Serif;
	background: url(images/ribg.gif);
	color: #000;
	text-align: left;
	margin: 0;
	padding: 7px 0;
	line-height: 135%;
	}

#wrap {
	width: 960px;
	margin: 0px auto 0px auto;
        border: 0px solid #fff;
        background: url(images/wrapbg.gif) top left repeat-y;
	}

#singlepagewrap {
	width: 960px;
	margin: 0px auto 0px auto;
        border: 0px solid #fff;
        background: url(images/wrapbg5.gif) top left repeat-y;
	}

#page {
        font-size: 12px;
        clear: both;
	width: 946px;
	margin: 0px auto 0px auto;
	padding: 0 7px;
        border-top: 7px solid #D6DADF;
	}

#pageleft {
        clear:both;
        background: #fff;
        width: 630px;
        padding: 0 0 20px 0;
        margin: 0;
        float: left;

        }

#pageright {
        width: 310px;
        padding: 0px;
        margin: 0;
        float: right;
        }  

#footer {
        border-top: 7px solid #D6DADF;
        clear: both;
        font-size: 8pt;
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
        line-height: 180%;
        color: #999;
	background: #272727;
	}

#footer p.first {
        margin: 0;
        padding: 3px 14px;
        background:
        }

#footer p.first a {
        text-decoration:none;
        color:#aaa !important;
        }

#footer p.first a:hover {
        color:#fff !important;
        }

#footer p.second {
        margin: 0;
        padding: 2px 14px;
        background: #999;
        color:#fff;
        }

#footer p.second a {
        text-decoration:none;
        color:#fff !important;
        }

#footer p.second a:hover {
        color:#111 !important;
        }

#footer p.third {
        margin: 0;
        padding: 3px 14px;
        background: #fff;
        color: #999;
        }


/* -------------------[ Top Ad Block 728x90 ]------------------- */

#adtop {
        clear: both;
	width: 960px;
	height: 90px;
	margin: 0px auto 0px auto;
	padding: 0px 0 7px 0;
        background: #D6DADF;
	}

#adtop .leftadtop {
        margin: 0 auto;
        width: 728px;
        height: 90px;
        background: #000;
        color: #fff;
        text-align: center;
        }

#adtop .rightadtop {
        float: right;
        width: 225px;
        height: 90px;
        background: #000;
        }


/* -------------------[ Logo and Main Nav Block ]------------------- */

#header {
        clear: both;
	width: 960px;
        height: 80px;
	margin: 0px auto;
	padding: 0px 0px 6px;
	background: #fff;
        color: #222;
        border-bottom: 1px solid #A1A6C0;
	}

#header a {
        color: #222;
        text-decoration: none;
        }

#header a:hover {
        text-decoration: underline;
        }

#header .logo {
        float: left;
        padding-left: 0px;
        }

#header .editions {
        float: left;
	padding: 56px 0px 0px 0px;
        }

#header .pagenav {
        float: right;
	padding: 56px 10px 0px 0px;
        }


/* -------------------[ Category Navigation Bar ]------------------- */

#nav {
	clear: both;
	width: 960px;
	margin: 0px auto;
	padding: 0;
	background: #000;
	border-top:1px solid #fff;
	}

ul.navbar {
        height:25px;
	width: 960px;
	background: #000;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        border-top: 1px solid #000;
        border-bottom: 1px solid #fff;
        }

ul.navbar li {
        line-height: 100%;
        display: block;
        text-align: left;   
        float: left;
        }

ul.navbar li a, ul.navbar li a:link, ul.navbar li a:visited {  
        margin: 0;
        padding: 12px 0 2px 9px;
        float: left;
        width: 86px;
        border-right: 1px solid #fff;
        float: left;
        font-weight:bold;
        display: block;
        color: #ddd;
        text-decoration: none;
        }

ul.navbar li a:hover, ul.navbar li a:active {
        color: #ddd;
        background: #948775;
        }

ul.navbar li.selected a {
        color: #fff !important;
        background: #948775;
        }

ul.navbar li.rare-extras-rx a, ul.navbar li.rare-extras-rx a:link, ul.navbar li.rare-extras-rx a:visited {
        width: 87px;
        border-right: 0px solid;
        }


/* -------------------[ Category Sub-Navigation Bar ]------------------- */

ul#subcats {
        list-style-type: none;
        line-height: 12px;
        height: 12px;
        margin: 0;
        width: 940px;
        padding: 12px 10px 0 10px;
        font-size: 11px;
        color: #999;
        display: block;
        background: #272727;
        }

ul#subcats li {
        float: left;
        margin-right: 9px;
        }

ul#subcats li.parent {
        background: transparent;
        padding-left: 0;
        margin-left: 0;
        color: #fff;
        font-weight: bold;
        }

ul#subcats li.nobullet a {
        background: transparent !important;
        padding-left: 0 !important;
        }

ul#subcats li a, ul#subcats li a:link, ul#subcats li a:visited {
        text-decoration:none;
        background: transparent url(images/ridot.gif) 0 50% no-repeat;
        padding-left: 12px;
        color: #C1CEDA;
        }
ul#subcats li.current-cat a {
        font-weight: bold;
        color: #fff;
        }

ul#subcats li a:hover {
        color: #fff;
        text-decoration: none;
        }

#subnav {
        clear: both;
        color: #ccc;
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: #fff;
        border-top: 4px solid #272727;
	}

#subnav ul {
        list-style-type: none;
	width: 940px;
	background: #fff;
        margin: 3px auto 0 auto;
        padding: 5px 10px;
        border-top: 1px solid #A1A6C0;
        }


/* -------------------[ Home Page ]------------------- */


#homewrap {
	width: 960px;
	margin: 0px auto 0px auto;
        border: 0px solid #fff;
        background: url(images/wrapbg2.gif) top left repeat-y;
	}

#homepageleft {

        width: 626px;
        padding: 0px;
        margin: 0 0 0px 0;
        float: left;
        }

#homepageleft .homegraph {
        text-align: center;
        float: right;
        background: #aabbcc;
        padding: 12px;
        margin: 0;
        border-bottom: 5px solid #D6DADF;
        }

#homepageleft .homegraph img {
        max-width: 423px;
        overflow: hidden;
        }

#homepageleft p.homeline1 {

        width: 156px;
        float: left;
        padding: 10px 0 0 10px;
        margin: 0;
        }

#homelefttop {
        width:626px;
        height:295px;
        clear: both;
       background: #D6DADF;
        }

#homeleftbot {
        clear: both;     
        }

#homeleftbot .leftcontent {
        float: left;
        background: #fff;
        width: 291px;
        padding: 5px;        
        }

#homeleftbot .leftcontent h2 {
       font-weight:bold;
        padding: 5px 0 10px 5px;
        margin: 0;
        color: #5B5B66;  
        font-size: 13px;
        text-transform: uppercase;
        }

#homepageleft #homeleftbot .rightcontent {
        float: right;
        width: 320px;
        margin: 0;
        padding: 0;       
        }

.homepopart {
        border-top:5px solid #D6DADF;
        margin: 0;
        width: 320px;
        margin: 0;
        padding: 0;
        background: #fff;  
        } 

.hometagcloud {

        margin: 0;
        padding: 0;
        background: #fff;  
        }

#homepageright {
        width: 313px;
        padding: 0px;
        margin: 0 0 0px 0;
        float: right;
        }

ul.home-loaded {
        margin: 10px 0 50px;
        padding: 0;
        list-style-type:none;
        }

ul.home-loaded li {
        margin-bottom: 3px;
        padding: 0 10px 0 25px;
        list-style-type:none;
        }


/* -------------------[ Headings ]------------------- */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-align: left;
        color: #000;
        font-weight: normal;
        line-height: 100%;
	}

h1 {
	font-size: 18px;
	margin: 0;
	}

h2 {
	font-size: 14px;
	}

h3 {
	font-size: 12px;
	}

h4 {
	font-size: 15px;
	}

.catrecentfeatures h2, .catmorefeatures h2 {
        padding: 5px 0 10px 0px;
        margin: 0;
        color: #5B5B66;  
        font-size: 13px;
        text-transform: uppercase;
        }


/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	color: #000;
        text-decoration: underline;
        padding: 0;
	}

a:hover {
        text-decoration: none;
	}

a img {
        border:none;
        text-decoration: none;
        }         
	
/* -------------------[ Images ]------------------- */

.entry img {
        float: right;
        margin: 0 0 8px 10px;
        border: 1px solid #ddd;
        background: #fff;
        padding: 1px;
        }
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}



/* -------------------[ Lists ]------------------- */


#sidebar ul {
	margin: 0 ;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 15px 0px;
	padding: 0 0 15px 0;
        background: url(images/cildot.gif) bottom left repeat-x;
	}

#sidebar ul li ul li {
        background: transparent;
        margin: 0;
        padding: 0;
        }



/* -------------------[ Comment Form ]------------------- */

select {
	width: 130px;
	}

#commentform {
        height: 220px;
        font-size: 11px;
        padding: 20px 40px;
        background: #eee;
        margin: 0;
        border: 1px solid #ddd;
        }

#commentform label {
        font-size: 11px;
        display: block;
        margin: 0;
        }

#commentform input {
        font-size: 11px;
	width: 150px;
	padding: 1px;
	margin: 0px 0px 10px 0;
	}

#commentform textarea {
        width: 300px;
        padding: 0;
	margin: 0px; 
	}

#commentform #submit {
	margin: 0 0 20px 0;
        width: 130px;
        border: 1px solid #000;
        background: #000;
        color:#fff;
	}

#commentform #submit:hover {
        background: #fff;
        color:#000;
        }
        

#commentform p {
        margin: 5px 0;
	}


/* -------------------[ Comments ]------------------- */


ol.commentlist {
        padding: 0;
        margin: 10px 0 30px;
        }

ol.commentlist li {
        background: #eee;
        border:1px solid #ddd;
	display: block;
	list-style: none;
        padding: 15px;
	margin: 0 0 15px 0;
	}

ol.commentlist li.alt {
        background: #fff;
        }



/* -------------------[ Misc Tags and Classes ]------------------- */

.ad300x250 {
        border-bottom: 5px solid #D6DADF;
        background: #fff url(images/advertisement.gif) 50% 3px no-repeat;
        padding: 20px 5px 5px 5px;
        margin: 0;
        width: 300px;
        height: 250px;
        }

.ad300x600sidebar {
        border-bottom: 5px solid #D6DADF;
        background: #fff url(images/advertisement.gif) 50% 3px no-repeat;
        padding: 20px 5px 5px 5px;
        margin: 0;
        width: 300px;
        height: 600px;
        }

.ad300x250hompage {
        border-bottom: 5px solid #D6DADF;
        background: #fff url(images/advertisement.gif) 50% 3px no-repeat;
        padding: 20px 6px 5px 6px;
        margin: 0;
        width: 300px;
        height: 250px;
        }

.ad300x600hompage {
        border-bottom: 5px solid #D6DADF;
        background: #fff url(images/advertisement.gif) 50% 3px no-repeat;
        padding: 20px 6px 5px 6px;
        margin: 0;
        width: 300px;
        height: 600px;
        }

.ad300x600 {
        border-bottom: 5px solid #D6DADF;
        background: #fff url(images/advertisement.gif) 50% 3px no-repeat;
        padding: 20px 20px 5px 20px;
        margin: 0;
        width: 300px;
        height: 600px;
        }

.ad300x250nolabel {
        padding: 10px;
        margin: 0;
        width: 300px;
        height: 250px;
        background: #fff;
        }

.postlisting {
        width: 610px;
        margin: 0 0 0px 0;
        background: #fff;
        padding: 5px;
        }

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 10px 30px;
	padding-left: 10px;
	border: 1px solid #ddd;
        background: #eee
        color: #666;
	}

.center {
	text-align: center;
	}

.navigation {
	text-align:right;
	height: 30px;
	line-height:30px;
	background:url(images/navdots.gif) top left repeat-x;
	text-align: center;
	margin: 0 10px;
	padding: 0px;
	}

.navigation .alignright {
	float: right;
	margin: 0 0 10px 0;
	}
	
.navigation .alignleft {
	float: left;
	margin: 0 0 10px 0;
	}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	} 

.entry {
	padding: 10px 0 0 0;
	margin: 0;
	}

.postinfo {
        clear: both;
	margin: 0px;
	font-size: 8pt;
	padding: 5px 0px 5px 12px;
        background: url(images/cilstar.gif) 0 50% no-repeat;
	}

.postinfo2 {    
        clear: both;
	font-size: 8pt;
	margin: 15px 0 0 0px;
	}

.post {
	margin: 0 0 0px 0px;
	padding: 0 0 0px 0;
	line-height: 130%;
        background: url(images/cildot.gif) bottom left repeat-x;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}   

/* -------------------[ Search Form ]------------------- */

#searchform {
	padding: 0px 10px 0 0px;
        text-align: left;
	margin: 0px; 
        }

#searchform #s {
        width: 140px;
	font-size: 11px;
	padding: 1px;
	margin: 0px 3px 0 0;
	}

#searchform #c {
        width: 140px;
	font-size: 11px;
	margin: 0px 3px 0 0;
        padding: 0px;
	}

.searchsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
        border: 1px solid #000;
        background: #000;
        color: #fff;
        margin: 0;
        padding: 0x 4px;
        }


.searchsubmit:hover {
        background: #fff;
        color:#000;
        }

/* -------------------[ Home Page Recent Features ]------------------- */

.recentfeatures {
	font-family: Arial, helvetica, Sans-Serif;
        height: 112px;
        clear: both;
        background: #DEE1E9;
        margin: 0 0 10px 0;
        border: 1px solid #DEE1E9;
        }

.recentfeatures .photobox {
        margin-right:5px;
        float: left;
        padding: 5px;
        background: #fff;
        width: 102px;
        height: 102px;
        }

.recentfeatures .photobox img {
        border: 1px solid #434343;
        margin: 0 auto;
        }

.recentfeatures .contentbox {
        padding: 0px 7px;
        }

.recentfeatures .contentbox .cat {
        text-transform: uppercase;
        color: #006666;
        margin: 0;
        padding: 10px 0 8px 0;
        }

.recentfeatures .contentbox h3 {
        font-weight: bold;
        font-size: 12px;
        margin: 0;
        padding: 0 0 8px 0;
        }

.recentfeatures .contentbox .subtitle {
        font-size: 12px;
        margin: 0;
        padding: 0;
        }

.recentfeatures .contentbox .date {
        font-weight: bold;
        font-size: 10px;
        margin: 0;
        padding: 0;
        font-color: #434343;
        }

/* -------------------[ Category Feature ]------------------- */

.catfeature {
        text-align: center;
        width: 630px;
        margin: 0;
        background: #aabbcc;
        padding: 15px 0 15px 0px;
        }

.catfeature img {
        margin: 0 auto;
        }

img.catfeature {
        float:left;
        padding: 15px 0 15px 0px;
        margin: 0 auto 20px auto;
        background: #aabbcc;
        }

/* -------------------[ Category Recent Features ]------------------- */

h2.recentfeatures {
        clear: both;
        border-top: 5px solid #000;
        margin: 0;
        padding: 20px 10px 10px;
        }

.catrecentfeatures {
        clear: both;
        width: 630px
        margin: 0;
        padding: 15px 0px 0px 0px;
        }

h2.catrecentfeatures {
        text-transform:uppercase;
        font-weight: bold;
        padding: 20px 0 10px 10px;
        margin: 0;
        color: #5B5B66;  
        font-size: 13px;
        }

.catrecentfeatures-posts {
        display: inline;
        width: 300px;
	font-family: Arial, helvetica, Sans-Serif;
        height: 112px;
        float: left;
        background: #DEE1E9;
        margin: 0 5px 10px 5px;
        padding: 0;
        border: 1px solid #DEE1E9;
        }

.catrecentfeatures-photobox {
        float: left;
        padding: 5px;
        background: #fff;
        width: 102px;
        height: 102px;
        margin-right: 7px;
        }

.catrecentfeatures-photobox img {
        border: 1px solid #434343;
        margin: 0 auto;
        height: 100px;
        width: 100px;
        }

.catrecentfeatures-contentbox {
        padding: 0;
        }

.catrecentfeatures-contentbox p.cat {
        text-transform: uppercase;
        color: #006666;
        margin: 0;
        padding: 10px 5px 5px 0px;
        }

.catrecentfeatures-contentbox h3 {
        font-weight: bold;
        font-size: 12px;
        margin: 0;
        padding: 0 5px 5px 0px;
        }

.catrecentfeatures-contentbox p.subtitle {
        font-size: 12px;
        margin: 0;
        padding: 0 5px 0px 0px;
        }

.catrecentfeatures-contentbox p.date {
        font-weight: bold;
        font-size: 10px;
        margin: 0;
        color: #434343;
        padding: 0 5px 8px 0px;
        }


/* -------------------[ Category More Features ]------------------- */

.catmorefeatures {
        clear: both;
        width: 620px
        margin: 0;
        padding: 15px 5px;
        }

.catmorefeatures p.cat {
        margin-bottom: 5px;
        }

.catmorefeatures h2 {
        font-weight: bold;
        padding: 0 0 15px 5px;
        margin: 0;
        color: #5B5B66;  
        font-size: 13px;
        }

.catmorefeatures-posts {
        height: 90px;
        color: #434343;
        font-size: 12px;
        display: inline;
        width: 300px;
	font-family: Arial, helvetica, Sans-Serif;
        float: left;
        margin: 0 0px 0px 10px;
        padding: 0;
        }

.catmorefeatures-posts p.cat a {
        text-transform: uppercase;
        color: #006666;
        text-decoration:none;
        margin: 0;
        padding: 0 0 0 10px;
        }

.catmorefeatures-posts h3 {
        font-weight: bold;
        font-size: 12px;
        margin: 0;
        padding: 0 0px 0px 20px;
        }

.catmorefeatures-posts p.subtitle {
        margin: 0;
        padding: 0 0px 0px 20px;
        }

.catmorefeatures-posts p.date {
        color: #434343;
        font-weight: bold;
        font-size: 10px;
        margin: 0;
        padding: 0 0px 8px 20px;
        }

/* -------------------[ Single Article Page ]------------------- */

#article-pageleft {
        clear:both;
        background: #fff;
        width: 600px;
        padding: 0px;
        margin: 0;
        float: left;
        }

#article-pageright {
        width: 340px;
        padding: 0px;
        margin: 0;
        float: right;
        } 

#article-pageright .ad300x250 {
        background: #fff url(images/advertisement.gif) 50% 3px no-repeat;
        padding: 20px;
        margin: 0 0 5px 0;
        width: 300px;
        height: 250px;
        }

.article-single-post {
        margin: 0;
        padding: 0;
        }

.article-single-post img.pic184 {
        float:left;
        padding: 40px 0 0 0;
        margin: 0;
        }

.article-single-post p.photo-subtitle {
        clear: both;
        padding: 10px;
        text-align: left;
        background: #000000;
        font-size: 11px;
        color: #FFFFFF;
        margin: 0;
        font-family: Arial, helvetica, Sans-Serif;
        }

.article-single-post h1 {
        padding: 40px 20px 5px 20px;
        margin: 0;
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
        }

.article-single-post .article-subtitle {
        padding: 0px 20px 0px 20px;
        margin: 0;
        color: #4F769D;
        size: 12px;
        font-family: Arial, helvetica, Sans-Serif;
        }

.article-single-post .article-date {
        padding: 0px 20px 20px 20px;
        margin: 0;
        color: #999;
        font-size: 10px;
        font-family: Arial, helvetica, Sans-Serif;
        }

.article-single-post .article-entry {
        padding: 00px 20px 50px 20px;
        margin: 0;
        font-family: Arial, helvetica, Sans-Serif;
        }

/* -------------------[ Wide Single Article Page ]------------------- */

#widearticle-pageleft {
        clear:both;
        background: #fff;
        width: 596px;
        padding: 0px;
        margin: 0;
        float: left;
        }

#widearticle-pageleft .article-single-post {
        margin: 0;
        padding: 0;
        }

#widearticle-pageleft img.widearticle {
        float:none;
        display:block;
        padding: 0;
        margin: 0;
        }

#widearticle-pageleft .article-single-post h1 {
        padding: 25px 25px 5px 25px;
        margin: 0;
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
        }

#widearticle-pageleft .article-date {
        padding: 0px 25px 20px 25px;
        margin: 0;
        color: #999;
        font-size: 10px;
        font-family: Arial, helvetica, Sans-Serif;
        }

#widearticle-pageleft .article-subtitle {
        padding: 0px 25px 0px 25px;
        margin: 0;
        color: #4F769D;
        size: 12px;
        font-family: Arial, helvetica, Sans-Serif;
        }

#widearticle-pageleft .article-entry {
        padding: 00px 25px 50px 25px;
        margin: 0;
        font-family: Arial, helvetica, Sans-Serif;
        }

#widearticle-pageright {
        width: 344px;
        padding: 0px;
        margin: 0;
        float: right;
        } 

#widearticle-pageright .ad300x250 {
        background: #fff url(images/advertisement.gif) 50% 3px no-repeat;
        padding: 22px;
        margin: 0 0 5px 0;
        width: 300px;
        height: 250px;
        }

/* -------------------[ Loaded Blog ]------------------- */

#loadedwrap {
	width: 960px;
	margin: 0px auto 0px auto;
        border: 0px solid #fff;
        background: url(images/wrapbg3.gif) top left repeat-y;
	}

#loadedhead {
        width: 100%;
        background: #000 url(images/comingsoon_logo.jpg) top left no-repeat;
        height: 120px;
        border-bottom: 7px solid #D6DADF;
        margin: 0 0 20px 0;
        padding: 0;        
        } 

#loadedhead p.tagline {
        font-size: 13px;
        color: white;
        text-align: right;
        padding: 90px 20px 0 0 ;
        }

#loadedbody {
        padding: 0 30px 30px;
        margin: 0;
        }

#loadedbody h1.headline {
        font-size: 30px;
        font-weight: normal;
        padding: 0 0 20px 0;
        margin: 0;
        }

#loadedbody .post {
        padding: 0;
        margin: 0 0 3em 0;
        }

#loadedbody .post h1, #loadedbody .post h2, #loadedbody h2.discuss, #loadedbody h2#comments, #loadedbody h2#respond  {
        font-size: 24px;
        padding: 0 0 8px 0;
        margin: 0;
        }

#loadedbody .postinfo {
        padding: 0;
        margin: 0;
        }

#loadedbody .postinfo2 {
        padding: 0;
        margin: 0;
        }


/* -------------------[ Single Pages ]------------------- */

#pagewrap {
	width: 960px;
	margin: 0px auto 0px auto;
        border: 0px solid #fff;
        background: url(images/wrapbg4.gif) top left repeat-y;
	}

#page-pageleft {
        min-height:250px;
        height:auto;
        clear:both;
        background: #fff;
        width: 610px;
        padding: 0px;
        margin: 0;
        float: left;
        }

#page-pageright {
        width: 330px;
        padding: 0px;
        margin: 0;
        float: right;
        }

.pagepost {
        padding: 35px;
        margin: 0;
        line-height: 150%;
        }

ul.pagelist {
        font-size: 11px;
        margin: 40px auto 0;
        width: 210px;
        background: #fff;
        border-top: 5px solid #272727;
        padding: 15px 20px;
        }

ul.pagelist li {
        padding: 0 0 10px 0px;
        margin: 0 0 0 15px;
        }

ul.pagelist li.current_page_item a {
        text-decoration: none;
        font-weight: bold;
        }

/* -------------------[ Begin Contact Form ]------------------- */

 
#contact fieldset {
        font-size: 11px;
        padding: 20px 60px;
        margin: 1em 0;
        background: #EEF2F7;
        border:0; 
        color: #333;   
        }
 
#contact label {
        display: block;
        margin: 0;
        }
 
#contact input {
        width: 150px;
        margin: 1px 0 0px 0;
        }

#contact select {
        width: 150px;
        margin: 1px 0 0px 0;
        }
 
#contact textarea {
        width: 250px;
        height: 220px;
        }
 
#contact .required {
        color: #999;
        text-transform: lowercase;
        margin: 0 0 0 5px;
        }
 
#contact .submit {
        width: 50px;
        border: 1px solid #000;
        font-size: 11px;
        padding: 0px 4px;
        background: #000;
        color: #fff;
        letter-spacing: 0px;
        }
 
#contact .submit:hover {
        background: #fff;
        color: #000;
        }
 
#contact h4 {
        color: #cc0000;
        font-size: 16px;
        }

/* -------------------[ Email to a Friend ]------------------- */

#email {
        min-height: 300px;
        height: auto;
        _height: 300px;
        padding: 35px;
        margin: 0;
        line-height: 150%;
        }

#email h1 {
        color: #4F769D;
        font-weight: 100;
        font-size: 24px;
        padding: 0 0 20px 0;
        margin: 0;
        }

#email h2 {
        font-size: 18px;
        padding: 0 0 5px 0;
        margin: 0;
        }

/* -------------------[ Begin Search Results ]------------------- */

#searchpage {
       width: 866px;
       background: #fff;
       padding: 20px 40px;
       margin: 0 auto;
       }

h1.searchpage {
       margin: 0 0 20px 0;
       }

.searchpost {
       height: 100px;
       margin: 0;
       padding:7px;
       background: #DEE1E9;
       }

.alt-searchpost {
       height: 100px;
       margin: 0;
       padding:7px;
       background: #fff;
       }

.searchpost h2, .alt-searchpost h2 {
       font-size:12px;
       letter-spacing: 0px;
       font-weight:bold;
       margin: 0 0 5px 0;
       }

.searchpost .entry, .alt-searchpost .entry {
       margin: 0 0 10px 0;
       padding: 0;
       }

p.searchdate a {
       text-decoration:none !important;
       }

/* -------------------[ Begin Article Tools ]------------------- */

#art-tools {
       text-align:center;
       height: 30px;
       line-height:30px;
       margin: 40px 0 0 0;
       padding: 0;
       background:url(images/tooldots.gif) top left repeat-x;
       }

#art-tools ul {
       list-style-type:none;
       margin: 0 auto;
       padding-left: 30px;
       height: 30px;
       line-height:30px;
       }

#art-tools a {
       color: #999;
       text-decoration:none;
       font-size:13px;
       }

#art-tools a:hover {
       color:#000;
       text-decoration:underline;
       }

#art-tools li {
       float:left;
       padding: 0;
       margin:0 25px 0 0;
       }

#art-tools li.email {
       background: url(images/email_icon.gif) 0 50% no-repeat;
       padding-left: 15px;
       }

#art-tools li.print {
       background: url(images/print_icon.gif) 0 50% no-repeat;
       padding-left: 15px;
       }

#art-tools li.delic {
       background: url(images/delicious.gif) 0 50% no-repeat;
       padding-left: 15px;
       }

#art-tools li.digg {
       background: url(images/digg.gif) 0 50% no-repeat;
       padding-left: 19px;
       margin-right:0;
       }

/* -------------------[ Most Popular Articles Function ]------------------- */

h2.popular {
       background: #000;
       color:#fff;
       padding: 10px 15px;
       font-size:12px;
       font-weight:bold;
       margin:0;
       }

#tabstart {
       background:#fff;
       min-height:178px;
       height:auto!important;
       height:178px;
       margin: 0;
       border-bottom: 5px solid #D6DADF;
	}

.homepopart #tabstart {
       background:#fff;
       min-height:178px;
       height:auto!important;
       height:178px;
       margin: 0;
	}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

.tabberlive .tabbertabhide {
	display:none;
	}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabber {
        display:none;
	}

.tabberlive {
	margin-top:0em;
	background: #fff;
	}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav {
        height: 25px;
        line-height:25px;
	margin:0;
	padding:0;
	background:#eee;
	border-bottom:1px solid #eee;
        font-size:10px;
        text-transform:uppercase;
	}

ul.tabbernav li {
        border-right:1px solid #fff;
        float:left;
        margin:0;
        padding:0;
        list-style-type: none;
	}

ul.tabbernav li a {
        display: block;
        padding: 0 15px;
	}

ul.tabbernav li a:link { 
	text-decoration: none;
	}

ul.tabbernav li a:visited {
	text-decoration: none;
	}

ul.tabbernav li a:hover {
	text-decoration: none;
	color: #999;
	}

ul.tabbernav li.tabberactive a {
	background-color: #fff;
	color: #999;
	}

ul.tabbernav li.tabberactive a:hover {
	color: #999;
	background: white;
	}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
	padding: 0;
        margin:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

	height:120px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

	overflow:auto;
	}

.tabberlive .tabbertab ol {
        line-height:150%;
        color: #9D0903;
	clear: both;
        margin:0 0 0 33px;
        padding: 10px 0;
        }

* html .tabberlive .tabbertab ol {
        margin:0 0 0 38px;
        }

.tabberlive .tabbertab ol li {
        margin:0;
        padding:0;
        }

.tabberlive .tabbertab a {
        text-decoration:none;
        }

.tabberlive .tabbertab a:hover {
        text-decoration:underline;
        }


/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
	display:none;
	}

.tabberlive .tabbertab h3 {
	display:none;
	}

/* Example of using an ID to set different styles for the tabs on the page */

.tabberlive#tab1 {
	}

.tabberlive#tab2 {
	}

.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
	}

/* -------------------[ Sitemap ]------------------- */

ul.sitemap {
        margin: 0px 30px 0px 15px;
        padding:0;
        }

.emptymonth {
        color:#999;
        }

/* -------------------[ Archive Page ]------------------- */

#archivepage {
       background: #fff;
       padding: 20px 7px;
       margin: 0 auto;
       }

h1.archivepage {
        text-transform:uppercase;
        font-weight: bold;
        padding: 0 0 10px 10px;
        margin: 0;
        color: #5B5B66;  
        font-size: 13px;
        }

.archivepost {
       width: 289px;
       float:left;
       height: 100px;
       margin: 0 7px 7px 0;
       padding:7px;
       background: #DEE1E9;
       }

.archivepost p.cat {
        font-size:12px;
        text-transform: uppercase;
        color: #006666;
        margin: 0;
        padding: 0px 5px 5px 0px;
        }

.archivepost h2 {
        font-weight: bold;
        font-size: 12px;
        margin: 0;
        padding: 0 5px 5px 0px;
        }

.archivepost p.subtitle {
        font-size: 12px;
        margin: 0;
        padding: 0 5px 3px 0px;
        }

.archivepost p.date {
        font-weight: bold;
        font-size: 10px;
        margin: 0;
        color: #000;
        padding: 0 5px 0px 0px;
        }



/* -------------------[ Tag Cloud ]------------------- */

.tagcloud {
       line-height: 160%;
       display:block;
       padding: 15px;
       margin:0px;
       background:#fff;
       }

h2.tagcloud {
       line-height: 110%;
       background: #000;
       color:#fff;
       padding: 10px 15px;
       font-size:12px;
       font-weight:bold;
       margin: 0px 0 0 0;
       }

.tagcloud ul {
       background:#fff;
       line-height: 180%;
       list-style-type:none;
       margin: 0;
       padding: 0;
       }

.tagcloud li {
       display:inline;
       padding: 0;
       margin: 0 3px 0 0;
       }

.tagcloud a {
       text-decoration:none !important;
       }

.tagcloud a:hover {
       text-decoration:underline !important;
       }

/* -------------------[ Subscribe Page ]------------------- */


.subscribe-text {
        background: url(images/subscribe_image_bkgd.jpg);
        border:1px solid #DEE1E9;
        float:left;
        padding: 20px 20px 0 20px;
        width:380px;
        min-height:410px;
        height:auto !important;
        height: 410px;
        }

.subscribe-code {
        color:#333;
        font-size:11px;
        background: #fff;
        border:1px solid #DEE1E9;
        float:left;
        padding: 20px 40px 0 20px;
        width:350px;
        min-height:410px;
        height:auto !important;
        height: 410px;
        }

.subscribe-code p {
        margin:0 0 10px 0;
        }

h1.subscribe {
        font-weight:bold;
        padding: 0 0 20px 0;
        margin: 0;
        color: #5B5B66;  
        font-size: 13px;
        text-transform: uppercase;
        }

.subscribe-text h2 {
        font-size: 32px;
        margin: 0 0 20px 0;
        }