@charset "UTF-8";



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

.normal {
	font-size:10px;
	font-weight:normal;
}

.small {
	font-size:8px;
	font-weight:normal;
}

.title {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

.subtitle {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

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

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



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


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

#container {
	background-color:#fff;
	min-height:300px;
	margin:0 auto 0 auto;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

#logoTop {
	width:138px;
	height:27px;
	background-image:url(/images/logoMobile.png);
	float:left;
	margin-top:3px;
	margin-left:1px;
}


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

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

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

#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 ----------------*/

#subNavDesktop {
	display:none;
}

#subNavMobile {
	background-color:#000;
	font-size:16px;
	overflow:auto;
	padding:4px;
}

.subNavMobileOn {
	margin-right:10px;
}

.subNavMobileOff {
	margin-right:10px;
}

#subNavMobileLinks {
	float:left;
}

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

#search {
	display:none;
}

#mobileExtras {
	padding:5px;
	text-align:right;
	background:white;
}

#mobileExtras a{
	margin-left:8px;
}

#searchMobileWrapper {
	display:none;
	background-color:#000;
	font-size:16px;
	overflow:auto;
	padding:4px;
}

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

#addLink {
	float:right;
}

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

#tagsDesktop {
	display:none;
}

#tagsMobile {
	display:none;
	background-color:#fff;
	padding:3px;
}

#tagsMobile a {
	color:#3c0;
	float:left;
	margin-top:8px;
	margin-right:20px;
}

/*------ footer ---------*/
#footer {
	border-top:5px solid #555;
	background:url(/images/bgFooter.png);
	padding:10px;
	min-height:40px;
}

#footer a {
	color:white;
}

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

#addThisBox a {
	color:black;
}

/*------- view story --------*/
#previewHeader {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	padding:4px;
	z-index: 777;
	background: #eee;
	height: 49px;
	background:url(/images/previewBg.png)
}

#previewTitle {
	/*line-height:40px;*/
	padding-left: 5px;
	padding-right: 5px;
}

#previewFrame { 
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50px;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	z-index: 776; 
}




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

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

.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: 290px;
	margin-bottom:6px;
}

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








