/* - - - - - - - - - - - - - - - - - - - - -

Title:	CSS Beauty Version 2
Original Author:	Alex Giron
URLs:	www.cssbeauty.com
	www.dfckr.com
	www.twitter.com/droppyale
	www.flickr.com/giron

- - - - - - - - - - - - - - - - - - - - - */
body {
	margin:0;
	padding:0;
	background:#fff;
	font: 85% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	color: #418FA5;
	line-height: 130%;
}


.leftimg {
float: left;
margin-right: 15px;
margin-bottom: 6px;
margin-top: 6px;
}

.rightimg {
float: right;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 6px;
margin-top: 6px;
}

.clear {
	clear: both;
}


#container {
	width: 100%;
	padding:0;
	margin:10px auto;
	/*background: url(../img/entrybg.gif);*/
	position: relative;
	max-width: 1024px;
}

#rateappcontainer {
	max-width: 600px;
	padding: 0px 0px 0px 100px;
}


#leftcol {
	float:left;
	/*	width: 50%; my bad walt changed to  */
	width: 98%;
	min-width:340px;
	margin:0;
	padding: 00px 5px 5px 0;
}

/*#rightcol {
	float: left;
	width:30%;
	padding: 0;

	min-width: 200px;
}
*/



/* acronym and abbr aren't styled in IE per default */
/*abbr, acronym { 
	border-bottom: 1px dotted #58B2CB;
	cursor: help;
}*/

/*
code {
	color: #7FC4D8;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
}
*/

a {
	/*color: #DCB20C;*/
	color: #FF6600;
	text-decoration: none;
}
a:active { outline: none; }
a:hover {
	color:#FF9900;
	text-decoration: underline;
	outline: none;
}
a img { border: 0; }
h2 {
	font-size: 1.1em;
	margin:0;
	line-height: 100%;
}
hr { display:none; }

/* Global Form Styles */
input, textarea{
	background: #fff;
	border: 1px solid #83cde1;
	border-top: 3px solid #83cde1;
}
input:hover, textarea:hover {
	background: #F0FDE2;
	border-top: 3px solid #b1e77a
}
input:focus, textarea:focus {
	background: #FCFFEC;
	border-top: 3px solid #b1e77a
}
.submit { border: 0; width: auto; }
.submit:hover, .submit:active { border:0; }
.radio { background: none; border: 0; }

/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#header {
	background: #7BC2D6 ; 
	margin:0;
	height: 40px; /* was 76 */
	padding:0;
}

#header h1 {
	background: url("/img/csvlogo40px.png"); /*0px 0px no-repeat;*/
	height: 40px;
	margin: 0px;
	float: left;
	width: 120px;
	position: absolute;
}
#header h1 a {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
/*	width: 269px;*/
	height: 40px;
}

#header h1 a span {
	display: none;
}

#header h3 { display: none; }

/*#header a#award {
	position: absolute;
	top: 12px;
	left: 180px;
	display: block;
	height: 20px;
	width: 23px;
}*/




/* NAVIGATION =========================================== */
#nav {
	font-size: 0.9em;  /* was 0.9 */
	margin: 0;
	float: left;
	margin: 0;
	position: absolute;
	top: 16px;
	left: 160px;
	/*width: 580px;*/
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}
#nav a {
	float:left;
	background: transparent url("/img/tabs-left.gif") no-repeat left top;
	background-position: -1000px 0%;
	margin:0 1px 0 0;
	padding:0 0 0 2px;
	text-decoration:none;
	color: #fff;
}
#nav a span, #nav #current span {
	float:left;
	display:block;
	background: transparent url("/img/tabs-right.gif") right top no-repeat;
	padding:3px 9px 3px 6px;
}
/* hide from Mac IE5 \*/
#nav a span {float:none;}
/* end hack */

/*#nav #monster, #nav #share {
	padding:3px 0 3px 0;
	overflow: hidden;
}
#nav #monster {
	background: url(../img/monstab.gif) no-repeat;
	width: 65px;
	text-indent: -3000px;
}
#nav #share {
	background: url(../img/sharetab.gif) 0 0 no-repeat;
	width: 85px;
	text-indent: -3000px;
}
#nav #monster:hover { background-position: 0 -22px; }
#nav #share:hover { background-position: 0 -22px; }
*/

#nav #current a { background-position:0 -300px; }
#nav #current a span, #nav #current span {
	background-position:100% -300px;
	padding-bottom:3px;
	color:#fff;
}
#nav #current #monster { background-position: 0 -44px; }
#nav a:hover { background-position:0% -150px; }
#nav a:hover span {
	color: #fff;
	background-position:100% -150px;
}
#nav #current a:hover { background-position:0% -300px; }
#nav #current a:hover span {
	color: #fff;
	background-position:100% -300px;
}

/*
#search {
	padding:0 0 5px 0;
	position: absolute;
	right: 15px;
	top: 5px;
	width: 190px;
}
#search form { margin: 0; }
#search form fieldset {
	border: 0;
	margin:0;
	padding:0;
}
#search form fieldset legend {
	display: none;
}
#search label{
	background: url(../img/search.gif) no-repeat;
	height: 40px;
	width: 32px;
	float: left;
	text-indent: -4000px;
	position: relative;
	display: block;
	cursor: pointer;
}
#search .searchbox {
	border: 1px solid #47A4BE;
	font-size: 14px;
	padding: 3px 0 3px 20px;
	color: #303030;
	float: left;
	width: 150px;
	margin: 10px 0 0 -20px;
}*/

#content {
	margin:0;
	background: transparent;
	padding: 10px 0 20px 20px;
	width: 35%;
	float: left;
	border-left: 1px dotted #BBE0EB;
}
#content h2 {
	font-size: 1.7em;
	margin:0;
	font-weight: normal;
	padding: 10px 0 0 0;
	color: #539DB1;  /*#83CDE1;*/
}
#content h3 {
	padding: 15px 0 0 0;
	clear: both;
	margin: 0;
	color: #83CDE1;
	font-size: 1.1em;
}
#content label {
	font-size: 0.9em;
	cursor: pointer;
}
#content p {
	margin:0;
	padding: 10px 0 5px 0;
	line-height: 150%;
}
#news, #jobs {
	margin:0 0 10px;
	padding:0 15px 5px 10px;
	/*border-bottom: 1px dotted #BBE0EB;*/
}
#jobs p { margin: 10px 15px 10px 15px; }

#leftcol #jobs h2 {
	font-size: 1.7em;
	margin:0;
	font-weight: normal;
	padding: 10px 0 15px 10px;
	color: #83CDE1;
}
#leftcol #recommended {
	width: 155px;
	min-width: 140px;
	float: right;
	margin: 0 15px 0 5px;
	text-align: right;
}
#leftcol #categories {
	width: 170px;
	float: left;
	margin: 10px 5px 10px 15px;
}
#leftcol #bydate {
	width: 170px;
	float: right;
	padding: 0;
	margin: 0 5px 0 20px;
}
#leftcol h2, #rightcol h2  {
	padding: 10px 0 10px 0;
	clear: both;
	margin: 0;
	color: #539DB1;  /*#83CDE1;*/
}
#rightcol h2#features {
	background: url(/img/features.gif) left no-repeat;
	text-indent: -3000px;
	margin: 13px 0 2px 5px;
	padding: 0;
}
#leftcol #recommended ul li p {
	float: right;
	margin:0 5px 0 0;
	width: 60%;
}
#leftcol #recommended ul {
	margin: 0;
	font-size: 0.85em;
	padding:0;
	list-style: none;
}
#leftcol #recommended ul li {
	margin: 5px 0 5px 0;
	clear: both;
	border-bottom: 1px dotted #BBE0EB;
	padding: 0 0 10px 0;
}
#leftcol #recommended ul li img {
	border: 1px solid #BBE0EB;
	padding:3px;
	width: 40px;
	height: 50px;
	float: right;
	margin: 3px 5px 0 0;
}
#leftcol #categories ul, #leftcol #bydate ul {
	font-size: 1.2em;
	margin:0;
	padding:0 0 10px;
	list-style: none;
}
#leftcol #categories li, #leftcol #bydate li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #BBE0EB;
}
#leftcol ul li a { color: #FF6600; }
#leftcol #categories a,
#leftcol #bydate a {
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 10px;
	height: 17px;
}
#leftcol #categories a:hover,
#leftcol #bydate a:hover { background:#F0FDE2; }


/* Main Content Area */
.content {
	float:left;
	width:230px;
	margin:0;
	padding:5px 0 5px 0;
	color: #fff;
	background: url(../img/entrybg.gif) top left no-repeat;
	border-right: 1px solid #47A4BE;
	border-bottom: 1px solid #47A4BE;
}
#content dd {
	margin:0;
	padding: 0 0 10px 0;
}
.content h2 {
	padding: 4px 0 2px 0;
	font-size: 1.0em;
	margin: 0 0 0 10px;
}
#content .content-ind {
	width:339px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom: 1px dotted #BBE0EB;
}
#content .ad {
	text-align: center;
	border: 0;
}
#content .content-ind h2 {
	margin: 0 0 5px 0;
	line-height: 130%;
}
#content .content-ind p {
	padding: 5px 10px 0 0;
	margin: 0 0 10px 0;
}
#content .content-ind .img img {
	border: 3px solid #BBE0EB;
}
#content .content-ind .posted a {
	color: #4896AC;
}
#content .content-ind .posted {
	margin-top: 5px;
	width: 300px;
}
#content .content-ind .author {
	padding: 0 0 0 10px;
}
#content .content-ind .author a {
	color: #dcb20c;
}
#content .content-search {
	width:319px;
	margin:0;
	padding:0 10px 10px 10px;
	border-bottom: 1px dotted #BBE0EB;
}
#content .content-search img {
	margin: 15px 0 0 0;
	border: 3px solid #BBE0EB;
}
#content .content-search .posted a {
	color: #4896AC;
}
#entries .posted, #content .posted {
	margin:0 10px 0 10px;
	padding: 2px 4px 3px 5px;
	text-align:left;
	width: 200px;
	font-size: 0.9em;
}
#entries .img {
	padding-left:10px;
	padding-right:10px;
}
#entries .img img {
	padding: 3px;
	border: none;
	background: #fff;
}
.content a { color: #fff; }
.posted a { color: #4896AC; }

/* ----- Icons, etc ----- */
.date {
	background:url(/img/date.gif) left no-repeat;
	padding-left:18px;
	padding-right: 3px;
	float:right;
}
.time {
	background:url(/img/clock.gif) left no-repeat;
	padding-left:16px;
	float:right;
	margin-right:10px;
}
.permalink {
	background:url(/img/permalink.gif) left no-repeat;
	padding-left:18px;
}
.permalink_recent {
	background:url(/img/permalink.gif) right no-repeat;
	padding-right:18px;
}
.comments {
	background:url(/img/comment.gif) left no-repeat;
	padding-left:16px;
	float:left;
}
.comments a { color: #fff; }

#rightcol p {
	margin:0;
	color: #4896AC;
}


/* Sub Nav*/
#subnav {
	font-size: 0.9em;  /*was 0.9*/
	margin: 0;
	width: 100%;
	border-top: 1px solid #A8DCEA;
	position: relative;
	z-index: 10;
}
#subnav ul {
	margin:0;
	padding:3px 0 0 0;
	list-style:none;
	text-align: center;
	background: #83CDE1;
	height: 20px;
}

#subnav li {
	display:inline;
	margin:0;
	padding: 0 10px 0 10px;
}
#subnav li a {
	color: #fff;
	padding: 0 4px 1px 4px;
}

/* Extra Info Boxes on FOoter */
#scontent {
	background: #7ECBDF;
	border-top: 2px solid #46A4BE;
	margin:0;
	padding:0 0 25px 20px;
	font-size: 0.9em;
}
#scontent a { color:#fff; }
/*#scontent #info1 #jobstable tr.row1 { background: none; }
#scontent #info1 #jobstable tr:hover,
#scontent #info1 #jobstable tr.row1:hover { background: #5AB6D0; }
*/
#scontent #info1 {
	width: 25%;
	float: left;
	padding: 0;
	margin: 0;
}
#scontent #info1 #jobstable {
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	color: #fff;
}
#scontent #info1 #jobstable a {
	font-weight: bold;
	display: block;
}
#scontent #info1 #jobstable td {
	border-bottom: 1px dotted #fff;
	padding: 3px;
	vertical-align: top;
}
#scontent #info1 h2, #scontent #info2 h2, #scontent #info3 h2 {
	padding: 0 0 3px 0;
	margin: 20px 0 10px 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #ffffcc;
	border-bottom: 1px dotted #ffffcc;
}
#scontent #info1 #jobstable th { display: none; }
#scontent #info1 #jobstable td.prevpage,
#scontent #info1 #jobstable td.jobdesc,
#scontent #info1 #jobstable td.nextpage,
#scontent #info1 #jobstable td.jobdate,
#scontent #info1 #jobstable td.jobdesc { display: none; }

#scontent #info1 #jobstable td.jobdate,
#scontent #info1 #jobstable td.jobloc { width: auto; }
#scontent #info2 {
	width: 30%;
	float: left;
	padding:0;
	margin: 0 0 0 20px;
}
#scontent #info3{
	width: 35%;
	float: left;
	margin: 0 0 0 20px;
}
#scontent #info3 p { color:#fff; }
#scontent #info1 ul, #scontent #info2 ul, #scontent #info3 ul {
	padding:0;
	margin: 0 0 0 10px;
	list-style: none;
}
#scontent #info1 ul li, #scontent #info3 ul li {
	background: url(/img/news-icon.gif) 0 5px no-repeat;
	padding: 0 0 3px 17px;
}
#scontent #info2 ul li {
/*	background: url(../img/bubble.gif) 0 4px no-repeat;*/
	padding: 0 0 2px 17px;
}
#scontent #info2 ul li a { display: block; }

/* footer */
#footer {
	margin:0;
	padding:0;
	border-top: 1px solid #BBE0EB;
	clear: both;
	font-size: 0.8em;
	background:  #47A4BE;
	color: #A1DCEA;
}
#footer p {
	padding: 15px 0 15px 0;
	text-align: center;
	margin:0;
	border-top: 1px solid #83CDE1;
}
#footer a { color: #fff; }

a.top-btn {
	position: relative;
	bottom: 25px;
	left: 90%;
	display: block;
	width: 24px;
	text-indent: -3000px;
	background: url(/img/top.gif) no-repeat;
}
a.top-btn:hover { 
	background: url(/img/tophover.gif) no-repeat;
	text-decoration: none;
}
a#mediatemple {
	position:absolute;
	top: 12px;
	left: 212px;
	background: url(/img/mediatemple.gif) 0 0 no-repeat;
	display: block;
	width: 115px;
	height: 14px;
	text-indent: -5000px;
	line-height: 0px;
}
a#mediatemple:hover { background-position: 0 -14px; }




/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px)
{
	body
	{
	  -webkit-text-size-adjust:none;
	  font-family:Helvetica, Arial, Verdana, sans-serif;
	  padding:0px;
	  	font: 85% "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	}
	
/*
	div
	{
	  clear:both!important;
	  display:block!important;
	  width:100%!important;
	  float:none!important;
	  
	  margin:0!important;
	  padding:0!important;
	}
	
	#leftcol #categories ul, #leftcol #bydate ul {
	font-size: 2.0em;
	margin:0;
	padding:0 0 10px;
	list-style: none;
}

*/


#header {
	background: #7BC2D6 ; 
	margin:0;
	height: 30px; /* was 76 */
	padding:0;
}
#header h1 {
	display: none;}
	
/*#header h1 a {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 269px;
	height: 40px;
}

#header h1 a span {
	display: none;
}

#header h3 { display: none; }
*/


/* NAVIGATION =========================================== */
#nav {
	font-size: 1.0em;  /* was 0.9 */
	margin: 0;
	float: left;
	margin: 0;
	position: absolute;
	top: 6px;
	left: 5px;
	/*width: 580px;*/
}

#leftcol #categories ul, #leftcol #bydate ul {
	font-size: 1.3em;
	margin:0;
	padding:0 0 10px;
	list-style: none;
}

#leftcol ul li a { color: #FF6600; }
#leftcol #categories a,
#leftcol #bydate a {
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 10px;
	height: 27px;
}
/*#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}
#nav a {
	float:left;
	background: transparent url("/img/tabs-left.gif") no-repeat left top;
	background-position: -1000px 0%;
	margin:0 1px 0 0;
	padding:0 0 0 2px;
	text-decoration:none;
	color: #fff;
}
#nav a span, #nav #current span {
	float:left;
	display:block;
	background: transparent url("/img/tabs-right.gif") right top no-repeat;
	padding:3px 9px 3px 6px;
}
*/
	
/*	#nav,#nav li
	{
	  display: none;
	}
	
	.rightimg
	{display: none;
	}
	
	*/
/*	#nav
	{
	  display: none;
	}
*/
/*	  border:10px solid #ccc;
	  padding:5px;
	  -webkit-border-radius:5px;

	#nav li{
	  margin:0!important;
	}
	#nav li a{
	  display:block;
	}
	
	#header {display: none;}
	
	.header {display: none;}
	
	header {display: none;}
	
	#nav {display: none;}
	
	.nav {display: none;}*/
}