/*
Orange - FF7400
Green  - 14AA32
Dark Gray - 515151
Light Gray - BCBCBC
*/

body
{
	background: #515151 url('/App_Themes/codefury/images/page_background.gif');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 1em;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a
{
	color: #14AA32;
	text-decoration:none;
}

.clearing {height: 0px; clear: both;}

.base
{
	font-size: 1em;
	font-family: Verdana;
	color: Black;
}

.field-label
{
	width: 125px;
	float: left;
	text-align: right;
}

.field-input
{
	margin-left: 130px;
}

.post-meta
{
	font-size: .7em;
	color: black;
	margin-right: 5px;
}

a.post-meta
{
	text-decoration: underline;
}

a.rss-link
{
	background-image: url('/images/orange_rss_12.png');
	background-repeat: no-repeat;
	padding-left: 16px;
}

.post-title
{
	font-size: 1.2em;
	color: #FF7400;
	display: block;
}

a.post-title
{
	text-decoration: none;
}

.comment-title
{
	font-size: 1.2em;
	color: #FF7400;
	display: block;
}

a.comment-title
{
	text-decoration: underline;
}

a.component-link
{
	font-size: 1.2em;
	color: #BCBCBC;
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}

.error
{
	color: Red;
}

.header-text
{
	color: White;
	display: block;
}

.tiny
{
	font-size: .7em;
}

.small
{
	font-size: .8em;
}

.big
{
	font-size: 1.2em;
}

.very-big
{
	font-size: 2em;
}

.long-input
{
	width: 350px;
}

.content-input
{
	width: 550px;
	height: 300px;
}

.update
{
	font-size: .9em;
	font-weight: bold;
}

.external-link
{
	background-image: url('/images/extarrow_16.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 24px;
}

.small-external-link
{
	background-image: url('/images/extarrow_12.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 18px;
}
	
.more-link
{
	background-image: url('/images/more_arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 18px;
}

.primary-button
{
	background: #FF7400;
	margin: 1px 1px 1px 1px;
	border: solid 1px black;
	padding: 2px 2px 2px 2px;
}

.code
{
	color: Blue;
	font-family: Courier New;
}

.subheader
{
	font-size: 1.4em;
	color: #FF7400;
}
