/* 
Theme Name: Rockets Theme 5
Theme URL: http://www.rocketcheer.de
Version: 1.3
*/

/*** CSS Reset ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*** General ***/
html, body {height:100%;}
body {
	color:#efefef;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	background-image:url(http://www.rocketcheer.de/image/bg.png);
	background-color:#082a50;
}
.clear {clear:both;}
object {margin-bottom:1.2em;}
/*** Text Style **/
p, ol, ul, dl {font-size:87.5%;line-height:150%;margin:1em 0;}
ol, ul, dl {margin:1.2em 0;padding-left:12px;}
ul li {
	padding-left:24px;
	background-image:url(http://www.rocketcheer.de/image/star.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	list-style:none;
	
}
.small {margin:0 0 1.4em 0;font-size:72%;}
h1, h2, h3, h4, h5 {
	color:white;
	font-weight:bold;
	line-height:130%;
	font-family:Arial, sans-serif;
}
h1 {font-size:170%; text-shadow:#000 1px 1px 4px;}
h2 {font-size:160%;}
h3 {font-size:130%;}
h4 {font-size:120%;}
h5 {font-size:110%;}
h2.pageTitel {
	width:100%;
	margin-bottom:0.8em;
	padding-bottom:0.2em;
	background:url(http://www.rocketcheer.de/image/line.png) repeat-x bottom;
}
a, h3 a, p a {
	color:#1d79c9;
	text-decoration:none;
}
a:hover, h3 a:hover, p a:hover {
	-webkit-transition-duration:.30s; 
	-webkit-transition-property:color;
	color:#efefef;
}
a:visited {color:#1d79c9;text-decoration:none;}
/*** Grids ***/
.grid940 { 
	width:920px;
	margin:0 0 2em 20px;
}
.grid600 {
	float:left;
	width:600px;
	margin:0 20px 2em 20px;
}
.grid440 {
	float:left;
	width:440px;
	margin:0 20px 2em 20px;
}
.grid280 {
	float:left;
	width:280px;
	margin:0 20px 2em 20px;
}
/*** Structure ***/
#wrap {
	width:960px;
	margin:0 auto;
	background:url(http://www.rocketcheer.de/image/bg-header.png) no-repeat 40px -40px;
}
#header {
	height:160px;
	margin-bottom:3em;
	padding-top:2em;
}
#footer{
	clear:both;
	height:118px;
	background:url(http://www.rocketcheer.de/image/bg-footer.png) no-repeat center bottom;
	font-size:92%;
	color:#004792;
}
/*** Header ***/
#header h1 {
	float:left; 
	display:block;
	width:390px;
	height:150px;
	background:url(http://www.rocketcheer.de/image/logo.png) no-repeat 0 0;
	text-indent:-200em;
}
#header h1:hover {
	background:url(http://www.rocketcheer.de/image/logo.png) no-repeat 0 -150px;
}
/*** Nav ***/
ul#nav {
	margin-top:12px;
	margin-left:12px;
	list-style:none;
	float:left;
}
ul#nav li {
	float:left;
	display:inline; /*For ignore double margin in IE6*/
	margin:0 8px;
	padding:0;
	background-image:none;
}
ul#nav li a {
	text-decoration:none;
	float:left;
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	text-shadow:#efefef 0 1px 0;
	color:#404141;
}
ul#nav li a span {
	margin:0 4px 0 -4px;
	padding:5px 4px 6px 8px;
	position:relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}	
ul#nav li a.active, ul#nav li a:hover {
	background:url(http://www.rocketcheer.de/image/bg-nav-blue.png) no-repeat top right;
	text-shadow:#3c3c3c 0 -1px 0;
	color:#efefef; 
	-webkit-transition-property:none;
}
ul#nav li a.active span, ul#nav li a:hover span {
	background:url(http://www.rocketcheer.de/image/bg-nav-blue.png) no-repeat top left;
}
ul#nav li a, ul#nav li a {
	background:url(http://www.rocketcheer.de/image/bg-nav-grey.png) no-repeat top right;
}
ul#nav li a span, ul#nav li a span {
	background:url(http://www.rocketcheer.de/image/bg-nav-grey.png) no-repeat top left;
}
/*** Aside ***/
#aside dl {
	padding:0;
	background-color:#062c56;
	border:1px solid #00234f;
}
#aside dt.header-list-small {
	margin:6px 0;
	padding:15px 0 0 12px;
	font-weight:bold;
	font-size:120%;
}
#aside dd {
	padding:0;
}
#aside dd a {
	padding:6px 12px;
	display:block;
	background:#062c56;
	border-top:1px solid #00234f;
}
#aside dd a:hover {
	background-color:#165c98;
	text-decoration:none;
	color:#efefef;
	-webkit-transition-duration:.30s; 
	-webkit-transition-property:color,background-color;
}
#aside .header-list-small {
	width:287px;
}
/*** Footer ***/
#footer .line {
	height:2px;
	margin:1.4em 0;
	background:url(http://www.rocketcheer.de/image/line.png) repeat-x;
}
#footer a {
	font-weight:bold;
	color:#004885;
	text-shadow:none;
}
#footer a:hover {
	text-shadow:#0070de 0px 0px 28px;
	text-decoration:none;
	-webkit-transition-duration:.30s; 
	-webkit-transition-property:text-shadow;
}
#footer p {margin:.8em;}
/*** Welcome ***/
#welcome {margin-bottom:4.2em;}
#welcome h1.large {font-size:280%;}
#welcome h1.blue {color:#3d91d7;}
/*** Feature Event ***/
#feature {
	display: none;
	background-color: #f9f9f9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #f9f9f9), color-stop(1.0, #8c8e8e));
	text-align: center;
}
#feature h2 {
	padding: .4em 0;
	font-size: 1.2em;
	text-shadow:#efefef 0 1px 0;
	color:#404141;
}
#feature a {
	text-decoration: underline;
	color: #404141;
}
#feature a:hover {
	text-decoration: none;
}

/*** Feature Links ***/
.feature-link {
	margin-bottom:.4em;
}
.feature-link a h4 {
	width:440px;
	height:100px;
	text-indent:-200em;
}
.feature-link a h4:hover {
	color:#144977;
}
.feature-link a h4.ccvd {
	background:url(http://www.rocketcheer.de/image/feature-ccvd.png) no-repeat;
}
.feature-link a h4.ccvh {
	background:url(http://www.rocketcheer.de/image/feature-ccvh.png) no-repeat;
}
.feature-link a h4.ccvd:hover,
.feature-link a h4.ccvh:hover {
	background-position:0 -97px;
}
/*** Social Link ***/
#social-link {
	margin-top: 2em;
	margin-left: .8em;
}
/*** Recent News ***/
#recent-news {
	padding-top:6px;
	background-color:#062c56;
	border:1px solid #00234f;
}
#recent-news .header-list {
	width:467px;
	margin-bottom:.2em;
}
#recent-news p {
	margin:0;
}
#recent-news ul {
	margin:0;
	padding:0;
}
#recent-news li {
	margin:0;
	padding:0;
	background-image:none;
}
#recent-news li a {
	display:block;
	padding:6px 12px;
	border-top:1px solid #00234f;
}
#recent-news li a:hover {
	background-color:#165c98;
	color:#efefef;
	-webkit-transition-duration:.30s; 
	-webkit-transition-property:background-color, color;
}
/*** Article ***/
.article {
	margin-bottom:3em;
	padding:12px;
	background-color:#062c56;
	border:1px solid #00234f;
}
/*** PageNav ***/
#pageNav {clear:both;}
p.prev {float:left;}
p.next {float:right;}
/*** News ***/
#news .header-article {
	width:610px;
	left:-24px;
}
#news .header-article h3 {
	margin:0;
	padding:20px 24px 0 24px;
	line-height:0;
}
#news .header-article p {
	margin:0;
	padding:10px 16px 0 24px;
	font-size:80%;
	font-weight:bold;
	text-shadow:#efefef 0 1px 0;
}
#news span.comment-invite a {
	float:right !important;
	padding-left:24px;
	background-image:url(http://www.rocketcheer.de/image/bubble.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	text-shadow:#efefef 0 1px 0;
	color:#404141;
}
#news span.comment-invite a:hover {
	background-position:left -12px;
	color:#235998;
}
#news .footer-article {
	margin-top:1em;
	padding:6px 0 0 6px;
	background:url(http://www.rocketcheer.de/image/line.png) repeat-x top;
}
#news .footer-article p {
	margin:0;
	padding:0;
}
#news img {
	width:560px;
	-moz-box-shadow:0px 0px 6px #191919;
	-webkit-box-shadow:0px 0px 6px #191919;
	box-shadow:0px 0px 6px #191919;
	border:8px solid #c9caca;
}
/*** About ***/
#about .header-article {
	width:450px;
}
/*** Teams ***/
#teams {
	margin-bottom:2em;
	padding:12px;
	background-color:#062c56;
	border:1px solid #00234f;
}
#teams .header-article {
	width:930px;
	left:-24px;
}
#teams img {
	width:896px;
	margin-bottom:1.8em;
}
#teams .info {
	overflow:auto;
}
#teams .info h4 {
	margin-bottom:.8em;
}
#teams .description {
	float:left;
	display:block;
	width:430px;
	overflow:hidden;
}
#teams .box {
	float:right;
	display:block;
	width:430px;
	overflow:hidden;
}
#teams p {margin:0;padding:0;}
#teams .tab-content dl.trophy dd {
    padding-left:24px;
	background-image:url(http://www.rocketcheer.de/image/award.png);
	background-repeat:no-repeat;
	background-position:left 4px;
}
#teams .coaches {
	float:left;
	width:196px;
	margin-right:12px;
}
#teams .coaches img {
	float:left;
	width:75px;
	margin-right:12px;
}
#teams .coaches p {
	margin:0.2em 0;
}
/*** Contact ***/
#contact .header-article {
	width:610px;
}
/*** Tab-Box ***/
ul.tab-nav {
    float:left;
	margin:0;
    padding:0;
    list-style:none;
    height:32px; /*--Set height of tabs--*/
    width:100%;
}
ul.tab-nav li {
    float:left;
    margin-right:12px;
    padding:0;
    height:32px;
    line-height:32px;
    margin-bottom:-1px;
    overflow:hidden;
    position:relative;
	background-image:none;
	background-color:#c9caca;
	font-size:100%;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e3e3e3), color-stop(1.0, #b5b6b7));
	-moz-border-top-left-radius:4px;
	-moz-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
ul.tab-nav li a {
    text-decoration:none;
    display:block;
    padding:0 8px;
    outline:none;
	text-shadow:#efefef 0 1px 0;
	color:#404141;
	font-weight:bold;
}
ul.tab-nav li a:hover {
	background-color:#165c98;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.0, #1e7bcd), color-stop(1.0, #13548b));
	-moz-border-top-left-radius:4px;
	-moz-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-webkit-transition-property:none;
}
html ul.tab-nav li.active  { 
	background-color:#165c98;
	text-shadow:#3c3c3c 0 -1px 0;
	color:#efefef;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.0, #1e7bcd), color-stop(1.0, #13548b));
}
ul.tab-nav li a:hover,
ul.tab-nav li.active a {
	text-shadow:#3c3c3c 0 -1px 0;
	color:#efefef;
}
.tab-container {
	overflow:hidden;
    clear:both;
    float:left; 
	width:100%;
	padding:12px;
	background-color:#c9caca;
	text-shadow:#efefef 0 1px 0;
	color:#404141;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e3e3e3), color-stop(1.0, #b5b6b7));
}
.tab-content p {
	margin:0 0 .8em 0;
}
.tab-content dl {
	margin:0;
    padding:0;
} 
.tab-content dt {
    margin-bottom:.4em;
	font-size:110%;
    font-weight:bold;
}
.tab-content dd {
	margin:0 24px .4em 6px;
    padding-left:24px;
	background-image:url(http://www.rocketcheer.de/image/star-grey.png);
	background-repeat:no-repeat;
	background-position:left 4px;
}
/*** Comments ***/
#comment {
	margin-bottom:3em;
	background-color:#062c56;
	border:1px solid #00234f;
}
#comment .even, #comment .odd {
	padding:12px;
	border-top:1px solid #001f40;
	overflow:hidden;
}
#comment .even p, 
#comment .odd p {
	margin:0;
	padding:0;
}
#comment .odd {
	background-color:#002449;
	overflow:auto;
}
#comment .header-article,
.comments-wrapper .header-article {
	margin-top:12px;
	margin-bottom:0.8em;
	left:-12px;
}
#comment .header-article h3 {
	padding-top:28px;
}
.comments-wrapper .header-article {
	padding-top:8px;
}
#comment h5 {
	font-size:92%;
	text-shadow:none;
}
.commentMeta {
	float:left;
	width:160px;
	margin-right:40px;
}
.commentWord {
	float:left;
	width:348px;
}
.even .commentWord {margin-bottom:2em;}
span.commentDate {
	width:160px;
	margin-top:0.4em;
	color:#efefef;
	font-size:72%;
}
.comment-preview {
	clear:both;
	padding:12px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.0, #960202), color-stop(1.0, #830101));
	text-shadow:#3c3c3c 0 -1px 0;
}
#comment-error {
	padding-top:12px;
}
/*** Buttons ***/
.button a, 
#comment-form .button, 
#contact-form .zemSubmit {
	padding:6px;
	border:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#c9caca;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.0, #f9f9f9), color-stop(1.0, #8c8e8e));
	text-shadow:#efefef 0 1px 0;
	color:#404141;
	font-weight:bold;
	font-size:100%;
	cursor:pointer;
}
.button a:hover, 
#contact-form .zemSubmit:hover,
#comment-form .button:hover {
	text-decoration:none;
	background-color:#165c98;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.0, #1c73bf), color-stop(1.0, #135389));
	text-shadow:#3c3c3c 0 -1px 0;
	color:#efefef;
	-webkit-transition-property:none;
}	
/*** Header Article ***/
.header-article {
	position:relative;
	height:72px;
	margin-bottom:1em;
	background:url(http://www.rocketcheer.de/image/header-article.png) no-repeat top left;
	text-shadow:#efefef 0 1px 0;
	color:#404141;
	left:-24px;
}
.header-article h3 {
	padding:28px 24px 0 24px;
	line-height:0;
}
.header-list h3 {
	padding:32px 24px 0 12px;
	line-height:0;
}
.header-article h3,
.header-article h3 a,
.header-article p a,
.header-list,
.header-list h3,
.header-list-small,
.header-list-small dt {
	text-shadow:#efefef 0 1px 0;
	color:#404141;
}
.header-article a:hover {
	color:#235998;
}
.header-list {
	position:relative;
	height:72px;
	background:url(http://www.rocketcheer.de/image/header-list.png) no-repeat top right;
}
.header-list-small {
	position:relative;
	height:42px;
	background:url(http://www.rocketcheer.de/image/header-list-small.png) no-repeat top right;
}
/*** Forms ***/
.comments-wrapper,
#contact-wrap {
	clear:both;
	padding:12px;
	background-color:#062c56;
	border:1px solid #00234f;
}
.comments-wrapper {
	padding-top:0;
}
.form-wrap {
	overflow:hidden;
}
.comments-wrapper {
	margin-bottom:3em;
}
#contact-form,
#comment-form  {
	float:left;
	width:306px;
	padding-right:12px;
}
#contact-form input[type="text"],
#contact-form textarea,
#comment-form input[type="text"],
#comment-form textarea {
	display:block;
	padding:6px;
	margin:0.8em 0;
	background-color:#165c98;
	border-right:1px solid #006ec7;
	border-bottom:1px solid #006ec7;
	border-top:none;
	border-left:none;
	font-size:87.5%;
	color:#efefef;
	width:98%;
}
#contact-form input:hover, 
#contact-form textarea:hover, 
#contact-form input:focus, 
#contact-form textarea:focus,
#comment-form input:hover,
#comment-form textarea:hover,
#comment-form input:focus,
#comment-form textarea:focus {
	background-color:#f6f7ed;
	color:#404141;
	-webkit-transition-duration:.30s; 
	-webkit-transition-property:background-color;
}
#contact-form label, 
#contact-form textarea,
#comment-form label,
#comment-form textarea {
	font-size:98%;
}
#contact-info,
#comment-info {
	float:left;
	width:220px;
	padding-left:24px;
}
#comment-form .trio{
	text-align:left;
}

#comment-form input.disabled {display:none;}
/*** Media ****/
#image-overview-wrap {
	padding:12px;
	background-color:#062c56;
	border:1px solid #00234f;
}
#image-overview {
	margin-top:1.2em;
	overflow:hidden;
}
#video-overview {
	padding:12px;
	background-color:#062c56;
	border:1px solid #00234f;
}
#image-overview-wrap .header-list,
#video-overview .header-list {
	width:467px;
	left:-12px;
}
#image-overview .overview-item h4, 
#image-overview .overview-item p {
	float:left;
	width:302px;
}
#image-overview p.date,
#video-overview p.date,
#gallery-single p.date {
	margin:0;
	font-size:80%;
}
#image-overview img {
	float:left;
	width:84px;
	height:84px;
	margin-right:12px;
	margin-top:5px;
}
#video-overview img {
	width:400px;
	margin-top:.8em;
}
#image-overview img,
#video-overview img {
	border:8px solid #c9caca;
	-moz-box-shadow:0px 0px 6px #191919;
	-webkit-box-shadow:0px 0px 6px #191919;
	box-shadow:0px 0px 6px #191919;
}
ul.thumb {
	float:left;
	list-style:none;
	padding:10px;
}
ul.thumb li {
	padding:5px;
	float:left;
	position:relative;  /* Set the absolute positioning base coordinate */
	width:100px;
	height:100px;
	background:none;
}
ul.thumb li img {
	width:100px; 
	height:100px; /* Set the small thumbnail size */
	-ms-interpolation-mode:bicubic; /* IE Fix for Bicubic Scaling */
	-moz-box-shadow:0px 0px 6px #191919;
	-webkit-box-shadow:0px 0px 6px #191919;
	box-shadow:0px 0px 6px #191919;
	position:absolute;
	left:0; 
	top:0;
}
ul.thumb li img.hover {
	background:none;
	border:none;
}
.gallery-tab .tab-box {
	margin-top:1em;
}
.gallery-tab .image-tab img,
.gallery-tab .video-tab img {
	margin-bottom:.8em;
}
.gallery-tab .image-tab img {
	clear:both;
	float:left;
	width:75px;
	height:75px;
	margin-right:12px;
}
.gallery-tab .image-tab strong,
.gallery-tab .image-tab p {
	float:left;
	width:193px;
}
.video-tab img {
	margin:0 0;
}
.gallery-tab .video-tab strong {
	float:left;
}
.gallery-tab .video-tab p.date {
	float:left;
	margin-top:0;
	margin-left:12px;
}
.image-tab a,
.video-tab a {
	color:#144977;
}
.image-tab a:hover,
.video-tab a:hover {
	color:#165c98;
}
/*** Error ***/
#error,
#error503 {
	height:340px;
	margin:6em 0;
	background:url('http://www.rocketcheer.de/image/error-astronaut.png')no-repeat top right;
}
#error503 {
	margin:0 auto;
	margin-top:16em;
}
#error h3,
#error503 h3,
#error p,
#error503 p {
	position:relative;
	width:300px;
	color:#404141;
	top:60px;
	left:126px;
}
