@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
        min-width: 1040px;
}

#home {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0099ff;
}

.outer-wrapper {
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 61px;
}

#share .outer-wrapper { background-image: url(../images/bg2.jpg) 
	background-repeat: no-repeat;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
}

.logo {
	float: left;
}

.navigation {
	float: right;
	padding-top: 27px;
}

.html .navigation {
	width: 570px;
}

.navigation ul {
	float: right;
}

.navigation ul li {
	float: left;
	height: 22px;
	margin-left: 10px;
	padding: 0 0 0 10px;
}

.navigation ul li a {
	float: left;
	height: 22px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
}

.navigation ul li.selected, .navigation ul li:hover {
	background-image: url(../images/nav-left-bg.gif);
	background-repeat: no-repeat;
}

.navigation ul li.selected a, .navigation ul li:hover a {
	background-image: url(../images/nav-right-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.top {
	clear: both;
	float: left;
	width: 520px;
	height: 258px;
	padding-top: 60px;
	font-size: 16px;
	line-height: 21px;
	position: relative;
}

.top h1 {
	font-size: 28px;
	line-height: normal;
	font-weight: bold;
	letter-spacing: -0.02em;
	white-space: nowrap;
	padding-bottom: 14px;
}

.top p {
	padding-right: 40px;
}

.top h2 {
	position: absolute;
	left: 105px;
	bottom: 44px;
	font-size: 21px;
	font-weight: bold;
}

.main {
        height: 600px;
	clear: both;
	padding-bottom: 30px;
}

.content {
	padding: 20px 0 0 60px;
	width: 460px;
	float: left;
}

.line {
	overflow: hidden;
	clear: both;
	padding-bottom: 5px;
}

.content form label {
	display: block;
	font-size: 14px;
	color: #041c40;
	font-weight: bold;
	margin-right: 10px;
}

.content form .line label {
	float: left;
	width: 218px;
	height: 25px;
	padding-top: 5px;
	line-height: 25px;
}

.content form .line label.fullline {
	float: none;
	display: block;
	width: auto;
}

.content form label.badge {
	float: left;
	width: 140px;
	padding: 4px 0 0 0;
	line-height: normal;
}

.content form label.badge input {
	float: left;
	margin-top: 28px;
	margin-right: 5px;
}

.content form .line input {
	width: 200px;
	line-height: 14px;
	margin-right: 10px;
	height: 14px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: none;
	padding: 7px 8px;
}

.content form textarea {
	width: 427px;
	height: 61px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 8px;
	overflow: auto;
}

.content form .line label.checkbox {
	float: none;
	display: block;
	width: 500px;
	line-height: 21px;
	height: 21px;
	font-size: 14px;
	font-weight: normal;
}

.content form .line label.checkbox input {
	float: left;
	margin: 4px 8px 0 0;
	padding: 0;
	width: auto;
}

.content form input.submit {
	background: none;
	border: none;
	background-image: url(../images/submit-bg.gif);
	width: 460px;
	height: 64px;
	margin: 18px 0 30px -7px;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	position: relative;
	padding: 0;
	float: left;
}


#incoming-badges { 
    height: 100px;
    width: 300px;
}

#badge1 { position: absolute; top: 120px; left: 380px; z-index: 1000 } 
#badge2 { position: absolute; top: 120px; left: 380px; z-index: 1000 } 
#badge3 { position: absolute; top: 120px; left: 380px; z-index: 1000 } 
#shareaftersubmit { margin-top: 100px } 
#new_comment { min-height: 70px; }
#incoming-comment { font-size: 12px; }
#incoming-author { margin-bottom: 40px; }
#show_after_submit { margin-left: 80px; }
#share_after_submit { padding: 0px; margin: 40px -10px 0 -60px; }
#share_after_submit h1 { font-size: 24px }

ul#share_icons { margin-top:4px; padding:0px; display: inline-block; width: 100%; }
ul#share_icons li { list-style:none; display:inline; width:112px;float:left;height: 150px;padding: 10px; text-align:center; }
ul#share_icons li a img { margin-bottom: 10px; }
ul#share_icons li a { 
    font-family: Arial, sans-serif; 
    font-weight: bold; 
    font-size: 16px; 
    color: #041c42; 
    letter-spacing: -0.1em; 
    text-decoration: none; 
    text-align: center; 
}


#error_msg { color: red; font-size: 18px; background-color: white; padding: 10px; }

#counter { 
    background-image: url(../images/counter.gif);
    background-repeat: no-repeat;
    height: 60px;
    padding-left: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 44px;
    color: white;
    letter-spacing: 16px;
}

.counter_digit {                                                                                                                                              
    font-size: 44px;                                                                                                                                          
    color: white;                                                                                                                                             
    float: left;                                                                                                                                              
    width: 44px;                                                                                                                                              
    padding: 8px 0;                                                                                                                                           
    text-align: center;                                                                                                                                       
    font-family: Arial, Helvetica, sans-serif;                                                                                                                
}                                                                                                                                                             
                                                                                                                                                              
.counter_least_digit {                                                                                                                                        
    font-size: 44px;                                                                                                                                          
    color: black;                                                                                                                                             
    float: left;                                                                                                                                              
    width: 44px;                                                                                                                                              
    padding: 8px 0;                                                                                                                                           
    text-align: center;                                                                                                                                       
}                                                                                                                                                             

.sidebar {
        position: relative;
	float: right;
	width: 410px;
	padding-top: 150px;
}

.sidebar h3 {
	color: #041c40;
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	clear: both;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

.block {
	margin-left: 24px;
	display: inline;
	float: left;
	width: 360px;
}

.block .block-content {
	background-image: url(../images/new-block-bg.gif);
	background-repeat: no-repeat;
	padding: 22px 108px 0 26px;
	line-height: 21px;
	color: #041c40;
	font-size: 16px;
        min-height: 100px;
}

.block .block-author {
	background-image: url(../images/block-bottom-bg.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 40px;
	padding-left: 66px;
	clear: both;
	color: #041c40;
	font-size: 16px;
	font-weight: bold;
	background-position: bottom left;
}

.footer {
	background-image: url(../images/footer-bg.gif);
	height: 59px;
	background-repeat: repeat-x;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top:16px;
}

.footer a {
	text-decoration: none;
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
}

