/*----------------------------------
		    Theme638
			App2
----------------------------------*/

/*--------- General ---------*/

.sf_wrapper {
	background-image:url(images/app2_repeater.jpg);
	background-repeat:repeat-y;
}

.sf_region5 {
	float:left;
	min-height:100px;
	height:auto !important;
	height:100px;
	width:560px;
}

.sf_pagetitle {
	display:none;
}

/*--------- Widget Set ---------*/

.sf_region4 {
	float:left;
	padding:10px;
	width:200px;
}

.sf_region6 {
	float:left;
	padding:10px;
	width:200px;
}

.widgetset .widget {	
	margin-bottom:10px;	
	border-bottom: 1px solid #1F1919;
}

.widgetset .widget_content {
	overflow:hidden;
	margin-left: 10px;
	padding:0px 5px 20px;
	margin-right: 5px;
	width:173px;
}

.widgetset .widget_header {
	margin:5px 0px 5px;
	padding:0px;
	text-transform: uppercase;	
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	letter-spacing: 1px;
}

.widgetset .widget_header a,
.widgetset .widget_header a:visited {
	text-decoration: underline;
}

.widgetset .widget_header a:hover {
	text-decoration:none;
}

.widgetset ul, .widgetset ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.widgetset li {
	margin:0px;
	padding:0px;
	margin: 5px 0px 7px;
}

.widgetset img {
	border:medium none;
	padding:2px 4px;
	vertical-align:top;
}

.widgetset a:link, .widgetset a:visited {
	text-decoration:none;
}

.widgetset a:hover {
	text-decoration: none;
}

.widgetset .form_item {
	margin:5px 0px;
}

.widgetset input, .widgetset select {
	width:150px;
}

.widgetset .btn {
	width:auto;
	margin: 3px 0px;
}

/*--------- Entries ---------*/

.sf_blog_postmeta {
	font-size: 11px;
	margin: 10px 0px 20px;
	clear:both;
}

.sf_blog_post {
	border-bottom:4px solid;
	min-height: 1%;
	height: auto !important;
	height: 1%;	
}

.sf_blog_posttitle {	
    font-weight: normal;
    margin:0 0 5px;
    padding:20px 0 4px;
    text-align:left;	
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sf_blog_post h2 {
	border: none;
}

.sf_blog_posttitle a:link, .sf_blog_posttitle a:visited {	
	text-decoration:none;   
}

.sf_blog_posttitle a:hover {   
	text-decoration: none;   
}

.sf_blog_entry {
	margin-bottom: 20px;
}

.sf_blog_entry img {
	clear:both;
}

.error {
	margin-top: 20px;
}

.commentlist li {
	list-style-type: none;
	margin: 10px 0;
}

#trackbacks ul li {
	list-style-type: none;
	margin: 5px 0;
}

.recentdate {
	font-size: 10px;
	margin-top: 7px;
}

/*--------- Sidebar ---------*/

.searchbox #quicklink {
	text-decoration:none;
	margin-top: 5px;
}

.calendar {
	border: 1px solid;
}

.calendarcell a:link,
.calendarcell a:visited{
	padding: 0px 3px;
	font-weight:bold;
}

.calendar caption {	
	font-size: 16px;
}

table.calendar {
	width:100%;
	text-align:center;
}

#blogsurvey {	
	padding: 5px;
	margin-bottom: 15px;	
	clear:both;
	border: 1px solid;
}

#surveytitletext {
	font-weight: bold;
}

.widgetset quick-search {
	padding: 0px;
	margin: 0px;
}

.commentcreationdate {
	font-weight: bold;
}

#leavecommentlabel {
	border-top: 1px dotted;
	padding-top: 5px;
	margin-top: 20px;
}

.chicklet_group {
	margin-top: 15px;
	display:block;
}

.chicklet_group a {
	border:none;
}

/*--------- Subscribe ---------*/

.SubscribeViaEmail .form_item input {
	width:auto;	
}

.SubscribeViaEmail input#SubscriberEmail {
	width:150px;	
}

.subscribeimage {
	margin-top:5px;		
}

/* Sidebar */

.widgetset .widget {		
	background-repeat: no-repeat;
	background-position: left bottom;
}

.widgetset .HomeLink h3 {
	text-align: center;
	font-size: 9px;
}

/*--------- Buttons ---------*/

.btn,
#submitcomment,
#resetcomment,
#spellchk,
#surveysubmit input {
	border:solid 2px;
	border-color:#333333;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:11px;
	height:28px;
	padding-left:20px;
	padding-bottom:2px;
	vertical-align:middle;
}

.Search .btn {
	background-image:url(../images/btn_search.jpg);
}

.SubscribeViaEmail .btn {
	background-image:url(../images/btn_subscribe.jpg);
}

#submitcomment {
	background-image:url(../images/btn_comment.jpg);
}
#resetcomment {
	background-image:url(../images/btn_cancel.jpg);
}
#spellchk {
	background-image:url(../images/btn_spelling.jpg);
}

#surveysubmit input {
	background-image:url(../images/btn_vote.jpg);
	margin-top:10px;
}
