/*
Theme Name: CosCJ
Theme URI: http://coscj.ro/
Description: A WordPress theme based on Thematic framework. CosCJ.ro child theme.
Version: 0.1
Author: Lupou Marius
Author URI:
Template: thematic
. 
This work, like WordPress, is released under GNU General Public License, version 2 (GPL). 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
. 
*/

/* 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 */  
@import url('../thematic/library/styles/default.css');  

/* Prepare theme for plugins */  
@import url('../thematic/library/styles/plugins.css');  

/* Real stuff starts here */

/* Layout */

body {
	border-top: none;
}

#wrapper {
	border-top: 8px solid #eaeaea;
   
}

#header { 
	background: #fff url(img/header.jpg) no-repeat center top;
}

#blog-title {
	width: 300px;
	padding: 0px 0 0;
	background: none;
	height: 120px;
	background: transparent url(img/coscj.png) no-repeat left top;
	background-position: left 30px;
}

#blog-title span a {
	padding-left: 0;
  
}

#blog-description {
	height: 150px;
}

#blog-description ul {
	margin: 0;
	padding: 0;
      
}

#blog-description ul li {
	list-style-image: none;
	list-style-position: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#access {
	width: 1025px;
	margin: 0 auto;
	background: none;
	background-color: #e3e3e3;
	border-top: 1px solid #B5BBC2;
}

.menu {
	margin: 0;
	padding: 0;
}

.menu li {
	background: none;
}

.menu a {
	background: none;
	border-top: none;
	margin: 0;
	padding: 5px;
	margin-right: 10px;
}

.menu a:hover {
	background: none;
	border: none;
	background-color: #999;
	color: #fff;
	border-top: none;
}

.menu .current_page_item a {
	background-color: #666;
	color: #fff;
	border-top: none;
}

#comments {
	background: none;
	background-color: #eee;
}

#comments li, #comments li.bypostauthor {
	background: none;
	border-top: 1px solid #cc0000;
}

#comments li .avatar {
	border: 1px solid #666;
	padding: 1px;
}

#comments li.bypostauthor .avatar {
	border: 1px solid #cc0000;
	padding: 1px;
}

#comments .comment-navigation {
	background: none;
	border-top: 1px solid #cc0000;
}

#respond {
	background: none;
	background-color: #eee;
	border-top: 1px solid #cc0000;
}

#footer {
	background: none;
	background-color: #eee;
	border-top: 8px solid #423F3F;
	padding: 5px 0;
}

#content .nostyle {
	margin: 0;
	padding: 0;
	float: none;
	display: inline;
	border: none;
	vertical-align: bottom;
}

/* Typography & Colors */

body {
	color: #423F3F;
}

h1, h2, h3, h4, h5, #content h1, #content h2, #content h3, #content h4, #content h5, h3.widgettitle {
	color: #4a4a4a;
	letter-spacing: -1px;
	font-weight: normal;
}

a:link {
	color: #cc0000;
}

a:visited {
	color: #cc0000;
}

#blog-title span a {
	color: #000;
	font-weight: normal;
	margin-left: 110px;
	font-size: 26px;
	line-height: 26px;
	width: 200px;
	display: block;
	padding-top: 30px;
	word-spacing: 100px;
}

#blog-description {
	color: #000;
	font-weight: normal;
	padding-top: 5px;
}

#blog-description ul li {
	letter-spacing: -1px;
	color: #4a4a4a;
}

#comments li, #respond {
	color: #423F3f;
}

#comments li a:link {
	color: #cc0000;
}

#comments li a:visited {
	color: #cc0000;
}

#footer {
	color: #4a4a4a;
}

#footer a:link {
	color: #cc0000;
}

#footer a:visited {
	color: #666;
}

/* WordPress required styles */

.entry-content img {
	margin: 0 0 18px 0;
	max-width:100%;
}

.alignleft, img.alignleft, {
	float: left;
	margin-right:20px;
}

.alignright, img.alignright {
	display: block;
	float: right;
	margin-left:20px;
}

.aligncenter, img.aligncenter, .center, img.center {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}

.wp-caption {
	text-align: center;
	margin-bottom:18px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}

.gallery img {
	margin:0;
}

.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

