	/*   
Theme Name: IMTC Blog
Theme URI: 
Description: 
Author: Guy Nesher
Author URI: 
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-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('../thematic/library/styles/default.css');

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


#header {
	background: url(/wp-content/themes/imtcblog/images/header.png);
	padding : 0px;
	height : 220px;
	width : 960px;
	position:relative;
	margin: 0 auto;
}

#blog-title {
	display :none;
}

#blog-description {
	display :none;
}

#access {
}

#header {
}

.menu {
	width: auto;
	margin: 0;
}

#access  {
	border-bottom: none;
	position: absolute;
	top: 25px;
	right: 45px;
}

.sf-menu li {
	background: none;
}

.sf-menu a, .sf-menu a:visited, .sf-menu a:hover {
	border: none;
	color: #371AAD;
}

.sf-menu {
	border: none;
}

#main {
	background: url("/wp-content/themes/imtcblog/images/contentbg.png") no-repeat scroll 0 0 #181b3d;
	padding-top: 30px;
	width: 960px;
	margin: 0 auto;
}


/* 
IE6 Problem with header, assiging padding/margin to the hentry (content) effects the position when using position:absolute below 
*/
.hentry {
	background: #fff;
	position: relative;
	margin-top : 20px;
	padding-left: 20px;
	margin-bottom: 40px;
        color : #000;
}

.single .hentry
{
	background: #fff;
	position: relative;
	margin-top : 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}

.entry-meta {
	background: url("/wp-content/themes/imtcblog/images/contentheader.png") no-repeat scroll 0 0;
	top: -20px;
	line-height: 23px;
	width: 630px;
	position: absolute;
	color: #fff;
	left: 0px;
	height:25px;
	font-style: italic;
	padding-left: 20px;
	font-size : 12px !important;
	}

.entry-meta .n , .entry-meta abbr {
	font-size : 12px !important;
}

#container {
	width: 640px;
	margin-left: 20px;
}

#primary {
	border: none;
	padding : 0;
	margin: 0 20px 0 0;
	width: 240px;
}

#fourth {
	border: none;
	padding : 0;
	margin: 20px 35px 0;
	width: 350px;
	float : right;
}

#searchform {
	background : #fff;
}


.aside, .aside input{
	margin-top:6px;
	margin-left:15px;	
}

#secondary {
	width: 180px;
}

#fourth .widgettitle {
	background: url(/wp-content/themes/imtcblog/images/largeheadlinebg.png) no-repeat;
	width: 350px;
	text-align: left !important;
}

.aside h3 {
	background: url(/wp-content/themes/imtcblog/images/sideheader.png) no-repeat;
	width: 240px;
	padding-left: 15px;
	color: #fff;
	text-align: left;
}

.main-aside ul {
	padding: 0;
}

.widgetcontainer {
	background: #fff;
}

#fourth .widgetcontainer {
	background: none;
}


.entry-title {
	padding: 10px 0 0;
	color :#2384ff;
}

.entry-title a, .entry-title a:active, .entry-title a:hover {
	color :#2384ff;
}

.meta-sep, .meta-prep-entry-date {
	display: none;
}

.entry-date{
	position: absolute;
	right: 40px;
}

.entry-meta a , .entry-meta a:active, .entry-meta a:hover{
	color: #fff;;
}


.entry-content {
	text-align: justify;
	width: 600px;
}

.edit {
	display : none;
}

body, input, textarea {
	font-family : Arial;
}

.aside a, .aside a:active, .aside a:hover, .aside  {
	color : #2071D7;
	font-size : 11px;
	text-decoration: none;
}

.widget_tag_cloud a, .widget_tag_cloud a:active, .widget_tag_cloud a:hover, {
	text-decoration: none;
}

.widget_tag_cloud div {
	background: url(/wp-content/themes/imtcblog/images/cloud.jpg) !important;
	padding : 5px;
	color : #fff;	
}


.widget_tag_cloud {
	margin-top: 20px;
	text-align: center;
}

.widget_tag_cloud a, .widget_tag_cloud a:active, .widget_tag_cloud a:hover {
	color : #fff;
}



#tag_cloud-3 {
	text-align: center;	
}

.entry-utility {
	width: 480px;
	padding-bottom : 10px;
}

#content {
	width: 640px;
	margin: 0;
        color : #fff;
}


.recentcomments {
	list-style : disc outside url("/wp-content/themes/imtcblog/images/ul.jpg");
}

#recent-posts-3 ul li {
	border-bottom: 5px solid #eeeeee;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#recent-posts-3 ul {
	list-style: none;
	margin-left: 0px;
}


.aside ul ul li {
	padding: 2px 0;
}

#text-6 {
	margin-bottom: 20px;
}

#s {
	width:  180px;
}

#disqus_thread {
	padding: 10px;
	background: #fff;
}

#respond {
  color : #fff;
  background : none;
  padding : 5px;
}

.navigation a {
  color : #fff;
}

#comments-list li.alt {
  color : #000;
}

#cancel-comment-reply {
	position: relative;
}

a.red, a.red:visited, a.red:hover {
	color: red;
}

a.grey,  a.grey:visited,  a.grey:hover {
	color: grey;
}

