body
{
	background: #ebecee fixed;
	background-image: url(../img/shade.png);
	background-repeat: repeat-x;
	font: 1.1em sans-serif;
	margin: 0;
	padding: 0;
	color: #444444;
	width: 100%;
	height: 100%;
}
a
{
	color: #0066cc;
	text-decoration: underline;	
}
a:hover
{
	color: #F5F5F5;
	text-decoration: none;
}
div.page
{
	margin: 0 auto;
	padding: 5px;
	width: 980px;
	font-size: .8em;
}
div.header
{
	height: 70px;
	background: transparent;
}
div.logo
{
	float: left;
	padding-top: 0px;
	margin-top: -25px;
	margin-left: 0;
	_margin-left: 60px;
}
div.slogan
{
	float: left;
	color: #F5F5F5;
	font-size: 23px;
	padding: 52px 0 0 20px;
	margin-bottom: 35px;

}
/*div.inventory-right
{
	height: 29px;
	background: url('../img/inventory-right.gif') top right no-repeat;
	margin-right: 7px;
}
div.inventory-left
{
	height: 29px;
	background: url('../img/inventory-left.gif') top left no-repeat;
}*/
div.inventory
{
	height: 29px;
	margin: 0 0 0 250px;
}
div.inventory ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 29px;
	float: right;
}
div.inventory ul li
{
	float: left;
	margin: 0 5px 1px 3px;
	padding: 0 3px 5px 3px;
	font-size: 1.1em;
}
div.inventory ul li a
{
	text-decoration: none;
	font-weight: bold;
	color: #F5F5F5;
}
div.inventory ul li a:hover
{
	text-decoration: underline;
}
div.line
{
	background-color: #D2D2D2;
	width: 760px;
	height: 4px;
}	
div.top-menu
{
	clear: both;
	padding: 0;
	height: 29px;
	font-size: 1.1em;
	float: right;
}
ul.menu
{
	list-style-type: none;
	margin-top: -40px;
	padding-right: 50px;
}
ul.menu li
{
	float: left;
	margin: 0 0 0 0;
	height: 29px;
}
ul.menu li a
{
	line-height: 29px;
	padding: 0 5px;
	color: #444444;
	background: url('../img/tab-right.gif') top right no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
ul.menu li.active
{
	background: #AAA url('../img/tab-left-act.gif') top left no-repeat;
	font-weight: bold;
}
ul.menu li.active div
{
	line-height: 29px;
	padding: 0 5px;
	background: url('../img/tab-right-act.gif') top right no-repeat;
	color: #F5F5F5;
}
div.search-form
{
	position: relative;
	top: 25px;
	left: 122px;
	font-size: .8em;
}
div.searchpage
{
	margin-left: 180px;
	padding-top: 30px;
	padding-bottom: 350px
}
input.what
{
	border: 1px solid #C4DAFF;
	height: 20px;
	background: #F5F5F5 url('../img/text-bg.gif') center left repeat-x;
}
input.text
{
	border: 1px solid #C4DAFF;
	background: #F5F5F5 url('../img/text-bg.gif') center left repeat-x;
	height: 20px;
}
textarea
{
	border: 1px solid #C4DAFF;
}
input.flat-button
{
	border: 1px solid #C4DAFF;
	background: url('../img/flat-button-bg.gif')center left repeat-x;
	font: bold 13px 'Trebuchet MS', Arial, Verdana;
	color: #f5f5f5;
              *color: #444444;
	padding-bottom: 8px;
	height: 24px;
}
input.flat-button:hover
{
	cursor: pointer;
}
input, textarea
{
	font-family: Verdana;
	font-size: 1.2em;
	color: #3C3C3C;
}
div.footer
{
	background: transparent;
	margin: 5px 0 0 0;
	padding: 40px 0;
	text-align: center;
}
div.footer a
{
	text-decoration: none;
	font-size: 1.2em;
	padding: 4px 4px;
}
div.footer a:hover
{
	color: #ED6A14;
}
div.copyright
{
	padding: 10px 0 0 0;
	font-size: 0.8em;
}
div.content
{
	clear: both;
	background: transparent;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 2px;
	margin-left: 1px;
              *margin-top: 10px
}
div.breadcrumb
{
	margin: 7px 0;
	padding-bottom: 25px;
              *margin-top: 20px;
	font-size: 1em;
}
div.breadcrumb a
{
	color: #F5F5F5;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}
div.breadcrumb a:hover
{
	text-decoration: underline;
}
p
{
	padding: 0;
	margin: 0;
}
p.date
{
	font-size: 0.9em;
}
p.news
{
	margin-top: 5px;
}
p.last
{
	margin-top: 5px;
	text-align: right;
}
h2
{
	font-size: 1em;
	margin: 0 0 10px 0;
	padding: 0;
}
img	
{
	border: 0;
}
form
{
	padding: 0;
	margin: 0;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
}
h1
{
	color: #444;
	font-size: 1.7em;
	font-weight: normal;
	margin: 5px 0;
	padding: 8px 0 8px 0;
	font-variant: small-caps;
}
div.field
{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
}
div.listings
{
	margin-top: 5px;
}
a.title
{
	font-weight: bold;
}
div.url
{
	color: #0066CC;
	padding: 0;
	font-style: italic;
	font-size: 0.9em;
	width: 1%;
	cursor: help;
	white-space: nowrap;
}
div.description
{
	clear: both;
	padding: 0;
	width: 100%;
}
div.stat
{
	clear: both;
	padding: 0;
}
div.stat img
{
	margin-left: 30px;
}
div.pr_stat
{
	margin: 0 0 15px 0;
}
div.categories
{
	list-style-type: none;
	padding: 0;
	margin-bottom: 20px;
	width: 100%;
}
div.categories a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	padding-bottom: 15px;
}
div.categories div.col
{
	float: left;
	height: 100%;
	text-align: left;
	width: 33%;
	padding-top: 40px;
	padding-bottom: 20px;
}
div.categories div.last
{
	float: left;
	height: 100%;
	text-align: left;
	width: 33%;
	padding-top: 40px;
}
div.subcategories
{
	padding-left: 30px;
}
div.subcategories a
{
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
div.categories div.divider
{
	clear: both;
	line-height: 1px;
}
div.categories div.categ
{
	line-height: 30px;
	background: url('../img/ico-dir.gif') top left no-repeat;
	padding-left: 37px;
              padding-bottom: -1px;
}
.no
{
	border: none;
}
a.no
{
	text-decoration: none;
}
.editor-welcome
{
	padding: 0;
	text-align: left;
}
.editor-content
{
	padding: 0;
	text-align: center;
}
div.notification
{
	background: #D7EBD3;
	border: 1px solid #265624;
	font-weight: bold;
	margin: 10px 0;
	padding: 20px 20px 20px 40px;
	color: #265624;
}
div.error
{
	background: #FFEDEB;
	border: 1px solid #CD5C52;
	font-weight: bold;
	margin: 10px 0;
	padding: 20px 20px 20px 40px;
	color: #CD5C52;
}
div.error img, div.notification img
{
	position: relative;
	top: -3px;
	left: -25px;
	float: left;
}
div.navigation
{
	clear: both;
	margin: 15px 0;
}
div.navigation a
{
	text-decoration: none;
	border: 1px solid #777;
	background: #DDD;
	padding: 0 4px;
}
div.navigation a:hover
{
	background: #CCC;
}
div.navigation span
{
	border: 1px solid #777;
	padding: 0 4px;
	background: #DDD;
}
div.navigation span.active
{
	background: #CCC;
}
div.pagerank
{
	border: 1px solid #ccc;
	height: 4px;
	margin: 7px 0 0 5px;
	padding: 0;
	width: 50px;
	background: #EFEFEF;
	float: left;
}
div.inner-pagerank
{
	margin-top: -1px;
	background-image: url('../img/pr10.gif');
	float: left;
	height: 5px;
	padding: 0;
}
div.pr-text
{
	float: left;
	font-size: 0.9em;
}
div.preview
{
	background: #F5F5F5 url('../img/no-preview.gif') center center no-repeat;
	border: 1px solid #ccc;
	height: 90px;
	width: 120px;
}
div.adsense
{
	margin: 10px 0;
	text-align: center;
}
div.box
{
	clear: both;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}
div.box div.box-max
{
   font-size: 1.3em;
}
div.box-caption-movable
{
	background: transparent;
	border-bottom: thin dotted White;
	border-left: thin solid White;
	line-height: 25px;
	padding-left: 4px;
	margin: 0 10px;
	font-size: 1.5em;
	color: #444;
}

/*
div.box-caption-left-movable
{
	background: url('../img/movable-box-caption-left.gif') bottom left no-repeat;
	height: 29px;
}
div.box-caption-right-movable
{
	background: #CCC url('../img/movable-box-caption-right.gif') bottom right no-repeat;
	height: 29px;
}
*/

div.box-caption-fixed
{
	background: transparent;
	border-bottom: thin dotted #F5F5F5;
	line-height: 25px;
	padding: 30px 0 4px 8px;
	font-size: 1.5em;
	color: #444;
}

/*
div.box-caption-left-fixed
{
	background: url('../img/fixed-box-caption-left.gif') bottom left no-repeat;
	height: 29px;
}
div.box-caption-right-fixed
{
	background: #AAA url('../img/fixed-box-caption-right.gif') bottom right no-repeat;
	height: 29px;
}
*/

div.box-content-center
{
	padding: 10px 0;
}
div.box-content
{
	padding: 10px;
}
div.featured-listing
{
	margin: 5px 0;
}
div.featured-listing a
{
	margin: 5px 0;
	text-align: left;
}
div.sponsored-listing
{
	margin: 5px 0;
}
div.sponsored-listing a
{
	margin: 5px 0;
	text-align: left;
}
div.partner-listing
{
	margin: 5px 0;
}
div.partner-listing a
{
	text-align: left;
}
span.highlight
{
	background: #FAF3C1;
	color: #000;
	font-weight: bold;
}
ul.account-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
ul.account-menu li
{
	text-transform: uppercase;
}
div.comment
{
}
div.posted
{
	margin: 5px 0;
	font-size: 0.9em;
	font-style: italic;
}
hr
{
	background: #777;
	height: 1px;
	border: none;
	margin: 10px 0;
}
div.comment-approval
{
	font-size: 0.9em;
	color: #666;
}
p.user
{
	padding: 0;
	margin: 8px 0;
}
div.news-title
{
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.news-date
{
	font-size: 0.9em;
	text-align: right;
	margin: 0 0 10px 0;
}
td.left-column
{
	width: 92px;
	padding: 0;
	margin-right: 0;
}
td.center-column
{
	padding: 5px 0 5px 0;
}
td.center-column-blog
{
      margin-right: 250px;
}
td.right-column
{
	width: 0px;
	padding: 0 0 10px 0;
}
div.xml-button
{
	text-align: right;
}
p.field
{
	font-size: 0.9em;
	margin: 0 0 10px 0;
}
div.categories-tree 
{
      padding: 10px;
      margin: 10px 0;
      border: 1px solid #6397BD;
      background: #B4DDFC; 
}
ol
{
	padding: 0;
	margin: 0 0 0 30px;
}
.suspended
{
	background-color: #eee;
}
.approval
{
	background: #E9CFCF;
}
div.admin-approve
{
	margin: 10px;
}
div.waiting
{
	margin: 0 5px 0 0;
	float: left;
	width: 15px;
	height: 15px;
	background: #E9CFCF;
	border: 1px solid #777;
}
div.dbx-box
{
}
div.dbx-handle
{
	color: #215DC6;
	height: 31px;
	padding:0px;
	margin:0px;
}
fieldset
{
	padding: 10px 60px 15px 10px;
	margin: 10px 165px 15px 0;
	border: 1px solid #777;
}
legend
{
	padding: 2px 5px;
}
div.listings
{
	padding-top: 5px;
}
div.listings div.area
{
	border: 1px solid #777;
	background: #E9F6F9;
	padding: 10px;
	margin: 20px 0;
}
div.listings div.icon
{
	border: 1px solid #777;
	background: #E9F6F9;
	position: relative;
	display: block;
	float: right;
	margin-top: -30px;
	right: 10px;
	height: 30px;
	padding: 5px;
	font-size: 1em;
	vertical-align: middle;
}
/*
** Collapsing fieldsets
*/
html fieldset.collapsed {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  margin-bottom: 0px;
  height: 1em;
}
html fieldset.collapsed * {
  display: none;
}
html fieldset.collapsed legend {
  display: block;
}
html fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../img/expanded-arrow.png) 0 75% no-repeat;
}
html fieldset.collapsed legend a {
  background-image: url(../img/collapsed-arrow.png);
  background-position: 0 50%;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html fieldset.collapsed legend,
* html fieldset.collapsed legend *,
* html fieldset.collapsed table * {
  display: inline;
}
html fieldset.collapsible legend a 
{
	font-weight: bold;
	display: block;
	text-decoration: none;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html fieldset.collapsible .fieldset-wrapper {
  /*overflow: auto;*/
}
ul.tree
{
      list-style-type: none;
     padding: 0px;
     margin: 0px 0px 0px 25px;
}
ul.tree li
{
     font-size:12px;
}
  
ul.tree a
{
     text-decoration: none;
     border: 0;
}
 
div.tree-col
{
     vertical-align: center;
}
 
img.tree-icon-collapsed
{
    background: url('../img/tree/vista/plus.gif') center no-repeat;
     height: 9px; 
     width: 9px;
}
img.tree-folder-collapsed
{
     background: url('../img/tree/vista/closed_folder.gif') center no-repeat;
     height: 12px;
     width: 16px;
}
 
img.tree-icon-expanded
{
     background: url('../img/tree/vista/minus.gif') center no-repeat;
     height: 9px; 
     width: 9px;
}
 
img.tree-icon-space
{
     height: 9px; 
     width: 9px;
}
 
img.tree-folder-expanded
{
     background: url('../img/tree/vista/open_folder.gif') center no-repeat;
     height: 12px;
     width: 16px;
}
img.tree-cat-locked
{
     background: url('../img/tree/vista/locked.gif') center no-repeat;
     height: 13px;
     width: 16px;
}
img.tree-cat-crossed
{
     background: url('../img/tree/vista/crossed.gif') center no-repeat;
     height: 13px;
     width: 16px;
}
/* Suggest listing */
img.edit-field
{
     background: url('../img/edit.png') center no-repeat;
     width: 24px;
     height: 24px;
     cursor: pointer;
}
img.field_tooltip
{
     background: url('../img/question.png') center no-repeat;
     width: 16px;
     height: 16px;
     cursor: pointer;
} 
#tooltip
{
     position: absolute;
     z-index: 3000;
     border: 1px solid #111;
    background-color: #eee;
     padding: 5px;
     opacity: 0.85;
     width: 250px;
}
#tooltip h3, #tooltip div 
{
    margin: 0; 
}
 
/* quick search */
div.quickSearch
{
     position: absolute; 
     background: #FFFFFF;
     margin-top: 1px; 
    width: 293px; 
     overflow: hidden;
     float: left;
     display: none;
     z-index: 9001;
}
 
div.quickSearchItem
{
     border-color: #FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
     border-style: solid;
     border-width: 1px;
    color: #555555;
     font-size: 11px;
     font-size-adjust: none;
     padding: 2px;
     white-space: normal;
     font-family: tahoma,arial,helvetica,sans-serif;
}
div.quickSearchItem h3
{
     color: #222222;
     margin: 0pt;
     font-size: 11px;
     display: block;
     font-family: inherit;
     font-size: inherit;
     font-size-adjust: 
     font-stretch: inherit;
    font-style: inherit;
     font-variant: inherit
     font-weight: bold;
     line-height: inherit;
}
div.quickSearchItem:hover
{
     background: #DFE8F6 none repeat scroll 0%;
     border: 1px dotted #A3BAE9 !important;
}   
div.xtop-menu
{
	clear: both;
	padding: 0;
	margin-top: -25px;
	height: 31px;
	font-size: 1.1em;
	float: right;
	*margin-bottom: -6px;
}
ul.xmenu
{
	list-style-type: none;
	margin: 0;
	padding-right: 87px;              
}
ul.xmenu li
{
	float: left;
	margin: 0 1px 0 0;
	background: url('../img/xtab-left.gif') top left no-repeat;
	height: 31px;
}
ul.xmenu li a
{
	line-height: 27px;
	padding: 4px 5px 0 5px;
	color: #444444;
	background: url('../img/xtab-right.gif') top right no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
ul.xmenu li.active
{
	background: url('../img/xtab-left-act.gif') top left no-repeat;
	font-weight: bold;
}
ul.xmenu li.active div
{	
	line-height: 31px;
	padding: 0 5px;
	background: url('../img/xtab-right-act.gif') top right no-repeat;
	color: #F5F5F5;
}
div.tabs-content
{
	clear: both;
	padding: 0;
}
div.tabs-content a:hover
{
	color: #ff6600;
}
/* Star rating */

.boxrating
{
	display:block;
}

.rating 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	position: relative;
	background: url('../img/starrating.gif') top left repeat-x;		
}

.rating li
{
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.rating li a 
{
	outline: none;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	cursor: pointer;
	background: none;
}

.rating li a:hover
{
	background: url('../img/starrating.gif') left center;
	z-index: 2;
	left: 0px;
}

.rating a.r1-unit
{
	left: 0px;
}
.rating a.r1-unit:hover
{
	width:30px;
}
.rating a.r2-unit
{
	left:30px;
}
.rating a.r2-unit:hover
{
	width: 60px;
}
.rating a.r3-unit
{
	left: 60px;
}
.rating a.r3-unit:hover
{
	width: 90px;
}
.rating a.r4-unit
{
	left: 90px;
}	
.rating a.r4-unit:hover
{
	width: 120px;
}
.rating a.r5-unit
{
	left: 120px;
}
.rating a.r5-unit:hover
{
	width: 150px;
}
.rating a.r6-unit
{
	left: 150px;
}
.rating a.r6-unit:hover
{
	width: 180px;
}
.rating a.r7-unit
{
	left: 180px;
}
.rating a.r7-unit:hover
{
	width: 210px;
}
.rating a.r8-unit
{
	left: 210px;
}
.rating a.r8-unit:hover
{
	width: 240px;
}
.rating a.r9-unit
{
	left: 240px;
}
.rating a.r9-unit:hover
{
	width: 270px;
}
.rating a.r10-unit
{
	left: 270px;
}
.rating a.r10-unit:hover
{
	width: 300px;
}
.rating li.current-rating
{
	background: url('../img/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.voted
{
	color:#999;
}
.thanks
{
	color:#36AA3D;
}

/* JS Box notification */
div.js_notification
{
	top: 10px;
	position: absolute;
	left: 10px;
	width: 200px;
	border: 1px solid black;
	background-color: #F5f5f5;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#box-max
{
	clear: both;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}
div.clearit
{
	padding-left: 125px;
	padding-top: 30px;
              margin-left: 1px;
}
div.articlepage
{
	padding-left: 100px;
	padding-right: 30px;
}
div.register
{
	display: inline;
	margin-top: -60;
	padding-left: 290px;
	width: 400px;
              margin-left: 0;
              *margin-left: -700px;
}
div.minmax
{
	float: right;
	padding-right: 20px;
	background-image: url('../img/minmax.gif');
	width: 15px;
	height: 15px;
	cursor: pointer;
}
div.thumb
{
      position: absolute;
      width: 180px;
      height: 140px;
      background: url('../img/thumb-bg.gif') top left no-repeat;
      display: none;
     padding: 35px 0 0 12px;
}
div.thumb img
{
     width: 120px;
     height: 90px;
      border-top: 1px solid #919191;
      border-left: 1px solid #919191;
      border-right: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
}  
div.thumb img.spinner
{
	width: 56px;
	height: 21px;
}
div.loading
{
      width: 160px;
     padding: 35px 0 0 35px;
}
.rating {
	cursor: pointer;
	clear: both;
}
.rating:after {
	content: '.';
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.cancel,
.cancel a {background: url(../img/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(../img/star.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -16px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -32px;
}
/* Date picker specific styles follow */

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/calendar.png) no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.date-picker-holder {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: -16px; /* value for IE */
	padding: 4px;
	border: 2px double #76A9DC;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}
div.popup-calendar iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.3em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}
/*---------------
// ARTICLE SUBMIT
----------------*/
.article-block {margin:5px; padding:10px; border:1px solid #ffe163; color:#666;}
.article-title{ margin:0 0 5px 0; padding: 0 5px; font-weight: bold;}
.article-description{ margin:0 0 5px 0; padding: 10px; text-align:justify;}
.article-body{ margin:0 0 5px 0; padding: 5px;  text-align:justify; }
.article-author{ margin:0 0 5px 0; padding: 0 5px; }
.article-date{ margin:0; padding: 2px; font-size:11px;}
.article-tags{ margin:0 0 5px 0; padding: 2px; }
#addme {margin:0px; padding:10px 0;}
span.line
{
	background: url('../img/line.gif') no-repeat;
	padding-left: 19px;
	
}
span.join
{
	background: url('../img/join.gif') no-repeat;
	padding-right: 19px;

}
span.empty
{
	background: url('../img/empty.gif') no-repeat;
	padding-right: 19px;

}
span.joinbottom
{
	background: url('../img/joinbottom.gif') no-repeat;
	padding-right: 19px;
}
span.folder
{
	background: url('../img/folder.gif') no-repeat;
	padding-left: 14px;
}
span.locked
{
	background: url('../img/locked.gif') no-repeat;
	padding-left: 14px;
}

/* Begin Blog - Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}


.commentlist li, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	padding: 0 0 20px 45px;
	width: 650px;
	float: left;
	margin-left: 50px;
}

.widecolumn {
	padding: 0 0 20px 45px;
	width: 650px;
	float: left;
	margin-left: 50px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	*padding-top: 45px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: none;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	background-color: transparent;
	}

#footer p {
	margin-right: 250px;
	padding: 10px 0;
	float: right;
	font-size: 1em;
	font-weight: bolder;
}
/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar a:hover {
	color: #fafafa;
}
/* End Entry Lists */



/* Begin Form Elements */flat

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	} 
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#commentform #submit {
	float: right;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin: -30px 0 0 10px;
	width: 190px;
	float: right;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.bnavigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#xtopinactive
{
	
}
#xtopblog
{
	height: 31px;
	float: right;
	clear: left;
	font-size: 1.1em;
	margin: 0 138px 0 0px;
	*padding-top: 40px;
}
#xtopblog ul
{
	list-style-type: none;
	margin: 0;
	padding-right: 87px;              
}
#xtopblog li
{
	float: left;
	margin: 0 1px 0 0;
	background: url('../img/xtab-left.gif') top left no-repeat;
	height: 31px;
}
#xtopblog a
{
	line-height: 27px;
	padding: 4px 5px 0 5px;
	color: #444444;
	background: url('../img/xtab-right.gif') top right no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
#xtopblog a:hover
{
	color: #5A5A5A;
}
#xtopblog .current_page_item
{
	background: url('../img/xtab-left-act.gif') top left no-repeat;
	font-weight: bold;
}
#xtopblog .current_page_item a
{	
	line-height: 31px;
	padding: 0 5px;
	background: url('../img/xtab-right-act.gif') top right no-repeat;
	color: #F5F5F5;
}
#wpimg {
   margin-top: -45px;
	position: relative;
	top: 22px;
	right: 0px;
}
div.newtagcloud
{
	position: relative;
	bottom: 300px;
	left: 50px;
}
div.newtagcloud a
{
	text-decoration: none;	
}