/* HTML ELEMENTS */
*
{
	outline: none;
}

body
{
	background: #1b252f url(../images/bg.png) repeat top center;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-family: "Lucida Grande", Arial, Verdana, Tahoma;
	text-align: center;
}

#page
{
	background: transparent url(../images/page_bg.png) repeat-x top center;
}

a
{
	color: #206496;
}

a:hover
{
	color: #2885ca;
}


form
{
	padding: 0;
	margin: 0;
}

table
{
	width: 100%;
}

img
{
	border: 0;
	text-decoration: none;
}

img,
input
{
	vertical-align: middle;
}

label
{
	cursor: pointer;
}

pre
{
	padding: 0;
	margin: 0;
}

/* GLOBAL LAYOUT */

#wrapper
{
	margin: 0px auto;
	margin-bottom: 20px;
	width: 1000px;
	text-align: left;
	color: #333;
}

#logo
{
	float: left;
}

#navigation
{
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding-top: 60px;
  text-align: right;
  width: 100%;
}

#adsense-bar-header {
  background-color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 102px;
}

#navigation a
{
	color: #438dbd;
	text-decoration: none;
	margin: 0 10px;
}

#navigation a:hover
{
	color: #0a4b74;
}

#navigation a.active
{
	color: #0a4b74;
}

#navigation a.active:hover
{
	color: #438dbd;
}

#container
{
	padding-top: 30px;
}

#footer
{
	color: #333;
	padding-top: 30px;
	font-size: 11px;
	padding-bottom: 10px;
}

#footer_wrap
{
	background: #fff;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	text-align: left;
}

#copyright
{
	color: #777;
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
}

#footer_links 
{
	padding-top: 10px;
	padding-bottom: 15px;
}

#footer a
{
	color: #444;
	text-decoration: none;
}

#footer_links a
{
	color: #555;
}

#footer .left a
{
	margin-right: 20px;
}

#footer .right a
{
	margin-left: 20px;
}

#footer a:hover
{
	color: #8ab70f;
}


/* CUSTOM CLASSES */
	/* BASIC */
	.cursor
	{
		cursor: pointer;
	}
	
	.hide
	{
		display: none;
	}
	
	.inline
	{
		display: inline;
	}
	
	.center
	{
		text-align: center;
	}
	
	.frameit
	{
		background: #fff;
		padding: 5px;
		border: 5px solid #c8c8c8;
	}
	
	a.red
	{
		color: red;
	}

	/* POSITIONING */
	.left
	{
		float: left;
	}
	
	.right
	{
		float: right;
	}
	
	.clear
	{
		clear: both;
	}
	
	.padTop10
	{
		padding-top: 10px;
	}
	
	
	/* BACKGROUND CLASSES */
	.whiteBG
	{
		background-color: #fff;
	}
	
	/* INPUTI CLASSES */
	input,
	textarea,
	select
	{
		background: #fff;
		border: 1px solid #bbb;
		color: #444;
		padding: 5px;
		font-family: inherit;
		font-size: 15px;
	}
	
	input[type=submit],
	input[type=button],
	.button
	{
		background: #82bd11;
		border: 0;
		color: #fff;
		font-weight: bold;
		padding: 8px 15px;
		cursor: pointer;
		font-size: 16px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;	
			-moz-border-radius: 5px;x;	
			border-radius: 5px;
	}
	
	a.button
	{
		text-decoration: none;
		color: #fff;
	}
	
	input[type=submit]:hover,
	input[type=button]:hover,
	.button:hover
	{
		background: #4c7106;
	}
	
	input,
	select
	{
	}
	
	input[type=image],
	input[type=checkbox],
	input[type=radio],
	input.image
	{
		background: transparent;
		border: 0;
		padding: 0;
	}
	

	/* PADDING CLASSES */
	.pad5
	{
		padding: 5px;
	}
	
	.pad10
	{
		padding: 10px;
	}
	
	.pad15
	{
		padding: 15px;
	}
	
	.pad20
	{
		padding: 20px;
	}
	
	/* FONT STYLES */
	
	.font12
	{
		font-size: 12px;
	}
	
	.font13
	{
		font-size: 13px;
	}
	
	.font14
	{
		font-size: 14px;
	}
	
	.font15
	{
		font-size: 15px;
	}
	
	.font16
	{
		font-size: 16px;
	}
	
	.font18
	{
		font-size: 18px;
	}
	
	.font24
	{
		font-size: 24px;
	}
	
	.bold
	{
		font-weight: bold;
	}
	
	.blue
	{
		color: #71acd2;
	}
	
	.white
	{
		color: #ffffff;
	}
	
	.nounderline
	{
		text-decoration: none;
	}
	
	.blueTitle
	{
		font-size: 16px;
		font-family: Verdana;
		color: #71acd2;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.bigBlack
	{
		font-size: 30px;
		color: #111;
		font-weight: bold;
	}
	
	

.whiteRound
{
	background: #fff;
	box-shadow: 0px 3px 5px #000;
	box-shadow: 0px 3px 5px rgba(0,0,0,.8);
	-webkit-box-shadow: 0px 3px 5px #000;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 3px 5px #000;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,.8);
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	color: #444;
}

.whiteRound .title
{
	color: #222;
}

.block
{

	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0b1216;
	padding: 10px;
	color: #fff;
}

.title
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#pageTitle
{
	background: #ECF6F9 url(../images/title_bar.png) repeat-x bottom center;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 10px;
	font-size: 16px;
	margin-bottom: 20px;
}

.errorAlert
{
	background: #f6e5e5;
	padding: 10px;
	font-weight: bold;
	color: #7e0909;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.infoAlert
{
	background: #feffc8;
	color: #878812;
	padding: 10px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#standalone_error,
#redirect
{
	margin-top: 30px;
	padding: 20px;
}

#error_title,
#redirect_title
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

#error_body,
#redirect_body
{
	padding: 5px 20px;
}

#fb_login
{
	z-index: 4;
	position: fixed;
	top: 0;
	text-align: left;
	width: 400px;
	padding: 50px;
	line-height: 120%;
	display: none;
	left: 0;
}

#overlay_block
{
	background: #000;
	opacity:0.4;
	filter:alpha(opacity=40);
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

.button_slim,
input.button_slim,
input[type=button].button_slim,
input[type=submit].button_slim
{
	background: #fff url(../images/ui_button.png) repeat-x bottom center !important;
	border: 1px solid #bbbbbb !important;
	padding: 5px 8px !important;
	color: #333 !important;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px 1px 1px #fff;
}

#share_popup
{
	width: 600px;
	padding: 20px;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
}

#share_popup > .title
{
	padding-bottom: 20px;
}

#share_yes
{
	width: 375px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 20px;
	min-height: 200px;
}

#share_yes.only_option
{
	width: 100%;
	float: none;
	border: 0; 
	padding: 0;
	min-height: 0;
}

#share_yes .title,
#share_no .title
{
	color: #777;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}

#share_no
{

	padding-left: 20px;
	width: 175px;
	float: left;
}

#friend_selector
{
	padding: 5px;
	max-height: 150px;
	overflow: auto;
	margin: 5px 0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
}

.blurbs
{
	margin-top: 10px;
	text-align: justify;
}

.blurbs .blurb
{
	width: 29%;
	margin: 1%;
	padding: 1%;
	border-right: 1px solid #666;
	color: #aaa;
	float: left;
}

.blurbs > .blurb:last-child
{
	border: 0;
}

.blurbs .title
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
	