/*
Theme Name: NCIS
Theme URI: 
Description: NCIS 2008 av WPDesigner och modifierad av mig.
Version: 1.0
Author: Erik Öhman
Author: http://www.erikohman.com/
*/

@import "equipment.css";
@import "rolecast.css";
@import "page-styles.css";

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, input{ margin: 0; padding: 0; }

body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #444 /*url(images/bg_body.gif) repeat-x*/;
	color: #ccc;
}

form, input, textarea, table{ font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; }

h1, h2, h3, h4, h5, h6{ font-family: arial, helvetica, sans-serif; }
h2, h3{ font-size: 16px; }

a{ text-decoration: underline; color: #fff; }
a:hover{ text-decoration: none; }
a img{ border: 0; }

address, dl, p{ padding: 10px 0 5px; }

blockquote{
	margin: 10px 0 0;
	background: #f5f5f5;
}
blockquote p{ padding: 10px; }
blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

img.centered{ display: block; margin-left: auto; margin-right: auto; }
img.alignleft{ margin: 3px 10px 2px 0;}
img.alignright{ margin: 3px 0 2px 10px;}

img.alignleft, img.alignright{
	padding: 4px;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
}

p img{max-width: 100%;width: expression(this.width > 560 ? 560: true);}

small{ font-size: 11px; }

.alignleft{float: left;}
.alignright{float: right;}

.clear{margin: 0; padding: 0; clear: both;}

.tl, .tr, .bl, .br{
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.tl, .bl{float: left; clear: left;}
.tr, .br{float: right; clear: right;}

#wrapper{margin: 0 auto; width: 830px;}

#container{
	float: left;
	width: 830px;
	margin: 10px 0 0;
	text-align: left;
	background: #555 url(images/bg_container.gif) repeat-x;
}



.maincolumn{
	float: left;
	width: 620px;
	margin: 10px 0 0 10px;
	background: url(images/bg_maincolumn.gif) no-repeat left bottom;
	display: inline;
}

#menu{
	float: left;
	width: 620px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	float: left;
	margin: 0 1px 0 0;
	height: 29px;
	overflow: hidden;
	background: url(images/bg_tab_right.gif) no-repeat right top;
	display: inline;
}

#menu ul li:hover{
	-moz-box-shadow: 0 0 8px #404040;
        z-index:2;
position:relative;
}

#menu ul li a{
	display: block;
	padding: 8px 10px 10px;
	text-decoration: none;
	background: url(images/bg_tab_left.gif) no-repeat;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#menu ul li span.feed{
	padding: 0 17px 0 0;
	background: url(images/feed.gif) no-repeat right top;
}


#menu ul li.current_page_item{
	background: #fff url(images/bg_tab_current_right.gif) no-repeat right top;
}

#menu ul li.current_page_item a{
	background: url(images/bg_tab_current_left.gif) no-repeat;
	color: #000;
}

#content{
	float: left;
	width: 620px;
	margin: 0 0 10px;
	background: #fff url(images/bg_content.gif) no-repeat right top;
	color: #000;
position:relative; z-index:3;
}

#banner{
	float: left;
	width: 600px;
	height: 150px;
	overflow: hidden;
	margin: 10px 10px 9px;
	display: inline;
	background: #666;
	color: #fff;
}

.post{
	margin: 0 10px;
}

.entry-head, .entry-wrap{
	margin: 1px 0 0;
}

.entry-head{
	background: #eee url(images/bg_entry_head.gif) no-repeat left bottom;
	color: #666;
padding: 0 0 3px 0;
}

.entry-head h2{
	padding: 10px;
	background: url(images/bg_entry_title.gif) no-repeat;
}

.entry-head .entry-head-top .entry-head-h2 h2{
	font-family: Arial, Trebuchet MS;
	font-size: 18px;
	background: #FFFFFF;
	border: 0px solid #CCCCCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 5px 4px 5px;
	color: #333333;
	margin: 10px 0;
	/*font-weight: bold;*/
	text-transform: none;
display: inline;
}

.entry-head h2 strong {font-weight: normal; font-family: Arial, Trebuchet MS; text-transform: none; font-size: 14px;}

.entry-head .entry-head-top .entry-head-h2 {
	padding: 15px 5px;
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
margin: 0 0 -3px 0;
display: inline;
}

.entry-head .entry-head-top {
	padding: 3px 10px;
	background: url(images/bg_entry_title.gif) no-repeat;
}

.entry-head h2 a{text-decoration: none; color: #666;}
.entry-head h2 a:hover{color: #000;}

.entry-wrap{
	background: url(images/bg_entry_wrap.gif);
}

.entry-wrap .rc{
	height: 14px;
	overflow: hidden;
	background: url(images/bg_entry_rc_bottom.gif) left bottom;
}

.entry-content{
	padding: 3px 20px 0;
	line-height: 24px;
	background: url(images/bg_entry_rc_top.gif) no-repeat;
}

.entry-content a{
	color: #000;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 0;
	font-size: 14px;
}
.entry-content h5{font-size: 11px;}
.entry-content h6{font-size: 10px;}

.entry-meta{
	padding: 10px 0 0;
	font-family: arial, helvetica, sans-serif;
}

.entry-meta a{
	font-weight: bold;
}

.navigation {
	text-align: left;
	padding: 8px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	margin: 10px;
}

.navigation a{color: #000;}

.sidebar{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.sidebar ul a{
	font-weight: bold;
}

.sidebar ul li{
	margin: 10px 0 0;
}

.sidebar ul li#search form{
	height: 29px;
	overflow: hidden;
	background: url(images/bg_searchform.png) ;
}

.sidebar ul li#search form input#s{
	margin: 7px 10px 0 30px;
	border: 0;
	font-family: arial, helvetica, sans-serif;
	background-color: transparent;
	color: #fff;
}

.sidebar ul li h3{
	padding: 7px 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ccc;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;	
}

.sidebar ul ul{
	padding: 0 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
}

.sidebar ul ul li{
	margin: 0;
	padding: 3px 0 0;
}

.sidebar ul ul ul{
	padding: 0 10px 0;
	background-color: transparent;
	background-image: none;
}

/* Sidebar Widgets */

#calendar_wrap{
	padding: 10px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
}

#calendar_wrap table{
	width: 100%;
}

#calendar_wrap th, #calendar_wrap table td{
	padding: 3px 0;
}

/* End Sidebar Widgets */

#comments h3{
	margin: 10px 0 0;
	padding: 7px 10px;
	background: #f5f5f5;
}

ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li .comment-entry{
	margin: 10px 0 0;
	border: 1px solid #eee;
	padding: 3px 10px 0;
	line-height: 24px;
}

#commentform{
	margin: 0 0 7px;
	padding: 0 10px 6px;
	border-top: 1px solid #fff;
	background: #eee;
}

#footer{
	float: left;
	width: 830px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: url(images/bg_footer.gif) no-repeat;
}

#footer p{
	line-height: 18px;
	padding: 30px 20px 20px;
}

#footer a{ text-decoration: none; }
#footer a:hover{ text-decoration: underline; }

/* Mina redigerade stilar */

.rsswidget_title {
background: url(images/rss.png) no-repeat center left;
padding: 0 0 0 20px;
}

.edit_link {
background: url(images/wrench.png) no-repeat center right;
padding: 2px 20px 2px 0;
margin: 0 10px 0 0; 
font-size: 9px;
font-family: verdana;
font-weight: normal;
position:relative;
bottom:7px;
}

.entry-head .edit_link a{text-decoration: none; color: #666;}
.entry-head .edit_link a:hover{color: #000;}

.entry-date {
background: url(images/date.png) no-repeat center left;
padding: 2px 5px 2px 20px;
margin: 0 0 0 9px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
position:relative;
bottom:7px;
border-right: 1px solid #CFCFCF;
}

.comments-link {
background: url(images/comments.png) no-repeat center left;
padding: 2px 5px 2px 20px;
margin: 0 0 0 9px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
position:relative;
bottom:7px;
border-right: 1px solid #CFCFCF;
}

.entry-head .comments-link a{text-decoration: none; color: #666;}
.entry-head .comments-link a:hover{color: #000;}

.cat-links {
background: url(images/folder.png) no-repeat center left;
padding: 2px 5px 2px 20px;
margin: 0 0 0 7px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
position:relative;
bottom:7px;
}

.aut-links {
background: url(images/user.png) no-repeat center left;
padding: 2px 5px 2px 20px;
margin: 0 0 0 7px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
position:relative;
bottom:7px;
}

.entry-head .cat-links a{text-decoration: none; color: #666;}
.entry-head .cat-links a:hover{color: #000;}

.sublinks {
background: #eee url(images/bg_entry_head.gif) no-repeat left bottom;
color: #666;
padding: 0 0 10px 8px;
margin: 0 0 1px 10px;
position:relative;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9px;
width: 592px;
}

.sublinks-head {
width: 610px;
height: 10px;
background: url(images/bg_entry_title.gif) no-repeat;
color: #666;
margin: 0 10px 10px 10px;
position:relative;
top:10px;
}

.sublink {color: #666;}
/*.sublink:hover {}*/

.sublinks a {
padding: 2px 3px 2px 15px;
text-decoration: none; color: #666;
background: #eee url(images/bullet_black.png) no-repeat left center;
}

.sublinks a:hover {
background: #eee url(images/bullet_go.png) no-repeat left center;
color: #000; text-decoration: underline;
}

.edit_page {
background: url(images/wrench.png) no-repeat center right;
padding: 2px 20px 2px 0;
margin: 0 0 0 0; 
font-size: 9px;
font-family: verdana;
font-weight: normal;
position:relative;
top:5px;
}

#sidhuvud{
float: left;
width: 830px;
margin: 10px 0 0;
height: 160px;
text-align: left;
background: url(rotate/rotate.php) no-repeat 7px 7px;
}

#sidhuvud-fot {
float: left;
width: 830px;
height: 10px;
background: url(images/bg_footer.gif) no-repeat;
}

#sidhuvud-logo {
position:relative;
top:-100px;
left:15px;
z-index: 2;
}

#sidhuvud-frame {
	position:relative; 
	left:0px; 
	top:0px; 
	z-index:1;"
}

#preloadedImages {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(images/bullet_go.png);
}

div#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px; 
	top: -9999px;
	height: 1px;
	width: 1px;
}

.dvd_ruta {width: 160px; height: 130px; margin: 0 5px 0px 0; float: left; text-align: center; font-size: 11px;}
.dvd_ruta a {font-decoration: none;}
.dvd_ruta a:hover {font-decoration: underline;}

.ljudbokborder {padding: 4px; border: 1px solid #D5D5D5;}

.cykel_bh {margin: 0 3px 3px 0;}

.bullet_blue a {text-decoration: none; padding: 2px 3px 2px 20px; color: #000; font-weight: bold; background: url(images/bullet_blue.png) center left no-repeat;}
.bullet_blue a:hover {text-decoration: underline; padding: 2px 3px 2px 20px; color: #000; background: url(images/bullet_go.png) center left no-repeat;}
.bullet_blue p {height: 22px; font-weight: bold; padding: 3px; margin: 0px 0 15px 0; border: 1px solid #D5D5D5;}

.commentmetadata {color: #666;font-size: 9px;}

.prylar {height: 22px; padding: 0 0 3px 5px; border-bottom: 1px solid #E5E5E5;}
.prylar_text {background:#eee; font-size: 11px; padding: 3px; border-bottom: 1px solid #E5E5E5; margin: 0 0 10px 0; line-height: normal;}
.prylar_dator a {padding: 2px 3px 2px 20px; text-decoration: none;  color: #000; font-weight: bold; background: #fff url(images/computer.png) no-repeat left center;}
.prylar_dator a:hover {background: #fff url(images/bullet_go.png) no-repeat left center; color: #000; text-decoration: underline;}

.alignnone {margin: 0 4px 4px 0;}

.picfirst {height: 8px; visibility: hidden; }

.countdownframe {
	position: relative;
	top: -164px;
	left: 610px;
	background: url(images/bg_countdown.png) no-repeat left center;
	width: 188px;
	height: 42px;
	padding: 4px 6px;
	font-family: Arial;
	font-size: 11px;
}

.tavling {
	position: relative;
	top:-108px;
	left:610px;
	background: url(images/bg_countdown.png) no-repeat left center;
	width: 188px;
	height: 42px;
	padding: 4px 6px;
	font-family: Arial;
	font-size: 11px;
}

.galleri {
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 8px 8px 8px;
	margin: 0 0 10px 0;
}

.galleri strong {
	font-family: Arial, Trebuchet MS;
	font-size: 11px;
	background: #333333;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
	color: #CCCCCC;
	margin: 0px;
	text-transform: uppercase;
}

.galleri-warning {
	font-family: Arial, Trebuchet MS;
	font-size: 11px;
	background: #FFFDE4;
	border: 1px solid #FFEAC5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
	color: #000000;
	margin: 0px;
	text-transform: uppercase;
}

.galleri-warning b {color: #D54E21;}
.galleri img {margin: 5px 5px 0 0;}


/* === NCIS-LINK =========================================================================================================================================================== */

#ncis-text {
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	margin: 2px 0 8px 0;
	font-size: 11px;
	line-height: 15px;
	color: #404040;
}

#ncis-text img {border: 1px solid #333333; width: 540px;}

#ncis-text b {
	font-size: 10px;
	text-transform: uppercase;
}

#ncis-text strong {
	font-family: Arial, Trebuchet MS;
	font-size: 11px;
	background: #333333;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 5px 4px 5px;
	color: #CCCCCC;
	margin: 0px 0 -5px 0;
	font-weight: normal;
	display:block;
}

#ncis-text strong b {
	font-size: 11px;
	text-transform: uppercase;
}

.ncis-div {
	display: block;
	}

a.ncis-link {
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	display: block;
	margin: 8px 0 8px 0;
	}

* html a.castlink {width: 276px;} /*style for IE*/

a.ncis-link:hover {
	border: 1px solid #DDDDDD;
	}
	
a.ncis-link img {
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	}
	
a.ncis-link:hover img {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
	}

/* == NCIS-CAST-TEXT ============================================================================================================================== */

#ncis-cast-text {
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 11px 8px 3px 8px;
	margin: 2px 0 8px 0;
	font-size: 11px;
	line-height: 15px;
	color: #404040;
	min-height: 82px;
}

* html #ncis-cast-text {height: 80px;} /*style for IE*/

#ncis-cast-text img {
	float: right;
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	margin: 0 0 10px 10px;
	width: 70px;
	position: relative;
	right: 0px;
	top: -3px;
}

#ncis-cast-text b {
	font-size: 10px;
	text-transform: uppercase;
}

#ncis-cast-text strong {
	font-family: Arial, Trebuchet MS;
	font-size: 11px;
	background: #333333;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 5px 4px 5px;
	color: #CCCCCC;
	margin: 15px 0 0px 0;
	font-weight: normal;
}

#ncis-cast-text strong b {
	font-size: 11px;
	text-transform: uppercase;
}

/* === NCIS-NEWEP ========================================================================================================================================================== */

#ncis-newep {
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 8px 8px 8px;
	margin: 2px 0 8px 0;
	font-size: 11px;
	line-height: 15px;
	color: #404040;
}

#ncis-newep img {border: 1px solid #333333; width: 540px;}

#ncis-newep b {
	font-size: 10px;
	text-transform: uppercase;
}

.ncis-newep-pictext {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 10px;
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 5px 4px 5px;
	color: #474747;
	margin: 5px 0 0 0;
	font-weight: normal;
	display:block;
}

.ncis-newep-eptext {
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	margin: 5px 0 8px 0;
	font-size: 11px;
	line-height: 15px;
	color: #404040;
}

.ncis-newep-eptext b {
	font-size: 10px;
	text-transform: uppercase;
}

#ncis-newep strong b {
	font-size: 11px;
	text-transform: uppercase;
}

.ncis-newep-htext {
	font-family: Arial, Trebuchet MS;
	font-size: 11px;
	background: #333333;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
	color: #CCCCCC;
	margin-top: 5px;
	text-transform: uppercase;
}

/* === NCIS-NEWVIDEO ======================================================================================================================================================= */

#ncis-newvideo {
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	margin: 18px 0 8px 0;
	font-size: 11px;
	line-height: 15px;
	color: #404040;
}

#ncis-newvideo-youtube {
	border: 1px solid #EEEEEE;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 6px 6px 56px;
	margin: 8px 0 8px 0;
	font-size: 11px;
	line-height: 15px;
	color: #404040;
	background: #FFF url(images/youtube_logo.png) no-repeat 6px 6px;
}