@charset "UTF-8";



body {
	font-family: "Lucida Grande", helvetica, arial, Verdana,sans-serif;
	font-size:8pt;
	color:#333;
	background-color:#ededed;
	margin:0;
	padding:0;
	top: 0px;
}

.normal {
	font-size:8pt;
	font-weight:normal;
}

.small {
	font-size:7pt;
	font-weight:normal;
}

.title {
	font-size:13pt;
	font-family:Arial, Helvetica, sans-serif;
}

.subtitle {
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
}


/*-------- text --------------*/

.articleTags {
}
.articleTags a {
	font-size:9px;
	margin-right:10px;
}



/*------ header ---------*/


#header {
	background:#eee url(/images/bgDesktop.png);
	height:57px;
	border-bottom:1px solid #666;
}

#container {
	background-color:#fff;
	width:940px;
	margin:0 auto 0 auto;
	padding:10px;
	min-height:600px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

#logoTop {
	width:275px;
	height:53px;
	background-image:url(/images/logoDesktop.png);
	float:left;
	margin-top:2px;
	margin-left:3px;
}


#navTop {
	float:right;
	margin:10px;
}

#navTop a {
	color:black;
	font-weight:bolder;
}

#navTop div {
	float:left;
	margin-right:10px;
}

#navTop div a {
	display:block;
}

#navTop div div {
	display:none;
	position:absolute;
	border:1px solid black;
	background:white;
	padding:4px;
}

#navTop div div a {
	display:block;
	margin:4px;
}

#navTop div:hover div {
	display:block;
}

/*---------- sub nav ----------------*/
#subNavMobile {
	display:none;
}

#subNavDesktop {
	background-color:#000;
	width:940px;
	margin:0 auto 0 auto;
	font-size:16px;
	overflow:auto;
	padding:10px;
}

.subNavDesktopOn {
	margin-right:10px;
}

.subNavDesktopOff {
	margin-right:10px;
}

#subNavDesktopLinks {
	float:left;
}

#subNavDesktopLinks a {
	text-decoration:none;
	color:white;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
}

#mobileExtras {
	display:none;
}

#searchMobileWrapper{
	display:none;
}

#search {
	background:white;
	float:left;
	padding:0 2px 0 2px;
	margin-left:30px;
  -webkit-border-radius:3px; 
	-moz-border-radius:3px;
}

#search input[type="text"] {
	border:0;
	background:white;
	width:300px;
	padding:0;
	height:16px;
}

#addLink {
	float:right;
}

#addLink a {
	color: #fc0;
	text-decoration:none;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
}

#tagsMobile {
	display:none;
}

#tagsDesktop {
	background-color:#fff;
	width:954px;
	margin:0 auto 0 auto;
	font-size:9px;
	overflow:auto;
	padding:3px;
}

#tagsDesktop a {
	color:#3c0;
	margin-right: 10px;
	float:left;
}

/*------ footer ---------*/
#footer {
	border-top:5px solid #555;
	background:url(/images/bgFooter.png);
	width:940px;
	margin:0 auto 0 auto;
	padding:10px;
	min-height:150px;
}

#footer a {
	color:white;
}

#addThisBox {
	background:white;
	padding:3px;
	float:right;
  -webkit-border-radius: 3px;   
  -moz-border-radius: 3px;
}

#addThisBox a {
	color:black;
}


/*--------- custom elements -------------*/


input[type="submit"], input[type="button"] {
	border: 1px solid #666;
	background: #369;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:8pt;
	color:#fff;
	font-weight:bolder;
}


/* -------- random ------------*/

.commentsContainer {
	display:none;
	margin-top:15px;
	margin-left:30px;
	float: left;
	width: 420px;
}

.commentsHeader {
	padding: 2px;
	margin: 1px;
	background: #DAEAF9;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	font-weight: bold;
}

.commentsList {
	border:1px solid #f3f3f3;
}

.commentsList .commentWrapper {
	padding: 2px;
	margin-top: 1px;
	background: #f3f3f3;
}

.commentsList .commentOptions {
	text-align:right;
	padding: 2px 2px 6px 2px;
	background: #f3f3f3;
}

.commentForm {
	padding: 2px;
	margin: 1px;
	background: #DAEAF9;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.commentForm textarea {
	width: 400px;
	margin-bottom:6px;
}

.commentForm input[type="button"] {
	margin:6px;
}








