/*   
Theme Name: chitic
Theme URI: www.chitic.eu
Description: Designed for blog.chitic.eu
Author: Chitic Stefan
Author URI: www.chitic.eu
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


{
	margin: 0;
	padding 0;
}

.cod {
  	background:#f0f0f0;

  position: relative;
  width: 500px;
  /* Add scroll-bars */

}

header,section,footer, aside, nav, article {
	display:block;
}
body{
	margin: 0 auto;
	padding: 22px 0;
	width: 940px;
	font: 13px/22px Helvetica,Arial, sans-serif;
	background:#f0f0f0;
}
a {
	text-decoration:none;
	color:#000;
	}
a:hover {

	text-decoration:none;
	color:#03F;
}
h1, h2
{
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}
h3
{
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}
h4
{
	font-size: 18px;
}
h5
{
	text-decoration:none;
	font-size: 16px;
	border-bottom:#666 1px dotted;
}
p
{
	padding-bottom: 22px;  
}
nav
{
	position: absolute;
	left: 0;
	width:100%;
	background:url(imgs/nav_background.png);
}
nav ul
{
 	margin: 0 auto;
	width: 940px;
	list-style: none;
}
nav ul li
{
	float: left;
}
nav ul li a 
{
	display:block;
	margin-right: 20px;
	width:140px;
	font-size: 14px;
	line-height: 44px;
	text-align:center;
	text-decoration: none;
	color:#777;
}
nav ul li a:hover
{
	color:#fff;
}
nav ul li.selected a{
	color:#fff;
}
#intro
{
	position: relative;
	margin-top: 66px;
	padding:44px;
	background: #034176 url(imgs/intro_background.png) repeat-x; 
	/* Background-size not implemented yet */  
    -webkit-background-size: 100%;  
    -o-background-size: 100%;  
    -khtml-background-size: 100%;  
    /* Border-radius not implemented yet */  
    -moz-border-radius: 22px;  
    -webkit-border-radius: 22px;  
}

#intro h2, #intro p{
	position: relative;
	z-index: 999;
	width: 600px;
}

#intro h2 {
	padding: 0 0 22px 0;
	font-weight: normal;
	color: #fff;
}

#intro p {
	padding: 0;
	width:340px;
	color: #d9f499;
}
 #intro img {
	position: absolute;
	top: 0;
	right: 0;
	width: 653px;  
	height:100%;
	/* Border-radius not implemented yet */
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
}
footer {
	position: absolute;
	left: 0;
	width: 100%;
	background: #222;
}

footer div {
	display: table;
	margin: 0 auto;
	padding: 44px 0;
	width: 940px;
	color: #777;
}
	
footer div section {
	display: table-cell;
	width: 300px;
}
		
footer div #about{
	padding-right: 20px;
}
		
footer h3 {
	color: #FFF;
}

footer a {
	color: #999;
}
	
footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#content
{
	display:table;
}
#mainContent
{
	display:table-cell;
	width:620px;
	padding-right: 22px;
}
aside
{
	display:table-cell;
	width:300px;
	background: url(imgs/sidebar_background.png) top left;
}

footer ul {
	margin: 0 0 0 40px;
	list-style: square;
	color: #565656;
}

footer ul li a {
	display: block;
}
.blogPost
{
	width:500px;
	border-bottom:dashed #999 2px;
}
.blogPost header p, .blogPost header p a {
	font-size: 14px;
	font-style: italic;
	color: #777;
}
.pI {
	font-size: 14px;
	font-style: italic;
	color: #777;
	vertical-align:top;
}
.blogPost header p a:hover {
	text-decoration: none;
	color: #000;
	vertical-align:top;
}
.blogPost img {
	-webkit-box-shadow: 3px 3px 7px #777;
}
#comments {
	margin-top: 21px;
	padding-top: 22px;
	border-top: 1px solid #d7d7d7;
}
#comments article {
	display: table;
	padding: 22px;
	width:680px;
}
#comments article:nth-child(odd) {
	padding: 21px;
	background: #E3E3E3;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}
#comments article header {
			display: table-cell;
			width: 220px;
			padding-right: 22px;
}

#comments article header a {
	display: block;
	font-weight: bold;
	color: #000;
}

#comments article header a:hover {
	text-decoration: none;
}

#comments article p {
	padding: 0;
}
form {
	margin-top: 21px;
	padding-top: 22px;
	border-top: 1px solid #d7d7d7;
}

form p {
	display: table;
	margin-bottom: 22px;
	padding: 0 22px;
}

form label {
	display: table-cell;
	width: 140px;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

form input[type="text"], form input[type="email"], form input[type="url"] {
	display: table-cell;
	width: 300px;
	height: 20px;
	border: 1px solid #d7d7d7;
}

form textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #d7d7d7;
}

form input[type="submit"] {
	margin-left: 162px;
}

aside section {
	margin: 22px 0 0 22px;
	padding: 11px 22px;
	background: url(imgs/sidebar_section_background.png) repeat-x;
	
	/* Border-radius not implemented yet */
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}
aside section ul {
	margin: 0 0 0 22px;
	list-style: none;
}

aside section ul li a {
	display: block;
	text-decoration: none;
	color: #000;
}
	
aside section ul li a:hover {
	text-decoration: underline;
}
.nav-previous { float:left; display:block;}
.nav-next {float:right; display:block;}
.navigation { padding:20px;
border-bottom:dashed 1px #CCC;
}