
      /*  
      Theme Name: KWS Design
      Description: A Child Theme of Thematic.
      Template: thematic
      */

      /* Using @import, we can borrow style sheets from the Parent Theme */

      /* Reset the browser defaults */

/*      @import url('../thematic/library/styles/reset.css');

      @import url('../thematic/library/styles/typography.css');

      @import url('../thematic/library/styles/images.css');

      @import url('../thematic/library/layouts/2c-l-fixed.css');

      @import url('../thematic/library/styles/18px.css');
	  
	  @import url('../thematic/library/styles/default.css');*/






@charset "UTF-8";

/*----------------------------------------------------------------------------------------------
dharambir CSS File 2009 - go to www.alistapart.com/www.ericmeyer.com/www.maxdesign.au for xhtml/css knowledge!
----------------------------------------------------------------------------------------------*/
body {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 80% Helvetica, Arial, sans-serif;
	background: #e3e3e3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #343434;
}

div#wrapper	{
	background: transparent;
	width: 980px;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	}
	
#blog-title {
	background: #000 url(images/dharambir_header.jpg) no-repeat;
	margin: 0;
	padding: 0;
	height: 200px;
	border: 0; /* don't need a border all the way around the image*/
	border-bottom: 1px solid #222;
	text-indent: -9999px;
}	

/*----------------------------------------------------------------------------------------------
navigation
----------------------------------------------------------------------------------------------*/
.sf-menu {
	margin: 0 20px 0 20px;
	padding: 15px 0 15px 0;
}

.sf-menu li	{
	display: inline; 
	padding: 0 10px 0 0;
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: bold;
	text-align: left;
	/*letter-spacing: -0.05em;*/
	background-color: transparent;
}

#nav2 li#active {
	color: #a33868;
}

#nav2 {
	border-top: 1px dotted #555;
	margin: 1em 20px 0 20px;
	padding: 0.5em 0 0.5em 0;
	background-color: #220014;
}

#nav2 li	{
	display: inline; 
	padding: 0;
	font-size: 0.8em;
	text-transform: lowercase;
	font-weight: normal;
	text-align: left;
	letter-spacing: -0.05em;
	background-color: transparent;
}

#nav2 li#active {
	color: #a33868;
}
/*----------------------------------------------------------------------------------------------
MAIN CONTENT - so footer sits at the bottom of the page correctly
----------------------------------------------------------------------------------------------*/
	
/*#mainContents {*/
/*.entry-content*/
#container {
	background: transparent;
	margin: 0 0 10px 15px;
	padding: 0;
	width: 640px;
	float: left;
	
	/*hack for ie6*/
	margin-top: 0px !important;
  	margin-top: 0px;
  	margin-top/**/:/**/20px;
	
	border-top: 1px solid #333;
}
.edit-link {
	
}
/*----------------------------------------------------------------------------------------------
SIDEBAR
----------------------------------------------------------------------------------------------*/
#sidebar, .aside {
	position: relative;/*ie needs this to show float */
	width: 300px;
	float: right;
	padding-top: 0;/*needed to make room for header*/
	background: transparent;
	
	margin-left: 10px;
	margin-right: 0;
	
	/*hack for ie6*/
	margin-top: 0px !important;
  	margin-top: 0px;
  	margin-top/**/:/**/5px;
	
	border-top: 1px solid #333;
	}

#sidebar img, .aside img {
	margin-bottom: -10px;
	margin-top: 0;
}

/*----------------------------------------------------------------------------------------------
CONTENT WRAPPER - so footer sits at the bottom of the page correctly
----------------------------------------------------------------------------------------------*/

#contentsWrapper {
	overflow: hidden;
	width: 100%;
	background: transparent;
	width: 980px;
}

.contentFooter { 
	background: transparent;
	height: 40px;
	border: none;
	margin-top: -8px;
	padding: 0;
}



/*--headings--*/

h1, h2, h3, h4, h5 {
	color: #343434;
	font-weight: bold;
	letter-spacing: -0.05em;
}

h1 {
	font-size: 2.6em;

}

h2 {
	font-size: 2.2em;
	padding: 1em 0 0 0;
	border-top: 1px solid #444;
}

h3 {
letter-spacing: 0;
}

h5 {
	font-size: 1em;
	letter-spacing: 0;
}

p { line-height: 130%;}

/*--links--*/

a:link, a:visited {
	color: #9c0000;
	text-decoration: none;
	}
	
a:hover {
	color: #fe0000;
	background-color: #fff;
	}
	
 a:hover img{
	text-decoration: none;
	border: 1px dotted #3535359;
	background-color: transparent;
	}	
	
/*--dl--*/

dl, dt, dd {
	margin: 0;
}

dt {
	color: #cf007b;
	margin-top: 1em;
	margin-bottom: 0.3em;
	padding-top: 0.5em;
	border-top: 1px dotted #222;
	font-size: 0.9em;
	}

dd { 
	line-height: 130%;
	font-size: 0.9em;
	color: #9c7989;
}		

/*--ul--*/


li {
	margin-bottom: 0.5em;
}
/*--imgs--*/

img {
	border: 1px solid #333;
	margin: 1em 0;
	padding: 0;
	background-color: transparent;
}	

/*--what's on--*/

.whatsOn_title {
	margin: 0;
	padding-top: 0.5em;
	font-size: 1.5em;
}

.whatsOn_date {
	margin: 0;
}

.whatsOn_venue {
	margin: 0;
	}

.whatsOn_descriptionShort {
	padding: 0.5em 0 1em 0;
	margin: 0;
	color: #fff;
}

/*--news--*/
.news_title {
	margin: 0;
	padding-top: 0.5em;;
	font-size: 1.5em;
}


.news_descriptionShort {
	padding: 0.5em 0 1em 0;
	margin: 0;
	color: #fff;
}

/*----------------------------------------------------------------------------------------------
tables
----------------------------------------------------------------------------------------------*/
table {
	margin-bottom: 10px;
x	width: 100%;
	border-collapse: collapse;
	}
	
table td {
	padding: 0.5em 0 1em 0;
	vertical-align: top;
	font-size: 0.8em;
	border-bottom: 1px dotted #3a3a3a;
}	

.ratioTable table {
	margin-bottom: 10px;
	border-collapse: collapse;
	}

.ratioTable td {
	width: 50px;
	padding: 0.5em 0 1em 0;
	vertical-align: top;
	font-size: 0.8em;
	border-bottom: 1px dotted #3a3a3a;
}
table td p {
	font-size: 0.9em;
}

#pressReleaseTable .table_news_article {
	padding-left: 1em;
	padding-right: 1em;
	margin: 0;
	
}


#pressReleaseTable .table_news_date {
	color: #e88b08;
	width: 15%;
	padding-left: 0;
	margin: 0;
	
}

#whatsOnPastTable .whatsOnPast_image {
	width: 90px;
	padding: 0;
	padding-right: 2em;
	margin: 0;
	
}


#whatsOnPastTable .whatsOnPast_info {
	padding-left: 0;
	margin: 0;

}

#whatsOnPastTable dt {
	border-top: 0;
	margin-top: 0;
}
/*----------------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------------*/

#footer {
	margin: 0px 0px 0px 15px;
	/*margin: 0;*/
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #222;
	font-size: 0.9em;
	clear:both;
}

#footer h5 {
	font-size: 1em;
	margin-bottom: 0.3em;
}

#footer ul {
	margin: 0;
	padding: 0;
}
#footer li	{
	display: inline; 
	padding: 0 0.5em 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	background-color: transparent;
}
/*----------------------------------------------------------------------------------------------
housekeeping and stuff
----------------------------------------------------------------------------------------------*/
.off_left {
	position: absolute;
	left: -2000px;
	width: 300px;
}

























.skip-link {
    display:none;
}
#access {
    
/*    height:40px;
    font-size:13px;
    overflow:visible;
    z-index:100;
*/
}

.sf-menu li ul {
    display:none!important;
}

#blog-description {
	display:none;
}



.aside .xoxo { 
list-style:none;
margin:0;
padding:10px 0 0 0;
}

.flexipages_widget ul { 
list-style:none;
margin:0;
padding:0;
}
.flexipages_widget li { 
list-style:none;
margin:0;
padding:0;
}
.flexipages_widget .ulclass2 { 
padding-left:10px;
}
/*.flexipages_widget ul ul { padding-left:10px; text-decoration:underline; }*/

.flexipages_widget .listItemLevel2 { 
border-top:1px dotted #222222;
color:#CF007B;
margin-bottom:0.3em;
margin-top:1em;
padding-top:0.5em;
}










