/* @override http://localhost/chyrp/trunk/themes/default/stylesheets/screen.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	/*background-color: #FFF;*/
	font-family: Georgia;
	color: #111;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	line-height: 19px;
	font-size: 12px;
	text-align: center;
	background: #FFFFFF url(/zcms/tpl/dmi/img/background.gif) repeat;
}

blockquote {
	font: 15px normal "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	color: #555;
	padding: 10px;
	padding-top: 0px;
	line-height: 23px;
}

a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #E62A2B;
}
p {
	margin-bottom: 15px;
}

h1#title {
	font-size: 25px;
	margin-bottom: 50px;
	color: #000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #111;
	margin-bottom: 30px;
}

h2 {
	margin-bottom: 15px;
	font-size: 12px;
}
h2 a {
	/*border-bottom: 1px solid #222;*/
	/*color: #111;*/
	color: #747475;
	/*color: rgb( 240, 240, 240 );*/
	text-decoration: underline;
}
h2 span {
	/*font-size: 10px;*/
	color: #555;
	text-transform: uppercase;
	margin-left: 10px;
}
h2 span a {
	color: #555;
	border-bottom: 1px solid #777;
}

h3 {
	font-weight: 100;
	margin-bottom: 15px;
	font-size: 13px;
	color: #111;
	text-transform: uppercase;
}

h2 {
	font-size: 1.5em;	
	
}


/* ---- CONTENT ---- */

div#content {
	width: 450px;
	float: left;
}
div#content .post {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #DDD;
}

.notice,
a.comment_delete_link,
a.comment_edit_link,
a.delete_link,
a.edit_link,
a.next_page,
a.prev_page,
a.next_post,
a.prev_post,
a.cancel,
a.logout {
	margin-bottom: 30px;
	border: 1px solid white;
	padding: 5px 2px;
}

img#preview {
	margin-bottom: 15px;
	border: 5px solid #DDD;
}

div#content ol {
	margin-left: 30px;
	margin-bottom: 15px;
}

div#content ul {
	margin-left: 30px;
	margin-bottom: 15px;
}

div.code {
	padding: 10px;
	background-color: #F2FDBD;
	font-family: "Consolas", "Lucida Sans Unicode", "Monaco", "Courier New", Courier, mono, serif;
}


/* ---- FORM ---- */


form p {
	clear: both;
}

form label {
	float: left;
	width: 200px;
	padding: 5px;
	padding-bottom: 4px;
	margin-right: 10px;
	border-bottom: 1px solid #DDD;
}

input[type="text"],
input[type="password"] {
	width: 200px;
	padding: 5px;
}
input[type="submit"] {
	margin-bottom: 15px;
	margin-top: 15px;
}

form button {
	margin-top: 15px;
	margin-bottom: 15px;
}

form#add_comment {
	clear: both;
	padding: 30px;
	border: 1px solid #DDD;
	border-top: 2px solid #DDD;
}
form#add_comment label {
	float: left;
	width: 170px;
	padding: 5px;
	padding-bottom: 4px;
	margin-right: 10px;
	border-bottom: 1px solid #DDD;
}
form#add_comment input[type="text"] {
	width: 170px;
	padding: 5px;
}
form#add_comment textarea {
	width: 365px;
	padding: 5px;
	margin-top: 5px;
}
form#add_comment button {
	margin-top: 15px;
	margin-bottom: 0px;
}


/* ---- SIDEBAR ---- */

div#content ol.comments {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 3px solid #DDD;
}
div#content ol.comments li {
	border-bottom: 1px solid #DDD;
	padding: 15px;
}
ol.comments li cite {
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
}


/* ---- SIDEBAR ---- */


div#sidebar {
	width: 180px;
	float: left;
	margin-left: 50px;
}

div#sidebar p#navigation {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
div#sidebar p#links a {
	color: #000;
	text-decoration: none;
}
div#sidebar p#links a:hover {
	color: #E62A2B;
}

div#sidebar p#description {
	margin-bottom: 30px;
}


div#sidebar h1 {
	margin-bottom: 15px;
}

div#sidebar ul {
	margin-bottom: 30px;
	margin-left: 15px;
	list-style-type: none;
}
div#sidebar 0l {
	margin-bottom: 30px;
	margin-left: 30px;
}


/* ---- FOOTER ---- */

div#footer {
	text-align: left;
	margin-top: 50px;
}


.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}

/* ---- DMI ---- */

a img {
	border: 0;
}

.col2left {
	float:left;
	width: 165px;
	padding: 0 0 10px 10px;
}

.col2right {
	margin-left: 175px;
	width: 750px;
	text-align: left;
	padding: 0 10px 10px 10px;	
}

.col2both {
	width: 925px;
	text-align: left;
	padding: 0 10px 10px 10px;	
}

.centered {
	width: 945px;
	margin: 0 auto;
	background: #fff;
}

.headline {
	text-align: left;
	margin: 0 10px 10px 10px;
	background: #dfdad8;
	height: 5em;	
}

.headline h1 {
	font-size: 2.0em;
	color: white;
	padding: 0.8em 10px;
}

.headline img {	
	padding: 1em 10px;
}

.bloghead {	
	font-family: Arial,Helvetica,Verdana,sans-serif;
	background: #fff;
	margin-bottom: 10px;
}

.blogpic {
	height: 190px;
	background: #ffcccc;
	margin-bottom: 10px;
}

.bloghead span {
	color: #fff;	
}
h1.blog {
	color: #ffffff;
	font-size: 1.3em;
	padding: 10px 10px 20px 10px;
	background: #ada5a1;
	margin: 0;
}

.blogcontent {
	background: #dfdad8;
	float: left;
	width: 695px; /*520px;*/
	padding: 10px;
}

.blogsidebar {
	background: #dfdad8;
	margin-left: 725px; /*550px;*/
	width: 180px;
	padding: 10px;
}

.blogsidebar p#links a {
	color: #000;
	text-decoration: none;
}
.blogsidebar p#links a:hover {
	color: #E62A2B;
}

.blogsidebar li {
	list-style-type: none;
}

.blogsidebar h1 {
	color:#111111;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

.content {
	margin: 0;
	padding: 0;
}

.txtRight {
	text-align: right;
}

.footer {
	border-top: 2px solid #B9B9BA;
	margin: 10px;
	width: 925px;
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
	color:#747475;
}

.listNone {
	display: inline;
	margin: 0;
	padding: 0;	
}

.listNone li {
	list-style-type: none;
	float: right;
	margin: 0 5px;	
}

.navi {
	margin-bottom: 10px;
}

.spacer {
	width: 100%;
	height: 10px;
	background: rgb( 200, 200, 200);
	margin-top: 10px;
}

.nav a {
	text-decoration: underline;	
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 10px;
}