/* 
STYLE.CSS
AUTHOR	- hallsten@me.com
DATE	- January 2010
LAYOUT	- 
FONTS	- 
*/
/***********************************************************************************************************/
/***********************************************************************************************************/
/***********************************************************************************************************/
/* ------------------------------------------------------------------------------------------------------- */
/* SLIDESHOW FOR CONTENT */
/* ------------------------------------------------------------------------------------------------------- */

.slideshow {
	border:1px solid blue;
}

.slideshow_features {

}

.slideshow_toggler {
	margin-top:2px;
	height:30px;
}

.slideshow_toggler_image {
	float:left;
	font-weight:bold;
	width:100px;
}

.slideshow_toggler_navigation {
	float:right;
	text-align:right;
	width:100px;
}



/* PAGE */
.page_content {
	width: 740px;
	margin: 20px 20px 10px 20px;
}

.page_header {
	margin-bottom: 10px;
}
.page_header h2 {
	color: #8c8e86;
}
.page_summary {
	font-size: 14px;
	line-height: 16px;
	color: #8c8e86;
	margin-bottom: 10px;
}
.page_article {
	margin-bottom: 20px;
}
.page_article p {
	font-size: 12px;
	line-height: 15px;
	color: #5c5e56;
}

.current {
	text-decoration:underline!important;
	color:#000!important;
}

.article-list-image {
	float:left;
}


/* SEARCH */

#search-result-title {
	color:#fff;
	font-weight:bold;
	padding:1px 10px 1px 10px;
	font-size:14px;
}
#search-results {
	position:absolute;
	display:none;
	filter:alpha(opacity=97);
	opacity:0.97;
	width:934px;
	z-index:1001;
	background-color:#171e24;
	color:#fff;
	padding:25px 10px 10px 10px;
}
#search {
	width:350px;
	height:25px;
	margin-left:5px;
	font-size:14px;
	font-weight:bold;
}
#search-results ul {
	margin:0px 0px 20px 0px;
}
#search-results ul li {
	margin:0px;
	list-style-type:none;
}

#search-results a {
	color:#fff;
}
.search-results {
	display:none;
}


#logo_wrapper {
	margin-top:0px !important;
	padding-top:10px !important;
}

/* forms */

input[type="text"], input[type="password"], input[type="submit"], input[type="button"], .input_text, .input_submit, .input_button {
	border: 1px solid black!important;
}



.form-object-large textarea {
	width:350px;
}
.form-object-large select, input[type="text"], input[type="password"] {
	width:250px;
}
.form-object-medium input[type="text"], input[type="password"], select, textarea {
	width:125px;
}

button {
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 11px;
	color: inherit;
	margin: 0;
	padding: 2px;
	border: 1px border #000;
	outline: none;
}
button {
	text-align: left;
	color: #ffffff;
	background: #a6aea0;
	cursor: pointer;
}
button:hover {
	background: #ffaa11;
}

.errors {
	color:red;
	font-size:12px;
}


/* COMMENTS *//* ADDED - Mars 25 */
div.comments_post_wrapper {
	padding-top: 10px;
}
div.comments_post_wrapper:hover {
	/* background-color: #eceee6; */
	cursor: pointer;
}
div.comments_post {
	padding-bottom: 10px;
	border-bottom: 1px solid #d6ded0;
}
div.comments_post_image {
	width: 60px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #eceee6;
}
div.comments_post_content {
	width: 370px;
}
div.comments_post_content div.post_timestamp {
	margin-bottom: 10px;
}
p.comments_post_username, div.comments_post_content div.post_text p {
	margin-top: 7px;
	font-size: 12px;
	line-height: 16px;
}
