/*****************************************************
1. Global
2. Header
3. Navigation
4. Content
5. Sidebar
6. Footer
*****************************************************/

/***** 1. Global *****/
body {
	color: #424242;
	font: 12px "Lucida Sans", "Lucida Grande", sans-serif;
	margin: 0px;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
}

a {
	color: #238d00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a img {
	border: none;
}

.center {
	text-align: center;
}

.clear { clear: both; }

.left { float: left; }

.right { float: right; }

.wide-txt {
	word-spacing: 10px;
}

a.button {
	background: transparent url(../images/btn_green_a.png) no-repeat top right;
	color: #000;
	display: inline-block;
	font-size: 11px;
	font-weight: lighter;
	height: 21px;
	margin: 0 0 0 10px;
	padding-right: 10px;
	text-decoration: none;
}

a.button span {
	background: transparent url(../images/btn_green_span.png) no-repeat top left;
	display: inline-block;
	height: 15px;
	margin: 0px;
	padding: 3px 0px 3px 10px;
}

a.button:hover {
	background: transparent url(../images/btn_grey_a.png) no-repeat top right;
	outline: none;
}

a.button:hover span{
	background: transparent url(../images/btn_grey_span.png) no-repeat top left;
	padding: 3px 0px 3px 10px;
}


/***** 2. Header *****/
#header {
	position: relative;
	top: 0px;
}

#header .logo {
	float: left;
	padding: 0 10px 0 5px;
}

#info a {
	color: #238d00;
	font-weight: normal;
}

#info a:hover {
	color: #333;
}

#info div.left, #info div.right {
	padding: 5px 5px;
}

#info div.box {
}

#info div.box .top {
	background: url(../images/bg_940_top.png) top left no-repeat;
	height: 4px;
}

#info div.box .btm {
	background: url(../images/bg_940_btm.png) top left no-repeat;
	height: 4px;
}

#info div.box .body {
	background: #f2f2f2;
	border-left: #d9d9d9 solid 1px;
	border-right: #d9d9d9 solid 1px;
	padding: 0 5px;
}

#info div.box .avatar {
	margin-right: 5px;
}

#info div.box p {
	margin: 0px;
	padding: 0px;
}

#info div.box div.body ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-indent: 10px;
}

#info div.box strong {
	color: #77d358;
}

.bookmarklet-link {
	display:inline-block;
	padding:1em 1em 1em 3.5em;
	background:#1B1B1B url(../images/add.png) no-repeat 0.5em 50%;
	border:1px solid #434343;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#FFF;
	text-decoration:none;
	margin-right:1em;
}

/***** 3. Navigation *****/
#menu {
	background: #000 url(../images/bg_header.png) bottom left no-repeat;
	height: 16px;
	padding: 8px 3px 16px 5px;
}

#menu button {
	background-image: url(../images/btn_search.png);
	border: 0px;
	color: #000;
	height: 24px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	width: 22px;
}

#menu input {
	background: transparent url(../images/bg_search.png) no-repeat;
	border: 0px;
	color: #333;
	height: 18px;
	padding: 3px 5px;
	margin: 0px;
	width: 175px;
}

#menu div.left {
	line-height: 24px;
	vertical-align: bottom;
	width: 710px;
}

#menu div.right {
	width: 220px;
}

#menu a {
	color: #33cc00;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
}

#menu span.left, #menu span.right {
	padding-top: 3px;
}

/***** 4. Content *****/

#prelogin {
	background: url(../images/bg_welcome.png) no-repeat;
	height: 438px;
	margin: 30px auto;
	position: relative;
	vertical-align: middle;
	width: 905px;
}

#prelogin #toggle1 {
	height: 24px;
	left: 503px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	top: 129px;
	width: 170px;
}

#prelogin #toggle1 a {
	color: #FFF;
}

#prelogin #toggle1 a:hover {
	color: #333;
}

#prelogin #toggle2 {
	height: 24px;
	left: 685px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	top: 129px;
	width: 170px;
}

#prelogin #form {
	height: 230px;
	left: 530px;
	padding: 0px;
	position: absolute;
	top: 160px;
	width: 310px;
}

#prelogin #form-col1 {
	left: 530px;
	padding: 0px;
	position: absolute;
	top: 170px;
	width: 140px;
}

#prelogin #form-col2 {
	left: 690px;
	padding: 0px;
	position: absolute;
	top: 170px;
	width: 140px;
}

#prelogin #form-submit {
	left: 530px;
	padding: 0px;
	position: absolute;
	top: 330px;
	width: 310px;
}

#prelogin #form p, #prelogin #form-col1 p, #prelogin #form-col2 p, #prelogin #form-submit p {
	margin: 0 0 6px;
}

#prelogin #form input[type=text], #prelogin #form input[type=password], #prelogin #form-col1 input[type=text], #prelogin #form-col1 input[type=password], #prelogin #form-col2 input[type=text], #prelogin #form-col2 input[type=password] {
	background: #e7ffdb;
	border: none;
	height: 14px;
	line-height: 20px;
	padding: 5px;
	width: 100%;
}

#prelogin #form input[type=submit], #prelogin #form-submit input[type=submit] {
	background: url(../images/bg_formbtn.png) no-repeat;
	border: none;
	color: #FFF;
	height: 26px;
	width: 214px;
}

#prelogin .retrievepw a {
	color: #80c85e;
	font-size: 10px;
	font-style: italic;
}

#prelogin .error {
	color: #C03;
	font-weight: bold;
}

#prelogin img.facebook {
	position: absolute;
	height: 78px;
	left: 729px;
	top: 23px;
	width: 62px;
}

#prelogin img.facebookconnect {
	vertical-align: text-bottom;
}

#prelogin img.twitter {
	position: absolute;
	height: 78px;
	left: 810px;
	top: 23px;
	width: 62px;
}

#prelogin img.video {
	position: absolute;
	height: 43px;
	left: 24px;
	top: 363px;
	width: 429px;
}

#content {
	float: left;
	margin: 0;
	/*position: relative;*/
	width: 620px;
}

#content-l {
	margin: 30px auto;
	position: relative;
	width: 905px;
}

#content-l div.right {
	padding: 5px;
}

#content-l div.left {
	width: 600px;
}

#content-l div.left h2 {
	background: none;
	border-bottom: 1px #d9d9d9 solid;
	color: #727272;
	font-size: 24px;
	font-weight: normal;
	padding-left: 0;
	width: 580px;
}

#content-l div.left form {
	padding: 0 40px;
}

#content-l div.left input[type=text], #content-l div.left input[type=password], #content-l div.left input[type=file], #content-l div.left select {
	left: 170px;
	position: absolute;
	width: 250px;
}

#content-l div.left input[type=submit], #content-l div.left input[type=reset] {
	background: url(../images/btn_grn_s.png) no-repeat;
	border: none;
	color: #FFF;
	height: 26px;
	left: 155px;
	position: relative;
	width: 89px;
}

#content-l div.left span.maxsize {
	font-size: 11px;
	font-style: italic;
	left: 170px;
	position: absolute;
	top: 110px;
}

#content-l div.tips {
	width: 230px;
}

#content-l div.top {
	background: url(../images/bg_contentL_top.png) no-repeat;
	height: 5px;
}

#content-l div.body {
	background: #f2f2f2;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	margin: 0px;
	padding: 10px 10px 5px;
}

#content-l div.btm {
	background: url(../images/bg_contentL_btm.png) no-repeat;
	height: 5px;
}

#content-l h1 {
	background: url(../images/bg_title_01.png) no-repeat;
	color: #FFF;
	font-size: 12px;
	font-family: Verdana;
	height: 24px;
	margin: 0 auto;
	padding: 6px;
	text-align: left;
	width: 860px;
}

#content-l h2 {
	background: url(../images/bg_title_02.png) no-repeat;
	color: #FFF;
	font-size: 12px;
	font-family: Verdana;
	height: 24px;
	margin: 0 auto;
	padding: 6px;
	text-align: left;
	width: 780px;
}

#content-l p {
	margin: 10px auto 15px;
	width: 860px;
	font-family: Verdana;
	text-align: justify;
}

#content-l ul {
	margin: 10px auto;
	width: 720px;
}

#content-l li {
	margin: 10px auto 15px;
	padding: 10px auto;
	font-family: Verdana;
	text-align: justify;
}

#heading {
	padding: 30px 0px;
}

#heading div.left, #heading-settings div.left {
	color: #727272;
	font-size: 24px;
	font-weight: lighter;
	margin-top: -10px;
}

#heading div.right {
	text-align: right;
}

#box, #cbox {
	margin: 10px 0 20px;
	padding: 0px;
}

#box div.top {
	background: url(../images/bg_box_head.png) no-repeat top left;
	font-weight: bold;
	height: 33px;
	padding: 5px 10px 0;
}

#box div.top img {
	vertical-align: text-bottom;
}

#box div.top .user {
	color: #a6e391;
}

#box div.top .title {
	color: #d3e8f8;
}

#box a.tag {
	background: transparent url(../images/btn_white_a.png) no-repeat top right;
	color: #000;
	display: inline-block;
	font-style: italic;
	font-size: 11px;
	font-weight: lighter;
	height: 23px;
	margin: 0 0 0 10px;
	padding-right: 10px;
	text-decoration: none;
}

#box a.tag span {
	background: transparent url(../images/btn_white_span.png) no-repeat top left;
	display: inline-block;
	height: 17px;
	margin: 0px;
	padding: 3px 0px 3px 10px;
}

#box div.body {
	background: #f2f2f2;
	margin: 0px;
	padding: 10px 10px 5px;
}

#box div.body .meta {
	background: #cfcfcf;
	font-size: 11px;
	height: 15px;
	margin: 0px;
	padding: 3px 5px 0px;
	max-width: 280px;
	min-width: 135px;
}

#box div.body .meta img {
	vertical-align: middle;
}

#box div.btm {
	background: url(../images/bg_box_foot.png) no-repeat top left;
	color: #727272;
	font-size: 11px;
	height: 19px;
	padding: 7px 10px 5px;
}

#cbox div.top {
	background: url(../images/bg_boxc_top.png) no-repeat top left;
	height: 5px;
}

#cbox div.body {
	background: #f2f2f2;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	margin: 0px;
	padding: 5px 10px 5px;
}

/*#cbox div.body p.paragraph1View {
	margin: 0px;
	padding: 0px;
}*/

#cbox div.body input.title {
	width: 590px;
}

#cbox div.body textarea {
	height: 210px;
	width: 290px;
}

#cbox div.btm {
	background: url(../images/bg_boxc_btm.png) no-repeat top left;
	height: 5px;
}

#cbox div.body .meta {
	background: #cfcfcf;
	font-size: 11px;
	height: 15px;
	margin: 0px;
	padding: 3px 5px;
	max-width: 270px;
	min-width: 135px;
}

#cbox table {
	padding-bottom: 10px;
}

input.ready {
	background: url(../images/btn_green_lrg.png) no-repeat;
	border: none;
	color: #FFF;
	height: 30px;
	padding: 0;
	width: 550px;
}

div.paging {
	margin: 0px;
	padding: 0 10px 10px;
	text-align: center;
}

.inline {
	width: 290px;
	height: 220px;
	overflow: hidden;
}

/***** 5. Sidebar *****/

#sidebar {
	color: #727272;
	float: right;
	margin: 20px 0;
	position: relative;
	width: 300px;
}

#quickbox {
	margin: 0px;
	padding: 0px;
}

#quickbox p {
	margin: 0px;
	padding: 0px;
}

#quickbox img {
	padding: 5px 8px;
}

#quickbox div.top {
	background: url(../images/bg_side_top.png) top left no-repeat;
	height: 5px;
}

#quickbox div.body {
	background: #f2f2f2;
	border-left: #d9d9d9 solid 1px;
	border-right: #d9d9d9 solid 1px;
	padding: 0px 10px;
}

#quickbox div.btm {
	background: url(../images/bg_side_btm.png) top left no-repeat;
	height: 5px;
}

#category {
	margin: 20px 0 0;
	padding: 0px;
}

#category div.top {
	background: url(../images/bg_side_head01.png) top left no-repeat;
	color: #FFF;
	height: 25px;
	padding: 5px 10px;
}

#category div.body {
	background: #f2f2f2;
}

#category div.body p {
	margin: 0px;
	padding: 10px 10px 5px;
}

#category div.body form {
	margin: 0 10px;
	width: 270px;
}

#category div.body input.text {
	width: 270px;
	margin-top: 5px;
}

#category div.btm {
	background: #f2f2f2 url(../images/bg_side_foot.png) bottom left no-repeat;
	padding: 5px 10px;
	text-align: right;
}

#category ul {
	margin: 0;
	padding-top: 10px;
}

#category ul.cloud {
	list-style-position: inside;
	list-style: none;
	margin: 0px;
	padding: 0 10px 10px;
	text-align: center;
	width: 270px;
}

#category ul.cloud li {
	display: inline;
	padding: 5px;
}

#friends {
	margin: 20px 0 0;
	padding: 0px;
}

#friends div.top {
	background: url(../images/bg_side_head02.png) top left no-repeat;
	color: #5e5e5e;
	height: 25px;
	padding: 7px 10px;
}

#friends div.body {
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
}

#subscribers {
	margin: 20px 0 0;
	padding: 0px;
}

#subscribers div.top {
	background: url(../images/bg_side_head02.png) top left no-repeat;
	color: #5e5e5e;
	height: 25px;
	padding: 7px 10px;
}

#subscribers div.body {
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
}

#tips {
	background: #ccebd0;
	color: #44a151;
	width: 260px;
}

#tips h1 {
	background: none;
	border-bottom: 1px solid #FFF;
	color: #44a151;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: uppercase;
	width: 250px;
}

/***** 6. Footer *****/
#footer {
	background: #9d9d9d url(../images/bg_footer.png) top left no-repeat;
	color: #000;
	height: 16px;
	line-height: 21px;
	padding: 10px 10px 14px 10px;
	bottom: 0px;
}

#footer.fixed {
	position: fixed;
}

#footer div.left {
	width: 220px;
}

#footer div.right {
	text-align: right;
	width: 700px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}