/* global.css */


/* start afresh */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
img, pre, form, button, input, fieldset, table, th, td, a { 
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
} 
h1, h2, h3, p, blockquote, ul {
	margin: 1em 0;
}


/* layout */
body {
	text-align: center;
	
	background-color: #eee;
	/*background-image: url(/_img/body.jpg);*/
}
#wrap {
	width: 960px;
	
	margin: 0 auto;
	
	text-align: left;
}
#header {
	width: 960px;
	
	margin: 0 auto;
	
	border-bottom: 2px groove #fff;
	
	/*position: fixed;
	background: #eee;
	z-index: 777777;*/
}
#pull {
	display: none;
	
	padding: 25px 0 20px;
	
	border-bottom: 1px solid #ddd;
}
#page {
	
}
#content {
	width: 700px;
	
	padding: 30px 0;
	
	float: left;
}
#sidebar {
	width: 210px;
	
	padding: 30px 0;
	
	float: right;
}
#footer {
	margin-top: 30px;
}
#pop {
	width: 100%;
	height: 100%;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 77;
	
	visibility: hidden;
	
	background-image: url(/_img/blanket.png);
	
	text-align: left;
}
hr.clear {
	height: 1px;
	
	margin: 0;
	border: 0 none;
	
	clear: both;
	visibility: hidden;
}


/* type */
body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	
	color: #222;
	text-shadow: #fff 0px 1px 0px;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	
	margin: 1em 0 .5em 0;
}
h2, .h2 {
	margin: 1em 0 .7em 0;
}
h3, .h3 {
	margin: 1em 0 .9em 0;
}
h4, .h4, h5, .h5, p, .p {
	margin: .5em 0 1.5em 0;
}
h1, .h1, h1 a {
	font-size: 33px;
	color: #222;
}
h2, .h2, h2 a {
	font-size: 23px;
	color: #222;
}
h3, .h3, h3 a {
	font-size: 17px;
	color: #222;
}
h3 strong {
	
}
h3 em {
	/*font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;*/
	
	font-size: 11px;
	font-style: normal;
	position: relative;
	bottom: 2px;
}
h4, .h4, h4 a {
	font-size: 15px;
	color: #222;
}
h5, .h5, h5 a {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7em;
}
blockquote {
	padding: 0 50px;
	
	font-size: 12px;
	line-height: 1.7em;
	
	background-image: url(/_img/blockquote.png);
	background-repeat: no-repeat;
}
#content blockquote p.caption {
	margin-top: -.5em;
	
	color: #777;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
#content p {
	color: #333;
}
ul {
	list-style-type: none;
	list-style-image: url(/_img/li.png);
	
	/*padding-left: 1em;*/
}
ul li {
	width: 270px;
	margin: 0 0 0 50px;
	
	float: left;
}
ul.no-margin, ul.no-margin li {
	margin: 0;
	float: none;
}
ul.no-margin {
	margin-left: 1.5em;
}
a {
	text-decoration: none;
	color: #777;
}
a:hover {
	text-decoration: none;
	color: #0091f7;
}
a.opt, label.opt {
	padding: 2px 7px 3px 7px;
	margin-left: 7px;
	
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 11px;
}
a.opt {
	background-color: #f7f7f7;
	
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	
	box-shadow: 0 1px 0 #d7d7d7;
	-webkit-box-shadow: 0 1px 0 #d7d7d7;
	-moz-box-shadow: 0 1px 0 #d7d7d7;
}
a.opt.selected {
	background-color: #222;
	
	color: #e7e7e7;
	text-shadow: #000 0 1px 0;
	
	box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
}
label.opt {
	padding: 0;
}
img {
	/*border-top: 1px solid #333;
	border-bottom: 1px solid #fff;*/
}
hr {
	height: 0px;
	
	border: 0 none;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
	
	margin: 3em 0;
}
.clear {
	clear: both;
}
.tip {
	padding: 3px 7px;
	
	background-color: #222;
	
	color: #e7e7e7;
	text-shadow: #000 0 1px 0;
}


/* grid */
.grid {
	width: 330px;
	
	margin: 0 20px 0 0;
	padding: 0;
	
	float: left;
}
.grid.right {
	margin-right: 0;
}
#pull .grid {
	width: 205px;
}
#pull .grid.double {
	width: 430px;
}
#pull .grid.triple {
	width: 655px;
}
#content .content-block {
	width: auto;
	
	margin: 1em 0;
	
	float: none;
	clear: both;
}
#content .grid img.left {
	margin-bottom: 2em;
}


/* forms */
body.wait {
	cursor: wait;
	cursor: progress;
}
input, textarea {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #555;
	
	background-color: #f7f7f7;
	
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
input.text, textarea {
	width: 320px;
	
	padding: 4px;
}
textarea {
	height: 80px; 
}
#pull input.text, #pull textarea {
	width: 195px;
}
#pull .double textarea, #pull .double input.text {
	width: 420px;
}
.invalid input.text, .invalid textarea {
	/*border: 1px solid #ff0033;*/
}
.invalid label {
	color: #ff0033;
}
label {
	font-style: italic;
	color: #777;
	
	padding-left: 3px;
}
button {
	border: 0 none;
	background: transparent;
	
	cursor: pointer;
	
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	
	height: 2em;
	line-height: 2em;
	
	text-shadow: 0 1px 0 #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	
	padding: 0;
	margin: 0;
}
button:hover {
	color: #0091f7;
}


/* header */
#logo {
	width: 336px;
	height: 71px;
	
	float: left;
	margin: 30px;
	
	background: url(/_img/header.png) no-repeat;
	
	text-indent: -777em;
	overflow: hidden;
}
#nav {
	/*width: 210px;*/
	width: 420px;
	
	margin: 67px 30px 0 0;
	/*padding-top: 67px;*/
	
	float: right;
	text-align: right;
}
#nav, #nav a {
	color: #999;
}
#nav strong, #nav a:hover, #nav a.selected {
	color: #333;
}
#nav a.current {
	color: #0091f7;
}


/* pull */
.pull-content {
	display: none;
	padding: 0 30px;
}
.pull-content.open {
	display: block;
}
#pull h3, #pull h2 {
	margin-top: 0;
}
#pull h2 {
	font-size: 17px;
	color: #222;
}

}
#pull p {
	margin-bottom: 0;
}
.indent {
	margin: 0 0 0 10px;
}
.mode {
	display: none;
}
.mode.selected {
	display: block;
}


/* content */
.step {
	height: 2em;
	line-height: 2em;
	
	display: block;
	
	margin-top: 1.5em;
}
.step .number {
	display: block;
	float: left;
	
	width: 2em;
	height: 2em;
	text-align: center;
	
	margin-right: .5em;
	
	background-color: #222;
	
	color: #e7e7e7;
	text-shadow: #000 0 1px 0;
	
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;

	box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
}


/* sidebar */
#sidebar p {	
	color: #777;
}
#sidebar p a {
	color: #333;
	color: #777;
}
#sidebar p a:hover {
	color: #0091f7;
}
img.left {
	float: left;
	
	margin: 0 .7em .2em 0;
}
#sidebar a.no-color {
	color: #777;
}
#sidebar a.no-color:hover {
	color: #0091f7;
}
#sidebar a.ad img {
	padding: 4px;
	border: 1px dashed #ccc;
	
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;*/
}


/* footer */
p#footer {
	font-size: 9px;
	color: #999;
	line-height: 1.4em;
}
p#footer a {
	color: #999;
}
p#footer a:hover {
	color: #777;
}


/* pop */
body.blanketed {
	overflow: hidden;
}
#pop-window {
	width: 720px;
	height: 370px;
	
	padding: 30px;
	
	position: absolute;
	left: 50%;
	margin-left: -370px;
	top: 50%;
	margin-top: -205px;
	
	background-color: #e7e7e7;
	
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
}
.pop-content {
	height: 370px;
	display: none;
	padding-right: 20px;
	
	position: relative;
	
	overflow: auto;
}
.pop-content.open {
	display: block;
}
#pop-close {
	width: 32px;
	height: 32px;
	
	position: absolute;
	top: -14px;
	right: -14px;
	
	background: url(/_img/pop-close.png) no-repeat;
	
	text-indent: -777em;
	overflow: hidden;
}
#pop h2 {
	margin-top: .3em;
}


/* scrollbar */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbar {
	width: 14px;
	padding: 1px 0;
	margin: 0 1px;
	
	background-color: #e7e7e7;
	
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	box-shadow: 0 1px 0 #555;
	-webkit-box-shadow: 0 1px 0 #555;
	-moz-box-shadow: 0 1px 0 #555;
	
	cursor: pointer;
	
	/*background-color: transparent;
	background-image: url(/_img/scroll-handle-bg.png);
	background-repeat: repeat-y;*/
}
.vscrollerbase {
	width: 16px;
	height: 369px !important;
	
	background-color: #888;
	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	
	box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	
	cursor: pointer;
	
	/*background-color: transparent;
	background-image: url(/_img/scroll-bar-bg.png);
	background-repeat: repeat-y;*/
}
.scrollwrapper {
	margin-bottom: 1px;
}
.scrollerjogbox {
	width: 16px;
	height: 16px;
	
	top: auto;
	right: 0px;
	bottom: 0px;
	left: auto;
	
	background-color: transparent;
}


/* twitter */
.twtr-widget {
	font-size: 11px !important;
}
.twtr-widget, .twtr-widget * {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
}
.twtr-widget .twtr-hd, .twtr-widget .twtr-ft, .twtr-widget .twtr-avatar {
	display: none !important;
}
.twtr-widget .twtr-tweet {
	height: auto !important;
	border: 0 none !important;
}
.twtr-widget .twtr-tweet-wrap {
	padding: 0 !important;
	margin: .4em 0 !important;
}
.twtr-widget .twtr-tweet-text {
	margin: 0 !important;
}
.twtr-widget .twtr-tweet-text p {
	font-size: 11px !important;
	line-height: 1.7em !important;
}
twtr-widget .twtr-tweet-text p a:hover, #twtr-widget-1 .twtr-tweet-text p a:hover {
	text-decoration: none !important;
	color: #0091f7 !important;
}
.twtr-widget .twtr-tweet-text i {
	font-style: italic !important;
}


/* facebook */




