/*   
Theme Name: ORdiCo - A Thematic Child Theme
Theme URI: 
Description:
Author: ORdiCo
Author URI: http://www.ORdiCo.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('../thematic/library/styles/typography.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');



/* Start: ORdico's Customisations
With the help of: 
Firebug,
kuler,
cpanel,
*/


/* Apply a ORdiCo's layout */
@import url('layout.css');


/* Change Fonts n Font Size */
body, input, textarea {
font-family:Arial,Helvetica,sans-serif;
font-size:80%;
}

/* Styling for body */
body {
background: #FFF2D9;
}

/* Styling for wrapper */
#wrapper {
/*border:10px solid #CCCCCC;*/
border:10px solid #FFBF40;
/*background: #FFAA00;*/
background: #FFF2D9;
margin:/*10px*/auto;
padding:10px;
width:960px;
}

/* Styling for header */
#access {
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
#branding {
background: #EEEEEE;
border-bottom:1px solid #CCCCCC;
}

/* Styling for footer */
#footer {
background: #EEEEEE;
border-top:1px solid #CCCCCC;
}

/* Styling for posts (index.php, single.php), respond */
.hentry, .single .hentry, #respond {
background: #EEEEEE;
border:1px solid #CCCCCC;
padding: 15px;
margin: 0 0 22px;
}

/* Styling for Sidebar */
/* Sidebar primary n secondary */ 
#primary, #secondary {
background: #EEEEEE;
color:#444444;
border:1px solid #CCCCCC;
padding:15px 0 0;
}
.widgettitle {
font-weight:bold;
}

/* calendar dates */
#wp-calendar {
font-size:11px;
}
/* calendar month */
#wp-calendar caption {
font-size:12px;
}
/* widget text box */
.widget_text {
margin-bottom: 22px;
}


/*Colour Theme*/


/* Original Orangey */
/* Background */ 
body, #wrapper {
background: #FFF2D9;
}
.hentry, .single .hentry, #respond, #branding, #footer, #primary, #secondary{
background: #FFF2D9;
}
/* Border */
#wrapper {
border:10px solid #FFBF40;
}
#access {
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
#branding {
border-bottom: 1px solid #CCCCCC;
}
.hentry, .single .hentry, #respond, #primary, #secondary {
border:1px solid #CCCCCC;
}
#footer {
border-top:1px solid #CCCCCC;
}
/* Text */ 
#primary, #secondary {
color:#444444;
}


/* Favicon */
/* Background */ 
body, #wrapper {
background: #FFFFFF;
}
#branding, #access, .hentry, .single .hentry, #respond, #footer, #primary, #secondary{
background: #FFFFE5;
}
/* Borders */
#wrapper {
border-left:10px solid #F27830;
border-right:10px solid #F27830;
border-top: 0px none;
border-bottom: 0px none;
}
#access {
border-top: 1px solid #BF4904;
border-bottom: 1px solid #BF4904;
}
#branding {
border-bottom: 1px solid #BF4904;
}
.hentry, .single .hentry, #respond, #primary, #secondary {
border:1px solid #BF4904;
}
#footer {
border-top:1px solid #BF4904;
}
/* Text */ 
#primary, #secondary {
color:#260F01;
}