/*   
Theme Name: A Thematic/Buddymatic Child Theme
Theme URI: 
Description: Original child theme developed by chaitanya thakur		
Author: chaitanya thakur
Author URI: http://chaitanyathakur.com/
Template: buddymatic
Version: 1.0
Tags: Thematic, Buddymatic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/
/*
Buddymatic is © Ron Rennick http://ronandandrea.com/
Thematic is © Ian Stewart http://themeshaper.com/

To use this child theme with Thematic change the Template above and import folders below from buddymatic to thematic.
*/

/* Reset browser defaults */
@import url('../buddymatic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../buddymatic/library/styles/typography2.css');

/* Apply a basic layout */
@import url('../buddymatic/library/layouts/1c-r-fixed.css');

/* Apply basic image styles */
@import url('../buddymatic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../buddymatic/library/styles/default2.css');

/* Prepare theme for plugins */
@import url('../buddymatic/library/styles/plugins.css');




/* =Header
-------------------------------------------------------------- */
#wrapper {
	width: 960px;
	margin: 10px auto;
	background: #FFFFFF;
}

#header {
    z-index:2;
	background: #FFFFFF  scroll no-repeat right 0;
	margin-top:100px
	height:300px;
	overflow:visible !important;
}
#branding {
	padding:10px;
	height:50px;	
	background:#FFFFFF
}


/* =Content
-------------------------------------------------------------- */

<style 
type="text/css"> <!-- A:link {text-decoration:none} A:visited 
{text-decoration:none} --> </style>



/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:1px solid #ccc;
    margin-top:22px;
}
#siteinfo {
	color:#666666;
	font-size:11px;
	line-height:18px;
	text-align:center;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #A80F11;
}




.gallery dl {margin:0;}


