
/*   
Theme Name: calathumpian
Theme URI: 
Description: A simple edit of thematic theme
Author: Ian Stewart
Author URI: http://themeshaper.com/
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('../calathumpian/library/styles/typography.css');



/* Apply a basic layout */
@import url('../calathumpian/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('../calathumpian/library/styles/default.css');

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


/* Changing Typography */

body, input, textarea {
    color:#000;    
    font: 15px Trebuchet MS,sans-serif;
    line-height:18px;
}

h2 {
color:#000000;	
	}


/* edit header layout */
#header {
background-image:url(../calathumpian/library/images/header_image.png);
background-position:left center;
background-repeat:no-repeat;
border-bottom:1px dashed #CCCCCC;
height:70px;
margin:0 0 50px;
background-color:#ffffff;
}

#branding {
width:400px;
position:relative;
float:left;
padding:none;
}

#access {
float:right;
font-size:13px;
padding-right:25px;
padding-top:18px;
position:relative;
}

.menu {
margin:0 auto;
}

.sf-menu {
float:right;
line-height:1;
}

.sf-menu, .sf-menu * {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

/*edit in background image*/

body {
background-image:url(../calathumpian/library/images/background_texture.png);
}

/* add css to index loop */

#post_thumb {
float:left;
width:170px;	
}

#new_cont {
float:left;
padding-left:18px;	
width:390px;
}

#new_foot {
clear:both;	
	
}

.attachment-thumbnail{
padding:5px;
border: 1px solid #cccccc;	
}










