@charset "UTF-8";

.accountImage {
	border:1px solid #ccc;
	margin-right: 3px;
}

.vote {
	width:30px; 
	height:40px; 
	background:url(/images/vote.png); 
	color:#fff; 
	text-align:center;
	margin-right:5px;
}

.vote a, .vote:hover {
	text-decoration:none;
	color:white;
}


/*------- basic elements --------*/

label {
	margin:0;
}

a {
	color:#369;
	text-decoration:none;
	outline: none;
}

a:hover, a:active {
	text-decoration:underline;
}

form {
	margin:0;
}

input[type="text"], input[type="password"], textarea {
	font-size:12px;
	border: 1px solid #999;
	color:#333;
	padding:3px;
	margin:0;
	width:90%;
}

img {
	border:0;
}

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

.gray {
	color:gray;
}

.green {
	color:#0c0;
}

.red {
	color:#f00;
}

.blue {
	color:#0066CC;
}

.white {
	color:#fff;
}

.bold {
	font-weight:bold;
}

.errorMsg {
	color:#f00;
	font-weight:bold;
}

/*------- view story --------*/
#previewHeader {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 777;
	border-bottom:1px solid #666;
	background:url(/images/bgDesktop.png)
}

#gads {
	text-align:center;
	width:100%;
	height:90px;
	background-color:#E6E6E6;
}

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

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

#tags {
	padding-top: 15px;
}

.tags {
	padding:2px;
	border:1px solid #33CC00;
	display:block;
	float:left;
	margin: 10px 5px 0 0;
}

#searchForm input[type="text"] {
	color: gray;
	font-size: 12px;
}

.dupeSugs {
	display:none;
}

.articleLists {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #ddd;
}

.lists {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #ddd;
}

.lists:hover {
	background:#f1f1f1;
}

.infoBox {
	background:#ECEFFA;
	border:1px solid #ddd;
	padding:3px;
  -webkit-border-radius:3px; 
	-moz-border-radius:3px;
}

.underline {
	text-decoration: underline;
}

.none {
	text-decoration: none;
}


.floatL {
	float:left;
}

.floatR {
	float:right;
}

.alignR {
	text-align:right;
}

.alignL {
	text-align:left;
}

.clear {
	clear:both;
}

.mbSm {
	margin-bottom: 5px;
}

.mbMed {
	margin-bottom: 20px;
}

.mbLg {
	margin-bottom: 40px;
}

.mtSm {
	margin-top: 5px;
}

.mtMed {
	margin-top: 20px;
}

.mtLg {
	margin-top: 40px;
}

.mlSm {
	margin-left: 12px;
}

.mlMed {
	margin-left: 35px;
}

.mlLg {
	margin-left: 50px;
}

.mrXSm {
	margin-right: 4px;
}

.mrSm {
	margin-right: 12px;
}

.mrMed {
	margin-right: 25px;
}

.mrLg {
	margin-right: 50px;
}

.leftCol {
	max-width:480px;
	margin-top:10px;
	margin-bottom:10px;
}

.singleCol {
	margin-top:10px;
	margin-bottom:10px;
}

.inputMargin {
	margin-bottom:20px;
}
.indent20 {
	margin-left: 20px;
}

.indent30 {
	margin-left: 30px;
}

.indent40 {
	margin-left: 40px;
}
