/*#############################################################
Name: DS-Photoart
Date: 2008-12-20
Description: A DS-Photoart style template.
Author: Markus Schneider
URL: http://www.msm-projects.net

A modified teplate from Viktor Persson.

Feel free to use and modify but please provide credits.

Frog CMS version 1.0.1
Originally ported to Frog CMS by: David Reimer (erajad.byethost10.com)
[20080406] Revised version: Deborah Edwards-Onoro (http://www.lireo.com) 
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	/* background: #655A46 url('img_dsphotoart/bg.gif'); */
	background: #5C402F;
	color: #543;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0px 0px 0px 0px;
}

/* markus */
.markus {
 position: absolute;
 width: 936px;
 height: 514px;
 left: 50%;
 top: 50%;
 margin-left: -468px;
 margin-top: -267px;
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

pre {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
code {
	background: #FFE;
	font: normal 1em "Courier New",monospace;
}
blockquote {
	background: url('img_dsphotoart/quote.gif') no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3,h4 {
	color: #654;
	padding-top: 6px;
}


/* misc */
.clearer {
	clear: both;
}

/* structure */

.wrapper {
	width: 936px;
	margin: auto;
}


.logo {
	background: #5C402F url('img_dsphotoart/ds_logo_1.gif') no-repeat;
	/* background: #ffff00 url('img_dsphotoart/ds_logo_1.gif') no-repeat; */
	/* background: #FFFF00; */
	/* margin: 0 auto; */
	float: left;
	width: 156px;
	height: 514px;
}

.container {
	/* background: url('img_dsphotoart/bgcontainer.gif') repeat-y; */
	/* background: url('img_dsphotoart/bgcontainer1.gif') repeat-y; */
	/* background: url('img_dsphotoart/bgcontainer1.gif'); */
	/* background: #FFFF00; */
	/* margin: 0 auto; */
	float: right;
/*	margin: 0 0 0 156px; */
	width: 780px;
}

.container img {
border:none 
}

/* header */
/* .header {
	background: #5C402F url('img_dsphotoart/ds_logo_2.gif') no-repeat;
	background: #00FFFF url('img_dsphotoart/ds_logo_2.gif') no-repeat;
	padding: 0px;
	margin: 0;
	width: 780px;
	height: 30px;
} */

/* title */
/* .title {
 	padding: 0px; 
} */
/*.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}*/
/* .title h1 a,
.title h1 a:link,
.title h1 a:visited,
.title h1 a:hover,
.title h1 a:active {
	color: #E4DBCF;
  text-decoration: none;
} */

/* navigation */
#navigation {
  background: #5C402F url('img_dsphotoart/ds_logo_2.gif') no-repeat;
  /* background: #FFFF00 url('img_dsphotoart/ds_logo_2.gif') no-repeat; */ 
  display: inline;
  float: left;
  font: bold 1.2em Verdana,sans-serif;
  height: 74px;
  /* margin: 0 auto; */
  padding: 0 0 0 100px;
  width: 680px;
}
#navigation ul {
  display: inline;
  margin: 0;
  padding: 0px;
}
#navigation li {
  float: left; 
  list-style: none;
  margin: 0;
  padding: 0px;
}
#navigation a {
  color: #C5F3F9;
  display: block;
  margin-top:50px;
  padding: 1px 10px;
  text-decoration: none;
}
#navigation a:hover {
	color: #D31E4F;
}
#navigation a.current {
	color: #D31E4F;
}


/* main */
.main {
        background: url('img_dsphotoart/bgmain.gif') no-repeat;
	clear: both;
	height: 400px;
	padding: 0px 10px 0px 18px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 212px;
	 padding: 7px 0px 0px 0px;
}
.sidenav h1, .sidenav h2, .sidenav h3 {
	background: #BCB39F url('img_dsphotoart/sidenavh1.gif') repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}
.sidenav p {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
.content .info {  /* .descr */
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content ul li {
	/* list-style: url('img_dsphotoart/li.gif'); */
	list-style: circle;
	margin-left: 18px;
}
.content ol li {
	list-style: decimal;
	margin-left: 18px;
}
.content .comment-form-body {
	width: 450px;
}
.comment-author {
  font-size: 1.1em;
}
/* .content sup {
	font-size: smaller;
} */

/* footer */
#footer {
	background: #5C402F;
	color: #C5F3F9;
	font-size: 1.1em;	
	line-height: 20px; 
	/* margin: 0 0 0 10px;
	padding: 0 18px; 
	width: 725px */
	margin: 0 auto;
	text-align: center;	
	width: 780px;
}
#footer a {
	color: #C5F3F9;
	text-decoration: none;
}
#footer a:hover {
	color: #D31E4F;
	text-decoration: underline;
}
#footer .footerLeft, 
#footer .footerRight {
  padding: 0 12px;
 }

/* floats */
.footerLeft {float: left;} /* names changed from "left" and "right" to avoid conflict with Admin CSS */
.footerRight {float: right;}
.clearer {clear: both;}
