/*
Theme Name: Dreamcatcher
Theme URI: http://www.manxradio.com/
Description: Wordpress theme for the Manx Radio Dreamcatcher Trust.
Version: 1.0
Author: Simon Bloom
Author URI: http://www.bloomindesign.com/

	Dreamcatcher v1.0

	This theme was designed by Simon Bloom,
	http://www.bloomindesign.com/

    And built by David Wren
    http://www.wrendevelopment.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html {
    height:100%;
    margin-bottom:1px;
}

body {
    background-color:#706047;
    margin:0;
    padding:0;
    font-family:arial;
    font-size:62.5%;
    line-height:1.6;
}

a:link,
a:visited {
    /*color:#FF8A00;*/
    color:#6F4C22;
}

a:hover,
a:active {
    color:#DF9237;
    text-decoration:none;
}

a:link img,
a:visited img {
    border:0;
}

.wrapper {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    position:relative;
}

#header,
#content,
#footer {
    font-size:1.3em;
}

/* logo styles */

h1,
h1 a:link,
h1 a:visited {
    width:335px;
    height:160px;
    display:block;
    z-index:10;
    cursor:pointer;
    outline:none;
}

h1 {
    position:absolute;
    top:-160px;
    left:24px;
    margin:0;
    padding:0;
}

h1 a:link,
h1 a:visited {
    position:relative;
    background:url(images/logo_original.png) no-repeat top left;
    text-indent:-999%;
    z-index:15;
}

/* header styles */

#header {
    height:210px;
    width:100%;
    background:url(images/header.jpg) repeat-x top center;
    clear:both;
}

#header .wrapper {
    height:210px;
    padding:0;
    background:url(images/header.jpg) repeat-x top center;
}

#header ul {
    margin:0;
    padding:30px 0 0 0;
    list-style:none;
    display:block;
    width:970px;
    height:180px;
}

#header ul li {
    display:inline;
    margin:0 15px 0 0;
    padding:0;
    font-size:1.2em;
}

#header ul li.stars {
    position:absolute;
    width:398px;
    height:82px;
    background:url(images/stars.png) no-repeat top left;
    top:50px;
    left:500px;
}

#header ul li a:link,
#header ul li a:visited {
    font-size:1em;
}

#header ul li,
#header ul li a:link,
#header ul li a:visited {
    color:#47bbd6;
    text-decoration:none;
    text-transform:uppercase;
}

#header ul li:hover,
#header ul li a:hover,
#header ul li a:active {
    text-decoration:underline;
}

/* content styles */

#content {
    background:url(images/main_top.jpg) repeat-x top center;
    position:relative;
    top:-30px;
    padding-top:50px;
    z-index:5;
    min-width:1000px;
    color:#3f3f3f;
}

#content .outside-wrapper {
    background:url(images/main_bg.png) repeat-y top center;
    min-width:1000px;
    width:100%;
    position:relative;
    z-index:1;
}

#content .wrapper {
    width:1000px;
    position:relative;
    left:-35px;
    background:url(images/wrapper_bg.png) repeat-y top center;
}

#content h2,
#content h3,
#content h4 {
    margin:0;
    padding:0 0 10px 0;
    color:#47bbd6;
    font-weight:normal;
}

#content h2,
#content h3 {
    font-size:1.4em;
}

#content h4 {
    font-size:1.2em;
}

#content #main h2 {
    background:url(images/heading_star.png) no-repeat 0 2px;
    padding-left:30px;
    position:relative;
    left:-30px;
}

#content #main h2 a:link,
#content #main h2 a:visited {
    color:#47bbd6;
}


#content p {
    margin:0;
    padding:0 0 10px 0;
}

#content #main,
#content #middle,
#content #right {
    float:left;
    border:0;
    padding-top:15px;
    padding-bottom:25px;
    vertical-align:top;
    clear:none;
    min-height:570px;
}

#content #middle,
#content #right {
    width:200px;
    padding-left:15px;
    padding-right:15px;
}

#content #middle {
    padding-left:20px;
}

#content #main {
    width:440px;
    padding-right:25px;
    padding-left:35px;
    background:#F0EEDF url(images/content_main_bg.png) no-repeat top right;
}

#content #middle {
    background:#E3E1D8 url(images/content_middle_bg.png) no-repeat top left;
}

#content #right {
    background:#D2CEC3 url(images/content_right_bg.png) no-repeat top left;
}

#content #main textarea {
    width:420px;
}

#content #main .navigation {
    width:440px;
    clear:both;
    overflow:auto;
    margin:10px 0;
}

#content #main .navigation .alignleft,
#content #main .navigation .alignright {
    width:220px;
    float:left;
}

#content #main .navigation .alignleft {
    clear:left;
}

#content #main .navigation .alignleft {
    clear:right;
}

/* causes styles */

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

#middle li {
    background:url(images/middle_bg.png) no-repeat bottom left;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
}

#middle li h4,
#middle li a:link,
#middle li a:visited {
    font-size:1.3em;
    margin:0 !important;
    padding:0;
    text-decoration:none;
    color:#47bbd6;
}

#middle li h4 {
    font-size:1.3em;
}

#middle li h4 a:link,
#middle li h4 a:visited {
    font-size:1em;
}

#middle li a:hover,
#middle li a:active {
    text-decoration:underline;
}


#middle li p {
    margin:0 0 5px 0 !important;
    padding:0;
}


/* downloads styles */

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

#downloads li,
#downloads li a:link,
#downloads li a:visited {
    display:block;
}

#downloads li {
    width:180px;
    height:55px;
    background:url(images/downloads_bg.png) no-repeat 0 7px;
    margin-bottom:10px;
}

#downloads li a:link,
#downloads li a:visited {
    width:115px;
    height:42px;
    background-repeat:no-repeat;
    background-position:0 2px;
    padding:8px 5px 5px 60px;
    text-decoration:none;
    color:#da352e;
    line-height:1.4;
}

#downloads li.pdf a:link,
#downloads li.pdf a:visited {
    background-image:url(images/download_pdf.png);
}

#downloads li.rss a:link,
#downloads li.rss a:visited {
    background-image:url(images/download_rss.png);
}

#right h4 a:link,
#right h4 a:visited {
    color:#47bbd6;
    text-decoration:none;
}

#right h4 a:hover,
#right h4 a:active {
    text-decoration:underline;
}

/* footer styles */

#footer {
    width:100%;
    min-width:1000px;
    background:url(images/footer_top.gif) repeat-x top center;
    position:relative;
    top:-50px;
    padding-top:30px;
    z-index:10;
}

#footer .outside-wrapper {
    background-color:#706047;
    width:100%;
    min-width:1000px;
}

#footer,
#footer a:link,
#footer a:visited {
    color:#FFF;
}

#footer .col {
    width:288px;
    float:left;
    padding:0 30px 0 0;
    margin:0 15px 0 0;
}

#footer h2,
#footer h3 {
    font-size:1.2em;
    color:#ff7f00;
    font-weight:normal;
}

#footer #copy {
    width:100%;
    clear:both;
    border-top:2px dotted #a19785;
    text-align:left;
    font-weight:bold;
    margin-top:20px;
    padding-top:5px;
}

#footer #copy .wrapper {
    width:1000px;
}

#footer #copy p {
    margin:0;
    padding:0;
}

#footer #contact_form {
    margin:0;
    padding:0;
    list-style:none;
}

#footer #contact_form ol {
margin:0;
padding:0;
list-style:none;
}

#footer #contact_form fieldset,
#footer #contact_form legend {
margin:0;
padding:0;
border:0;
}

#footer #contact_form p,
#footer #contact_form ol li {
    clear:both;
    margin:0 0 10px 0 !important;
    padding:4px 0 !important;
    vertical-align:top;
}

#footer #contact_form label,
#footer #contact_form input,
#footer #contact_form textarea {
    float:left;
    vertical-align:top;
}

#footer #contact_form label {
    width:70px;
}

#footer #contact_form input,
#footer #contact_form textarea {
    width:200px;
}

#footer #contact_form textarea {
height:80px;
}

#footer #contact_form #submit,
#footer #contact_form #footer_contact_submit,
#footer #contact_form #sendbutton {
    width:auto;
}

#footer #contact_form #footer_contact_submit,
#footer #contact_form #sendbutton {
    margin-left:70px;
}

#footer #contact_form .credit,
#footer #contact_form .linklove {
    visibility:hidden;
}

#footer #recent_pictures,
#footer #recent_events ul {
    list-style:none;
    margin:0;
    padding:0;
}

#footer #recent_pictures li,
#footer #recent_events li {
    margin:0;
}

#footer #recent_events li {
    margin-bottom:5px;
}


#footer #recent_pictures .ngg-widget a:link,
#footer #recent_pictures .ngg-widget a:visited,
#footer #recent_pictures .ngg-widget a:link img,
#footer #recent_pictures .ngg-widget a:visited img {
    width:75px;
    height:50px;
    vertical-align:top;
    display:block;
    padding:0;
    margin:0;
}

#footer #recent_pictures .ngg-widget a:link,
#footer #recent_pictures .ngg-widget a:visited {
    border:5px solid #FFF;
    float:left;
    margin:0 10px 10px 0;
    padding:0;
    background-color:#FFF;
}

/* general styles */

.clear {
    clear:both;
}