﻿/*Colors for skin, Blue: background:#bee2ea links: #e4312a */


/*
	|- CssClass=weblogfields----------------------------------|
	|														  |
	| |--ID=weblogfield_[fieldname] class="weblogfield"-----| |
	| | |--(1)-----------| |--(2)------------| |--(3)-----| | |														
	| | |				 | |				 | |	      | | |
	| | |----------------| |-----------------| |----------| | |
    | |-----------------------------------------------------| |
	|													      |
	| |--ID=weblogfield_[fieldname] class="weblogfield"-----| |
	| | |--(1)-----------| |--(2)------------| |--(3)-----| | |														
	| | |				 | |				 | |	      | | |
	| | |----------------| |-----------------| |----------| | |
    | |-----------------------------------------------------| |
	|														  |
	|---------------------------------------------------------|													    

(1)
	ID=weblogfield_[fieldname]_label class=weblogfield_label

(2)
	ID=weblogfield_[fieldname]_input class=weblogfield_input

(3)
	RequiredFieldValidator:
		ID=weblogfield_[fieldname]_reqvalidator class=weblogfield_reqvalidator
	
	RegularExpressionValidator	
		ID=weblogfield_[fieldname]_regvalidator class=weblogfield_regvalidator
*/



/*	All the fields in the Blog 
	are surrounded by this class */
.weblogfields
{
	margin-left:10px;
}

/*	set style for all field groups
	margin up to prev. field group */
.weblogfield
{
	clear:both;  
}

/*	set style for all labels */
.weblogfieldlabel
{
	margin-bottom: 5px; 
	float:left;
	display:inline;  
	width:100px;   
}

.weblogfieldinput
{
	float:left;
	display:inline;  
}

.weblogfields input, .weblogfields textarea
{
	width: 230px; 
}

div#weblogfielddescriptioninput textarea
{
	height: 100px;
}

.weblogfieldreqvalidator
{
	float:right;
	position:absolute;
	margin-left: 10px; 
	display:inline;  
}

.weblogfieldregvalidator
{
	float:right;
	position:absolute;   
	margin-left: 10px;
	width:100px; 
	display:inline;  
}



.blog_top_section
{
	display:block;
	background-image:url(/layouts/images/blog_bg.gif);
	background-position:top right;
	background-repeat:repeat-y;
	margin:13px 0px 0px 0px;
	height:200px;
}
.blog_top_section_graphics
{
	float:left;
	height:200px;
	width:351px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.blog_top_section_text
{
	float:left;
	display:block;
	width:350px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	color:#ffffff;
}
.blog_top_section_text a:link a:visited
{
	color:#ffffff;
	text-decoration:none;
}
.blog_top_section_text a:hover a:active
{
	color:#ffffff;
	text-decoration:underline;
}
h1.blog
{
	font-size: 139%;
	font-weight:lighter;
	margin:0px 0px 0px 0px;
	padding:0px 0px 1px 0px;
	text-decoration: none;
	color: #ffffff;
}
h1 .blog: alink,h1 .blog a:visited
{
	color: #ffffff;
	background-color: inherit;	
	text-decoration: none;
}
h1 .blog a:active,h1 .blog a:hover
{
	color: #ffffff;
	background-color: inherit;	
	text-decoration: underline;
}
.webarticleheader
{
	display:inline;
	color: #e4312a;  
	font-size: 139%;
	padding:100px 0px 5px 0px; 
	margin:20px 0px 5px 0px; 
}
.webarticle_box
{
	display:block;
	float:left;
	width:460px;
	padding:10px 0px 7px 0px;
	margin:0px 0px 7px 0px;
	border-bottom:solid 0px #DCDDE3;
}
.webarticle_line
{
	float:left;
	display:block;
	width:460px;
	height:1px;
	margin: 5px 0px 5px 0px;
	border-top:solid 1px #DCDDE3;
}
.webarticle
{
	display:block;
	width:260px;
	float:left;
}

.webarticlemore
{
	display:inline-block;
	color:#CD0039;  
	float:left;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
	width:180px;
}

div#webarticlecomment
{
	border-top:solid 10px #e5f5f8;
	background-image:url(/layouts/images/form_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	height: 230px; 
	float:left;
	display:inline;   
}

div#webcommentheader
{
	background-color: Transparent;  
	margin-left: 10px; 
	margin-top: 10px; 
	font-size: 14px; 
}

div#LinkSaveButton
{
	float:right;
	display:inline;  	
	margin-top: 80px; 
	margin-right: 15px; 
}

