/*
Theme Name: Rocketmedias WordPress Theme
Theme URI:
Description: Magazine-Styled WordPress Theme.
Version: 1.0
Author: Matthias Rasche
Author URI: http://www.matthias-rasche.de
*/

body {
        margin:0;
        padding:0;
        background: url(images/BG.jpg) top center no-repeat #001b36;
}

.clear {
        clear: both;
        }

#main {
        position:relative;
        width:1004px;
        left:50%;
        margin-left:-502px;
        border:0px solid red;
}

#header, #header2 {
        overflow:hidden;
        width:1004px;
        background-image:url(images/bg_header.jpg);
        border:0px solid red;
}

#header div, #header2 div {
        float:left;
}

#s  {
        background-image:url(images/header2.jpg);
        border:0;
        padding:0;
        margin:0;
        width:136px;
        height:28px;
        padding-left:20px;
        padding-top:0px;
        float:left;
        color:#1b1b1b;
        font-size:12px;
        font-family:arial;
		font-weight: bold;
}

#menu {
        background-image:url(images/menu_bg.jpg);
        height:27px;
        width:760px;
        padding:0;
        margin:0;
        border:0px solid red;
}

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

#menu ul li {
        float:left;
}

#menu ul li a {
        color:#fff;
        text-decoration:none;
        font-family:verdana;
        font-weight:bold;
        font-style:italic;
        font-size:13px;
        line-height:25px;
        padding-top:10px;
        padding-right:14px;
        padding-left:14px;
}

#menu ul li a:hover {
        color:#2B87BA;
}

#header2_infos {
        position:relative;
        width:234px;
        background-image:url(images/header2_bg_info.jpg);
}

#header2_imagebig {
        position:relative;
        width:770px;
        border:0px solid red;
        background-image:url(images/bg_header2_right.jpg);
        background-position:right;
        background-repeat:repeat-y;
        background-color:#D0C99F;
        height:386px;
}

#image_big_bottom {
}

/* VARIABEL! */




#trailer_box img.play {
        border:0;
        margin-left:75px;
        margin-top:75px;
}


#content {
        position:relative;
        width:1004px;
        border:0px solid green;
        overflow:hidden;
        background-color:#000;
}

#content div {
        float:left;
}

#content_left {
        position:relative;
        border:0px solid red;
        width:647px;
        background-image:url(images/content_bg_left.jpg);
        padding-left:20px;
}

#content_right {
        position:relative;
        border:0px solid green;
        width:335px;
        height:auto;
        min-height:100%;
        background-image:url(images/content_bg_right.jpg);
}


#top_news {
        width:337px;
        background-image:url(images/topnews_bg.jpg);
        border:0px solid red;
}

#new_trailer {
        background-image:url(images/new_trailer_bg.jpg);
        width:337px;
}

#footer {
        width:989px;
        background-color:#000;
        color:white;
        padding-left:15px;
        padding-top:15px;
        padding-bottom:15px;
        font-family:arial;
        font-size:12px;
}

#footer a {
        text-decoration:none;
        color:white;
}
#footer a:hover {
        color:#2B87BA;
}

#list_news {
        list-style-type:none;
        padding:0;
        padding-left:10px;
        margin:0;
}

#list_news li.description {
        color:#999;
        font-family:arial;
        font-size:12px;

}

#list_news li a {
        color:#d30008;
        text-decoration:none;
        font-family:arial;
        font-size:12px;
        font-weight:bold;
}

#list_news li a:hover {
        color:#800006;
}

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

#trailer_list .trailer {
        padding-left:5px;
		margin-bottom: 0 ! important;
		padding-bottom: 0 ! important;
}

#trailer_list img.play {
        position:absolute;
        margin-top:60px;
        margin-left:127px;
		margin-bottom: 0px;
		padding-bottom: 0px;
        border:0;
}

#trailer_list .spacer {
        width:339px;
        height:6px;
        background-image:url(images/new_trailer_spacer.jpg);
        margin: 0 ! important;
		padding: 0 ! important;
}

#content_header table {
        margin-bottom: 15px;
        }

#content_header td img {
        border:3px solid #b6b6b6;
        padding:1px;
}

#content_header td.title {
        color:#cb5100;
        background-color:#efefef;
        padding:4px;
        font-family:arial;
        font-size:13px;
        font-weight:bold;
}

#content_header td.title a {
        color:#cb5100;
}



#content_header td.type  {
        color:#5f5e5e;
        padding:4px;
        background-color:#dbdbdb;
        font-family:arial;
        font-style:italic;
        font-weight:bold;
        font-size:14px;
}

#content_header td.type a  {
        color:#5f5e5e;
}



/* Hauptcontent (links) */

#content_left {
        font-family: Verdana;
        font-size: 12px;
        line-height: 1.5em;
        }

#content_left a {
        color: #3366cc;
        text-decoration: none;
        }

#content_left a:hover {
        text-decoration: underline;
        }

#postly {
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid grey;
        }

#postly h1 {
        font-family: Arial;
        font-weight: lighter;
        font-size: 18px;
        margin-top: 1px;
        }

#postly h3 {
        color: #000000;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
}

#postly h3 a {
        color: grey;
}

#postly h3 {
        color: grey;
}

.content_left_pic {
        float: left;
        border: 3px solid #b6b6b6;
        padding: 2px;
        -moz-border-radius: 3px;
        margin-right: 5px;
        margin-bottom: 5px;
        max-width: 160px;
        height: 125px;
        }

.content_left_pic_2 {
		        float: left;
		        border: 3px solid #b6b6b6;
		        padding: 2px;
		        -moz-border-radius: 3px;
		        margin-right: 5px;
		        margin-bottom: 1px;
		        max-width: 160px;
		        }

.commentsay a {
        color: grey;
        fontsize: 11px;
        text-weight: lighter;
        }


#single h1 {
        color: #3366cc;
        font-family: Arial;
        font-weight: lighter;
        padding-bottom: 5px;
        border-bottom: 1px solid #C0C0C0;
        font-size: 26px;
        }

#single h3 {
        text-transform: uppercase;
        font-size: 12px;
        }

#single h3 a {
        color: #000000;
        }

#single img {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        }

		#gal h1 {
		        color: #3366cc;
		        font-family: Arial;
		        font-weight: lighter;
		        padding-bottom: 5px;
		        border-bottom: 1px solid #C0C0C0;
		        font-size: 26px;
		        }

		#gal h3 {
		        text-transform: uppercase;
		        font-size: 12px;
		        }

		#gal h3 a {
		        color: #000000;
		        }

		#gal img {
		        margin-right: 5px;
		        margin-bottom: 5px;
		        }
		
		.piclenselink {
			display: block;
		}

.tagsb {
        padding-top: 5px;
        border-top: 1px solid #ccc;
        width: 100%;
        }


/*Variable Einstellungen um Bilder zu ändern */

/* BOX Filminfos */
#filminfos_box {
        position:relative;
        border:0px solid red;
        width:205px;
        height:116px;
        margin-left:18px;
}

#filminfos_box img {
		width: 205px;
		height:116px;
}

/* BOX TRAILER */
#trailer_box {
        position:relative;
        border:0px solid red;
        width:205px;
        height:200px;
        margin-left:18px;
}



/* Großes hauptbild */
#image_big_src {
        border:0px solid green;
        width:754px;
        height:386px;
		background: #000;
}

#image_big_src img {
		width:754px;
		height:386px;
}

/* Bild über den TOPNEWS */
#image_right {
        margin-left:10px;
        width:310px;
        height:265px;
}

/* Kommentare */
.comments {
   margin-top: 20px;
   line-height: 1.7em;
   width: 450px;
}

.comments img {
	float: none ! important;
	padding: 0 ! important;
	margin: 0 ! important;
}


.comments textarea {
   width: 450px;
   padding: 5px;
   border-left: 1px solid #333;
   border-top: 1px solid #333;
   }

.field {
   border-left: 1px solid #333;
   border-top: 1px solid #333;
   padding: 3px;
   }

.kommentar {
   margin-bottom: 10px;
   width: 450px;
   }

.kommentar_left {
   float: left;
   width: 80px;
   margin-bottom: auto;
   }

.kommentar_left img {
   border: 1px solid #ccc;
   padding: 2px;
   }

.kommentar_right {
   float: right;
   width: 350px;
   background: #f2f2f2;
   color: #333;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   padding: 5px;
   font-family: Arial;
   min-height: 64px;
   }

.commentmetadata, .commentmetadata a {
   text-align: right;
   color: #4d4d4d;
   margin-top: 3px;
   display: block;
   font-size: 0.9em;
   }