/*  
Theme Name: Collegium Singers
Theme URI: http://collegiumsingers.org.uk/
Description: Theme designed for Collegium Singers. Clean and simple. Two column, widget ready, custom header. Designed to work with the 'Multi-level Navigation Plugin' by PixoPoint.
Version: 1.2
Author: David Cooper
Author URI: http://www.davidhcooper.co.uk

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #dce1e1;
	color: #000000;
}

a:link{
	text-decoration: underline;
	color: #0000ff;
}

a:visited{
	text-decoration: underline;
	color: #010068;
}

a:hover{
	text-decoration: none;
	color: #3063A5;
}

a:active{
	color: #3063A5;
}

h1{
	font-family: Tw Cen MT, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#header{
	float: left;
	width: 750px;       /*THE HEADER SETTINGS ARE NOW DEFINED IN FUNCTIONS.PHP*/
}

#header div#title {
	padding:18px 0 0 185px;
	font-size:42px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:left;
	font-family: Tw Cen MT, Arial, Helvetica, Georgia, Sans-serif;
}

#header div#title a {
	text-decoration:none;
}

#header div#description {
	padding:18px 0 0 187px;
	font-size:30px;
	text-decoration:none;
	text-align:left;
	font-family: Tw Cen MT, Arial, Helvetica, Georgia, Sans-serif;
}

#container{
	float: left;
	width: 720px;
	background: #F0F8FF;
	text-align: justify;
	margin: 10px 0 0 0;
}

.post{
	padding: 10px 10px 10px 10px;
}

.post h2{
	font-family: Tw Cen MT, Arial, Helvetica, Georgia, Sans-serif;
	text-transform: lowercase;
	font-size: 22px;
}

.post h2 a{
	font-family: Tw Cen MT, Arial, Helvetica, Georgia, Sans-serif;
	text-transform: lowercase;
	text-decoration:none;
	font-size: 22px;
	color: #010068;
}

.post h2 a:hover{
	text-decoration: none;
	color: #3063A5;
}

.post h2 a:active{
	color: #3063A5;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-transform: lowercase;
}

.navigation span#navigationleft {
	float:left;
	padding: 0 0 10px 15px;	
}

.navigation span#navigationright {
	float:right;
	padding: 0 15px 10px 0;
}




.sidebar{
	float: left;
	width: 170px;
	background: #F0F8FF;
	margin: 10px 0 0 10px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Tw Cen MT, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 18px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}



#footer{
	clear: both;
	float: left;
	width: 900px;
	padding: 0;
	text-align: center;
	background: #F0F8FF;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

#footer p{
	line-height: 18px;
	font-size: 10px;
	padding: 5px 0 10px 0;
}
	
#footer span#footerleft {
	float:left;
	padding: 0 0 0 20px;	
}

#footer span#footerright {
	float:right;
	padding: 0 20px 0 0;
}




.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}



#suckerfishnav li.current_page_parent,
#suckerfishnav li.current_page_parent,
#suckerfishnav li.current_page_item {background:#010068;}     /*current page menu background colour*/
#suckerfishnav li.current_page_item a:hover {color:#F7B82D;}     /*text hover colour of highlighted tab*/
#suckerfishnav li.current_page_parent a,
#suckerfishnav li ul li.current_page_item a {color:#F7B82D;}         /*current page SUB menu text colour*/
#suckerfishnav li.current_page_item a {color:#F7B82D;}         /*current page MENU text colour*/

#suckerfishnav {
    background:#dce1e1;                           /*changes colour of the menu bar*/
    font-size:12px;
    font-family:verdana,sans-serif;
    font-weight:normal;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:25px;                            /*use this to set the menu bar height*/
    padding:10px 0 0 0px;                        /*CREATE TAB AFFECT 10px 0 0 10px*/
    border-bottom:1px solid #ccc;
    margin:0;
    width:900px;                                  /*CREATE TAB AFFECT from 100% to 10px less than menu width*/
    }
#suckerfishnav a {
    display:block;
    color:#000;                                     /*changes text colour*/
    text-decoration:none;
    padding:0px 20px;
    }
#suckerfishnav li {
    float:left;                                   /*use this to align the menu left or right*/
    padding:0;
    margin:0 5px 0 0;          /*CREATE TAB AFFECT 10px right for blank space between tabs*/
    background:#F0F8FF;                    /*CREATE TAB AFFECT changes colour of the tabs*/
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:121px;                              /*sets the width of the sub menus, 2px more than below width EDIT 1 of 3*/
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    padding:0;                             /*CREATE TAB AFFECT can be left in, removes padding from submenus*/
    }
#suckerfishnav li li {
    width:119px;				/*sets the width of sub menus, 2px less than above width EDIT 2 of 3*/
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:normal;                                      /*font settings for the sub menu*/
    line-height:18px;
    font-family:verdana,sans-serif;
    background:#DCE1E1;                             /*changes colour of the sub menu links background*/
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:100px;					/*sets width of sub menu words EDIT 3 of 3*/
    font-size:13px;
    color:#fff;
    }
#suckerfishnav li ul ul {
    margin:-22px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#010068;                               /*Changes hover colour of submenu*/
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#F7B82D;                                            /*colour of submenu hover text*/
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#F7B82D;                                                /*colour of main menu hover text*/
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#000;                                               /*colour of sub menu text*/
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#00ff00;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#010068;                                            /*changes tabs hover colour*/
    }

.alignright {
   float: right;
}
