/**
* author: Marcos Weskamp, marcos@marumushi.com
* published: Nov 20, 2008.
**/

/* ---------------------------- DEFAULTS ---------------------------- */

*{
	margin: 0;
	padding: 0;
}

html{
	background-color:#333;
}

body{
	font: 12px/18px Georgia, serif;
	color: #333333;
	background: #EEEEEE url(../images/stripe-medium.png) repeat scroll 0 0;
	text-align:left;
	overflow:auto;
}

pre{
	background-color:#F0F0F0;
	color: #505050;
	padding:10px;
	margin-bottom:10px;
	overflow:hidden;
}

img{
	border:1px solid #666666;
}

h1{
	font-family:Arial,Helvetica,sans-serif;
	color:#666; 
	font-size:1.5em;
	font-weight:bold;
	text-decoration:none;
	margin:10px;
	text-transform: lowercase;
}

h2{
	color:#606060; 
	font-size:1.2em; 
	font-weight:bold;
	text-decoration:none;
	margin-bottom:10px;
	margin-top:30px;
}

h3{
	color:#606060;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:12px;
}

p{
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 16px 0; 
}

a{
	text-decoration: none;
	color: #CC0000;
	border: none;
}

a:hover{
	text-decoration: underline;
}

a:visited, a:active, a:focus{
}

a.active{
	color: #808080;
}

p a{
	
}

cite a{
	
}

li a{
	
}

dt a{
	
}

dd a{
	
}

dt{
	font-size:1.1em;
	margin:20px 0 5px 0px;
	padding:0;
	font-style:italic;
}

dt:before{
	content:"*";
	margin-right:5px;
	color:#CCC;
}

dd, dl{
	font-size:15px;
	line-height:1.5em;
	margin-bottom:20px;
	margin-left:14px;
}

dd{
	margin-left:10px;
}

/* ---------------------------- GENERAL STRUCTURE ---------------------------- */

#wrapper{
	background: transparent;
	overflow:hidden;
	position:relative;
}

.container{
	/**width: 100%;*/
	width:1070px;
	/*margin: 0 auto;
	background-color: #FFF;*/
	border:0 none;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	position:relative;
	text-align:left;
}

#header{
	font-family: Georgia, Times, serif;
	border-top:4px solid #000;
	background: #202020 url(../images/stripe-dark.png) repeat;
	margin:0px;
	padding:0 0 10px;
}

.content{
	margin:0px 0px 0px 0px;
	padding:30px 0px;
	
}

.ItemContent{
	margin:0px;
	padding:10px 15px 15px 15px;
	
}

.ItemContent h1{
	margin:0px 0px 20px 0px;
	padding:0px;
	
}

#main-content{
	background: #FFF url(../images/shade.png) repeat-x scroll 0 0;
}

#header .content{
	margin:0px 20px 0px 20px;
}

#header p{
	/*color:#AAA;*/
	font-size: 12px;
	margin:0px 0px 0px 0px;
	color:#777777;
	font-family:Arial;
	font-size:12px;
}

#header a{
	color:#AAA;
}

#header a:hover{
	color:#000;
	background-color:#AAA;
	text-decoration:none;
}

#content{
	margin: 0 0 0 0;
}

#footer{
	background:#121212 url(../images/shade.png) repeat-x scroll 0 0;
	padding:30px 20px 20px;
	color:#CCC;
	border-bottom:10px solid #000005;
}

#logo a{
	color:#5C99BD;
	background:transparent url(../images/marumushi_logo_simpleb.png);
	display:block;
	width:240px;
	height:32px;
	margin-bottom:4px;
}

#logo span {
	display:none;
}

#logo{
	font: 2.5em Georgia, Times, serif;
	padding: 20px 10px 10px;	
}

#logo img{
	border:none;
}

#logo p{
	font-size:11px;
	color:#CCC;
	padding:0 0 0 6px;
	margin:0px;
	display:none;
}

#logo p b{
	color:#DDD;	
}

.Colophon,#contact{
	padding:25px 0px 0px 0px;
}

#contact{
	padding-top:0px;
	margin:10px 0px 10px 0px;
}

.Alert{
	background:#111;
	color:#000;
	padding:16px;
	padding-bottom:24px;
}

.Alert span{
	color:#BBB;
}
#header .Alert a{
	color:#FFF;
}
#header .Alert a:hover{
	color:#000;
}
#header .Alert p{
	font-size:16px;
	font-family:Georgia;
	line-height: 1.6em;
}
.menu{
	display:block;
	height:29px;
	padding:2px 0;
	padding: 2px 0px;
	margin-top:-7px;
	/*border-bottom: 1px solid #000;*/
	/*border-top: 1px solid #000;*/
	/*background-color:#121212;*/
	background: #202020 url(../images/stripe-dark.png) repeat;
}

.menuItem{
	float: left;
	padding-right: 15px;
}

.HeaderNav ul.Navigation li a {
	display:block;
	height:30px;
	margin:1px 2px;
	padding:0 10px;
	vertical-align:middle;
	width:auto;
}

.HeaderNav ul.Navigation {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	white-space:nowrap;
}

.HeaderNav ul.Navigation li {
	float:left;
}

.HeaderNav li a, .HeaderNav li a:visited {
	color:#FFF;
	line-height:25px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.HeaderNav li a:hover {
	background:#000 none repeat scroll 0 0;
	color:#FFF;
}

.HeaderNav ul.Navigation li a.selected,
.HeaderNav li a.selected:visited,
.Bottom li a.selected:visited {
	background:#FFF none repeat scroll 0 0;
	color:#000;
	height:38px;
}

.HeaderNav.Bottom ul.Navigation li a.selected,
.HeaderNav.Bottom ul.Navigation li a.selected:visited {
	background:#FFF url(../images/stripe-light.png) repeat scroll 0 0;
	height:28px;
	margin:-5px 0 0;
	padding:6px 10px 0;
}

.ColumnWrapper{
	overflow:hidden;
	display:block;
	width: 100%;
}

.Column20,
.Column25,
.Column33,
.Column50,
.Column66,
.Column75,
.Column80,
.Column100
{
	border-right:1px dotted #CCCCCC;
	float:left;
}

#bd:after,
.Column20:after,
.Column25:after,
.Column33:after,
.Column50:after,
.Column66:after,
.Column75:after,
.Column80:after,
.Column100:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.Column20 {
	width:17.5%;
}

.Column25{
	width:24.8%;
}

.Column33{
	width:32%;
}

.Column50{
	width:49.8%;
}

.Column75{
	width:74.8%;
}

.Column66{
	width:66%;
}

.Column80 {
	width:82.4%;
}

.Clear {
	border:none;
	margin-left:16px;	
}

.First {
	margin:0px	
}


/* ---------------------------- PAGE ELEMENTS ---------------------------- */

.Pager{
	padding:5px;
	text-transform:lowercase;
}

.Pager img{
	width:60px;
	height:60px;
	line-height:0px;
}

.PagerEnd{
	margin:0px 0px 0px 10px;
	border:1px solid #CCC;
}

.Thumbnailed{
	background-color:#F0F0F0;
	height:60px;
	margin:10px 0;
	padding:15px;
}

.Thumbnailed .pager_last{
	float:right;
}
.Thumbnailed .pager_first{
	float:left;
}

.Thumbnailed .pager_first,
.Thumbnailed .pager_last,
.Thumbnailed .pager_prev,
.Thumbnailed .pager_next{
	width:62px;
	height:62px;
}

.Thumbnailed .pager_prev{
	background:url(../images/arrow_prev.png) repeat center left;
	padding:0 0 0 10px;
	float:left;

}

.Thumbnailed .pager_next{
	background:url(../images/arrow_next.png) repeat center right;
	padding:0 10px 0 0px;
	float:right;
}

.PublicationIndex{
	border-bottom:medium none;
	float:left;
	height:430px;
	margin:0px 12px 30px;
	width:47%;
}

.PublicationSingle{
	border-bottom:none;
}

.PreserveSize .NewsItem {
	width:94%; 
}

.SketchSingle{
	margin:10px 0 0;
	border-bottom:none;
	background-color:transparent;
	margin:0 10px;
	padding:10px 0 0;
}

.H1Header{
	margin-bottom:15px;
}
.H1Header a {
	color:#666;
}

.AtomEntry{
	margin:0px 0px;
	padding:10px 15px 2px;
	border-bottom:1px dotted #CCCCCC;
}

.AtomEntry h1, 
.AtomEntry h4, 
.AtomEntry h3 a{
	font-weight:normal;
}

.AtomEntry h3{
	font-size:1.2em;
	
}

.NewsItem{
	margin:0px 0px;
	padding:15px 15px 2px;
	background-color:transparent;
	border-bottom:1px dotted #CCCCCC;
}

.NewsItem:hover{
	
}

.NewsItem p {
	margin-top:16px;
	line-height:1.4em;
}

.NewsItem a span { 
	display: none; 
}

.NewsItem img{
	width:100%;
	border:1px solid #666666;
	margin-bottom:10px;
}

.NewsItem .Extended img{
	border:1px solid #666666;
	margin:10px 7px 0;
	overflow:hidden;
	width:47.5%;
}

.NewsItem ol{
	font-size:15px;
	margin:10px 20px	
}

.AtomEntry h4,
.NewsItem h4,
.NewsItem .Date,
.SketchIndexSmall h4{
	font-family:Arial,Helvetica,sans-serif;
	color:#999;
	font-weight:normal;
	font-size:0.9em;
	margin-top:5px;
	float:right;
}

.NewsItem .Date {
	background-color:#000000;
	float:right;
	font-size:1em;
	margin-bottom:5px;
	margin-right:0px;
	margin-top:0;
	padding:4px 10px;
}

.AtomEntry h4:after,
.NewsItem h4:after,
.SketchIndexSmall h4:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.NewsItem h3, 
.NewsItem h3 a,
.SketchIndexSmall h3,
.SketchIndexSmall h3 a{
	color:#111;
	font-size:20px;
	font-weight:normal;
	line-height:23px;
	text-transform:capitalize;
}

.NewsItem h5{
	font-size:.95em;
	font-weight:normal;
}


.SketchIndexSmall{
	border-bottom:none;
	border-top:none;
	width:17.1%; 
	float:left;
	margin:1px;
	padding:8px 12px;
}

.SketchIndexSmall h3,
.SketchIndexSmall h3 a{
	margin-bottom:5px;
	display:inline;
	font-size:16px;
}

.SketchIndexSmall h4{
	display:none;
}

.SketchIndexSmall img{
	margin-top:4px;	
	width:100%;
}


.NewsItem .Tags{
	display:block; 
	clear:both; 
	color:#333333;
	font-size:1.1em;
	margin: 30px 0px 20px; 
	padding: 20px 6px 20px 6px;
	border:none;
}

.Tags, .TagsSmall{
	background:#202020 url(../images/stripe-light.png) repeat;
	margin: 0px;
	border-top:1px solid #CCCCCC;
	padding:10px 0;
}

.TagsSmall{
	padding:5px 10px;
	margin-bottom:10px;
	border-top:none;
}

.Tags h1{
	color:#666;	
	margin:10px 0px;
	padding:0px;
}

.Clearer{
	clear:both;display:block;
}

q {
   font-family: "Georgia", serif;
}

q:before {
   content: "\201C";
   padding-right: 0.1em;
}

q:after {
   content: "\201D";
   padding-left: 0.1em;
}

.separator {
	/*background: transparent url(../images/spacer.gif) repeat-x scroll center top;*/
	background-color:#000;
	height:0px;
	margin:0px 0px 0px 5px;
	padding:0;
	width:50px;
	clear:both;
	display:block; 
}

.clearFloat{
	display:inline-block;
	clear: both; 
	height: 0; 
	overflow: hidden; 
	font-size: 0;
}

.NavShade {
	display: block;
	background: #FFF url(../images/shade.png) repeat-x scroll 0 0;
}

.NavShadeBottom{
	background:#121212 url(../images/shade.png) repeat-x scroll 0 0;
}

.CommentsForm{
	padding:20px 20px 10px 20px;
	border-top:1px #CCC solid;
	background:#F0F0F0;
	margin-bottom:20px;
}

.FormValidationError{
	padding: 1px 0px 0px 5px;
	margin: 4px 2px 2px 4px;
	vertical-align:top;
}

#validation_error{
	color:#F00;
}

.Comments{
	background-color:#F0F0F0;
	margin:0px 0px 10px 0px;
	padding:10px 20px;
	color:#333333;
}

.CommentsClosed{
	border-top:1px solid #CCC;
	margin-top:25px;
	padding:5px;
}

.Comments .Field, .Comments textarea{
	color:#000000;
	width:200px;
	background-color:#FFF;
}

.Comments textarea{
	width:98%;
	height:130px;
	border:1px solid #666;
}

.Comments .Captcha{
	margin-bottom:0px;
}

.Comments .Captcha .Field{
	width:96px;
	text-align: left;
	vertical-align: top;
	margin-left:4px;
	
}

.Comments label{
	vertical-align: top;
	margin-top:20px;
	margin-left:5px;
}

.Comments .Button{
	width:80px;
}

.Comments img{
	padding:0px;
}

.Comments label{
	padding:5px;
}

.Comments h2{
	font-weight:normal;
	margin:10px 0 10px 0;
}

.CommentForm{
	border-top:1px solid #CCC;
	margin: 0px; 
	padding-top:10px;
}

.CommentItem{
	border-top:1px solid #CCC;
	margin: 0px 0 10px 0; 
	padding:2px;
}

.CommentLogin{
	margin: 10px 0 10px 0; 
	padding:2px;
	font-weight:normal;
}

.CommentItem p{
	color:#333;
	font-weight:normal;
	margin: 0px; 
	padding:0px;
	font-style:normal;
}

.CommentItem h3{
	margin: 0px 0 5px 0; 
	font-size:0.95em;
	font-weight:normal;
}

#register-message{
	border: none;
	margin: 0px;
	padding:30px;
	background-color: #444;
	color: #FFF;
}

#register-message h1{
	color: #FFF;
	margin-top: 0px;
	margin-bottom:10px;
}

#register-message p{
	color: #FFF;
	margin-top: 0px;
	margin-bottom:00px;
}

.List-options {
	background-color:white;
	margin-top:26px;
	margin-left:-58px;
	margin-bottom:20px;
	border:1px #5c5c5c solid;
	font-size:1em;
}

.ListOptions{
	
}

.ListOptions .Right{
	margin:5px 15px 15px;
	float:right;	
}

.ListOptions label{
	margin:5px;
	color:#606060; 
	font-size:1.2em; 
	font-weight:bold;
	font: 1.5em Arial, Helvetica, sans-serif;
}

.ListOptions ul{	
	display:block;
	margin:0px;
	height:auto;

}

.ListOptions ul li{
	background:transparent url(../images/icon-document.png) no-repeat scroll 10px 9px;
	display:block;
	margin:0 0px;
	padding:5px 5px 10px 30px;
}

.Simple ul li{
	background:transparent url(../images/bullet_black.gif) no-repeat scroll 10px 12px;
	padding:6px 5px 6px 20px;
	border:none;
}

.ListOptions .first{
	margin-top:15px;
}

.ListOptions h3{
	font-weight:normal;
	margin-bottom:0px;
	padding:0px 6px;
}

.ListOptions a:hover{
	color:#CC0000;
}

.Feature{
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	display:inline-block;
	clear: both; 
	border-bottom:1px dotted #CCCCCC;
	width:100%;
}

.Spaced{
	margin-top:28px;
}

.InfoBox{
	background-color:#F0F0F0;
	margin:0 0 10px;
	padding:10px;
}

.InfoBox h4{
	font-weight:normal;
}


.first .Feature{
	padding-left:10px;
}
.first .Feature h1{
	margin:10px 0px 20px 0px;	
}

form p{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px 0; 
}


form .Options {
	width:100%;
	background-color:#EEE;
	float:left;
	margin:8px 0px 0px 4px;
	padding:5px;
}

form .Options div {
	padding-left:5px;
	float:left;
}

form ul {	
	margin-top:0px;
	margin-left:5px;
	display:block;
	height:auto;
	margin-bottom:15px;
	margin-right:50px;

}

form ul li {
	display:block;
	margin-bottom:5px;
	padding-top:0px;
	width:160px;
}

.text{
	padding:4px;
	margin:4px;
	width:100%;
	border:1px inset #CCC;	
}

textArea{
	padding:4px;
	width:100%;
	border:1px inset #CCC;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #CCC;
}

form input{
	padding:5px;
	background-color:#000;
	border:1px solid #666;
	color: #FFF;
}

.CancelButton{
	color:#333;
	padding:4px;
	background-color:#EEE;
	border:1px outset #666;
	margin:5px;
}

.Feeds{
	float:right;
	margin-top:-20px;
	margin-bottom:2px;
}

.Feeds:after,#footer:after,#container:after{
	clear:both;
	display:block;
}

.RssLink{
	background: transparent url(../images/feed-icon-14x14.png) no-repeat center left;
	padding: 1px 0px 0px 18px;
	margin:4px 0 0 20px;
	font-family: Helvetica, Arial, sans-serif;
	float:left;
}

.RssLink a{
	color:#FFF;
}

.TagCloud{
	padding-left:0px;
	margin-top:15px;
}

.ListHeader {
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
}

.ListContents {
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 11px;
	line-height: 16px;

}

.ListContentsOver {
	color: #6633FF;
}

#tagloader{
	width:20px;
	border:0px;
}

div.dopplr-badge {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	font-family: Georgia, Times, serif;
}

.dopplr-badge {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #999999;
	color:#333333;
	padding:0.5em;
}

.dopplr-badge p {
	font-family: Georgia, Times, serif;
	font-size:9pt;
	margin:0;
	padding:0;
}

div.dopplr-badge p, div.dopplr-badge ul.trips li {
	font-family:Georgia, Times, serif;
}

.FlickrImages img{
	border:1px solid #000;
	margin:-3px -1px;
	width:79px;
}
.FlickrImages a{
	margin:0px;
	padding:0px;
	clear:both;
}

.FlickrImages a:after{
	content:"";
}

.FlickrImages{
	margin:10px;
	padding:20px 0;
}

.pager_next, .pager_prev{
	font-family:Arial,sans-serif;
	text-transform:lowercase;
	padding:5px;
}

.Sketch {
	margin:20px 0px 0px 0px;
	text-align:center;
}

.Sketch img{
	width:97.5%;
}

.ImageGrid img{
	float:left;
	margin:10px;
	width:47%;
}

.ImageGrid {
	display:block;
	clear:both;	
}

#live_search_result{
	margin:33px 0px 0px 0px;
}

.SearchBox {
	float:right;
	margin-top:-4px;
	margin-bottom:2px;
}

.SearchBox .imp {
	float:left;
	margin:0px;
	padding:5px 2px;
}

.SearchBoxImg{
	/*background:transparent url(../images/search.gif) no-repeat scroll 0 0;*/
	display:none;
}

.Button{
	padding:4px;
	text-transform:uppercase;
}

.LiveSearchResult{
	z-index: 2;
	background-color:#121212;
	color:#000;
	position:absolute;
	border:1px dotted #000;
	border-top:0px solid #000;
	margin:0px 0px 0px 0px;
	width:220px;
	border:0px;
	background-color:transparent;
	background-image:url(..images/dropdown_pane.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-top-style:none;
	margin:1px 0px 0px -10px;
	padding:5px 10px 18px;
}

.LiveSearchResult div, 
.LiveSearchResult h1,
.LiveSearchResult h2,
.LiveSearchResult p {
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-transform:lowercase;
	font-weight:normal;
}

.LiveSearchResult h2 {
	color:#808080;
}

.LiveSearchResult p {
	margin:0px 0px 0px 6px;
	font-size:0.9em;
	color:#BBB;
}

.LiveSearchResult a{
	text-decoration: none;
	color: #BBB;
	border: none;
}

.LiveSearchResult a:hover{
	background-color:#CCC;
}

.LiveSearchResult a:visited, a:active, a:focus{
	
}

.LiveSearchResult h1{
	font-weight:bold;
	font-size:1em;
	margin:8px 10px 0 10px;
	border-bottom:1px solid #000;	
}

.LiveSearchResult .item{
	padding:4px 4px 4px 10px;	
}

.LiveSearchResult .item:hover,
#live_search_selected{
	background-color:#000;
}

.LiveSearchResult b {
	font-weight:normal;
}

.SmallText{
	font-size:0.9em;	
}

.BigText{
	font-size:2.5em;	
}

.SmallerText{
	font-size:12px;	
}

.BigTags {
	margin-bottom:10px;	
}
.BigTags a{
	font-size:3em;
	line-height:1em;
}
.BigContent{
	padding:0px 20px;
}

.Applet{
	padding:20px;
	margin:0px;	
	background-color:#F0F0F0;
	overflow:hidden;
}

.wrap1 {
	background:transparent url(../images/shadow.gif) no-repeat scroll right bottom;
}

.wrap2 {
	background:transparent url(../images/corner_bl.gif) no-repeat scroll -12px 100%;
}

.wrap3 {
	background:transparent url(../images/corner_tr.gif) no-repeat scroll 100% -12px;
	padding:0 16px 16px 0;
}

.wrap1, .wrap2, .wrap3 {
	display:block;
}

.Project{
	display:block;
	clear:both;
}

.half{
	width:48%;
	float:left;	
}

.yui-100{
	display:block;
	clear:both;
}

.yui-75{
	float:left;
	margin:10px 20px 10px 20px;
	width:75%;
}

.yui-25{
	float:left;
	background: url(../images/shade-left.png) repeat-y scroll 0 0;
	border-left:1px dotted #F0F0F0;
	margin:10px 0;
	padding:0 20px;
	width:17%;
}

.Q66{
	width:65%;
	float:left;
}

.Project img{
	width:100%;
}

.Q33{
	width:33%;
	float:left;
}

.Title{
	background:#000000 none repeat scroll 0 0;
	font-family:Arial,Helvetica,sans-serif;
	color:#444;
	font-size:2.2em;
	margin:0;
	padding:9px;
	position:absolute;
}

.ExtendedEntry{
	margin:0px 0px 40px;
}

.ExtendedEntry img{
	width:auto;
	height:auto;
	border:none;
	padding:0px;
	margin:0px;
}

.ExtendedEntry ul{	
	display:block;
	margin:5px;
	height:auto;

}

.ExtendedEntry h1,
.ExtendedEntry h3{
	padding:0px;
	margin:15px 0px 0px 0px;
	color:#333;
	font-size:1.3em;
	font-weight:normal;
	font-family: Georgia, Times, serif;
}

.ExtendedEntry h3{
	font-size:1.4em;
	margin:15px 0 0px;
}

.ExtendedEntry h2{
	font-size:1.5em;
	margin:30px 0px 10px 0px;
	font-weight:normal;
}

.ExtendedEntry ul li{
	display:block;
	margin:0 10px;
	padding:0px 0;
}

.ExtendedEntry form, 
.ExtendedEntry form input{
	background-color:transparent;
	padding:0px;
	margin:0px;
}



.SmallColumn{
	margin-left:20px;	
}

.EntryElement {
	float:left;
	font-size:11px;
	line-height:14px;
	margin:2px 18px 6px 0;
	width:50%;
}

.ContinueReading,
.ReadMore a{
	background:#CCC url(../images/stripe-light.png) repeat scroll 0 0;
	font-size:16px;
	display:inline-block;
	margin:12px;
	padding:10px 10px 12px;
	width:auto;
	text-transform:lowercase;
}

.ContinueReading{
	margin: 12px 0px;
	padding:10px 10px 12px;
}

.ReadMore a{
	margin:0px 0px 10px;
}
.ReadMore a:hover,
.ContinueReading:hover{
	background:#202020 url(../images/stripe-dark.png) repeat scroll 0 0;
	color:#FFF;
	text-decoration:none;
}

.VisitSite {
	background:#202020 url(../images/stripe-dark.png) repeat scroll 0 0;
	clear:both;
	display:block;
	font-family:Helvetica,sans;
	font-size:16px;
	margin:10px 10px 0px 0px;
	padding:5px 0 2px 6px;
	text-transform:lowercase;
	width:65px;
	float:left;
}

.Quote{
	font-size:24px;
	font-style:italic;
	line-height:1.1em;
}

.Quote:before,
.Quote:after {
	
}

.Quote:before{
	content:"“";
	margin-right:3px;
}

.Quote:after{
	content:"”";
}

.VisitSite a {
	color:#FFFFFF;
}

.last{
	border:none;
}

.Single{
	margin:0px;
	padding:21px 15px 0px;
}

.twitter-follow{
	margin:20px 0px 18px 0px;
	background:transparent url(../images/twitter-icon.png) no-repeat scroll 0 0;
	font-size:20px;
	margin:20px 0 18px;
	padding:7px 0 10px 38px;
}

.TweetTimePosted:before{
	
}

.Tweets span,
.DatePosted,
.TweetTimePosted{
	color:#999;
}
.TweetTimePosted:hover{
	color:#CC0000;
}

/*
.Column66 h3,
.Column66 h3 a,
.Column75 h3 a {
	display:block;
	font-family:"droid-serif-1","droid-serif-2","Georgia",serif;
	font-size:28px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:21px;
	margin-top:30px;
	text-decoration:none;
}
.Column75 h3 a:first-child{
	margin-top:0px;
}
*/

.starbox { clear:both;display: block; margin:0px 0px 4px 0px; padding:0px; }
.starbox .stars { background: #cccccc; float:left; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #1e90ff; }
.starbox .hover .colorbar { background: #ffcc1c; }
.starbox .rated .colorbar { background: #64b2ff; }
.starbox .rated .hover .colorbar { background: #1e90ff; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { color:#666; font-size:14px; padding: 2px;}

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { background: url(../images/starbox/background_dotted.gif) top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .hover .colorbar,
.starbox .dotted .rated .colorbar, 
.starbox .dotted .rated .hover .colorbar { background: #000000; }
.starbox .dotted .ghost { background: #666666; }

.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ff9231; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }