/*   
Theme Name: redwire
Theme URI: redwireofficial.co.uk
Description: Custom theme for redwire
Author: Leo Dillon
Author URI: leodillon.com
Version: 1.0
*/

/* main stuff */

html {
	background-color: black;
}

body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
}

div#page {
	width: 864px;
	margin: 25px auto 10px auto;
	position: relative;
}


/* reset some stuff that's often causes annoyance */
ul, ol, li, h1, h2, h3, h4, form, fieldset, img, hr, p, abbr {
	margin: 0;
	padding: 0;
	border-width: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* header */

div#header {
	position: relative;
	background: url("./img/header_background.jpg") no-repeat center center;
	height: 195px;
}

a#logo {
	position: absolute;
	left: 314px;
	top: 86px;
}

a#logo img {
	height: 54px;
	width: 234px;
}


/* menu */

ul#menu {
	background-color: #942929;
	height: 28px;
	text-align: center;
	color: white;
	font-family: Courier New, Courier, monospace;
	font-size: 17px;
	padding-top: 8px;
	text-transform: uppercase;
}
ul#menu li {
	display: inline;
}
ul#menu li a {
	color: white;
	text-decoration: none;
}


/* main */

div#main {
	margin: 25px 0;
}

a {
	color: #942929;
}

h2, div#respond h3, h3#comments {
	color: #942929;
}

h1.main_h, h2.main_h {
	border-top: 1px dashed #202020;
	border-bottom: 1px dashed #202020;
	padding: 2px 0;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: black;
}

/* columns */

.three_col {
	/*background: white url("./img/three_col.png") repeat-y;*/
}
.two_col {
	/*background: white url("./img/two_col.png") repeat-y;*/
}

div#col_1 {
	width: 253px;
	float: left;
	padding: 14px 8px 10px 8px;
	border-right: 28px solid black;
	background: white;
}

div#col_2 {
	width: 269px;
	float: left;
	border-right: 28px solid black;
	background: white;
}
div#col_2 div.col_2_inner {
	width: 253px;
	padding: 14px 8px 10px 8px;
	background: white;
	border-bottom: 24px solid black;
}

div#left {
	width: 550px;
	float: left;
	padding: 14px 8px 30px 8px;
	border-right: 28px solid black;
	background: white;
}

div#right {
	width: 270px;
	float: left;
	background: white;
}
div#right div.right_inner_block {
	width: 254px;
	padding: 14px 8px 10px 8px;
	background: white;
	border-bottom: 24px solid black;
}


/* Live */

div#page_live h4 {
	color: #942929;
	font-size: 16px;
	border-top: 1px dashed #202020;
	margin-top: 16px;
	padding: 16px 0 2px 0;
}
div#page_live h4:first-child {
	border-top-width: 0px;
	padding-top: 0px;
}
div#page_live p {
	color: black;
}


/* Gallery */

div.gallery_float {
	float: left;
	padding-right: 11px;
	padding-bottom: 36px;
}
div.gallery_float strong {
	color: #942929;
	font-weight: normal;
}
div.gallery_float img {
	border: 1px solid #202020;
	margin-bottom: 10px;
}


/* News */

h2.posttitle, div#respond h3, h3#comments {
	font-size: 16px;
}

div.postentry p {
	margin: 12px 0;
}

p.postmeta {
	font-size: 11px;
	color: #555555;
}


/* footer */

div#footer {
	color: white;
	font-family: Courier New, Courier, monospace;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px dashed white;
	border-bottom: 1px dashed white;
	padding: 11px 0;
}
div#footer a {
	color: #b7b7b7;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}




/* misc */

.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
}


/* slideshow */

.jqslideshow {
	
}

div.jqslideshow_navigation {
	display: none;
}


/* music player */

div#musicplayer {
	background-color: #060606;
	padding: 15px;
	position: relative;
}

ul#tracklist {
	color: white;
	list-style-type: none;
	font-size: 13px;
}
ul#tracklist li a {
	color: white;
	display: block;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	border-bottom: 1px solid white;
	background-color: #060606;
}
ul#tracklist li.playing a {
	background-color: #2a2a2a;
}
ul#tracklist li a:hover {
	background-color: #1a1a1a;
}
ul#tracklist li.playing a:hover {
	background-color: #2a2a2a;
}

div#player_controls {
	height: 17px;
	padding-bottom: 12px;
}
div#player_controls a {
	float: left;
	height: 17px;
	margin-right: 8px;
}

a#player_back {
	width: 24px;
	background: url("./img/player_rw.png") no-repeat;
	margin-left: 2px;
}
a#player_playpause {
	width: 24px;
	background: url("./img/player_pp.png") no-repeat 0 0;
}
div#musicplayer.playing a#player_playpause {
	background-position: 0 -17px;
}
a#player_next {
	width: 24px;
	background: url("./img/player_ff.png") no-repeat;
}
a#player_stop {
	width: 22px;
	background: url("./img/player_stop.png") no-repeat;
}

span#player_time {
	font-size: 11px;
	color: white;
	position: absolute;
	top: 21px;
	right: 20px !important;
	right: 30px;
}

div#volume_control {
	position: absolute;
	top: 13px;
	left: 124px;
	height: 19px;
	width: 35px;
	background: url("./img/player_volume.png") no-repeat bottom left;
}
div#volume_bar {
	height: 19px;
	width: 35px;
	background: url("./img/player_volume.png") no-repeat top left;
}


/* contact form */

form.wpcf7-form label {
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 13px;
}

form.wpcf7-form input {
	border: 1px solid black;
	background-color: #942929;
	color: white;
	padding: 4px 10px;
}

form.wpcf7-form span.your-name input,
form.wpcf7-form span.your-email input,
form.wpcf7-form span.your-subject input,
form.wpcf7-form textarea {
	border: 1px solid #444444;
	padding: 3px;
	width: 300px;
	background-color: white;
	color: black;
	font-weight: normal;
}

textarea, input {
	font-family: Arial, Tahoma, sans-serif;
}

span.wpcf7-not-valid-tip-no-ajax,
div.wpcf7-validation-errors {
	color: #942929;
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
}

div.wpcf7-response-output {
	padding-left: 102px;
	font-size: 14px;
	padding-top: 3px;
}


/* FB */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('./img/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('./img/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('./img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('./img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('./img/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('./img/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('./img/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('./img/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('./img/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('./img/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('./img/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('./img/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('./img/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(./img/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(./img/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(./img/fancy_title_right.png) repeat-x;
}

/* links */
a.link_link {
	float: left;
	padding-top: 20px;
}

/* comments */

textarea#comment {
	width: 542px;
	border: 1px solid #444444;
	padding: 3px;
	margin-top: 5px;
}
input#author, input#email, input#url {
	margin-top: 5px;
	border: 1px solid #444444;
	padding: 3px;
}
input#submit {
	margin-top: 5px;
	border: 1px solid black;
	background-color: #942929;
	color: white;
	padding: 4px 10px;
}

div#respond, h3#comments {
	padding-top: 20px;
}

ol.commentlist {
	list-style-type: none;
}
li.comment {
	padding-top: 14px;
}

div.comment-author img {
	float: left;
	padding-right: 12px;
	padding-bottom: 8px;
}


