/*/////////////////////////////////////////////
// !LAYOUT                                   //
/////////////////////////////////////////////*/

body, html
{
	border: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	color: #222;
	font-family: Georgia;
	line-height: 140%;
	font-size: 13px;
	background: #181818;
}

img
{
	border: none;
}

h1
{
	display: none;
}

hr
{
	border:  none;
	border-bottom: 1px dotted #bbb;
}

#bgwrap
{
	background: url('/wp-content/themes/styrkors/images/bg.jpg');
	background-repeat: repeat-x;
	background-position: center 0;
	background-color: #fff;


}

.wrap
{
	width: 856px;
	margin: auto;
}

#header
{
	height: 260px;
}


#title
{
	background: url('/wp-content/themes/styrkors/images/styrkors.jpg');
	width: 388px;
	height: 161px;
	position:  relative;
	left:  -90px;
	top: 95px;
}

#title a
{
	display:  block;
	width: 270px;
	height: 100px;
	position:  relative;
	top:  50px;
	left:  80px;
}

#navigation
{
	position:  absolute;
	top: 228px;
}

#navigation ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: relative;
	left: 600px;
}

#navigation ul li
{
	float:  left;
}

#sidebar
{
	float:  right;
	width:  242px;
	margin-right: 2px;
	margin-bottom: 50px;
	margin-top: 25px;
}


#page
{
	padding-top: 25px;
	width:  550px;
}

#content
{
	padding-bottom: 40px;
}

#footer
{
	background:  #181818;
	color:  #eee;
	font-family: Arial;
	font-size: 80%;
	text-transform: uppercase;
	clear: both;
	padding:  20px;
}


/*/////////////////////////////////////////////
// !FORMATTING                               //
/////////////////////////////////////////////*/

.content a
{
	color: #000;
	padding: 1px 4px 1px 4px;
	margin: -1px -4px -1px -4px;

}

.content a:hover
{
	color: #fff;
	text-decoration: none;
	background: #222;
	-webkit-border-radius: 3px;
	-mozilla-border-radius: 3px;
}

#sidebar
{
	font-family: Arial;
	font-size: 90%;
}

#sidebar h3, h3.black-header, a.black-header, input.black-header
{
	text-decoration: none;
	display:  block;
	font-family: Arial, sans-serif;
	background: #222;
	font-size: 10px;
	padding: 1px 6px 0px 6px;
	text-transform: uppercase;
	color: #eee;
	margin: 18px 0 1px 0;
	padding-bottom:  0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-position: 225px center;
	background-repeat: no-repeat;
	font-weight: bold;
	border: none;
}
#sidebar h3 a, h3.black-header a{
	color:  #fff;
	text-decoration: none;
}
input.black-header
{
	padding: 2px 3px 2px 3px;
	height:  21px;
}
a.black-header
{
	margin-top: 0px;
	text-align: center;
}
a.black-header:hover, input.black-header:hover
{
	background: #303030;
	cursor: pointer;
}

#sidebar h3.rss
{
	background-image: url('/wp-content/themes/styrkors/images/icons/rss.jpg');	
}

#sidebar h3.comments
{
	background-image: url('/wp-content/themes/styrkors/images/icons/comments.jpg');
}

#sidebar ul.comments blockquote p
{
	margin: 0;
	padding: 0;
	line-height: 110%;
}

#sidebar ul.comments blockquote p a
{
	display:  block;
	padding-top: 5px;;
	padding-bottom: 5px;;
}

#sidebar ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

#sidebar ul li
{
	border-bottom: 1px solid #888;
}

#sidebar ul li.button
{
	padding-bottom: 1px;
	margin-top: 1px;
	text-transform: uppercase;
	font-size: 85%;
}

#sidebar ul li.button a
{
	margin:  0;
	display: block;
	text-decoration: none;
}

#sidebar ul li.last
{
	border: none;
}

#sidebar p
{
	margin-top:  6px;
	margin-bottom: 6px;
	line-height: 100%;
	padding: 0 5px 0 5px;
}

#sidebar ul.comments li
{
	border: none;
}

#sidebar blockquote
{
	font-family: Georgia;
	font-style: italic;
	padding:  4px;
	padding:  5px;
	margin: 0;
	line-height: 120%;
	border-bottom: 1px dotted #bbb;
}

#sidebar blockquote a
{
	text-decoration: none;
}

#sidebar .author
{
	margin: 3px 0 0 0;
	font-size: 95%;
	padding-bottom: 6px;
	color: #888;
}

#sidebar .author.last
{
	border: none;
}

#sidebar .author a
{
	text-decoration: none;
	color:  inherit;
	font-style: italic;
}

#page h2
{
	font-size: 200%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing:0px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	margin-top:  20px;
	color: #333;
}
#page h2 a
{
	text-decoration: none;
	color: #333;
}
#page h2 a:hover
{
	color: #eee;
}

#page h3
{
	font-family: Arial;
	margin: 18px 0 0 0;
}

#page .post big
{
	font-size: 110%;
	font-weight: bold;
}

#page .post
{
	margin: 5px 0 15px 0;
	font-size: 95%;
}

.post
{
	text-align: justify;
}

.entry
{
	margin-bottom: 30px;
}



.entry img.border
{
	border: 1px solid #666;
}



.post .bubble-left, .comments .bubble-left
{
	background-image: url('/wp-content/themes/styrkors/images/postmetadata-left.gif');	
	background-position: top right;
	background-repeat: no-repeat;
	height: 32px;
	width: 50px;
	float: left;
}

.post .avatar img, .comments .avatar img
{
	height: 32px;
	width: 32px;
}
.avatar a:hover
{
	background: none;
}

.label-icon
{
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 2px 0 0 20px;	
	font-family: Arial;
	font-size: 75%;
	text-transform: uppercase;
	float: left;
	margin-right: 10px;

}

.label-icon.author
{
	background-image: url('/wp-content/themes/styrkors/images/icons/author.gif');	
}
.label-icon.calendar
{
	background-image: url('/wp-content/themes/styrkors/images/icons/calendar.gif');	
}
.label-icon.tag
{
	background-image: url('/wp-content/themes/styrkors/images/icons/tag.gif');	
}
.label-icon.postcomment
{
	background-image: url('/wp-content/themes/styrkors/images/icons/postcomment.gif');	
}
.label-icon.globe
{
	background-image: url('/wp-content/themes/styrkors/images/icons/globe.gif');	
	background-position: 0 3px;
}

.post .metadata, .comments .comment
{
	font-family: Arial;
	background: #fdfdfd;
	border: 1px solid #ccc;
	margin-left: 49px;
	padding: 5px 10px 3px 10px;
	color: #444;
}

.label-icon
{
	white-space: nowrap;
}
.label-icon a
{
	text-decoration: none;
	background: none;
	color: #000;
}
.label-icon a:hover
{
	background: none;
	color: #000;
	text-decoration: underline;
}
.comments .comment
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.comments .comment .label-icon.calendar
{
	float: right;
	margin:  0px;
}
.comments .comment hr
{
	clear: left;
}
.comments .comment p
{
	font-family: Georgia, serif;
	font-size: 95%;
	color: #222;
	margin-top: 0;
	margin-bottom: 4px;
	line-height: 140%;
}

.post .metadata
{
	height:  23px;
	margin-bottom: 50px;
}
.post .metadata table
{
	width: 100%;
}

.post .metadata .label-icon
{
	margin-right: 0;
}

.post .metadata .icon
{
	position: relative;
	top: 4px;
	margin-left:  10px;
}

#commentform
{
	margin-top: 10px;
}

#commentform .loggedin
{
	font-family: "Lucida Grande", Arial, sans-serif;
}

#commentform label
{
	font-family: Arial, sans-serif;

}
#commentform input.text-field
{
	padding:  3px;
	font-size: 90%;
	border:  1px solid #888;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 200px;
}
#commentform input.text-field.error, #commentform input.text-field.check
{
	background-position: 188px center;
	background-repeat: no-repeat;
}
#commentform textarea
{
	background-position: 532px 3px;
	background-repeat: no-repeat;	
}
#commentform input.text-field.error, #commentform textarea.error
{
	background-image: url('/wp-content/themes/styrkors/images/icons/cross.gif');
}
#commentform input.text-field.check, #commentform textarea.check
{
	background-image: url('/wp-content/themes/styrkors/images/icons/check.gif');	
}


#commentform p
{
	margin: 3px 0;
}

#commentform textarea
{
	width:  538px;
	border:  1px solid #888;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 5px;
}
#commentform .submit
{
	width:  150px;
}

#footer a
{
	color: #eee;
	padding: 1px 4px 1px 4px;
	margin: -1px -4px -1px -4px;	
}

#footer a:hover
{
	background: #eee;
	text-decoration: none;
	color: #222;
	
}

/*/////////////////////////////////////////////
// !COMPONENTS                               //
/////////////////////////////////////////////*/

form#big-search-form
{
	margin-top:  -1px;
}

form#big-search-form .text-field
{
	width: 542px;
	display:  block;
	height: 24px;
	font-size: 100%;
	padding-left:  3px;
	color:  #333;
}

.search-results
{
	line-height: 100%;
	font-size: 90%;
	margin-bottom: 20px;
	
}

.search-results h3 a
{
	text-decoration: none;
}
.search-results div p
{
	padding-bottom: 5px;
	line-height: 120%;

	border-bottom: 1px solid #888;

}

.search-results .meta-data
{

	font-family: Arial, sans-serif;
	margin-top: -8px;
	color:  #444;
	font-size: 90%;
}

ul.archive
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

.notebox
{
	padding: 5px;
	text-align: center;
	font-family: "Lucida Grande", Arial, sans-serif;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.page-navigation a
{
	width: 100px;
	text-align: center;
	
}

.page-navigation .next
{
	float:  right;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 3px;
	margin: 4px 0 5px 15px;
	float: right;
	}

img.alignleft {
	padding: 3px;
	margin: 4px 15px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	
.site-component.gt-movie
{
	margin: 20px 0 20px 37px;
}


.float-left
{
	float: left;
}

.float-right
{
	float: right;
}
.clear
{
	clear: left;
}
.image-wrap img
{
	display: block;
}

.image-wrap
{
	width: 600px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.image-wrap a
{
	padding: 0 0 3px 0;
}
.image-wrap a:hover
{
	padding: 0 0 3px 0;
}

.image.third
{
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	left: -10px;
}