/*   
Theme Name: lizard
Description: A Child Theme of Thematic.
Template: thematic
*/

/* Using @import, we can borrow style sheets from the Parent Theme */
 
/* Reset the browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply default typography */
@import url('../thematic/library/styles/typography.css');
 
/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');
 
/* Add a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
 
/* Start with some default styles */
@import url('../thematic/library/styles/18px.css');

/*general*/
body {
	background: #CCCCCC;
}

#main {
	background: url(includes/mainbg.png) repeat-y;
	width: 960px;
}

body, input, textarea {
    font: 12px Arial,sans-serif;
    line-height: 18px;
}

a:hover {
	text-decoration: none;
	color: #FFFF33;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}

#container {
	width: 670px;
}

#content {
	width: 650px;
	padding-top: 12px;
}

/*header*/

.spacer {
	background: #CCCCCC;
	height: 12px;
}

#header {
	background: #666666;
	width: 960px;
	height: 331px;
	margin: 0 auto;
}

#blog-title {
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	float: left;
	width: 290px;
	height: 40px;
	background: #FFFF33;
}

#nav {
	height: 10px;
	padding-top: 28px;
	padding-right: 10px;
	float: right;
	font-size: 15px;
	text-transform: uppercase;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;
	padding: 10px;
}

#nav a:link, #nav a:visited {
	color: #ffffff;
}

#nav a:hover, #nav a:active {
	color: #333333;	
}

#nav img {
	padding-left: 130px;
}

#header-img {
	width:960px; 
	height:300px; 
	margin: 0 auto;
}

#header div.menu li {
	padding: 10px;
	display: inline;
}

/* Sidebar */

#my_side, .aside {
	width: 290px;
	float: right;
}

#my_side img {
	padding-bottom: 10px;
	padding-top: 10px;
}

#my_side a:hover, #my_side a:active {
	text-decoration: line-through;
}

#my_side ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
}

#my_side ul ul {
	margin: 0px;
}	

#my_side ul ul li {
	padding-left: 20px;
	font-size: 14px;
}

#my_side a.archive {
	font-style: italic;
	text-decoration: none;
}

/* PHPlist widget */
#phplist-integration {
	padding: 50px 0px 0px 20px;
	text-align: left;
}

#phplist-integration h3.widgettitle {
	text-indent: -9999px;
	background: url(includes/email.png)no-repeat;
	height: 60px;
}

#contactsubmit {
	color:#666;
	background: #fff;
	margin-left: -20px;
}

/*Main Content*/

h1.entry-title, h2.entry-title {
	font-size: 25px;
	text-transform: lowercase;
	color: #666666;
}

.entry-meta {
	text-transform: uppercase;
	font-size: 10px;
}

abbr {
	border-bottom: none;
	color: #666666;
}

.post {
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
	margin-bottom: 40px;
}

#nav-above {
	display: none;
}

#nav-below {
	margin-bottom: 30px;
}

/* Footer */

#siteinfo {
	color: #666666;
}
