/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	/*background: #333 url(../images/bg.jpg) no-repeat;*/
	background: #fff;
	font: 12px/170% Verdana, Geneva, Tahoma, sans-serif;
	color: #666666; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #306495;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, Geneva, sans-serif ;
	font-weight: Bold; 	
	padding: 10px;	
}
h1 {
	font-size: 2.2em;
	color: #66cccc;		
}
h2 {
	font-size: 2em;
	color: #66cccc;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;		
	color: #333;
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	/* background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 7px; */
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code, pre {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #deedae; 
	background: #F0FFD2; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #DFF4B5; 
	background: #F0FFD2 url(../images/quote.gif) no-repeat 7px 10px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #efefef;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ccc #999 #999 #ccc;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ccc;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	background: #eee;
	border:1px solid #bbb;
}
fieldset {
    border: none;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #666;
}
input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	cursor: pointer;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: #fff;	
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 990px;	
	padding: 25px 0; 	
	background: #fff;	
}
#header {
	position: relative;
	width: 990px;
	height: 135px;
	background: #fff url(../images/header.gif) top center no-repeat;
	color: #fff;	
	padding: 0;	
	margin: 0;
}
* html #header {
	height: 170px;
}
* html #content-wrap {
	padding: 0 0 25px 0;
}
#header img {
	border:none;
}
#header form {
	background:none;
}
#header span#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 56px Verdana, Geneva, Tahoma, sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 35px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px  Verdana, Geneva, Tahoma, sans-serif;
	color: #D6EBAB;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 122px; left: 135px;		
}

/* header quick add */
form#quick-add {
	position: absolute;
	top: 40px; right: 300px;
	padding: 5px 0 0 10px; margin: 0;
	border: none;
	width: 406px; height: 84px;
	background: url(../images/header-box.gif) no-repeat;	
	z-index: 90;
}
form#quick-add p {
	margin: 0; padding: 0;		
}
form#quick-add input, form#quick-add textarea {
	border: 1px solid #aaa;
	background: transparent;
	color: #666;
	float: left;
}
form#quick-add textarea {
	overflow:hidden;
}
form#quick-add .inbox {
	margin: 3px; 
	padding: 2px 4px;
	width: 350px;	
	display: inline;	
	font-weight:normal;
	float: left;
	border:1px dashed transparent;
}
* html form#quick-add .inbox {
	border-color: #fff;
}
form#quick-add .title {
	color:#099;
	font-weight:bold;
}
form#quick-add .blurb {
	color:#000;
	height:auto;
}
form#quick-add .inbox-short {
	width: 300px;
}
form#quick-add .tbox {
	margin: 15px 0 0 15px; 
	width: 300px;	
	display: inline;	
	font-weight:bold;
}
form#quick-add .btn {
	width: 20px; height: 90px;
	background:transparent url(../images/buttons-create.png) no-repeat scroll -116px 0;
	margin:0; padding:0; border:none;
	color:transparent;
	position:absolute;
	top:10px;left:380px;
}
form#quick-add .btn:hover {
	background:transparent url(../images/buttons-create.png) no-repeat scroll -136px 0;
}
form#quick-add label {
	color:#333;
	margin: 10px 0 0 15px; 
	float: left;
	clear: left;
	width: 100px;
	text-align:right;
}
form#quick-add fieldset {
	background-color:transparent;
	border:1px solid #999;
	position:absolute;
	top:10px;left:8px;
	width:370px;
}
form#quick-add #adTargetBox {
	display:none;
}

/* header quick search */
form#quick-search {
	float: right;
	top: 0; left: 0;
	padding: 0; margin: 0;
	border: none;
	background:transparent;
	width: 480px; height: 30px;
}
form#quick-search p {
	margin: 0; padding: 0;		
}
form#quick-search input {
	border: 0px solid #aaa;
	color: #666;
	float: left;
}
form#quick-search .tbox-bg {
	float:left;
	margin:0; padding:3px 0;
	width: 350px; height:23px;
	border:none;
	background:transparent url(../images/bg-input-sm.png) repeat-x scroll 0 0;
}
form#quick-search .tbox {
	position:relative; top:0; left:0;
	margin: 0; padding:0 4px 0 4px;vertical-align:top;
	width: 230px; height:17px;
	display: inline;	
	font-weight:bold;
	border:none;
	background:#fff;
}
form#quick-search .btn{
	width: 85px; height: 23px;
	color: #fff;
	font-weight:bold;
	background: transparent url(../images/buttons-sm.png) no-repeat scroll -15px 0;
	border:none;
	margin: 0; padding:2px 4px 6px 4px;
}
form#quick-search .btn:hover {
	background: transparent url(../images/buttons-sm.png) no-repeat scroll -15px -23px;
}
form#quick-search label {
	display: none;
}
form#quick-search #searchLeftcap {
	display:inline;float:left;
	width: 15px; height: 23px;
	background: transparent url(../images/buttons-sm.png) no-repeat scroll 0 0;
	border:none; margin: 0;
}
form#quick-search #searchRightcap {
	display:inline;float:left;
	width: 15px; height: 23px;
	background: transparent url(../images/bg-input-sm.png) repeat-x scroll 0 0;
	border:none; margin: 0;
	color:#fff; text-align:right;
}

#header #loginbox {
	position: absolute;
	top: 10px; right: 10px;
	padding: 0; margin: 0;
	border: none;
	color: #666;
	width: 275px; height: 22px;
	z-index: 98;
	font-size:.8em;	
}
#header #loginbox #loginpopup {
	position: relative;
	top: 5px; left: -55px;
	padding: 0 8px 0 8px; margin: 0;
	border: solid #999 5px;
	background: #fff url(../images/grad-bg.gif) top left repeat-x;
	color: #333;
	width: 275px;
	display:none;
}
form#sheenLogin {
	background-color:#ddd;
	border:1px solid #ddd;
	border-bottom-left-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-top-left-radius: 10px 10px;
border-top-right-radius: 10px 10px;
}
form#sheenLogin p {
	margin:0; padding:0;
}
form#sheenLogin label {
	font-weight:normal;
}
form#sheenLogin input {
	width:200px;
}
form#sheenLogin input#signin {
	width: 100px; height: 23px;
	color: #666;
	background: transparent url(../images/buttons-sm.png) no-repeat scroll 0 -92px;
	border:none;
	margin: 10px 0 0 5px;
}
form#sheenLogin input#signin:hover {
	background: transparent url(../images/buttons-sm.png) no-repeat scroll 0 -115px;
}

.facebookLoginBox {
	background-color:#fff;
	border:1px solid #ddd;
}

/* Navigation */
#menu {
	clear: both;	
	padding: 0;	margin: 0;
	width: 990px;
	height: 20px;
	background: transparent;		
}
#menu ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 40px;			
	height: 20px;	
}
#menu ul li {
	display: inline;
	margin: 0; padding: 0;
}
#menu ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #999;
	font: normal 12px/20px Verdana, Geneva, Tahoma, sans-serif;
	text-decoration: none;	
}
#menu ul li a:hover, 
#menu ul li a:active,
#menu ul li.active a {
	color: #99f;
}

/* Main Column */
#main {
	float: left;
	width: 940px;
	padding: 0; margin: 0 0 0 15px;
	display: inline;
}
#main h2 {
	font: bold 2em Verdana, Geneva, Tahoma, sans-serif;
	color: #fff; 
	padding: 5px 0 5px 25px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
	background: #fff url(../images/bar-head.gif) center center no-repeat;
}
#main h2 a {
	color: #115280;
	text-decoration: none;		
}
#main ul li {
	list-style-image: none;
}

#sidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h2 {
	color: #115280; 
	font: normal 1.6em Verdana, Geneva, Tahoma, sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

/* sidebar menu */
#sidebar .links {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 2px solid #D0E89F;
}
#sidebar .links li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #DAEBA3;	
}
* html body #sidebar .links li {
	height: 1%;
}
#sidebar .links li a {
	text-decoration: none;	
	color: #684F3E;	
}
#sidebar .links li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar .links li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .links ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .links ul li { border: none; }

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}


/* results */
.pageControls {
	clear:both;
}
#resultPages {
	padding:12px 10px;
	float:left;
}
#resultStats {
	text-align:right;
}

.adboxWrap {
	width: 470px;
	float:left;
	overflow: hidden;
}
.adbox {
	position: relative;
	margin: 0 10px 10px 10px;
	padding: 3px 8px 3px 8px;
	border-top: dashed #e0e0e0 1px;
	border-bottom: dashed #e0e0e0 1px;
	font-size: 10pt;
	height:85px;
}
.adbox:hover {
	background: #fff url(../images/grad-bg.gif) top left repeat-x;
}
.contentBox {
	width:345px;
	line-height: 1.15em;
}
.contentBox h1 {
	font-size:1.25em;
	padding-left:0;
}
.titlelink, .titlelink:hover, .titlelink:visited {
	color:#66cccc;
	font-size:1.25em;
	font-weight:bold;
}
.blurb {
	color:#333;
	margin:5px 0;
}
.target, .target:hover, .target:visited {
	color:#666;
}
.controlBox {
	position:absolute;
	top:3px; left:360px;
	width:85px;
}
.adbox .adbf {
	font-size:.8em;
	font-weight:bold;
	color:#fff;
	border:1px solid #999;
	border-color: #d0d0d0 #999999 #999999 #d0d0d0;
	cursor:pointer;
	display:block;
	height:20px;
	margin: 0 3px 0 10px;
	vertical-align:bottom;
	width:50px;
	background-color:#bfbfbf;
}
.adbox:hover .adbf {
	background-color:#ff6600;
}
.adbox .adrank {
	display:block;
	margin: 8px 0 0 10px;
}
.adbox .adbp, .adbox .adbb, .adbox .adbc, .adbox .adbr, .adbox .adbh {
	background:transparent url(../images/icons.png) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	display:none;
	height:14px;
	margin-right:3px;
	vertical-align:bottom;
	width:14px;
}
.adbox:hover .adbp,.adbox:hover .adbb, .adbox:hover .adbc, .adbox:hover .adbr, .adbox:hover .adbh {
	display:inline;
}
.adbox .adbp {
	background-position: 0 -30px;
}
.adbox .adbp:hover {
	background-position: -15px -30px;
}
.adbox .adbb {
	background-position: 0 -15px;
}
.adbox .adbb:hover {
	background-position:-15px -15px;
}
.adbox .adbc {
	width:16px;
	background-position:-14px -74px;
}
.adbox .adbc:hover {
	background-position:-14px -59px;
}
.adbox .adbr {
	background-position: 0 -45px;
}
.adbox .adbr:hover {
	background-position:-15px -45px;
}
.adbox .adbh {
	background-position: 0 0;
}

.notFound {
	font-size:1.5em;
	margin:20px 30px;
}

.subhead {
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	margin:0; padding:2px 5px;
	height:20px;
	background: #fff url(../images/bar-subhead.gif) top left no-repeat;
}
.subheadDesc {
	color:#666;
	font-size:10pt;
	margin:0;padding:2px 5px 0px 5px;
	width:425px;
}
.moreInformation, .myStuff {
	clear:both;
	padding:25px 15px 0 15px;
}
.col2box {
	width:450px;
	float:left;
}
.digDeeper {
}
.ddSmall {
	width:450px;
	float:left;
	margin: 0;
	min-height:120px;
	background: #fff url(../images/col2-bg.gif) top left no-repeat;
}
.ddSmall h3 {
	color:#333;
	font-size:11pt;
	font-weight:bold;
	margin:0; padding:2px 10px 0px 10px;
}
.ddBig {
	clear:both;
	/* display:none; */
	padding: 25px 0 0 0;
}
.ddLink {
	display:block;
	text-align:right;
	margin-right:25px;
}
#digDeeperLink, #digDeeperLink:hover, #digDeeperLink:visited {
	text-transform:uppercase;
	font-weight:bold;
	color:#ff6600;
	font-size:1.3em;
}

/* ad detail */
.adDetail {
	display:block;
}
.addetRank {
	width:125px;
	float:left;
	min-height:110px;
}
.addetRank h3 {
	font-size:3em;
	font-weight:bold;
	color:#66cccc;
	text-align:center;
	padding:20px 0;
}
.addetRank #ranktext {
	font-size:.8em;
	letter-spacing:-.1em;
	color:#999;
	text-align:center;
	margin:10px;
	padding:5px 0;
	background: #ffffff url(../images/grad-bg.gif) repeat-x scroll left -50px;
}
.addetRank .rankInfo, .adTargetInfo {
	background:transparent url(../images/icons.png) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	height:14px;
	vertical-align:baseline;
	width:14px;
	text-decoration:none;
}
.addetRank .rankInfo:hover, .adTargetInfo:hover {
	background:transparent url(../images/icons.png) no-repeat scroll -14px 0;
	text-decoration:none;
}
.adTargetInfo {
	position:relative;
	top:5px; left:2px;
}
.addetWrap {
	display:block;
	width:450px;
	float:left;
}
.addetWrap .adbox {
	height:auto;
	min-height:105px;
	width:440px;
	background: #ffffff url(../images/grad-bg.gif) repeat-x scroll left top;
}
.addetWrap .adbox .adbf {
	background-color:#ff6600;
}
.addetWrap .adbox .adbp, .addetWrap .adbox .adbb, .addetWrap .adbox .adbc, .addetWrap .adbox .adbr, .addetWrap .adbox .adbh {
	display:inline;
}
.addetRefWrap {
	display:block;
}
.addetRef {
	width:300px;
	float:left;
	margin: 0 0 0 25px;
	min-height:110px;
	border-top:1px dashed #E0E0E0;
	border-bottom:1px dashed #E0E0E0;
	border-left:none;border-right:none;
	background: #ffffff url(../images/grad-bg.gif) repeat-x scroll left top;
}
.addetRef dt {
	display:inline;
	font-weight:normal;
	color:#999;
}
.addetRef dd {
	display:inline;
	padding-left:0;
}

/* topBox */
.topBox {
	display:block;
}
.topBoxWrap {
}
.topBoxWrap .adbox {
	height:auto;
	min-height:105px;
	background: #ffffff url(../images/grad-bg.gif) repeat-x scroll left top;
}
.topBoxWrap .adbox .contentBox {
	width:100%;
}
.topBoxWrap .adbox .contentBox h1 {
	padding:10px 200px 10px 0;
}
.topBoxWrap .adbox .controlBox {
	width: 200px;
	position:absolute;
	top:3px; left:725px;
}
.topBoxWrap .adbox .controlBox .adtxt {
	color:#999;
	font-size:.8em;
}
.topBoxWrap .adbox .adbp, .topBoxWrap .adbox .adbb, .topBoxWrap .adbox .adbc, .topBoxWrap .adbox .adbr, .topBoxWrap .adbox .adbh {
	display:inline;
}
.adbox dt {
	display:inline;
	font-weight:normal;
	color:#999;
}
.adbox dd {
	display:inline;
	padding-left:0;
}
.userAvatar {
	float:left;
	margin: 0 20px 0 0;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 990px;
	text-align: left;
	padding: 0;	margin: 0;
	background-color: #fff;
}
#footer-content {
	width: 990px;
	padding: 30px 0 35px 0;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #145F94; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto 10px auto; 
	padding: 0;	
	width: 960px;		
	background: #fff url(../images/footer-bg.gif) bottom left no-repeat;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 1px solid #BFD286;
}
#footer-columns li {
	border-bottom: 1px solid #CCDA9E;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}

#footer-columns .col3 {
	float: left;
	width: 32%;
	margin: 20px 0px 10px 10px;
}
#footer-columns .col3-center { 
	float: left;
	width: 50%;
	margin: 20px auto 10px auto; 
	font-size: .8em;
}
#footer-columns .col3-right { 
	height: 60px;
	margin: 0 0 15px 0;
}
#footer-columns .col3-right .addthis_button_compact { 
	margin: 30px 0 0 0;
	color: #666;
}
p#footer-indexing { 
	font-size: .8em; 
	color: #b0b0b0;
	text-align: right;
	padding: 0 25px 10px 30px;
}
/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 990px;
	padding: 15px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #666; }

#siteSeal {
	cursor:hand; cursor:pointer;
}

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #deedae; 
	background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

address
{
  padding-left: 10px;
  font-style: normal;
}

#betaTag {
	position:absolute;
	top:10px; left:970px;
}

#feedbackButton {
	position:fixed;
	height:96px;
	width:33px;
	top:200px;
	left:0px;
	z-index:99;
}
* html #feedbackButton {
	position:absolute; top:200px; left:0;
}

#commentpopup {
	position: relative;
	
	
	border: solid #999 1px;
	background: #fff url(../images/grad-bg.gif) top left repeat-x;
	color: #333;
	display:none;
}

#cluetip-title, #cluetip-close, #cluetip-extra  {
	display:none;
}
#cluetip-inner {
	color: #666;
	text-align:left;
	padding:5px;
	background-color: #fff;
	border: 2px solid #6cc;
	font-size:.8em;
}

.error {
	color: #f33;
}
#profile-account form, #profile-password form {
	background-color:#fff;
	border:none;
}
#profile-account .btn, #profile-password .btn {
	color:#fff;
	background-color:#ccc;	
}
