/**
    Theme Name: csseven
    Theme URI: http://csseven.com
    Author: cssbit
    Author URI: http://cssbit.com
    Tags: blue, fixed width, two columns, widgets
*/

body {
	font: .78em/1.3em tahoma
}
h2 {
 	font-family: arial;
    font-weight: bold; 
}
#top  { 
    background: #00A9C5;
    height: 10px
}
#page {
    margin: 0 auto;
    width: 770px;
    overflow: auto
}

/** content */
#content {
	margin: 10px 230px 15px 0
}
#content .post, #content .page {
	padding: .5em;
	text-align: justify
}
#content p {
	margin: 0 0 15px;
}
#content .postmetadata {
	margin: 10px 0 0;
	padding: .4em
}
#content h2 {
	margin: 0 0 15px;
    font-size: 1.8em
}
#content h2.title {
	margin: 0px 0 15px;
    border-bottom:1px solid #eee;
    padding:.3em
}
#content a {
	color: #DC4E01
}
#content a:hover {
	text-decoration: underline
}
#content .clearfix {
	background: url(images/dot.gif) repeat-x 100% 100%;
	height: 5px;
	margin: 0 0 20px
}
#content  ol, #content  ul {
	margin: 0 10px 10px 0
}
#content  ol li, #content  ul li {
	padding: .1em;
	list-style: disc
}
#content .navigation {
	overflow: auto;
	padding: .5em;
	margin: 10px 0 0
}
#content .navigation p.right {
	float: right
}
#content .navigation p.left {
	float: left
}

/** sidebar */
#sidebar {
	float: right;
	width: 220px;
	margin: 10px 0 25px;
	background: #fafafa
}
#sidebar h2 {
	padding: 0 0 .5em;
	background: url(images/dot.gif) repeat-x 100% 100%;
    font-size: 1.4em
}
#sidebar a {
    text-decoration: underline;
	color: #333
}
#sidebar a:hover {
	text-decoration: none
}
#sidebar ul li {
	padding: .5em;
	margin: 0 0 05px
}
#sidebar ul ul {
	margin: 5px 20px 0 0
}
#sidebar ul ul li {
	list-style: square;
    padding:0;
}
#sidebar form {
	margin: 05px 0 5px
}
#sidebar form input.input {
	border: 1px solid #ccc;
	background: #fff;
	padding: .2em;
	width: 175px
}
#sidebar form input.input:focus {
	border-color:#999
}
#sidebar p {
	margin: 10px 0
}

/** footer */
#footer {
	width: 770px;
	margin: 10px auto;
	clear: both
}
#footer p {
	direction: ltr;
	padding: 1em 0;
	text-transform: capitalize;
	font: x-small arial
}
#footer a {
	color: #00A9C5
}
#footer a:hover {
	text-decoration: underline
}
