/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000; text-decoration:underline;}
a {color:#353390;text-decoration:none; font-weight:700;}
a:hover {text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.copyright { color:#bdbdbd; font-size: 10px;}
.copyright a { color:#bdbdbd; font-size: 10px;}

/*** layout styles ***/
body {background:#403e9e url(../images/mainBg2.png) repeat-x fixed center center;}
#container {width:100%; background:url(../images/topBg.gif) repeat-x 0 0; float:left;}
#layoutWrapper {width:750px; margin:0 auto;}

/*** header ***/
#header {width:100%; height:100px; padding-top:2px;}
#siteLogo {margin-top:15px; float:left;}
#siteTagline {float:left; color:#8c0000; width:300px; position:relative; left:65px; font-size:18px; line-height:20px;}

/*** nav ***/
#nav{ float:left; position:relative;}
#nav ul{list-style:none; margin:0; float:left; width:100%; padding:0;}
#nav li{float:left;position:relative;}/* ie needs position:relative here*/
#nav a{text-decoration:none; margin:5px; background: url(../images/tabsBg.gif) repeat-x 0 34px; float:left;
color:#fff; padding:5px 10px; text-align:center; white-space:nowrap; font-size:12px; font-weight:normal;}
#nav a:hover{background:#8c0000 url(../images/tabsBg.gif) repeat-x 0 0; color:#fff; }


/*** content ***/
#content {width:100%; background:#f1f1f7; position:relative; top:10px; text-align:left; float:left; clear:both; border:2px solid #1d1c64; -moz-border-radius: 10px; -webkit-border-radius: 10px; behavior:url(border-radius.htc);}
.contentWrapper {margin:20px;}
#content p {font-size:13px;}
#content h1 {color:#8c0000; font-size:20px; font-weight:700;}
#content h2 {color:#500303; font-size:16px; font-weight:700; margin:5px 0; clear:both;}
.bbWrapper {float:right; margin:0 0 10px 15px;}
.main ul {padding-left:15px;}
.main li {font-size:15px; list-style:none; padding-left:20px; background:url(../images/bullet.gif) no-repeat 0 7px; position:relative;}
.dottedline { text-align: center; padding-top:30px; padding-bottom:30px; clear:both; }
.dottedhalf { text-align: center; padding-top:0px; padding-bottom:10px; clear:both; }


.screenshot { width:100%; clear:both;  }
.screenshot img { padding-left:15px; padding-right:15px; }

.bbWrapperLeft{float:left; margin:10px 55px 0 0;}
.screenshot_text { vertical-align:middle; margin-top:20px; margin-right:50px; float:left; width:100%; }

/* frontpage feature */
#featureWrapper { background:#c1c1e5; width:420px; margin-bottom:25px; -moz-box-shadow:5px 5px 5px #888; -webkit-box-shadow:5px 5px 5px #888; float:left; -moz-border-radius:10px; -webkit-border-radius:10px;}
#featureWrapper table {width:420px; margin:0;}
#featureWrapper th { }
#featureWrapper td {border-top:1px solid #6c6c94;}
td.col2, th.col2 {background:#a2a2c8;}
td.col2, td.col3, th.col2, th.col3 {width:90px; text-align:center; vertical-align:top;}
.check, .nocheck {width:25px; height:25px; background:url("../images/berry-check.png") 0 0 no-repeat; margin:5px 0; display:block;}
.nocheck {background-position:-25px 0;}
td.col2 .check, td.col2 .nocheck {position:relative; left:35px;}
td.col3 .check, td.col3 .nocheck {position:relative; left:35px;}
.download { padding: 5px; }
.download a {background:#52509e; font-size:11px; line-height:13px; padding:3px; color:#fff; display:block; -moz-border-radius:5px; -webkit-border-radius:5px;}
.download a:hover {background:#353390;}

/* thumbsup */
#thumbsUp {background:url("../images/thumbs-up.png") no-repeat 0 0; width:350px; height:150px; float:left; margin-right:15px; clear:both;}
#thumbsUp span {position:relative; left:160px; font-size:24px; line-height:34px; float:left; width:185px;}
#thumbsUp a b {color:#353390;}
#thumbsUp a {font-weight:normal; color:#000;}

#mobilize {float:left; width:335px;}


/*** footer ***/
#footer {width:100%; float:left; text-align:center; color:white; font-size:12px; margin-top:20px;}

.register { padding-top: 15px;}
.reg_left { width: 400px; float:left;  padding-left:20px;  padding-right:10px;}
.reg_right { width: 250px; float:left; padding-left:20px; }

.pg { margin-top: 5px;	clear:both;	padding:2px 0px 10px; text-align:right; clear:both;}
.pg_text { font-size:12px; padding:2px 6px;	font-weight: normal; }
a.pg_num:hover { background:#b9b9d3;  color:#FFFFFF; text-decoration:none; }
.pg_num { font-size:12px; font-weight:bold; padding:2px 6px; color:#fff; background:#7989ff;	border:1px solid #0050a1; margin:0 2px; }
.pg_disabled{	font-size:12px;	font-weight:bold; padding:2px 6px; color:#b8b8b8;	background:#e1e1e1;	border:1px solid #b8b8b8;	margin:0 2px; }


/* login menu */
.lgn {  background-color:#b9b9d3; margin-top:5px; border: solid 1px #7e7e98; -moz-border-radius:5px; -webkit-border-radius:5px; behavior:url(border-radius.htc); padding:5px; width:220px; color:Black;  }
.lgn_main_nologin { font-size:11px; height:25px; padding:2px; float:right;}
.lgn_username { height:22px; padding-right:10px; float:right; }
.lgn_username input,  {background:url("../images/search-bg.png") repeat-x 0 0;}
.lgn_password { height:22px; padding-right:10px; float:right; }
.lgn_forgot { text-align:right; float:left;  padding-top:4px;margin-top:4px;  } 
.lgn_button { width: 38px; float:right; height:20px; border: solid 1px #838383; padding-left:3px; margin-top:8px; margin-right:10px; background-color:#e8e8e8;}
.lgn_remember {  }
.hdr_login {  float:right; margin-top:13px; margin-right:15px; height:100px; } 
.lgn_error { clear:both; color:Red; text-align:right; padding-right:8px; }
.welcome { font-size:11px; background-color:#cecece; border: solid 1px #7989ff;padding-left:3px; float:right; width:220px; margin-top:22px; color:Black; text-align:center; }
.welcome p { margin: 0px 0px 6px 5px; }

.signup_image { float:left; width:150px; margin:10px 55px 0 0; height:300px; text-align:center;}

/* harry's edits */
.register { padding-top: 15px;}
.reg_left { width: 400px; float:left;  padding-left:20px;  padding-right:10px;}
.reg_right { width: 250px; float:left; padding-left:20px; }

.media tr { height: 280px;}
.media td { width: 160px; }
.media img { padding: 5px; }

.press li { padding:10px; }
#pressrelease { color: Black; border: solid 1px black; background-color:White; padding:20px; }
#pressrelease h1 { color: Black; font-size:16px; font-weight:bold; }
#pressrelease h2 { color: Black; font-size:12px; font-weight:bold; }
#pressrelease p { margin-left: 15px; }

.faq p { margin-left: 15px; }
.faq h3 { color: #32326f; font-size:14px; font-weight:bold; }

.screenshot { width:100%; clear:both;  }
.screenshot img { padding-left:15px; padding-right:15px; }

.bbWrapper{float:right; margin:0px 0 10px 10px; clear:both; }


/* frontpage feature */

#registeruserWrapper { background:#c1c1e5; width:350px; margin-bottom:25px; -moz-box-shadow:5px 5px 5px #888; -webkit-box-shadow:5px 5px 5px #888; float:left; -moz-border-radius:10px; -webkit-border-radius:10px;}
#registeruserWrapper table {width:350px; margin:0; }
#registeruserWrapper th { }
#registeruserWrapper td {border-top:1px solid #dedede;}
#registeruserWrapper td.col2, #registeruserWrapper th.col2 {background:#a2a2c8; font-weight:bold;}
#registeruserWrapper td.col2, #registeruserWrapper td.col3, #registeruserWrapper th.col2, #registeruserWrapper th.col3 {width:120px; text-align:left; vertical-align:top;}
#registeruserWrapper .check, #registeruserWrapper .nocheck {width:25px; height:25px; background:url("../images/berry-check.png") 0 0 no-repeat; margin:5px 0; display:block;}
#registeruserWrapper .nocheck {background-position:-25px 0;}
#registeruserWrapper td.col2 #registeruserWrapper .check, #registeruserWrapper td.col2 #registeruserWrapper .nocheck {position:relative; left:35px;}
#registeruserWrapper td.col3 #registeruserWrapper .check, #registeruserWrapper td.col3 #registeruserWrapper .nocheck {position:relative; left:35px;}
#registeruserWrapper .download { padding: 5px; }
#registeruserWrapper .download a {background:#52509e; font-size:11px; line-height:13px; padding:3px; color:#fff; display:block; -moz-border-radius:5px; -webkit-border-radius:5px;}
#registeruserWrapper .download a:hover {background:#353390;}