
/* ---------------------------------------- global stuff */

/*
Theme Name: thebcgroup.org.uk
Theme URI: http://www.thebcgroup.org.uk
Description: British Constitution Group Website
Version: 0.1
Author: Mike Robinson
Author URI: http://www.aspects.cc/
*/

 * {
        margin: 0;
        padding: 0;
}

body {
        color: #28286f;
        font-family: arial, helvetica, sans-serif;
        background: #fff;
        margin: 0;
        padding: 0;
}

img {
    border: 0;
}

/* ---------------------------------------- header */

#header {
    width: 900px;
    height: 150px;
    margin: 0 auto;
}

#header_links {
    font-size: 12px;
    float: right;
    margin: 90px 0 0;
    color: #aaa;
}

#header_links a {
    color: #46166A;
    text-decoration: none;
}

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

#search_box {
    width: 215px;
    background: #555;
    margin: 0 0 0 685px;
    padding: 10px 0 5px 5px;
}

#search_box input {
    font-style: italic;
    color: #888;
    width: 180px;
}

.submit {
    width: 20px !important;
}

/* ---------------------------------------- main menu */

#menu_box {
  width: 100%;
  height: 30px;
  background: #ddd;
  margin: 0 0 20px 0;
}

#menu {
  margin: 0 auto;
  width: 900px;
}

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

#menu li {
  float: left;
  position: relative;
}

#menu li a {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica;
  color: #28286e;
  text-decoration: none;
  padding: 0 15px 0 15px;
  line-height:30px;
  display: block;
}

#menu li a:hover {
    background: #eee;
  height:30px;
}

/* ----------------------------------- header image */

#header_image_home {
  width: 900px;
  height: 145px;
  margin: 0 auto;
  background: url(/images/index_header_image.jpg) no-repeat top left;
}

#header_image_about {
  width: 900px;
  height: 145px;
  margin: 0 auto;
  background: url(/images/about_header_image.jpg) no-repeat top left;
}

#header_image_graduates {
  width: 900px;
  height: 145px;
  margin: 0 auto;
  background: url(/images/graduates_header_image.jpg) no-repeat top left;
}

#header_image_news {
  width: 900px;
  height: 145px;
  margin: 0 auto;
  background: url(/images/news_header_image.jpg) no-repeat top left;
}

#header_image_comments {
  width: 900px;
  height: 145px;
  margin: 0 auto;
  background: url(/images/comments_header_image.jpg) no-repeat top left;
}

#header_image_contact {
  width: 900px;
  height: 145px;
  margin: 0 auto;
  background: url(/images/contact_header_image.jpg) no-repeat top left;
}

#header_image_document_library {
  width: 900px;
  height: 145px;
  margin: 0 auto;
  background: url(/images/document_library_header_image.jpg) no-repeat top left;
}

#header_image_video {
  width: 900px;
  height: 145px;
  margin: 0 auto;
  background: url(/images/video_header_image.jpg) no-repeat top left;
}

/* ----------------------------------- index top section */

#main_body {
    width: 100%;
    background: #ddd;
}

#main_content_border {
    width: 920px;
    background: #bbb;
    margin: 0 auto;
    padding: 10px 0;
}

#main_content {
  width: 900px;
  margin: 0 auto;
}

#row1, #row2, #row3 {
    width: 900px;
}

#panel1 {
    background: #46166a;
    width: 520px;
    height: 180px;
    float: left;
    position: relative;
}

#panel1 h1 {
    color: #eee;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 10px 0 10px;
    border-bottom: 1px solid #ccc;
}

#panel1 p {
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 10px 0 10px;
    padding: 10px 0 0;
    line-height: 1.5em;
}

#panel1_more {
    bottom: 0;
    right: 0;
    position: absolute;
    background: #36065a;
    padding: 5px 5px 5px 9px;
}

#panel1_more a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

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

#panel2 {
    width: 370px;
    height: 180px;
    margin: 0 0 0 10px;
    background: url('/images/snake_ladder.jpg');
    float: left;
}

#panel3 {
    width: 190px;
    height: 250px;
    background: #fff;
    margin: 10px 0 0;
    float: left;
}

#panel3 p {
    color: #000;
    font-size: 12px;
    font-style: italic;
    margin: 10px 10px 0 10px;
    line-height: 1.5em;
}

#panel3 p.signature {
    font-style:normal;
    font-weight: bold;
    padding: 10px 0 0 20px;
}

#panel4 {
    width: 500px;
    height: 250px;
    background: #000;
    margin: 10px 0 0 10px;
    float: left;
}

#panel4 h1 {
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 10px 0 10px;
    border-bottom: 1px solid #ccc;
}

#panel4_videos {
    padding: 0 0 0 10px;
}

.panel4_video {
    float: left;
    width: 140px;
    padding: 20px 10px;
}

.panel4_video img {
    border: 0;
}

.panel4_video p {
    padding: 10px 0;
}

.panel4_video a {
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
}

.panel4_video a:hover {
    text-decoration: underline;
}

#panel5 {
    width: 190px;
    height: 250px;
    background: #60BB46;
    margin: 10px 0 0 10px;
    float: left;
    position: relative;
}

#panel5_more {
    bottom: 0;
    right: 0;
    position: absolute;
    background: #409B26;
    padding: 5px 5px 5px 9px;
}

#panel5_more a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

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

#panel6 {
    width: 345px;
    height: 320px;
    background: #fff;
    margin: 10px 0 0;
    float: left;
}

#panel7 {
    width: 345px;
    height: 320px;
    background: #fff;
    margin: 10px 0 0 10px;
    float: left;
}

#panel8 {
    width: 190px;
    height: 155px;
    background: #60BB46;
    margin: 10px 0 0 10px;
    float: left;
}

#panel9 {
    width: 190px;
    height: 155px;
    background: #555;
    margin: 10px 0 10px 10px;
    float: left;
}

#panel9 p {
    color: #ccc;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 5px;
    line-height: 1.4em;
    text-align: justify;
}

#panel10 {
    width: 900px;
    background: #fff;
    margin: 10px 0 0 0;
    clear: both;
}

.news h1 {
  color: #60BB46;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica;
  border-bottom: 1px solid #BAA9CB;
  margin: 5px 5px;
  text-transform: uppercase;
}

.news ul {
    margin: 10px 10px 0 25px;
}

.news p {
  padding: 0 10px 10px 0;
  font-size: 12px;
}

.news li {
  list-style-image: url(/images/arrow.gif);
  list-style-type: none;
  font-family: Arial,Verdana,Helvetica;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0 0 10px 17px;
}

.news li a {
  text-decoration: none;
  font-weight: normal;
  color: #28286f;
}

.news li a:hover {
  color: #60BB46;
}

.donate h1, .intro h1 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica;
  border-bottom: 1px solid #fff;
  margin: 5px 5px;
  text-transform: uppercase;
}

.donate p, .intro p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica;
  margin: 10px 5px 10px 5px;
}

.intro p {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial,Verdana,Helvetica;
  margin: 10px 5px 10px 5px;
  line-height: 1.4em;
}

.subversion h1 {
  color: #60BB46;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica;
  border-bottom: 1px solid #BAA9CB;
  margin: 0 5px 5px 5px;
  padding: 5px 0 0 0;
  text-transform: uppercase;
}

#three_columns {
  width: 290px;
  padding: 20px 0 0;
}

#three_columns h1 {
  color: #60BB46;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica;
  border-bottom: 1px solid #BAA9CB;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

#three_columns p {
  padding: 0 10px 10px 0;
  font-size: 12px;
}

#three_columns li {
  list-style-image: url(/images/arrow.gif);
  list-style-type: none;
  font-family: Arial,Verdana,Helvetica;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0 0 10px 17px;
}

#three_columns li a {
  text-decoration: none;
  font-weight: normal;
  color: #28286f;
}

#three_columns li a:hover {
  color: #60BB46;
}

#three_columns li a.red {
  text-decoration: none;
  font-weight: normal;
  color: #ee0000;
}

#three_columns li a.red:hover {
  color: #60BB46;
}

/* ------------------------------------- index middle section */

#middle_content {
  width: 900px;
  clear: both;
  padding: 5px 0 0 0;
  background: #fff;
}

#middle_content h1 {
  color: #60BB46;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica;
  border-bottom: 1px solid #BAA9CB;
  margin: 10px 0 15px 0;
  text-transform: uppercase;
}

#middle_content p {
  padding: 0 10px 10px 0;
  font-size: 12px;
  text-align: justify;
  line-height: 1.4em;
}

#bottom_content {
  width: 900px;
  clear: both;
  padding: 5px 0 0 0;
  background: #fff;
  margin: 10px 0 0 0;
}

#bottom_content h1 {
  color: #60BB46;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica;
  border-bottom: 1px solid #BAA9CB;
  margin: 10px 0 15px 0;
  text-transform: uppercase;
}

#bottom_content p {
  padding: 0 10px 10px 0;
  font-size: 12px;
  text-align: justify;
  line-height: 1.4em;
}

/* ------------------------------------- pages */

#page_sidebar {
  width: 200px;
  min-height: 300px;
}

#page_centre {
  padding: 0 0 0 15px;
  width: 470px;
}

#page_sidebar h1, #page_centre h1 {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica;
  border-bottom: 1px solid #BAA9CB;
  border-top: 1px solid #BAA9CB;
  margin: 0 0 15px 0;
  padding: 4px 0;
}

#page_centre h1 {
  color: #60BB46;
  font-weight: normal;
}

#page_centre h2 {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvetica;
  margin: 0 0 5px 0;
  line-height: 1.5em;
}

#page_centre h2 a {
  color: #60BB46;
  display: block;
}

#page_centre h2 a:hover {
  text-decoration: none;
}

#page_centre h3 {
  color: #60BB46;
  font-size: 14px;
  margin: 0 0 15px 0;
}

#page_centre h4 {
  font-size: 11px;
  margin: 0 0 15px 0;
}

#page_centre p {
  font-size: 12px;
  line-height: 1.4em;
  padding: 0 0 10px 0;
  text-align: justify;
}

#page_centre label {
  display:block;
  float:left;
  font-size:12px;
  width:90px;
  padding: 5px 0 0;
}

#page_centre select {
  font-size: 12px;
}

#page_centre embed {
  margin: 0 0 20px 0;
}

#page_centre a {
  font-weight: bold;
}

.field {
  padding: 5px 0 0;
}

.right h1 {
  color: #60BB46;
}

.left a, .right a {
  color: #5B298E;
  font-weight: normal;
  text-decoration: none;
}

.left a:hover, .right a:hover {
  text-decoration: underline;
}

.left li, .right li {
  list-style-type: none;
  font-family: Arial,Verdana,Helvetica;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 10px 0;
}

.left p, .right p {
  font-family: Arial,Verdana,Helvetica;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 10px 0;
}

.news_date {
  font-size: 11px;
  margin: 0 0 25px 0;
  display: block;
}

a.contact {
  font-weight: bold;
  color: #5B298E;
}

h2.contact {
  margin: 0 0 15px 0;
}

form.contact {
  margin: 10px 0 0 0;
}

.required {
  color: #ff0000;
  font-size: 10px;
}

.paypal {
  padding: 0 0 0 15px;
}

.paypal_sidebar {
  padding: 20px 0 0 20px;
  margin: 0 0 20px 0;
}

/* ------------------------------------- document library vertical menu */

li.off ul {
  display: none;
}

li.on ul {
  display: inline;
  margin: 5px 0 0;
}

li.on ul li {
  margin: 0 0 0 10px;
}


/* ------------------------------------- graduate results */

#graduates {
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:14px;
    margin:20px;
    text-align:left;
    width:100%;
}

#graduates .odd {
  background:#E8EDFF none repeat scroll 0 0;
}

#graduates th, #graduates td {
  padding: 0 15px 0 0;
}

/* ------------------------------------- footer */

#footer {
  margin: 0 auto;
  width: 100%;
  clear: both;
}

#footer_block {
    width: 920px;
    background: #bbb;
    margin: 0 auto;
    padding: 10px 0;
}

#footer_social {
    width: 900px;
    margin: 10px auto 0;
    background: #fff;
    height: 40px;
    position: relative;
}

#social_networking_images {
    position: absolute;
    right: 6px;
    bottom: 6px;
}

#social_networking_images img {
    padding: 0 12px 0 0;
    border: 0;
}

#footer_links {
    width: 900px;
    height: 250px;
    background: #000;
    margin: 0 auto;
}

#footer_panel1 {
    float: left;
    padding: 10px 0 0 20px;
    width: 200px;
}

#footer_panel2 {
    float: left;
    padding: 10px 0 0 20px;
    width: 200px;
}

#footer_panel3 {
    float: left;
    padding: 10px 0 0 20px;
    width: 200px;
}

#footer_panel4 {
    float: left;
    padding: 10px 0 0 20px;
    width: 200px;
}

.footer_links ul {
    list-style-type: none;
}

.footer_links {
    color: #aaa;
    font-size: 11px;
    font-weight: normal;
}

.footer_links a {
    color: #aaa;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.footer_links a:hover {
    text-decoration: underline;
}

.footer_links li {
    padding: 0 0 5px 0;
}

.footer_links h1 {
    font-weight: bold;
    font-size: 14px;
    color: #aaa;
    padding: 0 0 10px 0;
}

.aspects {
  font-size: 11px;
  clear: both;
  margin: 0 auto;
  width: 900px;
}

.top_border {
    border-top: 1px solid #ccc;
}

/* ------------------------------------- floats */

.left {
  float: left;
}

.right {
  float: right;
}

.centre {
  float: left;
  margin: 0 0 0 15px;
}