/* BASE */
html, body
{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
}

body {
  min-width:960px;
  background: #fff url('bg.png') repeat-x right top;;
}
a img
{
	border:none;
}
/* LINKS */

a
{
  color: #2D7BB2;
  text-decoration: none;
  outline: none;
}

a:hover
{
  color: #2B332E;
}

/* TYPE */

p, ul, ol, dl, pre
{
  font-size: 1em;
  margin: 0 0 0.6em;
}

ul, ol
{
  margin-left: 1.2em;
}

ol
{
  margin-left: 2em;
}

ul ul
{
  margin-bottom: 0;
}

h1
{
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  margin: 0.25em 0 0.35em;
  font-size: 2em;
  letter-spacing: -0.025em;
  font-weight: bold;
}

h2
{
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
  font-size: 1.6em;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

h3
{
  font-size: 1.4em;
  margin-bottom: 0.25em;
}

h4
{
  font-size: 1.3em;

  margin-bottom: 0.25em;
}

.hidden
{
	display:none;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
div#topsummary
{
	float:right;
	width:500px;
}
blockquote
{
	display: block;

}
blockquote:before, blockquote:after
{
	color: #000;
	display: block;
	font-size: 300%;

}
blockquote:before
{
	content: '\201C';
	content: open-quote;
	float:left;
	margin-right:10px;
}
blockquote:after
{
	content: '\201D';
	content: close-quote;
	float:right;
}
div#logo
{
	font-size:2em;
	font-weight:bold;
	color:#000;
	width:400px;
	background:transparent url(logo.png) no-repeat 0px 0px;
	height:101px;
	margin:0px;
	text-indent:-999px;
	float:left;
	margin-bottom:20px;
}
div#mainMenu
{

	padding-top:0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
	float:right;
	filter: dropshadow(color=#000000,offX=1,offY=1);
	font-size:1.2em;
}
	div#mainMenu:after
	{
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	div#mainMenu a
	{
		color:#fff;
	}
	div#mainMenu ul
	{
		text-align:right;
		padding-top:15px;
		list-style:none;
		margin-left:-45px;
	}
		div#mainMenu ul li
		{
			display:inline;
			padding:8px;

			margin-right:2px;
		}
		div#mainMenu ul li:hover
		{

		}
		div#mainMenu ul li ul
		{
			display:none;
		}
			div#mainMenu ul li ul li
			{
				display:block;
				padding:20px;

				background-color:#404040;
			}
			div#mainMenu ul li ul li:last-child
			{
				-moz-border-radius-bottomright:15px;
				-webkit-border-bottom-right-radius:15px;
				-moz-border-radius-bottomleft:15px;
				-webkit-border-bottom-left-radius:15px;
			}
			div#mainMenu ul li ul li:hover
			{
				-moz-border-radius:none;
				-webkit-border-radius:none;
				background-color:#404040;
			}
			div#mainMenu ul li.active ul li a
			{
				text-decoration:none;
			}
			div#mainMenu ul li ul li.active a
			{
				text-decoration:underline;
			}
		div#mainMenu ul li:hover ul
		{
			display:inline;
			position:absolute;
			left:400px;
			z-index:200;
			padding-top:34px;
			width:250px;
		}

		div#mainMenu ul li.active a
		{
			text-decoration:underline;

		}
div#pageholder
{
	background-color:#fff;
	display:inline;
	float: left;
	position: relative;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border:#bcbcbc solid 1px;
	min-height:600px;
	font-size:1.3em;
}
	div#pageholder:after
	{
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
div.splash
{
	height:10em;
	color:#fff;
}
	div.splash:after
	{
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	}
	div.splashText
	{
		font-family: Tahoma, Verdana, Helvetica, sans-serif;
		padding:5px;
		font-size:3.3em;
		text-shadow: 1px 1px 1px rgba(0,0,0,.8);
		filter: dropshadow(color=#000000,offX=1,offY=1);

	}
		div.splashText a,div.splashText a:hover
		{
			color:#fff;
		}
div.pageMenu
{

}
div.breadcrumbs
{

	padding-top:10px;
}
div.content
{
	font-size:10pt;
}

div#sidebar
{
	padding-top:20px;
}
ul.sideMenu
{
	float:right;
	margin-left:-30px;
	list-style:none;
	font-size:1.5em;
}
	ul.sideMenu li
	{
		padding:5px;
		border-bottom:#ccc solid 1px;

	}
div#footer
{
	clear: both;
	position: relative;
	z-index: 10;
	height: 15em;
	margin-top: -15em;
	background-color:#404040;
	color:#fff;
  padding: 20px;

}
	div#footer a:hover
	{
		color:#fff;
	}

.cta
{

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	margin-top:20px;
	font-size:2.3em;
	display:inline-block;
	padding:10px;
	font-weight:bold;
	border:#ccc solid 1px;
	background-color: #d54949;
  	zoom: 1;
  	color:#fff;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696',  Direction=135, Strength=3);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
	.cta:hover
	{
		color:#fff;
		text-decoration:underline;
	}
div.featurebox
{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:#ccc solid 1px;
	padding:10px;
	background-color:#ffffc0;
}
	div.featurebox:after
	{
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	}
ul.ticklist {
	list-style:none;
	margin-left:-30px;

}
	ul.ticklist:after
	{
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	}
	ul.ticklist li {
		padding-left:45px;
		padding-top:10px;
		padding-bottom:5px;
		display:block;
		background: url(tick.png) no-repeat 0px 5px;
		font-size:1.3em;
		margin-bottom:20px;
	}
	ul.ticklist li h2, ul.ticklist li h3, ul.ticklist li h4, ul.ticklist li strong
	{
		margin-top:0px !important;
	}
	ul.ticklist li h2
	{
		font-size:1.5em;
	}
	ul.ticklist li h3
	{
		font-size:1.25em;
	}
	ul.ticklist li h4
	{
		font-size:1.1em;
	}
	ul.ticklist li strong
	{
		font-size:1em;
	}
	ul.ticklist li ul li {
		padding-left:35px;
		padding-top:5px;
		padding-bottom:5px;
		display:block;
		background: url(tinytick.png) no-repeat 0px 5px;

	}
ul.tinyticklist {
	list-style:none;
	margin:0px;
	margin-left:-20px;

}
	ul.tinyticklist:after
	{
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	}

	ul.tinyticklist li {
		padding-left:45px;
		padding-top:5px;
		padding-bottom:5px;
		display:block;
		background: url(tinytick.png) no-repeat 0px 5px;


		margin-bottom:10px;
		margin-right:40px;
	}

ul.dotlist {
	list-style:none;
	margin-left:-20px;

}

ul.dotlist li {
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	display:inline;
	float:left;
	background: url(reddot.png) no-repeat 0px 30px;


	margin-bottom:0px;
	margin-right:40px;
}
ul.tinyticklist {
	list-style:none;
	margin-left:-20px;
	margin-top:10px;
}

ul.tinyticklist li {
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	display:inline;
	float:left;
	font-size:0.9em;
	background: url(tinytick.png) no-repeat center left;


	margin-right:10px;
}

div.karma
{
	font-size:2em;
	padding:5px;
}

div.userlistitem
{
	margin-bottom:10px;
	border-bottom:#ccc solid 2px;
}
	div.userlistitem:after
	{
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	}
	div.userlistitem div.details
	{
		width:70%;
		float:left;
	}
	div.userlistitem div.karma
	{
		width:27%;
		padding-top:10px;
		float:right;
		font-size:1.1em;
		font-weight:bold;
	}
div.warningbox
{
  border:#ffff00 solid 1px;
  margin-bottom:20px;
  background: #ffff99 url(error.png) no-repeat 10px 20px;
  text-indent:25px;
  color:#000;
  padding:10px;
}
	div.warningbox h2, div.warningbox h3
	{
		margin-top:0px;
	}
div.infobox
{
  clear:both;
  border:#ffff00 solid 1px;
  margin-bottom:20px;
  background: #ffff99 url(icons/information.png) no-repeat 10px 20px;

  color:#000;
  padding:10px;
  padding-left:35px;
}
.big
{
	font-size:1.3em;
}
div.pager
{
	clear:both;
	padding:20px;

}

div.photoframe
{
	text-align:center;

}
	div.photoframe img
	{
		clear:both;
		background:#fff;
		margin-bottom:20px;
		padding:10px;
		font-size:1.2em;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
		border:#bcbcbc solid 1px;
	}
div.infobox h2, div.infobox h3
	{
		margin-top:0px;
	}
p.author
{
	text-align:right;
	font-style:italic;
	margin-bottom:20px;
}
div.topbox
{
	clear:both;
	background:#fff;
	margin-bottom:20px;
	padding:10px;
	font-size:1.2em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border:#bcbcbc solid 1px;
}
div.errorbox
{
  border:#ffff00 solid 1px;
  margin-bottom:20px;
  background: #ffff99 url(icons/exclamation.png) no-repeat 10px 20px;
  text-indent:25px;
  color:#000;
  padding:10px;
  font-size:1.4em;
}
div.errorbox h2, div.errorbox h3
	{
		margin-top:0px;
	}
div.greenbox
{
  border:#e5ffd3 solid 1px;
  margin-bottom:20px;
  background: #eeffe2 url(tinytick.png) no-repeat 10px 15px;
  text-indent:25px;
  color:#000;
  padding:10px;
}
div.greenbox h2, div.greenbox h3
	{
		margin:0px;
	}
td.greenbox
{
  border:#e5ffd3 solid 1px;
  margin-bottom:20px;
  background: #eeffe2 url(tinytick.png) no-repeat 10px 10px;
  text-indent:25px;
  color:#000;
  padding:10px;
}

div.redbox
{
  border:#fff5f5 solid 1px;
  margin-bottom:20px;
  background: #fff8f8 url(tinycross.png) no-repeat 10px 15px;
  text-indent:25px;
  color:#000;
  padding:10px;
}
div.redbox h2, div.redbox h3
	{
		margin:0px;
	}
td.redbox
{
  border:#fff5f5 solid 1px;
  margin-bottom:20px;
  background: #fff8f8 url(tinycross.png) no-repeat 10px 10px;
  text-indent:25px;
  color:#000;
  padding:10px;
}
td.infobox
{
  border:#ffff00 solid 1px;
  margin-bottom:20px;
  background: #ffff99;
  color:#000;
  padding:10px;

}
/* GRID VIEW */

.grid-view
{

}

  .grid-view table.items
  {
    background: white;
    border-collapse: collapse;
    width: 100%;
    border: 1px #ccc solid;
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
  }
    .grid-view table.items th, .grid-view table.items td
    {
      font-size: 0.9em;
      border: 0px;
      padding: 0.6em;
    }
    .grid-view table.items th
    {
      color:#555555;
      background-color: #cccccc;
      background-image: url(gridview_bg.png);
      background-repeat: repeat-x;
      background-attachment: scroll;
      background-position: 50% 50%;
      text-align: left;
      border-top:#d3d3d3 solid 1px;
      border-bottom:#d3d3d3 solid 1px;
    }
      .grid-view table.items th a
      {
        color:#555555;
        font-weight: bold;
        text-decoration: none;
      }
      .grid-view table.items th a:hover
      {
        color: #212121;
      }
    .grid-view table.items th a.asc
    {
      background:url(up.gif) right center no-repeat;
      padding-right: 10px;
    }
    .grid-view table.items th a.desc
    {
      background:url(down.gif) right center no-repeat;
      padding-right: 10px;
    }
    .grid-view table.items tr.even
    {
      background: #ededed;
    }
    .grid-view table.items tr.odd
    {
      background: #ffffff;
    }
    .grid-view table.items tr.selected
    {
      background: #BCE774;
    }
    .grid-view table.items tr:hover
    {
      background: #ffff99;
    }
  .grid-view .link-column img
  {
    border: 0;
  }
  .grid-view .rud-column
  {
    text-align: center;
    width: 40px;
  }
  .grid-view .rud-column img
  {
    border: 0;
  }
  .grid-view .checkbox-column
  {
    width: 15px;
  }
  .grid-view .summary
  {
    margin: 0 0 5px 0;
    text-align: right;
  }
  .grid-view .pager
  {
    margin: 5px 0 0 0;
    text-align: right;
  }
  .grid-view .empty
  {
    font-style: italic;
  }
/* Icons */
.iconlink, .iconlink:hover
{
  background-repeat:no-repeat;
  background-position:center left;
  padding-top:5px;
  padding-left:25px;
  text-indent:20px;
}
div.ui-tabs a.iconlink, div.ui-tabs a.iconlink:hover
{
  background-repeat:no-repeat;
  background-position:5px 7px;
}
.mediumiconlink, .mediumiconlink:hover
{
  background-repeat:no-repeat;
  background-position:center left;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:30px;
  text-indent:30px;
}
a.create,a.create:hover {  background-image: url('icons/create.png') !important;  }
a.copy,a.copy:hover {  background-image: url('icons/copy.png') !important;  }
a.show,a.show:hover {  background-image: url('icons/show.png') !important;  }
a.update,a.update:hover {  background-image: url('icons/update.png') !important;  }
a.delete,a.delete:hover {  background-image: url('icons/delete.png') !important;  }
a.list,a.list:hover {  background-image: url('icons/list.png') !important;  }
a.import,a.import:hover {  background-image: url('icons/import.png') !important;  }
a.export,a.export:hover {  background-image: url('icons/export.png') !important;  }
a.resetpassword,a.resetpassword:hover {  background-image: url('icons/key_arrow.png') !important;  }
a.add-locale,a.add-locale:hover {  background-image: url('icons/world_add.png') !important;  }
a.refresh  {  background-image: url('icons/arrow_refresh.png') !important;  }

a.upload {  background-image: url('icons/drive_upload.png') !important;  }
a.download,span.download {  background-image: url('icons/drive_download.png') !important;  }
a.undo {  background-image: url('icons/undo.png') !important;  }
a.preview,span.preview {  background-image: url('icons/preview.png') !important;  }
a.details,span.details {  background-image: url('icons/application_view_detail.png') !important;  }
a.photos {  background-image: url('icons/photoalbum.png') !important;  }
a.password {  background-image: url('icons/key.png') !important;  }
a.close {  background-image: url('icons/close.png') !important;  }
a.info {  background-image: url('icons/information.png') !important;  }
a.amazon {  background-image: url('icons/amazon.png') !important;  }

div.newsitem
{
	clear:both;
	float:left;
	margin:10px;
	margin-top:20px;
	background-color:#f6f6ef;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border:#bcbcbc solid 1px;
	width:925px;

}
	div.newsitem div.score
	{
		float:left;
		width:100px;
		text-align:center;
	}
		div.newsitem div.score span.score
		{
			font-size:3em;
		}
	div.newsitem div.vote
	{
		float:left;
		width:20px;
		height:45px;
		z-index:9999;
		overflow:hidden;
	}
	div.newsitem div.title
	{
		float:right;
		width:800px;
	}
	div.newsitem h1
	{
		font-size:2em;
	}
	div.newsitem div.itemInfo
	{
		float:right;
		width:800px;
		color:#808080;
	}
		div.newsitem div.itemInfo a
		{
			color:#808080;
			font-weight:bold;
		}
		div.newsitem div.itemInfo span.replyLink a
		{
			font-size:2em;
		}
	div.newsitem div.selfContent
	{
		margin-top:20px;
		float:right;
		width:800px;
	}
	div.newsitem div.poll
	{
		margin-top:20px;
		float:right;
		width:800px;
	}
		div.newsitem div.poll div#chart
		{
			width:780px;
			height:175px;
		}
div.commentList
{
	float:left;
	margin-left:-50px;
	margin-right:10px;
}
	div.commentList ul.commentList
	{
		list-style:none;
		margin-left:20px;
		margin-top:20px;
		margin-bottom:0px;
	}
	div.commentList ul.commentList li.comment
	{

		padding:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
		border:#bcbcbc solid 1px;
		margin-bottom:10px;
		background-color:#f6f6ef;
	}
	div.commentList ul.commentList li.comment:after
	{
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	}
	div.commentList ul.commentList li.bySubmitter
	{
		-moz-box-shadow: 0 1px 10px rgba(128,247,23,.3) !important;
		-webkit-box-shadow: 0 1px 10px rgba(128,247,23,.3) !important;
		border:#80f717 solid 1px !important;
	}
	div.commentList ul.commentList li.comment div.score
	{
		text-align:center;
		width:50px;
		float:left;
		margin-bottom:10px;
		color:#808080;
		background-color:#f6f6ef;
	}
		div.commentList ul.commentList li.comment div.score span.score
		{
			font-size:1.5em;
		}

	div.commentList ul.commentList li.comment div.vote
	{
		float:left;
		width:20px;
		height:45px;
		z-index:9999;
		overflow:hidden;
	}
	div.commentList ul.commentList li.comment div.commentInfo
	{
		padding-left:70px;
		color:#808080;
	}
		div.commentList ul.commentList li.comment div.commentInfo a
		{
			color:#808080;
			font-weight:bold;
		}
		div.commentList ul.commentList li.comment div.commentInfo span.permaLink
		{
			float:right;
			margin-right:10px;
		}
	div.commentList ul.commentList li.comment div.commentContent
	{
		font-family:arial,sans-serif;
		font-size:1.2em;
		padding-left:70px;

	}

ul.newslist
{
	list-style:none;
	margin-left:-35px;
	margin-top:20px;
	margin-bottom:0px;

}
	ul.newslist li.newsitem
	{

		padding:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
		border:#bcbcbc solid 1px;
		margin-bottom:10px;
		background-color:#f6f6ef;
	}
	ul.newslist li.newsitem:after
	{
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	}
	ul.newslist li.newsitem div.score
	{
		text-align:center;
		width:80px;
		float:left;
		margin-bottom:10px;
		color:#808080;
		background-color:#f6f6ef;
	}
		ul.newslist li.newsitem div.score span.score
		{
			font-size:1.8em;
		}

	ul.newslist li.newsitem div.vote
	{
		float:left;
		width:20px;
		height:45px;
		z-index:9999;
		overflow:hidden;
	}
	ul.newslist li.newsitem div.title
	{
		float:right;
		width:800px;
	}
	ul.newslist li.newsitem div.title h2
	{
		font-size:1.4em;
	}
	ul.newslist li.newsitem  div.itemInfo
	{
		float:right;
		width:800px;
		color:#808080;
	}
		ul.newslist li.newsitem  div.itemInfo a
		{
			color:#808080;
			font-weight:bold;
		}
		ul.newslist li.newsitem  div.itemInfo span.replyLink a
		{
			margin:0px;
			font-size:2em;
		}
iframe
{
	border: none;
	overflow:hidden !important;
	overflow-y: hidden;
	overflow-x: hidden;
}
div.replyDialog
{
	background-color:#f6f6ef;
	width:820px;
	height:650px;

}
	div.replyDialog iframe
	{
		width:780px;
		overflow: hidden !important;
	}

li.score_0 > div.score, li.score_0 > div.commentContent
{
	opacity:0.8;
	filter:alpha(opacity=80);
}
li.score_neg_1 > div.score, li.score_neg_1 > div.commentContent
{
	opacity:0.6;
	filter:alpha(opacity=60);
}
li.score_neg_2 > div.score, li.score_neg_2 > div.commentContent
{
	opacity:0.4;
	filter:alpha(opacity=40);
}
li.score_neg_3 > div.score, li.score_neg_3 > div.commentContent
{
	opacity:0.2;
	filter:alpha(opacity=20);
}
li.score_neg_max > div.score, li.score_neg_max > div.commentContent
{
	opacity:0.1;
	filter:alpha(opacity=10);
}
li:hover > div.score, li:hover > div.commentContent
{
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}


div.tags
{
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border:#bcbcbc solid 1px;
	margin-bottom:10px;
	background-color:#f6f6ef;
}
	div.tags:after
	{
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	}
ul.tagList
{
	list-style:none;
	margin-left:-35px;
}
	ul.tagList li
	{
		display:inline;
		float:left;
		padding:5px;
	}
	ul.tagList li span.voteLinks
	{
		visibility:hidden;

	}
	ul.tagList li span.voteLinks a
	{

		background-repeat:no-repeat;
		background-position:center left;

		padding-left:20px;

	}
	ul.tagList li span.voteLinks a.upvote
	{
		background-image: url('tinytick.png');
	}
	ul.tagList li span.voteLinks a.downvote
	{
		background-image: url('icons/cancel.png');
	}
	ul.tagList li:hover span.voteLinks
	{
		visibility:visible;
	}
div.filterbar
{
	width:960px;
	background-color:#f6f6ef;
	display:inline;
	float: left;
	position: relative;
	-moz-box-shadow: 0 -2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 -2px 5px rgba(0,0,0,.3);
	border-top:#bcbcbc solid 1px;
	border-left:#bcbcbc solid 1px;
	border-right:#bcbcbc solid 1px;
	position:relative;
	z-index:998;
	margin-bottom:-2px;
}
	div.filterbar ul.filterLinks
	{
		list-style:none;
		margin-left:-30px;
		padding:0px;
		margin:0px;
		padding-top:5px;
		padding-left:5px;
		height:25px;
		overflow:hidden;
	}
		div.filterbar ul.filterLinks li
		{
			display:inline;
			float:left;
			padding:5px 15px 5px 15px;
			font-weight:bold;
			margin-right:10px;
		}
		div.filterbar ul.filterLinks li.active
		{
			background-color:#fff;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
			-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
			border:#bcbcbc solid 1px;
			height:40px;
			position:relative;
			z-index:999;
		}
div.searchform
{
	clear:both;
	float:left;
	margin:10px;
	margin-top:20px;
	background-color:#f6f6ef;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border:#bcbcbc solid 1px;
	width:925px;
}

div#plaintext
{
	display:none;
	clear:both;
	float:left;
	margin:10px;
	margin-top:20px;
	background-color:#f6f6ef;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border:#bcbcbc solid 1px;
	width:925px;
	font-size:1.5em;
}


div.googletalk
{
	padding-left:10px;
}
div.twitter, div.stackoverflow, div.skype, div.googletalk
{
	margin-top:20px;
}
div.stackoverflow span.reputation
{
	font-size:2em;
}

div.tweets
{
	margin-top:20px;
}
	div.tweets div.tweet
	{
		padding:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
		border:#bcbcbc solid 1px;
		font-size:1.3em;
		margin-bottom:15px;
	}
		div.tweets div.tweet span.time
		{
			clear:both;
			margin:0px;
			margin-top:10px;
			float:right;
			font-size:0.7em;
		}
	div.tweets div.tweet:after
	{
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	}

div.bookreview
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border:#bcbcbc solid 1px;
	margin-bottom:20px;

}
	div.bookreview h4
	{
		margin:5px;
	}
	div.bookreview div.review
	{
		font-size:1.2em;
		margin:5px;
	}
	div.bookreview div.reviewAuthor
	{
		float:right;
		margin:5px;
	}
	div.bookreview span.rating
	{
		float:right;
		font-size:2em;
		color:#bcbcbc;
		margin:10px;
	}
	div.bookreview:after
	{
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	}
	div.bookreview a.delete, a.update
	{
		float:right;
		margin:10px;
	}

div.rating
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border:#bcbcbc solid 1px;
	margin-bottom:20px;
	padding:10px;
}
	div.rating span.rating
	{
		font-size:2em;
	}
	div.rating span.ratingSummary
	{
		font-style:italic;
	}
img.thumbnail
{
	margin:10px;
	padding:5px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border:#bcbcbc solid 1px;
	float:left;
	background-color:#fff;
}

div.book
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border:#bcbcbc solid 1px;
	margin-bottom:20px;
	padding:5px;

}
	div.book h3
	{
		margin:5px;
	}

	div.book div.reviewAuthor
	{
		text-align:right;
	}

	div.book span.rating
	{
		float:right;
		font-size:2em;
		color:#bcbcbc;
		margin:10px;
	}
	div.book:after
	{
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	}
	div.book blockquote
	{
		display: block;
	}
	div.book blockquote:before, div.book blockquote:after
	{
		color: #000;
		display: block;
		font-size: 300%;

	}
	div.book blockquote:before
	{
		content: '\201C';
		content: open-quote;
		float:left;
		margin-right:10px;
	}
	div.book blockquote:after
	{
		content: '\201D';
		content: close-quote;
		float:right;
	}

span.noimage
{
	margin:10px;
	width: 125px;
	text-align:center;
	padding:5px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	border:#bcbcbc solid 1px;
	float:left;
	background-color:#fff;
}