body
{
    margin: 0;
    padding: 0;
    padding: 20px;
    background-color: #121212;
    color: #ffffff;
}

a
{
  color: snow;
}


span#error {
    color: red;
}

div.errors li {
    color: red;
}

table.exif {
    border-style: solid;
    border-width: 1px;
    border-color: #ee5404;
    background-color: #222222;
    padding: 1em;
    margin-left: 1em;
    font-size: 0.9em;
    text-align: left;
}

h2, div#new_photo_link {
    font-size: 1.2em;
    margin-left: 0.5em;
}

h3 {
    border-left: solid 0.5em #ee5404;
    border-top: solid 1px #ee5404;
    padding: 0.5em;
    margin-top: 1em;

}

h4 {
    border-left: solid 0.3em #ee5404;
    border-bottom: dashed 1px #ee5404;
    padding: 0.3em;
    margin-left: 0.5em;
    margin-bottom: 0.3em;
    
}

div#commentLink {
    text-align: right;
}

div#description {
    margin-left: 2em;
}

div#comments {
    margin-left: 2em;
}

h5#comment {
    padding: 0.3em;
    margin-top: 0.5em;
    background-color: #222222;
}

div#comment {
    padding: 0.3em;
    font-size: 0.9em;
    
}

ul {
    font-size: 0.9em;
    margin-top: 1em;
    margin-left: 2em;
}

A#photoLink {
    color: #FFFFFF;
}

hr {
    border: solid 1px;
}

hr#photoSeparator {
    border: dashed 1px #ee5404;
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 2em;
    margin-bottom: 2em;
}

div.bookmarks
{
  text-align: left;
  margin-left: 4em;
  font-size: 0.8em;
}

div.pager
{
  text-align: right;
}

div.header
{
  text-align: center;
}

div.advertisement
{
	text-align: center;
}

div.new_photo_link
{
  font-size: 1.5em ;
  font-weight: bold;
}

div.footer
{
  text-align: center;
  font-size: 0.9em;
}

div.form_error
{
  color: #FF0000;
}

div.photo {
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
}

p.photo
{
  margin-top: 1em;
  margin-bottom: 1em;
}

h5.comment
{
	margin-left: 1em;
	margin-top: 2px;
	margin-bottom: 2px;
	border: #3f3f3f 1px solid;
	border-top: #dfdfdf 1px solid;
	border-left: #dfdfdf 1px solid;
}

div.comment
{
	margin-left: 2em;
}

div.commented_datetime
{
	text-align: right;
}

p.comment {
  margin-top: 1em;
  margin-bottom: 1em;
}

div.search
{
	text-align: center;
	border: #ef5404 1px solid;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5em;
	margin-right: 5em;
	
}

h3.search
{
	border: none;
}

span#attention
{
	font-size: 0.75em;
}

ul#tag_cloud
{
  list-style: none;
}
 
ul#tag_cloud li
{
  list-style: none;
  display: inline;
}
 
ul#tag_cloud li.tag_popularity_1
{
  font-size: 60%;
}
 
ul#tag_cloud li.tag_popularity_2
{
  font-size: 100%;
}
 
ul#tag_cloud li.tag_popularity_3
{
  font-size: 130%;
}
 
ul#tag_cloud li.tag_popularity_4
{
  font-size: 160%;
}

hr.comment
{
	border: solid 1px;
	border-style: solid none none none;
}

div.statistics table,div.statistics td,div.statistics th{
	border:1px solid #000;
	border-collapse:collapse;
	margin:0;
    margin-left: 40px;
	padding:0;
    
}
div.statistics td,div.statistics th{
	padding:.2em .5em;
	vertical-align:top;
	font-weight:normal;
}
div.statistics thead th{
	text-transform:uppercase;
	background:#666;
	color:#fff;
}
div.statistics tbody td{
	background:#ccc;
}
div.statistics tbody th{
	background:#999;
}
div.statistics tbody tr.odd td{
	background:#eee;
}
div.statistics tbody tr.odd th{
	background:#ccc;
}
div.statistics caption{
	text-align:left;
	font-size:140%;
	text-transform:uppercase;
	letter-spacing:-1px;
}
div.statistics table th a:link{
	color:#030;
}
div.statistics table th a:visited{
	color:#003;
}
div.statistics table td a:link{
	color:#369;
}
div.statistics table td a:visited{
	color:#000;
}
div.statistics table a:hover{
	text-decoration:none;
}
div.statistics table a:active{
	color:#000;
}

/* plot */
div.plot {
    width: 300px;
    height: 150px;
    color: #000000;
}

div.plot a:link {
    color: #0000FF;
}

div.plot a:visited {
    color: #0000DD;
}



h4.plot {
    font-size: 1.0em;
}

form.cmxform {
    margin:1em 0; padding:0;
    margin-left: 2em;
    font-size: .8em;
}
form.cmxform fieldset {
    width:650px;
    border:0;
    border-top:1px solid #c9dca6;
    /*
    background:url("/images/cmxform-fieldset.gif") left bottom repeat-x;
    */
}
form.cmxform legend {
    padding:1em 2px 0 2px;
    font-weight:bold;
}
form.cmxform em {
    color:#f00;
    background-color:transparent;
    font-weight:normal;
    font-style:normal;
    font-size:.8em;
}
form.cmxform label {
    display:block;
    float:left;
    width:150px;
}
form.cmxform fieldset ol {
    margin:0;
    padding:0;
}
form.cmxform fieldset li {
    list-style:none;
    clear:both;
    margin:0; padding:5px 5px 7px 7px;
    /*
    background:url("/images/cmxform-divider.gif") left bottom repeat-x;
    */
}
form.cmxform fieldset fieldset {
    border:none;
    background:none;
}
    form.cmxform fieldset fieldset legend {
        font-weight:normal;
        padding-left:0;
    }
    form.cmxform fieldset fieldset label {
        float:none;
        width:auto;
    }
form.cmxform .sr {
    position:absolute;
    left:-9999px; top:0;
    width:1px; height:1px;
    overflow:hidden;
}

form.cmxform ul.error_list {
    color : #FF0000;
    font-weight: bolder;
}

form.cmxform ul.radio_list li {
    float: left;
    clear: none;
}

form.cmxform ul.radio_list li label {
    width: auto;
    float: right;
}

form.cmxform input#photo_title,
form.cmxform textarea#photo_description,
form.cmxform input#photo_tag
{
    width: 450px;
}

form.cmxform input#photo_user_name,
form.cmxform input#photo_password,
form.cmxform input#photo_password_c{
    width: 200px;
}
