/*
Theme Name: SC2.no forum theme
Theme URI: http://sc2.no/forum
Description: This theme is made for the SC2.no forums and matches the Wordpress theme.
Version: 1.0 
Author: Mathias Mikkelsen
Author URI: http://mathiasmikkelsen.com
*/
/* WP Resets ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; list-style: none;}
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; } 
body {
	font-size: 62.5%; 
	font-family: Lucida Grande,Helvetica,Arial,Verdana,Sans-serif;
	color: black;
	background-color: #10151d;
	background-image: url('images/bg/bg_tile.gif');
}
/* -------------------------------------------- */

/* Links ------------------------------------ */
.clear	{
	clear: both;
	}
	
a	{
	color: #21759B;
	}
	
a:hover	{
	color: #D54E21;
	}
	
	.articleheader a.headerlink{
		color: #82ff6e;
		font-size: 12px;
		font-weight: bold;
		margin-top: 2px;
		}
		
		.articleheader a.headerlink:hover{
			text-decoration: underline;
			}
		
		
	
a:visited	{
	font-weight: normal;
	}
	
	
#headline h2 a	{
	background: url(images/feed.png) no-repeat top left;
	height: 16px;
	width: 16px;
	text-indent: -9999;
	}
			
#headline .hlright form a	{
	border: none;
	font-weight: normal;
	text-decoration: underline;
	}
	
#forums a,
#topics #aboutpost a	{
	font-weight: normal;
	}
	
#forums #sidebar table td.title a	{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-style: normal;	
	}
	
#forums #sidebar table a,	
#forums #sidebar table a:visited,
#forums #content td.title a	{
	font-weight: bold;
	font-size: 13px;
	font-family: "Helvetica Neue", "Helvetica", "Arial"
	}
	
#forums #content td.title a:visited	{
	font-weight: normal;
	}


/* -------------------------------------------- */

/* Wrapper ------------------------------------ */
.wrapper-main{
	min-height: 500px;
	margin: 0 auto;
	background-image: url('images/bg/sc2_bg.gif');
	background-repeat: no-repeat;
	background-position: 50% 0;
	}
	
.bgimage{
	background-image: url('images/bg/sc2_bg.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	}
	
	
/* -------------------------------------------- */


#page-wrap {
	width: 1032px;
    margin: 0 auto;
    margin-top: 0px;
	}
	
	#content-wrap{
	padding: 20px 20px;
   	z-index: 10;
   	background: white;
   	border-radius: 4px;
   	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	min-height: 400px;
	}
	
	
a#logo{
position: absolute;
margin: 45px 0 0 20px;
display: block;
width: 127px;
height: 41px;
background-image: url('images/logo.png');
background-repeat: no-repeat;
}

	a#logo span{
		display: none;}
		
		




/* Header ------------------------------------- */
/* Subnav og landswitching */	
		
		#top-bar{
			height: 48px;
			background-image: url('images/bg/tophead_bg.gif');
			background-repeat: repeat-x;
			border-radius: 0 0 4px 4px;
			-webkit-border-radius: 0 0 4px 4px;
			-moz-border-radius: 0 0 4px 4px;
			width: 1003px;
			padding: 0 15px;
			}
						
		#header{
			height: 232px;
			display: table;
			position: relative; 
			overflow: hidden;
			width: 100%;
			overflow: visible;
			}
		
		#t-login{;
		color: white;
		padding-top: 10px;
		float: right;
		}

		
		#t-login #loggetinn a{
			color: #9ecdf9;
			}
			
				#t-login #loggetinn big a{
					font-size: 13px;
					color: red;
					}
		
			#t-login #loggetinn{
						font-size: 13px;
						}
		a.logginn{
			text-indent: -9999px;
			display: block;
			background-image: url('images/logginn.png');
			height: 30px;
			width: 96px;
			cursor: pointer;
			float: left;
			margin-right: 8px;
			margin-top: -8px;
			}
			
			a.logginn span{
				display: none;
				}
			
		a.medlem{
			text-indent: -9999px;
			display: block;
			background-image: url('images/blimedlem.png');
			height: 30px;
			width: 106px;
			cursor: pointer;
			float: left;
			margin-top: -8px;
			}
			
			a.medlem span{
				display: none;
				}
				
			a.medlem:hover{
				background-position: 0 -30px;
				}

				
				
		#t-login #loginboks{
			position: absolute;
			background: white;
			border: 4px solid #e1e1e1;
			padding: 14px;
			margin: 19px 0 0 1px;
			color: black;
			text-align: left;
			box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
  			-moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    		-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    		border-radius: 0 0 5px 5px;
    		-webkit-border-radius: 0 0 5px 5px;
    		-moz-border-radius: 0 0 5px 5px;
    		display: none;
    		z-index: 50;
    		
			}
			
			#t-login .logginnwrap:hover #loginboks{
				display: block;
				}
				
			#t-login .logginnwrap:hover a.logginn{
				background-position: 0 -30px;
				}
				
			#t-login .logginnwrap {
				float: left;
				}

	
#t-login ul li	{
	
	}
	
#t-login form	{
	font-size: 11px;
	}
		
#t-login form .register	{
	margin-bottom: 10px;
	}
	
#t-login form .remember	{
	
	}

/*
#headline .hlright form .register	{
	width: 150px;
	position: absolute;
	bottom: 33px;
	right: 205px;
	}
*/
		
#t-login form ul.lform input#user_login	{
	/* See Line 86 */	
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
	width: 150px;
	}
	
#t-login form ul.lform input#password	{
	/* See Line 86 */	
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
	width: 150px;
	}
	
#t-login form ul.lform li{
	margin-bottom: 8px;
	}
	
#t-login .remember{
	float: right;
	}
	
/* -------------------------------------------- */
	
	#top-content-wrap{
	width: 955px;
	margin: 0 auto;
	}

#top-content{
	display: table;
	position: relative; 
	overflow: hidden;
	width: 100%;
	height: 130px;
	}
		
a#logo{
position: absolute;
margin: 45px 0 0 20px;
display: block;
width: 127px;
height: 41px;
background-image: url('images/logo.png');
background-repeat: no-repeat;
}

	a#logo span{
		display: none;}


.menu-header{
	display: table-cell; 
	vertical-align: bottom;
}

.menu{
	height: 46px;
	background-image: url('images/bg/nav_bg.gif');
	background-repeat: repeat-x;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	width: 1022px;
	float: left;
	margin-left: -1027px;
}

.menu li{
	float: left;
	list-style-type: none;
	z-index: 2;
	font-family: "Helvetica Neue", "Helvetica", "Arial";
	font-weight: bold;
	height: 46px;
	border-right: 1px solid #1f2832;
}

.menu li:hover{
	background: #1e2d39;
	}

.menu li a{
	display: block;
	padding: 15px 22px 12px 22px;
	margin-left: 4px;
	font-size: 13.5px;
	color: white;
	}
	
	.menu li a:hover{
		text-decoration: none;
		}



/* Forums ------------------------------------- */
.bbcrumb	{
	width: 950px;

	margin-top: 30px;
	text-align: left;
	font-size: 12px;
	}
	
.bbcrumb a	{
	font-weight: normal;
	}
/* -------------------------------------------- */

	
/* Forums ------------------------------------- */
#forums	{
	text-align: left;
	position: relative;
	font-size: 11px;
	}
	
#forums #sidebar	{
	width: 324px;
	float: right;
	}
		
#forums #sidebar table	{
	width: 324px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
	}
	
#forums #sidebar table td.title	{
	font-size: 13px;
	line-height: 1.35em;
	width: 200px;
	}
	
#forums #sidebar table td span	{
	font-size: 11px;
	display: block;
	font-style: italic;
	}
	
#forums #content	{
	width: 640px;
	float: left;
	}
	
#forums #content table	{
	width: 640px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
	}
		
#forums table td{
	text-align: right;
	padding: 7px 0;
	border-bottom: 1px solid #e1e8ea;
	font-size: 12px;
	}
	
#forums table#lastest td{
	padding: 10px 8px;
	}
	
		
#forums #content tr.sticky td.title {
	background: url('images/bg/stickybg.gif');
	background-repeat: repeat-y;
	}

	
#forums table th	{
	padding: 2px 0;
	color: #7f7f7f;
	font-size: 12px;
	border-bottom: 1px solid #dfdfdf;
	background-color: #f5f5f5;
	}
	
#forums #sidebar table td {
	color: #333;
	font-size: 12px;
	}
	
#forums table td.title	{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	text-align: left;
	width: auto;
	color: #555;
	font-size: 12px;
	}
	

#content #forums table tbody tr td.title{
	background-image: url('images/page.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 3px 50%;
	}
	
#forums #sidebar table tbody tr td.title{
	background-image: none;
	padding-left: 10px;
	}
		
		
		
	
	#forums table tbody tr.alt{
		background: #f5f8f9;
		}
		
	#forums table tbody tr:hover	{
	background: #e2e9ee;
	}
	
		#forums table tbody tr.sticky:hover td.title	{
	background: #f2f9ff;
	}

#forums #content table td,
#forums #content table th	{
	vertical-align: text-top;
	text-align: right;
	}

#forums #content table td.title,
#forums #content table th.title	{
	width: auto;
	text-align: left;
	}

#forums table td {
	padding-left: 4px;
	padding-right: 4px;
	}
	
#forums table th {
	padding-left: 4px;
	padding-right: 4px;
	}

#forums #content table#register th.title	{
	border-bottom: 1px solid #dadada;
	}
#forums #content .highlight	{
	padding: 5px 0;
	border-bottom: 1px solid #C6D9E9;
	}
	
#forums #sidebar .sbox	{
	margin-bottom: 24px !important;
	}
	
#forums #sidebar h2,
#forums #content h2,
#forums h3.uprofile,
#topics #aboutpost h3,
h2.post-form	{
			font-size: 13px;
			line-height: 30px;
			font-family: "Helvetica Neue", "Helvetica", "Arial";
			text-align: left;
			font-weight: bold;
			}
	
	



		.articleheader{
			background-color: #21303d;
			background-image: url('images/bg/sidebar_arrow.gif');
			background-repeat: no-repeat;
			background-position: 6px 50%;
			height: 30px;
			}
			
			.articleheader a{
				color: white;
				font-weight: bold;
				font-size: 13.5px;
				padding: 6px 0 0 20px;
				display: block;
				}
				
			.articleheader h2{
			font-size: 13px;
			color: white;
			line-height: 30px;
			font-family: "Helvetica Neue", "Helvetica", "Arial";
			text-transform: uppercase;
			margin-left: 20px;
			text-align: left;
			font-weight: bold;
			}
		
#forums #sidebar .sbox ul li,
#topics #aboutpost ul li,
#forums ol li	{
	padding: 5px 0;
	border-bottom: 1px solid #dadada;
	}
	
#forums #sidebar #useravatar	{
	text-align: left;
	height: 80px;
	clear: both;
	border-bottom: 2px solid #aaa;
	padding-bottom: 10px;
	}
	
#forums #sidebar #useravatar .avatar	{
	float: left;
	margin-right: 10px;
	}
	
#forums #sidebar fieldset	{
	font-size: 12px;
	padding: 10px;
	border-top: 1px solid #dadada;
	}
		
#forums ol,
#topics #aboutpost ul	{
	margin-bottom: 24px !important;
	}
	
#forums ol li	{
	/* See Line 376 */
	}
	
.pform	{
	border: 2px solid #c5c5c5;
	background: #e4e4e4 ;
	padding: 10px;
	color: black;;
	}
	
.pform h3	{
	font-size: 12px;
	margin-bottom: 5px;
	}
	
.pform input	{
	margin-bottom: 10px;
	width: ;
	padding: 3px;
	border: 1px solid #C6D9E9;
	}

.pform textarea	{
	margin-bottom: 10px;
	width: 95%;
	padding: 3px;
	border: 1px solid #C6D9E9;
	clear: both;
	}
	
.pform .help	{
	padding: 5px;
	background: #555555;
	color: #fff;
	}
	
/* -------------------------------------------- */

/* Topic -------------------------------------- */
#topics	{
	width: 950px;
	margin: 0 auto;
	margin-top: 24px;
	text-align: left;
	position: relative;
	}
	
#topics h2	{
	font-size: 24px;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 24px;
	}
	
#topics h2 span	{
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-size: 20px;
	}
	
#topics #entry	{
	float: left;
	width: 700px;
	margin-right: 15px;
	}
		
#topics #aboutpost	{
	width: 200px;
	float: right;
	}
	
#topics #aboutpost h3,
h2.post-form	{
	/* See Line 361 */
	}
	
#topics #aboutpost ul	{
	/* See Line 396 */
	}
	
#topics #aboutpost ul li	{
	/* See Line 376 */
	}
		
#topics ol li	{
	display: block;
	float: left;
	width: 700px;
	position: relative;
	padding-bottom: 24px;
	padding-top: 24px;
	border-bottom: 1px solid #aaa;
	padding-left: 5px;
	padding-right: 5px;
	}
	
	#topics ol li.alt{
		background: #fcfcfc;
		}
	
#topics .threadauthorwrap{
	float: left;
	width: 130px;
	font-size: 13px;
	}
	
#topics .threadauthor	{
	width: 120px;
	background: #eeeeee;
	padding: 5px;
	border: 1px solid #aeaeae;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
	
#topics .threadauthor .avatar	{
	float: left;
	padding: 0;
	margin-right: 5px;
	}
	
#topics .threadpost	{
	float: right;
	width: 535px;
	height: auto;
	overflow: hidden;
	font-size: 12.5px;
	}
	
#topics .threadpost ol,
#topics .threadpost ul	{
	float: none;
	}
	
#topics .threadpost ol li,
#topics .threadpost ul li	{
	float: none;
	list-style-type: circle;
	padding: 2px 0;
	margin: 0px;
	margin-bottom: 5px;
	border: none;
	padding-left: 20px;
	background: url(images/bullet.png) left center no-repeat;
	}
	
#topics .threadpost ol li:last-child,
#topics .threadpost ul li:last-child	{
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#topics .threadpost blockquote	{
	border-left:3px solid #E6E6E6;
	color:#6F6F6F;
	font-style:italic;
	padding-left:15px;
	}
	
#topics .threadpost pre	{
	border-left: 5px solid #dadada;
	width: 535px;
	font: normal 10pt;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	}
	
#topics .threadpost p {
	line-height: 22px;
	font-size: 12px;
	margin-bottom: 20px;
	}	
#topics .topicpost	{
	width: 710px;
	margin-top: 15px;
	}
	
#topics #aboutpost .admin ul	{
	display: none;
	}
/* -------------------------------------------- */

/* Breadcrumbs -------------------------------- */
.page-numbers {
	border: 1px grey solid;
	padding: 2px;
	margin-right: 2px;
}
.current {
	background-color: #ececec;
}
.page-numbers:hover {
	background-color: #se2e9ee;
}
.current:hover { background-color: #ececec; }
/* -------------------------------------------- */

/* Footer ------------------------------------- */
#footer{
	height: 87px;
	color: white;
	margin-top: 100px;
	}
	
	#push{
		height: 87px;
		}
	
	#footer a{
		color: white;
		}
	
	#footerwrap{
		width: 960px;
		margin: 0 auto;
		font-size: 10px;
		}
		
		#footer span{
			padding-top: 40px;}

/* -------------------------------------------- */



#infobar{
	width: 800px;
	background: #fffdcd;
	border: 1px solid #d4a023;
	padding: 10px;
	font-size: 13px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	}
	
	
#sokeboks{
		float: left;
		max-height: 26px;
		margin-top: 11px;
		widows: 200px;
	}
	
	#sokeboks #tekstboks{
		height: 14px;
		font-size: 13px;
		padding: 23px;
		padding: 3px;
		float: left;
		overflow: hidden;
		border-top: 1px solid #c1c1c1;
		border-right: 2px solid #fafafa;
		border-bottom: 2px solid #fafafa;
		border-left: 1px solid #c1c1c1;
		}
		
	#sokeboks #knappboks{
		height: 23px;
		line-height: 20px;
		width: 35px;
		text-align: center;
		font-size: 13px;
		border: 0px solid gray;
		padding: 1px 4px 3px 4px;
		position: inherit;
		margin: 0 0 0 1px;
		display: block;
		float: right;
		cursor: pointer;
		background: white;
		}
		
		#sokeboks #knappboks:hover{
			text-decoration: underline;
			}
			
			
			
			
			
			
			
			
#profile-edu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#profile-edu a {
	color: #0066CC;
	text-decoration: underline;
}
h2#userlogin {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
h3#useractivity {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.user-recent {
	margin: 0px;
	padding: 0px 0px 2em;
	float: left;
	width: 100%;
}
.user-recent h4 {
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
	padding: 11px 0px;
	float: left;
	width: 100%;
	color: #000000;
}
.user-recent ol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.user-recent li {
	margin: 0px;
	padding: 1em 0px;
	float: left;
	width: 100%;
	font-size: 12px;
	border-bottom: 1px solid #ededed;
}
#profile-edu p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#profile-edu .notice {
	margin: 12px 0px 20px;
	float: left;
	width: 90%;
	padding: 8px 4px;
	background: #FFFDD9;
	border-top: 1px solid #F9DD9D;
	border-bottom: 1px solid #F9DD9D;
}
#profile-edu .notice abbr {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}
.profile-avatar {
	margin: 0px;
	padding: 0px;
	float: left;
}

.profile-avatar img {
	background: #FFFFFF;
	padding: 10px;
	float: left;
	margin-right: 12px;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
}
#userinfo {
	margin: 0px;
	padding: 0px 0px 1em;
	width: 300px;
	float: left;
}
#userinfo dt {
	font-size: 14px;
	font-weight: bold;
}
#userinfo dd {
	margin: 0px;
	padding: 0px 0px 15px;
	font-size: 12px;
}
ul#profile-menu {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 1em;
	float: left;
	width: 100%;
	list-style-type: none;
}
ul#profile-menu li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
ul#profile-menu li a {
	font-size: 12px;
	margin: 0px 15px 0px 0px;
	padding: 3px 7px;
	float: left;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	background: #0066CC;
}
#profile-edit-form {
	margin: 0px;
	padding: 1em 0px;
	float: left;
	width: 100%;
}
#profile-edit-form fieldset {
	margin: 0px 0px 2em;
	padding: 2px 0px 2em;
	width: 100%;
	float: left;
	border-bottom: 1px solid #CCCCCC;
}
#profile-edit-form legend {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
#profile-edit-form  table {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 70%;
}
#profile-edit-form select {
	width: 300px!important;
	padding: 2px;
	background: #FFFFFF;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 13px;
	font-weight: normal;
}

#profile-edit-form p {
	margin: 0px;
	padding: 8px 0px;
	width: 70%;
	float: left;
	font-size: 12px;
	line-height: 18px;
}
#profile-edit-form  .form-field {
	background: #ECF4F9;
	border-top: 15px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#profile-edit-form tr {
	margin: 0px;
	width: 100%;
	padding: 0px;
}

#profile-edit-form th {
	width: 40%;
	text-indent: 10px;
}
.form-field input {
	background: #FFFFFF;
	width: 300px!important;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 4px 2px;
	font-size: 13px;
	font-weight: normal;
}
#profile-edit-form td {
	width: 60%;
}
#profile-edit-form .extra-caps-row {
	background: #ECF4F9;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#profile-edit-form .sinput {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	background: #FFFFFF;
	border: 1px solid #666666;
	margin: 3px 0px 10px;
	padding: 0em 0.25em;
	width: auto;
	overflow: visible;
}

#feedbackdiv {
        background:transparent url(images/feedback.png) no-repeat scroll 0px 0px;
        height:150px;
        left:0;
        position:fixed;
        top:200px;
        width:40px;
}
#feedbackdiv a {
        display:block;
        height:150px;
        width:40px;
}



#latest_pm{
	width: 100%;
	font-size: 13px;
	}
	
	ol#thread li{
		margin-bottom: 15px;
		font-size: 13px;
		}

				
				
				
