/*
Theme Name: suchatic
Theme URI: http://www.ridbcrenwickcentre.com/
Description: RIDBC Renwick Centre e-Learning Theme.A child theme (based on Thematic).
Author: Multiple Authors
Author URI: http://www.ridbcrenwickcentre.com
Template: thematic
Version: 1.0a
.
General comments/Licence Statement if any: not yet
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* 
1A changes (made on 29th May 2009)
***********************************************
***********************************************
***********************************************
***********************************************
  */

/* default.css (line 16) */
ul, ol
{
	margin-bottom: 10px; /* was: 22px; */
}
  
#blog-title a:active, #blog-title a:hover 
{
	color: #404040; /* was: white *//* was... #FF4B33; */
}

#blog-title a 
{
	color: #404040; /* was: #EEEEEE; */
}

/* over-rides default.css (line 79) */
#blog-description
 {
 
	color: #404040; /* was: #EEEEEE; */
}
 
 
#branding 
{
    padding: 20px 40px 0px 18px; /* was: 22px 40px 0px 30px; */ /* was: 22px 0 22px; *//* original 88px 0px 44px */
	/* padding-top, padding-right, padding-bottom, padding-left */
}

#header 
{
	height: 100px; /* als: achtung! */

}

.entry-content h3 
{

	padding: 5px 0 5px; /* original: 28px 0 14px; */
	
	font-style: normal;
	font-weight: bold;
}

#subsidiary #first 
{
	margin: 0 10px 0 10px; /* was: 0 10px 0 10px; */ /* margin-top, margin-right, margin-bottom, margin-left */
	padding-left: 20px; 
	padding-right: 120px; /* was: 140px */
	
	background: white url( images/footer_bgd_600x160.png );
	
	/* for 1.0 of suchatic was:
	background: white url( images/background_greylines.gif );
	background-repeat: repeat; 
	*/
	
	border: 1px solid #EEEEEE; /* was: Gainsboro; */
	
	width: 460px;
}
/* 
***********************************************
***********************************************
***********************************************
***********************************************
  */

  
.aside ul ul
{

	list-style-image: url( images/bullet_doublered.gif ); 
	list-style-position: outside;
	list-style-type: circle; 

	/* list-style-image:none; */
	/* list-style-position:outside; */
	/* list-style-type:disc; */

}


/* 
***********************************************
***********************************************
***********************************************
***********************************************
  */


.entry-title 
{

	font-family:Arial,sans-serif;
	font-size: 20px; /* was: 26px */
	color: #CC0000;
	
	font-weight:bold;
	line-height: 20px; /* was: 26px */
	padding:0 0 7px;
}



/* Top Navbar
-------------------------------------------------------------- */



#container 
{
	/* over-riding 2c-r-fixed.css (line 30) */
	width: 700px; /* original: 620px */ /* may need to over-ride the height of the .main-aside too */
	
	/* border-right: 1px solid #EEEEEE; */
}

.main-aside 
{
	width: 240px; /* original: 300px; */
}

#content 
{
	width: 620px;
}



/* Links
-------------------------------------------------------------- */

/* over-rides from default.css (line 692) */
.aside ul #pages li
{
	list-style-image: url( images/bullet_doublered.gif ); 
	list-style-position: outside;
	list-style-type: circle; 

	
}

div#primary #pages
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 100%;
	

}

#primary  a:link, #primary  a:active, #primary  a:focus
{
	color: blue; /* was: #FF4B33 */
	text-decoration: none;
}

#primary a:hover
{
	color: black; /* was: #FF4B33 */
	text-decoration: underline;
}

/* over-rides default.css (line 673) */
.aside a
{
	text-decoration: none;
}

.aside a:active, .aside a:hover 
{
	text-decoration: underline;
	color: black;
}

.aside .current_page_item a 
{
	text-decoration: underline;
	color: black;
}



body
{

	background: #e7e7e7 url('images/background_1000x8.jpg'); 
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center; 

}

body, input, textarea 
{

	font-family: Arial, sans-serif;
	
}


/* Header 
-------------------------------------------------------------- */

#header
{

	width: 960px; /* was: 1000px */
	
	margin: 0 auto;
	margin-bottom: 0px;
	margin-top: 10px;
	
	padding-left: 20px; /* als: added */
	
	background: transparent url('images/header_with_logo_960x100.png') no-repeat top;
	/* background: transparent url('images/header_with_logo_1000x100.png') no-repeat top; */
	
}

#primary
{
	/* border: none; */
	border-right: none;
	border-top: none;
	border-bottom: none;
	
	border-left: 1px solid #EEEEEE;
}


#main
{
	background: transparent;
	
	padding: 33px 0 22px; /* over-riding default.css */
	
}



.menu
{
	/* display: none; */
	overflow: auto; /* hidden; */
	
}

#access 
{
	
    overflow: hidden; /* This hides  the sub pages on the menu stuff */
	
	border-bottom: none;
	
}


h3.widgettitle
{

	font-style: normal;
	font-weight: bold;

	margin-bottom: 20px;

}


/* =Footer, adapted from the Stars and Stripes child Thematic theme
-------------------------------------------------------------- */
#siteinfo
{

	background: transparent url('images/logo_ridbc_212x52.jpg') no-repeat top;

}

#footer 
{
	background: transparent; /* was: white, was: #f0eeee; */
	width: 960px; /* was: 1000px */
	
	margin: 10px auto;	/* margin: 0px 10px 10px 10px;	*/
	
	border: none;
	
	padding: 10px 0 0 0; 
	
}

#subsidiary 
{
	width: 960px; /* was: 1000px */
	margin: 0 auto;
	background:transparent;
	margin-bottom: 10px;
}
#subsidiary .aside 
{
	width: 300px; 
	margin:0;
	background: white; 
	padding: 0 10px; 
	min-height: 160px; 
}

#subsidiary #second 
{
	width: 120px; /* was: 200px */

}

#subsidiary #third 
{
	margin: 0 0 0 10px;
	
	width: 140px; /* was: 200px */

	
}

#subsidiary .aside h3
{
	padding-top: 10px;
}


.entry-utility .cat-links
{

	/* display: none; */

}

/* remove the "You may use these tags and attributes..." from under the comments box in ../thematic/comments.php */
/* from <div id="form-allowed-tags" class="form-section"> on line 114 in ../thematic/comments.php */
#form-allowed-tags
{
	display: none;
}	


