/*==============================================================================
*	VSNS Lemon 4.0
*	Ben Babcock - tachyondecay.net
*	Last Revision: June 1, 2008
*
*	frontend.css - Style sheet for the front end of the blog
==============================================================================*/

div.news_content:after, div.prevnext:after, div.pagination:after, #left-container:after,
div.pagination ul:after
{
	clear: both;
	content: ".";
	display: block;
	font-size: 1px;
	visibility: hidden;
}

h1
{
	background: url('/images/layout/h1_stripes.png');
	border-bottom: 1px solid #666;
	color: #666;
	font-size: 3em;
	padding-left: 5.8em;
}

#main-sidebar h2
{
	background: none;
	font-size: 1.2em;
	text-align: center;
	padding: 0;
}

#footer h2 {text-indent: -9999px;}

h2.page-title
{
	text-align: center;
}


/*=TYPOGRAPHY
=== === === === === === === === === === */

div.errorlist
{
	border-bottom: 1px solid #660000;
	clear: both;
	color:#660000;
	font-weight: bold;
	margin: 10px auto;
	width: 60%;
}

div.errorlist ul
{
	display: table;
	margin: 5px auto;
}

p.error, p.instructions, p.response, div.errorlist p
{
	font-weight: bold;
	text-align: center;
}

#search-form
{
	text-align: center;
}

#search-form input.button
{
	padding: 0;
}


/*=NAVIGATION
=== === === === === === === === === === */

#sub-nav li a
{
	display: inline;
}

#vsns-random-articles li
{
	margin: 0.5em 0.5em 0.5em 1em;
}


/*=ARTICLES
=== === === === === === === === === === */

.article_title
{
	font-size: 1.6em;
	margin: 15px 0 5px 0;
}

div.prevnext
{
	background-color: #FFFCCF;
	display: none;
	clear: both;
	margin: 5px 0;
	padding: 5px;
}

span.prevlink
{
	float: left;
}

span.nextlink
{
	float: right;
}

div.news_comments_span
{

}

dl.article_meta, div.news_comments_span
{
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.9em;
	margin: 0;
	padding: 1em 0 0.5em 0;
}

dl.single_article_meta
{
	font-size: 1.2em;
	padding: 0;
}

dl.article_meta dt
{
	display: none;
}

dl.article_meta dd
{
	margin-left: 0;
}

dl.article_meta dt.show_tags
{
	display: block;
	float: left;
	font-weight: bold;
}

dl.article_meta dd.show_date
{
	color: #333;
	padding-bottom: 0.5em;
}

dl.article_meta dd.show_tags
{
	display: inline;
	float: left;
}

dl.article_meta dd.show_tags ul
{
	margin: 0 0 0 0.5em;
}

dl.article_meta dd.show_tags ul li
{
	display: inline;
}

dl.article_meta dd.show_tags li:after
{
	content: ',';
}

dl.article_meta dd.show_tags li.last_li:after
{
	content: '';
}

p.last_update { color: #333; }

#vsns_comments_display
{
	margin: 0;
}

div#vsns_comments_display h1, div#vsns_comments_display h2, div#vsns_comments_display h3, div#vsns_comments_display h4, div#vsns_comments_display h5, div#vsns_comments_display h6
{

}

div.news_content
{
	clear: left;
}


/*=COMMENTS
=== === === === === === === === === === */
div.news_comments
{
	border-bottom: 1px solid #BCC378;
	margin: 1em 0;
}

span.news_comments_name
{
	font-size: 1.1em;
	padding-bottom: 0.5em;
}

span.news_comments_name
{
	font-weight: bold;
}

span.news_comments_name a, p.news_comments_date a
{
	text-decoration: none;
}

p.news_comments_date
{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: right;
}

div.news_comments_content
{
	margin: 0 0 0 2em;
}


/*=FORMS
=== === === === === === === === === === */
div.form-submit
{
	clear: both;
	margin: 1em 0 1.5em 0;
	text-align: center;
}

input, select, textarea
{
}

input.text, input.number
{
	
}

input.text, select.text, textarea
{
	border: 1px solid #ABADB3;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	padding: 0.1em;
}

textarea
{
	overflow: auto;
}

input.text
{
	width: 9em;
}

input.number
{
	text-align: right;
	width: 3em;
}

input.text:active, input.text:focus, select:active, select:focus, textarea:active, textarea:focus
{
	background-image: url(/images/layout/stripes_green.png);
}

textarea
{
	line-height: 1.5;
}

input.error, textarea.error, select.error
{
	border: 1px solid #EE0000;
	color: #EE0000;
}

input.button
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.2em;
}

form.blog_comment_form fieldset
{
	border: 0;
	margin: 0;
}

form.blog_comment_form fieldset.nolegend
{
	border-top-width: 0;
}

form.blog_comment_form legend
{
	font-weight: bold;
	border-bottom: 1px solid #333;
}

fieldset.nolegend legend
{
	display: none;
}

form.blog_comment_form dl
{
	margin: 0;
}

form.blog_comment_form dt
{
	clear: left;
	float: left;
	margin: 0 0 0.8em 0;
	text-align: right;
	width: 35%;
}

form.blog_comment_form dd
{
	clear: right;
	margin: 0 0 0.8em 40%;
}

#information, #botprotect
{
	float: left;
	margin-right: 2%;
	width: 46%;
}

#botprotect
{
	margin-left: 2%;
}

#botprotect dt
{
	width: 50%;
}

#botprotect dd
{
	margin-left: 55%;
}

#right-container
{
	clear: both;
	margin: 1.5em 0;
}

#vsns-content
{
	clear: both;
	display: block;
	height: 10em;
	margin: 1em auto 0 auto;
	width: 90%;
}

#search label { display: none; }

ul.emotes, ul.toolbar
{
	border: 0;
	width: 90%;
}

ul.toolbar a, ul.toolbar a
{
	cursor: pointer;
}

ul.emotes li, ul.toolbar li
{
	display: inline;
	padding: 0.2em;
}

.prompt-fade{
      background-color: #ffffff;
}


div.prompt-{
	background-color: #FFF;
      position: absolute;
	  border-width: 1px;
      width: 25em;
}
div.prompt- .prompt-close{
      display: none;
}
div.prompt- .prompt-container{
      padding: 5px;
}
div.prompt- .prompt-message{
}
div.prompt- .prompt-buttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.prompt- button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
}
