/*
Theme Name: Vinland S_G
Theme URI: http://vinlandstill.net
Version: 1.0
Author: ferona
Author URI: ferona.net
*/
@charset "utf-8";
/* CSS Document */
/* GLOBAL STYLES */
*
{
	margin: 0px;
	padding: 0px;
}



h2 { font-size: 25px; color: #fff; font-family: lucida grande, lucida, lucida sans, sans-serif; }

ul
{
	margin-left: 1em;
}

body
{
    font-family: lucida grande, lucida, lucida sans, sans-serif;
	font-size: 15px;
	background:url(images/bg.jpg) top center no-repeat #100503;
	text-align: justify;
}

a
{
	color: #860000; text-decoration: none;
}

a:hover
{ color: #fff; }

h8 {font-size: 12px; }

a img
{
	border: none;
}

/* GLOBAL CLASSES */
img.block
{
	display: block;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}

div.clear
{
	clear: both;
}

div.odd_news, div.even_news
{
	padding: 12px 8px;
}

div.even_news
{
	background-color: #bf762a;
}

.strong_text
{
	font-weight: bold;
	color: #860000;
}

.bold
{
	font-weight: bold;
}

/* SITE STRUCTURE */

#wrapper
{
	width: 988px;
	margin: 0px auto;
	color: #fff;
}

/* HEADER NAVIGATION STYLE */
#header
{
	margin: 0px;
	position: relative;
	height: 101px;
	background: url(images/header_bg.jpg) top left no-repeat;
}

#header li
{
	list-style-type: none;
	display: block;
	position: absolute;
}

#header li a
{
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#vsg_logo
{
	top: 5px;
	left: 44px;
}

#vsg_logo a
{
	width: 206px;
	height: 85px;
	background-image: url(images/logo.png);
}

#vsg_logo a
{
	width: 206px;
	height: 85px;
	background-image: url(images/logo_a.png);
}

#about
{
	top: 36px;
	left: 750px;
}

#about a
{
	width: 91px;
	height: 22px;
	background-image: url(images/about.gif);
}

#partner { top: 36px; left: 842px; }

#partner a
{
	width: 91px; height: 22px; background-image: url(images/partners.gif); }

#home
{
	top: 36px;
	left: 903px;
}

#home a
{
	width: 46px;
	height: 22px;
	background-image: url(images/home.gif);
}

/* MAIN NAVIGATION STYLE */
#main_nav
{
	margin: 0px;
	padding: 0px 31px 0px 28px;
	height: 63px;
	background: url(images/nav_bg.jpg) top left no-repeat;
}

#main_nav li
{
	float: left;
	display: block;
	list-style-type: none;
}

#main_nav li a
{
	display: block;
	text-indent: -2000px;
	height: 63px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main_nav li a:hover
{
	background-position: 0px -126px;
}

#main_nav li a.active
{
	background-position: 0px -63px !important;
}

#nav_01 a
{
	width: 176px;
	background-image: url(assets/templates/nav/nav_01.jpg);
}

#nav_02 a
{
	width: 205px;
	background-image: url(assets/templates/nav/nav_02.jpg);
}

#nav_03 a
{
	width: 111px;
	background-image: url(assets/templates/nav/nav_03.jpg);
}

#nav_04 a
{
	width: 168px;
	background-image: url(assets/templates/nav/nav_04.jpg);
}

#nav_05 a
{
	width: 111px;
	background-image: url(assets/templates/nav/nav_05.jpg);
}

#nav_06 a
{
	width: 158px;
	background-image: url(assets/templates/nav/nav_06.jpg);
}

/* MAIN BANNER STYLE */
#home_banner
{
	width: 988px;
	height: 319px;
	background: url(assets/templates/home-bg.jpg) top left no-repeat;
}

/* CONTENT SECTION STYLE */
#content
{
	background: url(assets/templates/content_bg.jpg) center top repeat-y;
	color: #000;
}

#wrap_top
{
	background: url(assets/templates/wrap_top_bg.jpg) center top no-repeat;
}

#wrap_bottom
{
	/* make sure our content is always at least 370 tall */
	min-height: 370px; 
	height: auto !important;
	height: 370px;

	padding: 0px 49px 35px 36px; /* Bottom padding needed cause ie6 blows up without it */
	background: url(assets/templates/wrap_bottom_bg.jpg) center bottom no-repeat;
}

#col_1
{
	float: left;
	width: 350px;
	padding-right: 12px;
	line-height: 18px;
}

#col_2
{
	float: left;
	width: 278px;
}

#location_logo
{
	border-bottom: 7px solid #bf762a;
}

#location_info
{
	padding: 15px 10px;
	line-height: 20px;
}

#location_map
{
	height: 200px;
	background-color: #f2efe9;
	border: 5px solid #bf762a;
}

/*double wide column*/
#col_1_2
{
	float: left;
	width: 590px;
	padding-right: 30px;
	padding-left: 20px;
}

.location
{
	padding-top: 12px;
}

#col_3
{
	float: right;
	width: 263px;
	text-align: right;
}

/* FOOTER STYLE */
#footer
{
	margin: 0px;
	height: 67px;
	position: relative;
	background: url(assets/templates/footer_bg.jpg) top left no-repeat;
}

#footer li
{
	display: block;
	list-style-type: none;
	position: absolute;
	top: 29px;
}

#footer li a
{
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 38px;
}

#footer li a.active
{
	background-position: 0px -38px !important;
}

#sitemap
{
	left: 30px;
	width: 350px;
	color: #f79f35;
	padding-top: 12px;
}

#sitemap a
{
	display: inline !important;
	text-indent: 5px !important;
	color: #f79f35;
	line-height: 20px;
	text-decoration: none;
	height: 20px !important;
	font-size: 9px;
	font-family: Verdana, Sans-serif;
}

#partners
{
	left: 581px;
}

#partners a
{
	width: 64px;
	background-image: url(assets/templates/images/footer/partners.png);
}

#contact
{
	left: 645px;
}

#contact a
{
	width: 61px;
	background-image: url(assets/templates/images/footer/contact.png);
}

#media
{
	left: 706px;
}

#media a
{
	width: 46px;
	background-image: url(assets/templates/images/footer/png.jpg);
}

#content_col_1
{
	float: left;
	width: 290px;
	padding-right: 40px;
}

#content_col_2
{
	float: left;
	width: 250px;
}

#icpsignup ul
{
	list-style-type: none;
	margin: 0px;
}

#icpsignup li
{
	clear: left;
}

#icpsignup label
{
	float: left;
	clear: left;
	display: block;
	width: 90px;
	text-align: right;
	padding: 3px 10px 3px 0px;
}

.input
{
	padding: 6px 5px;
	float: left;
	display: block;
	width: 300px;
	margin-bottom: 5px;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.submit
{
	width: 412px;
	text-align: right;
}

/* CUSTOM STYLES FOR THICKBOX */
#thickbox_contents
{
	background-color: #fff;
	height: 300px;
	width: 300px;
	display: none;
}
.post {
	margin-bottom: 40px;
}
.content_post {
	width: 575px;
	margin-left: 25px;
	margin-top: 20px;
	float: left;
	position: relative;
}
#content_posts_wrapper {
	width: 575px;
	float: left;
	position: relative;
}
.post {
	margin-bottom: 20px;
}
.actual_post ol, .actual_post  ul {
	list-style: inside;
}
.actual_post {
	padding-top: 10px;
	clear: both;
}
.comments {
	color: #FFF;
	float: right;
	position: relative;
	font-size: 14px;
	padding-left: 20px;
	background: url('assets/images/comment_post.jpg') no-repeat left center;
}

.comments a {
	color: #FFF;
	text-decoration: none;
}

.comments a:hover {
	text-decoration: underline;
}
/*********************************

			PAGE

*********************************/

.page_content_post {
	width: 575px;
	float: left;
	position: relative;
	margin-left: 25px;
	margin-top: 20px;
}

.pagetitle {
	margin-bottom: 10px;
}
/*********************************

			comments

*********************************/


.comments_number {
	margin-top: 40px;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 15px;
}

.comments_list li {
	padding-left: 2px;
}

.comments_list ol {
	list-style: none;
}

.comments_list ol .comments_author {
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0 0 11px;
	position: relative;
	text-transform: uppercase;
}

.comments_list ol .comments_author span {
	background: url('images/comment_tab.jpg') no-repeat top right;
	padding: 6px 35px 0 0;
	color: #666;
	font-weight: normal;
	position: relative;
	z-index: 3;
	text-transform: none;
}

.comments_list ol .comments_author a {
	color: #fff;
}

.comments_list ol .comments_author a:hover {
	color: #3d3d3d;
}

.comments_list ol li.alt .comments_author {
	display: block;
	color: #860000;
	font-weight: bold;
	font-size: 14px;
}

.comments_list ol li.alt .comments_author a {
	color: #860000;
	font-weight: bold;
}

.comments_list ol li.alt .comments_author a:hover {
	color: #FFF;
}

.comments_list ol .comments_text {
	color: #b9b9b9;
}


#comments input, textarea {
	border: 1px solid #222;
	background: #f3f3f3;
	color: #333;
	padding: 3px;
}

#comments textarea {
	width: 505px;
}

#submit {
	border: 1px solid #222;
	background: #f3f3f3;
	color: #999;
}

#submit:hover {
	background: #860000;
	color: #fff;
}

.comments_date {
	color: #fff;
	display: inline;
	font-size: 12px;
	background: url('images/date_orange.jpg') no-repeat left center;
	padding-left: 13px;
}

.comments_date_tidy {
	padding: 0 0 10px 11px;
}

li.alt .comments_date {
	background: url('images/date_blue.jpg') no-repeat left center;
	padding-left: 13px;
}


.comments_list li .comments_text {
	border: 1px solid #222222;
	padding: 10px 10px 0 10px;
	background-color: #3d3d3d;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.comments_form label {
	font-size: 14px;
	padding-left: 5px;
}

.comments_avatar img {
	width: 90px;
	float: left;
}

.comments_avatar a {
	border: 0;

}

.comments_avatar img {
	border: 0px solid #FFF;
}

.comments_body {
	float: left;
}

/******************************************************
*
*						SIDEBAR
*
******************************************************/

#sidebar {
	width: 211px;
	padding-right: 22px;
	padding-left: 32px;
	list-style-type: none;
	float: left;
	position: relative;
	font-size: 12px;
	line-height: 21px;
}

#rss_feed {
	padding-bottom: 30px;
}

#rss_feed img {
	border: 0;
}

#rss_feed a:hover {
	color: #53abd5;
}

#search {
	width: 211px;
	background: url('images/search.jpg') no-repeat left top;
	font-size: 12px;
	padding-top: 35px;
	padding-bottom: 30px;
}

#search p {
	margin: 0;
}

#search_input {
	width: 130px;
	background: #FFF;
	border: 1px solid #222222;
	color: #333;
	padding: 2px;
	float: left;
	height: 18px;
}

#search_submit {
	border: 1px solid #222222;
	background: #53abd5;
	color: #FFF;
	margin-left: 5px;
	padding: 1px;
}

#sidebar li.recentcomments_dw {
	width: 194px;
	height: 35px;
	background: url('images/thecategories.jpg') no-repeat;
}

#sidebar ul.recentcomments_sub {
	padding-bottom: 30px;
	list-style: none;
}

#sidebar ul.recentcomments_sub span {
	color: #bbb;
}

#sidebar ul.recentcomments_sub a {
	padding: 0 0 0 25px;
	margin-bottom: 1px;
	background: #7b7b7b url('images/archives_icon.png') no-repeat 5px center;
	display: block;
}

#sidebar ul.recentcomments_sub a:hover {
	background: #53abd5 url('images/recentcomments_icon.png') no-repeat 5px center;
}

#sidebar li.recentposts {
	width: 194px;
	height: 35px;
	background: url('images/recentposts.jpg') no-repeat;
}

#sidebar ul.recentposts_sub {
	padding-bottom: 30px;
	list-style: none;
}

#sidebar ul.recentposts_sub a {
	padding: 0 0 0 20px;
	margin-bottom: 1px;
	background: #7b7b7b url('images/recentposts_icon.png') no-repeat 5px center;
	display: block;
}

#sidebar ul.recentposts_sub a:hover {
	background: #53abd5 url('images/recentposts_icon.png') no-repeat 5px center;
}

#sidebar li.archives {
	width: 194px;
	height: 35px;
	background: url('images/archives.jpg') no-repeat;
}

#sidebar ul.archives_sub {
	padding-bottom: 30px;
	list-style: none;
}

#sidebar ul.archives_sub a {
	padding: 0 0 0 24px;
	margin-bottom: 1px;
	background: #7b7b7b url('images/archives_icon.png') no-repeat 5px center;
	display: block;
}

#sidebar ul.archives_sub a:hover {
	background: #53abd5 url('images/archives_icon.png') no-repeat 5px center;
}

#sidebar a {
	text-decoration: none;
	color: #d8d8d8;
}

#calendar_wrap table {
	width: 100%;
	border-collapse: collapse;
}

#calendar_wrap table a {
	padding: 0;
}

#calendar_wrap tfoot a {
	background: none;
	margin-top: 2px;
	margin-bottom: 30px;
}

#calendar_wrap tfoot a:hover {
	color: #53abd5
}

#calendar_wrap thead {
	background: #7b7b7b;;
}

#calendar_wrap caption {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 2px
}

#calendar_wrap th, #calendar_wrap td {
	text-align: center;
}

li.sidebar_widgets ul {
	list-style: none;
	margin-bottom: 30px;
}

li.sidebar_widgets a {
	padding: 0 0 0 25px;
	margin-bottom: 1px;
	background: #7b7b7b url('images/recentcomments_icon.png') no-repeat 5px center;3
	display: block;
}

li.sidebar_widgets a:hover {
	background: #53abd5 url('images/recentcomments_icon.png') no-repeat 5px center;3
}

h2.sidebar_widgets_title {
	font-size: 170%;
	margin-bottom: 10px;
}


li.sidebar_widgets div.ngg-widget a{
	display: inline;
	background: none;
}
/*********************************

			PAGE

*********************************/

.page_content_post {
	width: 575px;
	float: left;
	position: relative;
}

.pagetitle {
	margin-bottom: 10px;
	margin-top: 20px;
}
.previous_post a {
background-color:#860000;
color:#fff;
float:left;
font-size:14px;
margin-bottom:11px;
margin-left:79px;
padding:4px 6px;
position:relative;
}

.next_post a {
background-color:#860000;
color:#fff;
float:right;
font-size:14px;
margin-bottom:11px;
margin-right:2px;
padding:4px 6px;
position:relative;
}

.read_more a {
background-color:#860000;
color:#fff;
float:right;
font-size:14px;
margin-bottom:11px;
margin-right:1px;
padding:4px 6px;
position:relative;
}