/*
Theme Name: ABCLS
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Kyle
Author URI: http://parcsystems.ca
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */


.pageHeader {
         margin-top:15px; 
         margin-bottom:-15px;
}


body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #666666;
	color: #333;
	text-align: center;
	}

p {
       text-align: justify;
}

ul {
        text-align:left;
}

a:link {
         text-decoration:underline;
}

#pageContainer {
        position:relative;
        background: url('http://staging.abcls.ca/cms/wp-content/uploads/images/mainContainerBackgroundImg.jpg') repeat-y;
        background-repeat: repeat-y;
        width: 834px; /* width of whole page */
	margin-left:auto;
        margin-right:auto;
        height:auto;
}

#date {
         margin-top: 10px;
         float:right;
         color:#2570B1;
         font-size: 100%;
         padding-bottom: 10px;
      }

#header {
         margin-left: auto;
         margin-right: auto;
}

#searchField {
         background-color: #2570B1;
         height:30px;
         width:220px;
         color:white;
         padding-top:5px;
		 padding-bottom: -5px;
         text-align: left;
         font-size:75%;
}
#searchsubmit {
         font-size:110%;
}

#s {
         width:70px;
}



#print {
       color:#2570B1;
       font-size:75%;
       margin-top: 8px;
       text-align:left;
       
}

.form {
       text-align: left;
}

#contactFormP {
       line-height:2.5em;
}


.TextPAD {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 10pt;
	padding: 0px 0px 0px 0px;
}

p.PAD { /* this is for the bio text on the pad_general page */
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	color:#333;
}

.PADTitleBox {
font-family: Verdana,Tahoma,Arial,sans-serif;
font-size: 10pt;
padding-left: 5px;
color: #FFF;
font-weight:700;
width: 100%;
height: 20px;
background-color:#2570B1;
}



#bulletCompression {
        margin-top: -10px;
}





/* Main Page Container */

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
        margin-top:-2px;
		margin-left:auto;
        margin-right:auto;
		padding-right: 0px;
		padding-left: 0px;
        width: 787px; /* width of whole page */
	overflow:hidden;
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:95%;
	position:relative;
}

.col1 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	width: 535px;
	overflow:hidden;
}

.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	margin-left: 0px;
	overflow:hidden;
}

.col2 {overflow:visible;}

/* 2 Column (left menu) settings */
.leftmenu {
	background-color: white; /* right column background colour */
}

.leftmenu .colleft {
        width:auto;
        right:535px;		/* right column width */
	background:#dddddd;	/* left column background colour */
}

.leftmenu .col1 {
	width:530px;	/* right column content width */
	left:102%;	/* 100% plus left column left padding */
}
.leftmenu .col2 {
	/* width:220px;	 left column content width (column width minus left and right padding) */
	/* left:0%;        (right column left and right padding) plus (left column left padding) */
	
}

.mainContainer {
	padding: 0;
        margin-left:auto;
        margin-right:auto;
	width: 790px;
        height: auto;
        background-color: white;
	}

/* Section where page text goes */
.narrowcolumn {
	width: 515px;
        float: right;
        padding-top: 30px;
        padding-right: 20px;
        background-color: white;
	}

#homeSelections {
        width: 200px;
}

/*  ============  MENU  ==============  */

div#menu {
	width:220px;
        height: 441px;
        background: url('http://staging.abcls.ca/cms/wp-content/uploads/2009/08/sidebarIMG.jpg') repeat-y;
        background-repeat:repeat-y;
}

ul#navigation{
	font-size: 10pt;
    padding-right:20px;
}
ul#navigation, ul#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#navigation li { 
	position: relative;
	float: left;
}
ul#navigation li li { 
	float: none;
}

#navigation a {
	display: block;
        width:205px;
	font-size: 88%;
        color: #505050;
        line-height: 2.0em;
        text-align:right;
        padding-right: 15px;
        border-bottom: 1px solid #E8E8E8;
        text-decoration:none;
}

#navigation ul li {
        width: 230px;
        color: #2570B1;
        background-color: #9a9e9f;
        border: 1px solid #fff;
}

#navigation ul li a {
	display: block;
        width:220px;
	color: #2570B1;
        line-height: 2.0em;
        text-align:left;
        margin-top: -2px;
        padding-left:5px;
}

/*Second level hover*/
#navigation ul li a:hover {
        width: 210px;
        color: #006633;
        padding-left:5px;
        background: url('http://staging.abcls.ca/cms/wp-content/uploads/images/sidebarHover21.png') right center no-repeat;
}

/*First level hover*/
#navigation a:hover, #navigation a.active {
	color: #006633;
        text-decoration:none;
	background: url('http://staging.abcls.ca/cms/wp-content/uploads/images/sidebarHover.png') right center no-repeat;
}

ul#navigation li ul {
	position: absolute;
	left: -999em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul {
	top: 0;
	left: 0;
	margin-left: 100%;
}
/*  ==============  END MENU  ===============  */

#content {
	font-size: 1.2em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}


a:hover {
	color: green;
	text-decoration: underline;
	}

a, a:hover, h3 a:hover {
	color: #06c;
         text-align:center;
	}



h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2 {
         font-size: 1.6em;
        color:green;
	}

h3 {
	font-size: 1.3em;
        color:#2570B1;
        text-align: center;
	}

/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0 0 0px 0;
	padding: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */





/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {   
        margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 20px;

	}

body .entry ul {
        margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
}
	
html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: auto;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* ----- start ------------- Input Forms ----------------- */
#ExpBox {
	font-size: 14px;
	width: 100%;
	}

	.ExpBoxText { /* large horz blue box, no font */
	font-weight: 600;
	padding: .4em 0 .4em .4em;
	background-color:#3073B4;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	}

	.BlueBoxText { /* large horz blue box */
	font-weight: 600;
	font-size: 14px;
	padding: .4em 0 .4em .4em;
	background-color:#3073B4;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	}

	.GreyBoxText { /* large horz grey box */
	font-weight: 600;
	font-size: 14px;
	padding: .2em 0 .2em .4em;
	background-color:#dddddd;
	color: #000000;
	}
	
	.ExpBoxInput {
	background-color:#f3f3f3;
	width: 100%;
	color: #3073B4;
	padding: 0 0 0 .13em;
	border-bottom: 3px solid #ffffff;
	}

	.textJustify {
	text-align: justify;
	}

/* ----- end ------------- Input Forms ----------------- */


/* ----- start ------------- associate input boxes ----------------- */
	/* these div's outline the 3 different sections */
	.Asso, .Memb, .Date {
	float: left;
	background-color:#dddddd;
	}

	.Asso {
	width: 48%;
	}

	.Memb {
	width: 25%;
	margin-left: 4px;
	margin-right: 4px;
	}

	.Date {
	width: 25%;
	}

	.AssoBox {
	width:100%;
	border-bottom: 2px solid #ffffff;
	}

	.AssoBoxText {
	width:100%;
        font-size:9pt;
	padding: .2em 0 .2em .4em;
	}
	
	.AssoShort {
	float: left;
	width: 40%;
	}
	
	.AssoBoxShort {
	float: left;
	margin-top: 4px;
	width: 59%;
	border-bottom: 2px solid #ffffff;
	}

	.RegInputAsso {
	background-color:#f3f3f3;
	width: 100%;
	color: #3073B4;
	padding: .2em 0 .2em .13em;
	}
	/* ----- end ------------- associate input boxes ----------------- */

#button {
      margin-top:-17px;
}