/*   
Theme Name: Sheffield Buddhist Centre
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: The Geeks Team
Author URI: http://sheffieldbuddhistcentre.org
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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-l-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');

@import url('css/default.css');
@import url('css/layoutfile.css');
@import url('css/events.css');
@import url('css/talks.css');

/* round images ------------------------------ */
body img {
	border-radius:10px;
	 -webkit-border-radius: 10px;
	 -moz-border-radius:10px;
	behavior: url(http://www.sheffieldbuddhistcentre.org/wp-content/themes/sbc/scripts/PIE.htc);

	}
/* full page styles */

.page-template-template-fullpage-php #content {
    margin: 0 0 0 10px;
    overflow: hidden;
    width: 940px;
}
.page-template-template-fullpage-php .hentry {
    width: 940px;
}
.page-template-template-fullpage-php #container {
    float: right;
    width: 940px;
}

/*Style all the widget titles --------------------------	*/
.aside a {
	color:#1142aa;
	}
.aside a:hover {
	color:#21759b;
	}
	
 h3.widgettitle{
	font-style:normal;
	font-weight:bold;
	color:#1142aa;
	font-family:arial,verdana,sans-serif;
	}
	
/* style the search box-------------------------------*/
#s {
	border:1px solid #ffa900;
	font-family:arial,verdana, sans-serif;
	font-size:90%;
	width:198px;
	margin-bottom:10px;
	padding: 2px 5px;
	border-radius:5px;
	}
	
/* style the widgets */

.widget_em_widget ul, .widget_categoryposts ul, .menu-replacement-container ul {
    border: 1px solid #ffa800;
    border-radius: 5px 5px 5px 5px;
    font-family: arial,verdana,sans-serif;
    font-size: 90%;
    list-style: none outside none!important;
    margin: 0 0 10px 0!important ;
    width: 198px;
	padding:5px!important;
}

/* shortcuts menu -------------------------------------------------------- */
#nav_menu-2  {
	border:1px solid #ff9600; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;
	behavior: url(http://www.sheffieldbuddhistcentre.org/wp-content/themes/sbc/scripts/PIE.htc);
	width:198px;
	background-color:#fff5c8;
	font-family:arial,verdana, sans-serif;
	padding-left:0;
	margin:10px 0 10px 0;
	}
#nav_menu-2 .widgettitle {
	color:#fff;
	background-color:#ff9600; 
	font-style:normal;
	padding-left:10px;
	}
#nav_menu-2 ul {
	list-style:none;
	margin-top:10px; 
	margin-bottom:5px;
	}
#nav_menu-2   a:link {
	text-decoration:none;
	color:#000080;
	}
#nav_menu-2 a:visited {
	text-decoration:none; 
	color:#000080;
	}
#nav_menu-2 a:hover {
	text-decoration:underline; 
	color:#ff0d29;
	}
.menu-shortcuts-container .menu {
	width:175px;}

/* style the regular events posts so they look like special events events, called by the category shortcode plugin
link problem still to be resolved -------------------------*/

.csc_post .csc_post_title,.csc_post .csc_post_date, .csc_post .csc_post_author, .csc_post .csc_post_category{
	display:none;
	} /* removes the meta data at the top of the post in this listing*/
.csc_post{
	position:relative;
	padding:10px;
	border:3px solid #ffa900; border-radius:10px;-moz-border-radius:10px;-webkit-border-radius: 10px;-khtml-border-radius: 10px;
	behavior: url(http://www.sheffieldbuddhistcentre.org/wp-content/themes/sbc/scripts/PIE.htc);
	margin:0 0 20px 0;
	list-style:none;
	width:560px;
	min-height:245px;
	height:auto !important;
	height:245px;	
	}
.csc_post p {
	margin-left:205px;
	}
.csc_post .alignright {
	position:absolute;
	left:-15px;
	top:7px;
	}
.csc_post_content .eventtitle {
	font-style:normal;
	font-family:"Trebuchet MS",Tahoma,"Arial Narrow";
	font-weight:bold;
	padding:5px 0 10px 0;
	color:#1142aa;
	font-size:25px;
	text-decoration:none;
	}
.csc_post .postdate2 {
	margin: -10px 0 10px 205px;
	font-weight:bold;
	color:#1142aa;
	font-size:15px;

	}
.csc_post .postdate3 {
	margin: 0px 0 10px 205px;
	font-weight:bold;
	color:#1142aa;
	font-size:15px;

	}
.lcp_catlist li .normal-link {
	font-family:"arial,verdana,sans-serif";
	font-weight:normal;
	margin:0 0 0 0;
	padding:0 0;
	color:#1142aa;
	font-size:15px;
	text-decoration:underline;

	}






