.forms {
	padding:5px;
	border:1px solid #cccccc;
	background-color:#f0f0f0;
	margin-top:5px;
	margin-bottom:5px;
}

.alert {
	background-color:#f0f0f0;
	border:1px solid #cccccc;
	padding:5px;
	margin-bottom:10px;

}

/* LINK STYLES */

.buttons {
	padding:15px;
	background-color:#f0f0f0;
	border:1px solid #cccccc;
	color:#8a8a8a;
	text-decoration:none;
}

.buttons:hover {
	color:#adce6f;
}

a.right_toggle {
	font-size:26px;
	color:#000000;
	text-decoration:none;
	background-image:url(/images/sep.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:60px;
	display:block;
	font-style:italic;
}

a.right_toggle:hover {
	color:#919191;
}

a.block {
	display:block;
	border-bottom:1px solid #2b4a63;
	line-height:18px;
	padding:5px;
	padding-bottom:10px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

a.block:hover {
	background-color:#2b4a63;
}

a.blogpost {
	display:block;
	text-decoration:none;
	line-height:24px;
	padding:5px;
}

a.blogpost:hover {
	background-color:#f5f5f5;
}


a {
	color:#1d3345;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
.link { cursor:pointer; }

/* HEADING STYLES */

h1 {
	font-size:40px;
	color:#000000;
	margin:0px;
	font-weight:normal;
	margin-bottom:25px;
}

h2 {
	font-size:32px;
	color:#000000;
	margin:0px;
	font-weight:normal;
	margin-bottom:25px;
}

h3 {
	font-size:26px;
	color:#000000;
	margin:0px;
	font-weight:normal;
	margin-bottom:25px;
}

/* IMAGE STYLES */

img.imageleft {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}

img.imageright {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
}

img {
	vertical-align:middle;
}

a img {
	border:none;
}

/* CONTENT STYLES */

p {
	margin-top:15px;
	margin-bottom:15px;
}

b {
	color:#000000;
}

strong {
	color:#000000;
	font-weight:normal;
}

ul {
	list-style-image: url(/images/action_check.gif);
	text-indent:0px;
	list-style-position: inside;
	padding:6px;
	line-height:30px;
	margin:0px;
}

td.storyRow textarea {
	width: 100%;
	height: 70px;
}


/************************
* boxes
************************/
div.box-right-200-body {
	margin-bottom: 20px;
}
div.box-right-200-head{
    width:200px;
	height:27px;
	float:left;
	border:1px solid #dbdbdb;
	background:url('/images/flo-head.jpg') repeat-x;
}
div.box-right-200-head h3{
	padding:3px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	color:#002a5e;
}
div.box-right-200-body {
    width:180px;
	padding:10px;
	float:left;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb; 
	border-bottom:1px solid #dbdbdb;
	background:#f8f8f8 url('/images/white-pix.jpg') repeat-x top;
}
div.box-780-head {
    width:778px;
	height:27px;
	border:1px solid #dbdbdb;
	background:url('/images/flo-head.jpg') repeat-x;
	text-align:right;
}
div.box-780-head h2 {
    width:662px;
	height:24px;
	padding:3px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	margin:0px;
	color:#002a5e;
	float: left;
}
div.box-780-body {
    width:758px;
	padding:10px;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb; 
	border-bottom:1px solid #dbdbdb;
	background:#f8f8f8 url('/images/white-pix.jpg') repeat-x top;
	margin-bottom: 20px;
}
div.box-right-200-body form input {
	width: 170px;
}

table#tb-1,
table#tb-2{
	margin:0;
	padding:0;
	width: 100%;
}

tr.header, tr.row, tr.row2, tr.row3 {
	font-size: .8em;
	text-align: left;
}

tr.row2 {
	background:#E9E9E9;
}

tr.row:hover, tr.row2:hover {
	background:#fffcce;
}

tr.header {
	background:#e9e9e9;
}
tr.row-over{
	background:#fffcce;
}



/************************
* error box
************************/
div.dialog-box-error {
	width:95%;
	height:24px;
	float:left;
	border:1px solid #fe9090;
	background:#feb1b1;
	color:#820101;
	font-weight:bold;
	padding:3px 10px 0 10px;
	margin-bottom:20px;
}
div.dialog-box-success {
	width:95%;
	height:24px;
	float:left;
	border:1px solid #8be57e;
	background:#b4efab;
	color:#337129;
	font-weight:bold;
	padding:3px 10px 0 10px;
	margin-bottom:20px;
}
div.dialog-left{ float:left; }
img.dialog-ico {
	margin:2px 10px 0 0px;
	float:left;
}

/**************************
* submit box
**************************/
input#id_title {
	width: 100%;
}


/***************************
* comments + main post
***************************/
#comments .comment_wrap, #story .story_wrap {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	position:relative;
	margin-bottom: 60px;
}
#comments .comment_author, #story .story_author {
	color:#444444;
	font-size:10px;
	left:0px;
	line-height:14px;
	position:absolute;
	width:100px;
}
#comments .comment_author span, #story .story_author span {
	display:block;
}
#comments .single_comment, #story .single_story {
	padding:10px;
	font-size:12px;
	margin-left: 90px;
	border:1px solid #DCDDDD;
}
#comments .comment_arrow, #story .story_arrow {
	left:60px;
	position:absolute;
	top:20px;
}
#story #title {
	font-weight: bold;
}
#story #sub, #comments #sub {
	font-size: .75em;
	text-align: right;
}
#story #sub ul, #comments #sub ul { list-style: none; }
#story #sub li, #comments #sub li { display: inline; margin-left: 20px; }

div.comment_submit_box h3 {
	font-size: 1.5em;
}
.comment_list {
	padding:30px 30px 0;
}
.comment_box {
	width: 95%;
	height: 20px;
	margin-bottom:0px;
}
.comment_button {
	border:medium none;
	background-color: #e4e2d0;
	color:black;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	height:29px;
	line-height:27px;
	margin:0;
	padding:0 5px 3px 7px;
}





/************************
* pagenation
************************/
.pagination { margin: 0px; padding: 0px; border: 1px solid #ccc; }
.pagination span { margin: 0px; padding: 0px 10px 0px 0px; border-right: 1px solid #ccc; }
.pagination ul { margin: 5px; padding: 0px; list-style: none; }
.pagination li { margin: 0px 10px 0px 0px; padding: 0px; display: inline; }
.pagination ul li a:hover { color: #FF5200; }
.pagination_current { color: #FF5200; }	


div.topStoryHeader {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
div.loginOpts {
	margin-top: 10px;
	font-size: .8em;
	text-align: right;
}	


/************************
* Uploadify v2.1.0
************************/
.uploadifyQueueItem {font: 11px Verdana, Geneva, sans-serif;border: 2px solid #E5E5E5;background-color: #F5F5F5;margin-top: 5px;padding: 10px;width: 350px;}
.uploadifyError {border: 2px solid #FBCBBC !important;background-color: #FDE5DD !important;}
.uploadifyQueueItem .cancel {float: right;}
.uploadifyProgress {background-color: #FFFFFF;border-top: 1px solid #808080;border-left: 1px solid #808080;border-right: 1px solid #C5C5C5;border-bottom: 1px solid #C5C5C5;margin-top: 10px;width: 100%;}
.uploadifyProgressBar {background-color: #0099FF;width: 1px;height: 3px;}

/*************************
* story header
*************************/
#block2 {margin:20px 0px;padding:20px;font-family:Georgia,"Times New Roman",Times,serif;}
#block2 .title {background:#d0dce5;color:#1D3345;font-size:160%;font-style:normal;font-weight:bold;letter-spacing:-1px;line-height:115%;margin-top:5px;margin-bottom: 0px;padding:0;}
#block2 .title .right {}
#block2 p.details {background:#DBDBDB;color:#444444}
#block2 .pic {border:1px solid #1D3345;float:left;height:50px;margin:10px 10px;overflow:hidden;padding:0;width:50px;}
#block2 span.left {}
#block2 span.right { float: right; padding-right: 10px;}

/*************************
* login box
*************************/
.ajax_login h3 { font-size:145%; }
.ajax_login h4 { border-bottom:1px solid #DDDDDD; }
.form-row label { font-size:85%; margin-right:10px; display:block; font-weight: bold;  }
.ajax_tray { border-top:1px solid #CCCCCC; margin-top: 20px; padding:10px 20px; width:544px; }

/*************************
* submit overlay
*************************/
div.submit_overlay {height:100%; left:0; position:fixed;top:0;width:100%;display:block;opacity:0.8;background-color:#000000;z-index:99;}
div.submit_sites { position:absolute; top: -300px; left: 0px; z-index:100; }
div.submit_sites td { color: #FFF; font-size:125%;}
