/*
Theme Name: My Club Site
Theme URI: http://www.myclubsite.co.uk
Description: A My Club Site theme
Version: 0.1
Author: Dean Andrews

*/



/*
~A~ = main text of site
~B~ = menu default text
~C~ = menu text hover
~D~ = menu header background
~E~ = title text of page / post
~F~ = menu title text can =~E~

*/



/*Background*/
body{
background-color:#FFFFFF;     /*~A~ Background*/
}
/*Sidebar*/
.list_head{
color:#AFB702;                /*~F~ SIDEBAR - Title Text*/
background-color:#BD2927;     /*~D~ SIDEBAR - Title Background*/
}
.list1 li a:link,.list1 li a:visited{
color:#BD2927;                /*~B~ SIDBAR - Menu Text*/
}    
.list1 li a:hover,.list1 li a:active{
color:#AFB702;                /*~C~ SIDBAR - Menu hover*/
}
form.ddfm label{
color: #BD2927;               /*~B~ SIDEBAR - Username & Password label*/
}
form.ddfm input.fmtext {
color: #6E6361;               /*~A~ SIDEBAR - Username & Password user data*/
}
/*Post & Pages H tags*/
#content h2,#content h3,#content h4,#content h5,#content h6{
color:#6E6361;                /*~A~ Post & Pages - Formated Text*/
}
#content h2 a:link,#content h2 a:visited,#content h3 a:link,#content h3 a:visited,#content h4 a:link,#content h4 a:visited,#content h5 a:link,#content h5 a:visited,#content h6 a:link,#content h6 a:visited{
color:#6E6361;                /*~A~ Post & Pages - Formated Text*/
}
#content h2 a:hover,#content h2 a:active,#content h3 a:hover,#content h3 a:active,#content h4 a:hover,#content h4 a:active,#content h5 a:hover,#content h5 a:active,#content h6 a:hover,#content h6 a:active{
color:#6E6361;                /*~A~ Post & Pages - Formated Text*/
}
#content h1{
color:#AFB702;                /*~A~ Post & Pages - Title Text*/
}
#content h1 a:link,#content h1 a:visited{
color:#AFB702;                /*~E~ Post & Pages - Title Text*/
}
#content h1 a:hover,#content h1 a:active{
color:#AFB702;                /*~E~ Post & Pages - Title Text*/
}
.meta2{
color:#6E6361;                /*~A~ Post - Notice Board 'Viewing Notice Board' text*/
}
.post_content{
color:#6E6361;                /*~A~ Post & Page - Text*/
}
.post_content a:link,.post_content a:visited{
color:#6E6361;                /*~A~ Post - Link*/
}
.post_content a:hover{
color:#6E6361;                /*~A~ Post - Link hover*/
}




