/*   
Theme Name: cl1
Description: Child theme of Thematic
Template: thematic
Author: Afshin Mokhtari
*/

@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/layouts/2c-r-fixed.css');
@import url('../thematic/library/styles/images.css');
@import url('../thematic/library/styles/default.css');
@import url('../thematic/library/styles/plugins.css');

#header { 
	background:url(img/hdr-bkgd1.jpg) no-repeat right top;   
	}

.single th, td { padding: .3em .25em; }	/* collapse tables in blog */

.tweets li {
	color: green;
		}

#branding {		
	/* padding: 88px 0 44px;	/* default */
	padding: 74px 0 11px;     /* header height */
}


#access {
	border-bottom: 2px solid #3a3a3a;
	}	

#primary {border: none; }
	
#content {
	width: 620px;   /*instead of 540 */
	}

#main { padding: 22px 0 22px; } /* space between header and title of page */

body {
  /* background:#f58220;    A warm orange */
  	background:url(img/greytile2.png) repeat;
  /*  url(img/acuafshin-bkgd2.jpg) repeat-x; */
	}

#footer {
	background: #ebaf2d url(img/banner1.png) no-repeat center top;
	}

#blog-title a:active, #blog-title a:hover {
	color: white !important;
	}
#blog-title a { color: #black !important; }   /* title color */

#blog-title { 
	font-size:36px !important;
	/* text-shadow:0 -1px 0 rgba(0,0,0,0.15), 0 1px 0 rgba(57,48,31,0.8) ; */
	/* text-shadow: -1px 0 black, 0 1px black,1px 0 black, 0 -1px black; */
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	}

#blog-description {
	color: #bca77f; /* a lighter tan		*/
    font-size:22px;
    font-weight:bold;
	/* text-shadow:0 -1px 0 rgba(0,0,0,0.15), 0 1px 0 rgba(134,164,164,0.8); */
	text-shadow: -1px 0 black, 0 1px black,1px 0 black, 0 -1px black;
	}
	
.entry-title {
	color: #7a6c52 !important;
	font-size:22px !important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.15),
                0 1px 0 rgba(255,255,255,0.8);  /*embossing effect */
	}	
	
/* =Page Templates
-------------------------------------------------------------- */
 
.Page-singlePost #container {
    width:940px;
    float:left;
}
 
.Page-singlePost #content {
    margin:0 0 0 10px;
    width:940px;
    overflow:hidden;
}
