/* What do you think of my code, visitor?? */
::-moz-selection {
	background-color: rgb(60,60,60);
	color: white;
}
::selection {
	background-color: rgb(60,60,60);
	color: white;
}

/*TWITTER TOOLTIP*/
.tooltip-container {
	border-bottom: 1px dotted silver;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
u.twitter_tooltip {
	text-decoration: none;
	font-size: inherit;
	/*font-size: 10.8px;*/
	text-align: left;
}
	u.twitter_tooltip span.first_child {
		background-color: white;
		border: 1px solid #DCDCDC;
		display: none;
		padding: 5px;
		position: absolute;
		margin-top: -7px;
		z-index:100;
	}
	u.twitter_tooltip span img.mini-avatar {
		border: none;
		float:left;
		display: block;
		vertical-align: top;
		margin-right: 5px;
	}
	
	span.min_width_200 {
		min-width: 200px;
		width: auto !important;
		width: 200px;
	}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: rgb(240,240,240); /* url(/img/background.jpg);*/
	color: rgb(60,60,60);
	font: 0.75em Verdana, Geneva, sans-serif;
	line-height: 1.5;
}

div#container {
	position: relative;
	min-width: 1000px; /* Fix for fill stop */
	min-height: 100%;
}
	.sizer {
		position: relative;
		margin: 0 auto;
		width: 1000px;
	}
	
	#header .sizer {
		padding: 15px 0 5px;
	}
	
	#body .sizer {
		width: 960px;
		background-color: white;
		border: 1px solid rgb(220,220,220);
		padding: 20px;
		min-height: 500px;
	}
	#footer {
		padding: 15px 0;
	}
	#footer .sizer {
		/*padding: 15px 0;
		background: url(/img/assets/ubuntu-half.gif) 75% top no-repeat;*/
	}
	
	div#header {
		/*background-color: rgb(246,246,246);*/
		/*background: rgb(250,250,250) url(/img/assets/top-shad.gif) center bottom repeat-x;
		border-bottom: 1px solid rgb(220,220,220);*/
	}
		/*
		#header p {
			position: absolute;
			bottom: 20px;
			left: 0;
		}
		*/
		#header ul {
			position: absolute;
			bottom: -1px;
			right: 0;
			margin: 0;
			padding: 0;
			text-transform: lowercase;
			z-index: 1;
		}
			#header ul li {
				display: inline;

			}
				/*
				#top-menu  a:hover {
					border-top: 1px solid silver;
				}
				*/
		
		#header li a, #header li span {
			border: 1px solid rgb(240,240,240);
			border-bottom: none;
			color: rgb(60,60,60);
			text-decoration: none;
			padding: 10px;
			display: block;
			float: left;
			
			text-shadow: 0 1px 0 rgb(253,253,253);
		}
			#header li a:hover {
				color: #2d911f;
			}
			
			#header li .active {
				-moz-border-radius: 5px 5px 0 0;
				-webkit-border-radius: 5px 5px 0 0;
				-khtml-border-radius: 5px 5px 0 0;
				border-radius: 5px 5px 0 0;
				
				border: 1px solid rgb(220,220,220);
				border-bottom: none;
				background-color: white;
			}
			




			
	/*div#body {
		padding-bottom: 51px;
	}*/
		#left-container {
			float: left;
			width: 700px;
		}
		
		#right-container {
			font-size: 0.9em;
			float: right;
			width: 240px;
		}
			#right-container ul {
				list-style-position: outside;
			}
				#right-container {
					/*overflow: auto;*/
				}
			ul#right-menu, ul#right-menu ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
				#right-menu h2, .white-cell {
					border: 1px solid rgb(220,220,220);
					padding: 5px;
					margin-bottom: 5px;
				}
					.white-cell {
						border-top: none;
						background: rgb(246,246,246) /*url(/img/assets/bottom-shad.gif) center top repeat-x*/;
						margin-bottom: 20px;
					}
				#right-menu h2 {
					background: rgb(246,246,246) url(/img/assets/white-bev.gif) center top repeat-x;
					color: rgb(60,60,60);
					font-size: 1.2em;
					font-family: inherit;
					margin: 0;
				}
					#right-menu h2 span {
						background-position: left center;
						background-repeat: no-repeat;
						min-height: 15px;
						padding-left: 20px;
					}
					
				#right-menu h2.tweets{
					padding: 0;
				}
					#right-menu h2.tweets a {
						background: url(/img/assets/tweet.gif) right center no-repeat;
						display: block;
						height: 29px;
						width: 56px;
					}
						#right-menu h2.tweets a:hover {
							background-position: center -8px;
						}
						
				#right-menu h2.flicks{
					padding: 0;
				}
					#right-menu h2.flicks a {
						background: url(/img/assets/flick.gif) right center no-repeat;
						display: block;
						height: 29px;
						width: 56px;
					}
						#right-menu h2.flicks a:hover {
							background-position: center -8px;
						}
						
				#right-menu h3 {
					font-weight: bold;
					margin-bottom: 0.5em;
				}
				
	div#footer {
		/*background-color: rgb(246,246,246);*/
		/*background: rgb(250,250,250) url(/img/assets/bottom-shad.gif) center top repeat-x;
		border-top: 1px solid rgb(220,220,220);*/
		/**/
		/*position: absolute;
		bottom: 0;*/
		/*height: 51px;*/
		font-size: 0.9em;
	}
		#footer, #footer a {
			color: rgb(60,60,60);
		}
	
	
	
	
	div.quote {
		color: rgb(20,20,20);
		border: 1px solid rgb(220,220,220);
		background: rgb(246,246,246) url(/img/assets/quote.gif) 10px 10px no-repeat;
		padding: 1.5em;
		margin: 1.5em;
	}
	
	
	div.blue-box {
		/*border-color: dcdcf6*/
		background-color: rgb(240,240,255);
		padding: 1em;
		margin-bottom: 1em;
	}

	#rate {
		margin-left: 10px;
	}
		#rate a {
			background: url(/img/assets/head-comments.gif) center top no-repeat;
			display: block;
			width: 37px;
			min-height: 25px;
			height: auto !important;
			height: 25px;
			text-align: center;
			padding-top: 4px;
		}
	
	.star {
		border: none;
		background: url(/img/assets/stars.gif) center top no-repeat;
		display: block;
		width: 26px;
		height: 25px;
	}
	input.star {
		cursor: pointer;
	}
	
	
	form {
		margin: 0;
	}
	
		#the-form {
			clear: both;
		}
	
	table {
		border-collapse: collapse;
	}
		.fixed {
			table-layout: fixed;
		}
			.fixed th, .fixed td {
				overflow: auto;
			}
		
		td {
			padding: 0;
		}
		
		.plain-table td {
			padding: 0.3em;
		}
		
		table.alt-table,  table.bordered-table {
			font-size: 1em;
			width: 100%;
			margin-bottom: 1em;
			text-align: left;
		}
			.alt-table th, .alt-table td {
				border-top: 1px solid rgb(220,220,220);
			}
			
			.alt-table th {
				white-space: nowrap;
			}
			
			.alt-table th, .alt-table td {
				padding: 5px;
			}

			.alt-table caption, .bordered-table caption {
				text-align: left;
				font-weight: bold;
				margin-bottom: 0.5em;
			}
			/**/
			.bordered-table th, .bordered-table td {
				border: 1px solid rgb(220,220,220);
				padding: 3px;
			}
			
			.bordered-table th {
				background-color: rgb(246,246,246);
				font-weight: normal;
			}
			
	table.wc-schedule {
		font-size: 0.9em;
	}
		.wc-schedule th, .wc-schedule td {
			border: 1px solid rgb(220,220,220);
			padding: 5px;
		}
		.wc-schedule th {
			background-color: rgb(246,246,246);
		}
		
		.wc-schedule th, .wc-schedule td {
			white-space: nowrap;
		}
		
	h1, h2, h3, h4, h5, h6 {
		padding: 0;
		margin: 0;
		margin-bottom: 1em;
		font-weight: normal;
	}
		h2 {
			font-size: 1.8em;
			font-family: sans-serif;
		}
			.page_title {
				border-top: 1px solid white;
				margin-bottom: 1em;
			}
				.page_title h2 {
					margin: 0;
					text-shadow: 1px 1px 1px rgb(230,230,230);
				}
		h2, h2 a {
			color: #2d911f;
		}
			h2 a:hover {
				text-decoration: underline;
			}
		
		h3 {
			font-size: 1.4em;
			font-family: sans-serif;
			font-weight: bold;	
		}
		
		h4 {
			border-bottom: 1px solid rgb(230,230,230);
			color: rgb(60,60,60);
			font-size: 1.2em;
			font-weight: bold;
			margin-bottom: 0.5em;
			padding-bottom: 0.5em;
			margin-top: 1.5em;
		}
		
		h5 {
			font-size: 1em;
			font-weight: bold;
			margin-bottom: 0.5em;
		}
	pre {
		overflow: auto;
	}
		.code, .small-code, .mspace {
			font-size: 10pt;
		}
		.code {
			border-left: 3px solid rgb(60,60,60);
			background-color: rgb(246,246,246);
			margin: 1em 0 1em;
			padding: 15px;
			white-space: pre;
			width: 670px;
		}
			.small-code {
				border-left: 1px solid rgb(60,60,60);
				background-color: rgb(246,246,246);
				padding: 10px;
			}
	p {
		padding: 0;
		margin: 0;
	}
		.album-art {
			float: left;
			margin: 0;
			margin-right: 5px;
		}
			.album-art img {
				vertical-align: top;
			}
			
		.top-submenu  {
			color: rgb(160,160,160);
		}
		
		a {
			color: #1a6dcb;
			text-decoration: none;
		}
			a:hover {
				text-decoration: underline;
			}
			
			a.check-link {
				background: url(/img/assets/xo.gif) left top no-repeat;
				padding: 4px 10px 4px 23px;
			}
			
			a.external {
				background: url(/img/assets/external.gif) right center no-repeat;
				padding-right: 13px;
			}
			
			a#top-logo {
				background: url(/img/logo-maya-gray.png) left top no-repeat;
				display: block;
				width: 159px;
				height: 65px;
			}
				#top-logo:hover {
					background-position: left bottom;
				}
	img {
		border: none;
	}
	
	input {
		vertical-align: middle;
	}
		[type="radio"] {
			vertical-align: top;
		}
		
	ul {
		margin: 0;
		padding: 0;
		margin-bottom: 1em;
		list-style-position: outside;
	}
		ul.copy-list {
			list-style-position: outside;
			padding: 0;
		}
			ul.copy-list li {
				margin-left: 1em;
				margin-bottom: 0.2em;
			}
			
			ul ul {
				margin-left: 1em;
			}
		
		ul.work {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.work li.project {
				background-color: rgb(246,246,246);
				border: 1px solid rgb(220,220,220);
				min-height: 225px;
				padding: 10px;
				margin-bottom: 1em;
			}
				.work .front {
					margin: 0;
					margin-right: 10px;
				}
					.work p {
						margin: 0;
					}
					
					.work .logo {
						border-bottom: 1px solid rgb(220,220,220);
						text-align: center; 
						padding-bottom: 10px;
						margin-bottom: 10px;
					}
						ul.roles {
							list-style-position: inside;
							list-style-type: disc;
							font-size: 0.9em;
							min-width:  255px;
						}
		ul.block_a_menu {
			list-style-type: none;
			margin: 0;
			padding: 0;
			display: inline;
		}
			.block_a_menu li {
				display: inline;
			}
			.block_a_menu a {
				border: 1px solid rgb(220,220,220);
				padding: 3px 7px;
				margin-right: 7px;
			}
				.block_a_menu a:hover {
					background-color: rgb(246,246,246);
				}
		
		ul.tweets {
			;
		}
			.tweets li {
				margin-bottom: 1em;
			}
	.comment-block {
		margin-bottom: 1em;
		border: 1px solid rgb(246,246,246);
	}
		.page_title, .info, .inner-comment-info {
			line-height: 1.3;
		}
			
		.inner-comment-info {
			white-space: nowrap;
		}
		
		.comment-white, .sub-white, .sub-lev2, .top-submenu  {
			font-size: 0.9em;
		}
		
		.comment-white {
			float: right;
			border: 1px solid rgb(220,220,220);
			background-color: white;
			min-height: 85px;
			width: 541px;
			padding: 15px;
			position: relative;
		}
			.comment-white .top-submenu {
				bottom: 15px;
				height: 12px;
				right: 15px;
				position: absolute;
			}
			.sub-white {
				background: url(/img/assets/220.gif) 85px top repeat-y;
			}
				.sub-lev2 {
					background-image: url(/img/assets/220d.gif);
				}
					.sub-lev2 .sub-white-2 {
						width: 481px;
					}
			
			.sub-white-2 {
				float: right;
				border: 1px solid rgb(220,220,220);
				background-color: white;
				padding: 15px;
				position: relative;
				width: 511px;
			}
			
			.white-t1, .white-t2 {
				/*line-height: 1.5;*/
			}
			
			.white-t1 {
				padding-bottom: 27px;
			}
			.white-t2 {
				padding-bottom: 42px;
			}
		.inner-comment-info {
			bottom: 15px;
			height: 50px;
			right: 15px;
			position: absolute;
		}
			.inner-comment-info div {
				float: right;
				text-align: right;
			}
				.thumbs, .thumbs-nh {
					background: url(/img/assets/tup.gif) left top no-repeat;
					display: block;
					width: 15px;
					height: 19px;
					margin-right: 5px;
				}
					.thumbs:hover {
						background-position: left bottom;
					}
						.rating {
							padding-top: 3px;
							padding-right: 5px;
						}
						.nthumb {
							color: #4b8933;
						}
						.rthumb {
							color: #e63c3c;
						}
						
						input.thumbs {
							border: none;
						}
			
			.inner-comment-info .pro-img {
				margin-left: 8px;
			}
	.comments-box, .info {
		border-top: 1px solid rgb(220,220,220);
		background-color: rgb(246,246,246);
		padding: 20px;
	}
	
	.info {
		font-size: 0.9em;
		background-repeat: no-repeat;
		background-image: url(/img/assets/paper.gif);
		background-position: 10px center;
		margin-bottom: 1em;
		padding: 10px;
		padding-left: 30px;
	}
		/*.info .tags {
			font-size: 0.75em;
		}*/
		.info ul {
			margin: 0;
			margin-left: 1em;
			padding: 0;
		}
			
		/* Error displays */	
		.go, .stop {
			border-width: 1px;
			border-style: solid;
			border-left: none;
			border-right: none;
			border-bottom: none;
			background-image: url(/img/assets/xo.gif);
			padding-left: 37px;
		}
			.go {
				border-color: rgb(240,250,240);
				background-color: rgb(240,255,240);
				background-position: 10px 6px;
			}
			.stop {
				border-color: rgb(250,240,240);
				background-color: rgb(255,240,240);
				background-position: 10px -46px;
			}
		
		.previous {
			background: url(/img/assets/pn.gif) left 4px no-repeat;
			padding-left: 20px;
		}
		.next {
			background: url(/img/assets/pn.gif) right -22px no-repeat;
			padding-right: 20px;
		}
	
	
	.image-menu { /* Top Soc Net Icons */
		text-align: right;
	}
		.image-menu img {
			margin-left: 10px;
		}
		
	p, .post-image {
		margin-bottom: 1.5em;
	}
	.post-image {
		text-align: right;
	}
		.post-image .image { /* Img(s) in posts */
			text-align: center;
			padding: 0;
		}
	
	.bev-box { /* Input style */
		background: rgb(246,246,246) /*url(/img/assets/inner-shad.gif) left top no-repeat*/;
		border: 1px solid rgb(220,220,220);
		font-size: 1em;
		font-family: Verdana, Geneva, sans-serif;
		padding: 5px;
		width: 310px;
	}
		.bev-button {
			background: url(/img/assets/submit-btn.gif) center top no-repeat;
			border: none;
			width: 100px;
			height: 25px;
			padding-bottom: 2.5px;
			cursor: pointer;
		}
			.bev-button:hover {
				background-position: center bottom;
			}
		
		select optgroup, select option {
			font-family: sans-serif;
			font-size: 1em;
		}
			
		.plain-button {
			border: none;
			color: #1a6dcb;
			background: none;
			font-family: inherit;
			font-size: inherit;
			margin: 0 1px;
			padding: 0;
			text-decoration: none;
			cursor: pointer;
			vertical-align: middle;
		}
			.plain-button:hover {
				text-decoration: underline;
			}
			

			
			

			
			
/*.arrow {
	font-size: 1.3em;
}*/

.css-button, .css-button-2, .css-button-3 {
	color: #1a6dcb;
	font-size: inherit;
	font-family: Verdana, Geneva, sans-serif;
	cursor: pointer;
	background: rgb(245,245,245) url(/img/assets/white-bev.png) center top repeat-x;
	border: 1px solid rgb(200,200,200);
	padding: 0.3em 1em;
	display: inline-block;
	text-decoration: none;
	position: relative;
	-moz-box-shadow: 0px 0px 3px rgb(240,240,240);
	-webkit-box-shadow: 0px 0px 3px rgb(240,240,240);
	box-shadow: 0px 0px 3px rgb(240,240,240);
	vertical-align: center;
}
	.css-button {
		/*font-weight: bold;*/
	}
	.css-button-2 {
		background-color: rgb(230,240,250);
	}
	.css-button-3 {
		background-color: rgb(250,240,230);
	}
	.css-button:hover, .css-button-2:hover, .css-button-3:hover {
		border-color: rgb(180,180,180);
		text-decoration: none;
	}
/*.css-button-logo {
	float: left;
	position: absolute;
	top: -5px;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	width: 39px;
	height: 40px;
}*/
	
	
.left_tab {
	position: absolute;
	top: -1px;
	background-color: white;
	border: 1px solid rgb(220,220,220);
	border-right: 1px solid white;
	padding: 10px;
	padding-right: 0;
	text-align: right;
	
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}



.author_banner {
	background-image: url(/img/assets/author_banner.gif);
	background-position: right top;
	background-repeat: no-repeat;
}


/* Simple formatting */
.half {
	width: 49%;
}
.to_full:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.no_list_style {
	list-style: none;
	margin-left: 0;
}
.padding {
	padding: 1em;
}

.red {
	color: rgb(220,0,0);
}
.text-right {
	text-align: right;
}
	
.tight {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 0;
}

.highlight { /* Highlight */
	background-color: rgb(255,255,240) !important;
}

.inline {
	display: inline;
}
.inline_block {
	display: inline-block;
}
.block {
	display: block;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}

.bottom {
	margin-bottom: 1em;
}

.transparent {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.gray-bg {
	background-color: rgb(246,246,246);
}
.gray-border {
	border: 1px solid rgb(220,220,220);
}

.small {
	font-size: 0.8em;
}
.large {
	font-size: 1.2em;
}

.gray-font {
	color: rgb(160,160,160);
}

.full {
	width: 100%;
}

.overflow {
	overflow: auto;
}

.mspace {
	font-family: monospace;
}

.blind {
	visibility: hidden;
}

.margin_bottom {
	margin-bottom: 1em;
}

.valign_middle {
	vertical-align: middle;
}

.centered {
	margin: 0 auto;
}
.nowrap {
	white-space: nowrap;
}

.shadow-box {
	-moz-box-shadow: 0px 0px 5px rgb(220,220,220);
	-webkit-box-shadow: 0px 0px 5px rgb(220,220,220);
	box-shadow: 0px 0px 5px rgb(220,220,220);
}


.text_shadow {
	text-shadow: 1px 1px 1px rgb(230,230,230);
}
.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.clearfix:before,
.clearfix:after {
	content: ".";    
	display: block;    
	height: 0;    
	overflow: hidden;	
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */


#top-green {
	display: none;
}



.top_right {
	position: absolute;
	right: 0;
	top: 0;
}
.currency p {
	margin-bottom: 0;
}
.conversion {
	position: relative;
	margin-bottom: 1.5em;
}




.lar_block {
	background: url(/img/assets/left_white_box_arrow.gif) left top no-repeat;
}
.lar_block_h {
	background: url(/img/assets/left_yellow_box_arrow.gif) left top no-repeat;
}
	.lar_block, .lar_block_h {
		width: 22px;
		height: 16px;
		position: absolute;
		left: -9px;
}

/* WEATHER */
.rweather {
	line-height: 1;
	margin-bottom: 1em;
}
	.rweather .temp, .rweather .day_of_week {
		font-weight: bold;
	}
	.rweather .forecast {
		border-left: 1px solid rgb(220,220,220);
		margin-left: 1em;
	}
	.rweather .forecast .condition {
		margin-left: 1em;
	}

/* SMART SUGGEST */
.ss_container {
	position: relative;
	white-space: nowrap;
	z-index: 10000;
}
.ss_container .hint_me {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 10px;
}
.ss_suggestions {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	font-weight: bold;
	min-width: 240px;
	width: auto !important;
	width: 240px;
	
	max-height: 400px;
	overflow: auto;
	
	/*overflow-y: hidden;*/
}
	.ss_suggestions a {
		background-position: 1em center;
		background-repeat: no-repeat;
		border-top: 1px solid rgb(220,220,220);
		display: block;
		padding: 0.5em 1em;
		padding-right: 1.5em;
	}
		/*.ss_suggestions a:hover {
			background-color: rgb(255,255,240);
		}*/
