/*
Theme Name: Photocrati Focus theme
Theme URI: http://www.photocrati.com/photography-wordpress-themes/
Description: 
Version: 1.0
Author: Photocrati
Author URI: http://www.photocrati.com/
Tags: black, custom header, fixed width, photo gallery, scroller

*/


/* Begin Structure */

body {
        font-size: 62.5%; /* Resets 1em to 10px */
        font-family: Arial, Sans-Serif;  
        color:#999999;
        margin:0px;
        padding:0px;
        background-color:#000;
}

#page {
        margin: 0px auto;
        padding: 0;
        width: 800px;    
}

#header {
        margin: 0px;
        padding: 0;
        width: 800px;
}

.narrowcolumn {
        float: left;
        padding: 0 0 0px 0px;
        margin: 0px 0 0;
        width: 540px;
}

.narrowcolumn .entry, .widecolumn .entry {
        line-height: 1.4em;
}

.widecolumn {
        padding: 0px 0 20px 0;
        margin: 0 0 0 0;
        width: 540px;
        float: left;
        line-height: 1.6em;
}

.widecolumn .entry p {
        font-size: 1.05em;
}
        
#content {
        font-size: 1.2em;
}

small {
        background-color:#000;
        color:#fff;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 0.9em;
        line-height: 1.5em;
}

h1, h2, h3 {
        font-family: Arial, Sans-Serif;
        font-weight: bold;
}

h1 {
        font-size: 1.5em;
        padding-top: 30px;
        margin: 0;
        text-align:center;
}
        
h2 {
        font-size: 1.6em;
        margin: 30px 0 0;
}

h2.pagetitle {
        margin-top: 30px;
        text-align: center;
        font-size: 1.6em;
}

h3 {
        padding: 0;
        margin: 30px 0 0;
        font-size: 1.3em;
}

h3.comments {
        padding: 0;
        margin: 40px auto 20px ;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
        text-decoration: none;
        color: white;
        background-color:#000;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
        color: #cccccc;
        background-color:#000;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
        text-decoration: none;
        color:#fff;
        background-color:#000;
}

.description {
        text-align:center;
        margin-bottom:20px;
}

#headerimg .description {
        font-size: 1.2em;
        text-align: center;
}

small, .nocomments, .postmetadata, blockquote, strike {
        color: #fff;
        background-color:#000;
}

code {
        font: 1.1em 'Courier New', Courier, Fixed, arial, sans-serif;
}

acronym, abbr, span.caps
{
        font-size: 0.9em;
        letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
        color: #925A00;
        background-color:transparent;
        text-decoration: none;
}

a:hover {
        color: #fff;
        background-color:transparent;
        text-decoration: underline;
}

.post {
        margin: 0 0 20px;
        text-align: justify;
}

.postmetadata {
  width:540px;
  display:block;
  float:left;
  margin-bottom:40px;
  
}

#postleft{
  float:left;
  width:270px;
}

#postright{
  float:right;
  width:270px;
  text-align:right;  
}

.post h2 {
   font-family: "Times New Roman", Times, serif;
   margin-bottom:5px;
}

.post h2 a:hover{
  color:#fff;
}

.clear {
        clear: both;
}

/* End Structure */


/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;
}

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
}

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
}

.alignright {
        float: right;
}

.alignleft {
        float: left
}

#gallery {
        width:960px;
        display:block;
        margin-top:10px;
        text-align:center;
}

#gallery-wrapper {
        margin-left:auto;
        margin-right:auto;
        display:inline-block;
}

#gallery_header {
        display:block;
        text-align:center;
        margin-top:20px;
        margin-bottom:15px;
        width:960px;
}

#gallery_header h1 {
        font-size:16px;
        font-weight:lighter;
        font-family:Arial, Sans-Serif;
        color:#846E29;
        margin-left:auto;
        margin-right:auto;
        display:inline;

}

.gallery_item{
        float:left;
        border:0px solid #373737;
        /*
        -moz-border-radius-bottomleft:3px;
        -moz-border-radius-bottomright:3px;
        -moz-border-radius-topleft:3px;
        -moz-border-radius-topright:3px;
        */
        margin:3px;
        margin-left:15px;
        margin-right:15px;
}

#gallery_current_image{
        border:1px solid #000;
        overflow:hidden;
        width:795px;
        height:460px;
}

#gallery_image {
        text-align:center;
        width:795px;
        margin:0px;
        padding:0px;
}

/* End Images */



/* Begin Lists

        Special stylized non-IE bullets
        Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
        margin-left: 0px;
        padding: 0 0 0 30px;
        list-style: none;
        padding-left: 10px;
        text-indent: -10px;
}

html>body .entry li {
        margin: 7px 0 8px 10px;
}

.entry p{
  line-height:15px;
  text-align:left;
}

.entry p a:visited {
        color: #cccccc;
        background-color:#000;
}

.entry ol {
        padding: 0 0 0 35px;
        margin: 0;
}

.entry ol li {
        margin: 0;
        padding: 0;
}

.postmetadata ul, .postmetadata li {
        display: inline;
        list-style-type: none;
        list-style-image: none;
}
        
/* End Entry Lists */


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
        text-align:center;
}

select {
        width: 130px;
}

#commentform {
        margin: 5px 10px 0 0;
}
        
#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
        background-color:#1a1a1a;
}
        
#commentform textarea {
        width: 100%;
        padding: 2px;
        background-color:#1a1a1a;
}
                 
#commentform #submit {
        margin: 0 0 5px auto;
        float: right;
}

#respond:after {
                 content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
}

#submit {
        background-image:url(images/submit-fon.gif);
        background-repeat:repeat-x;
        height:20px;
        padding-bottom:2px;
        cursor:pointer;
}

/* End Form Elements */



/* Begin Comments*/
.commentlist {
        padding: 0;
        text-align: justify;
        color: FFFFFF;
}

.commentlist li {
        margin: 15px 0 10px;
        padding: 5px 5px 10px 10px;
        list-style: none;
        font-weight: bold;
}
        
.commentlist li .avatar { 
        float: right;
        border: 1px solid #eee;
        padding: 2px;
        background: #fff;
        color:#000;
        width:100%;
        display: none;
}       
        
.commentlist li ul li { 
        margin-right: -5px;
        margin-left: 10px;
        font-size: 1em;
}

.commentlist li, #commentform input, #commentform textarea {
        font: 0.9em Arial, Sans-Serif;
}
        
.commentlist p {
        margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
        font-family:  Arial, Sans-Serif;
        margin: 5px 0;
}
        
.commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
}

.nocomments {
        text-align: center;
        margin: 0;
        padding: 0;
}

.commentmetadata {
        margin: 0;
        display: block;
        font-weight: normal;
}

.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        font-size: 1.1em;
}

.comment {
  background-color:#000000;
  border:none;
}

#comment, #submit, #author, #email, #url  {
  background-color:#000000;
  border:1px solid #363533;
  color:#fff;
}

/* End Comments */


/* Begin Sidebar */
#sidebar
{
        padding: 20px 15px 10px 15px;
        margin-left: 40px;
        margin-top: 15px;
        width: 180px;
        float:right;
        font-size:11px;
    line-height:15px;
    background-color: #111111;
}

#sidebar h2 {
        font-family: 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 1.2em;
        text-decoration: none;
        color:#fff;
        background-color:#111111;
        margin: 5px 0 0;
        padding: 0;
}

#sidebar form {
        margin: 0;
}
        
#sidebar .widgettitle {
  font-size:14px;
  margin-bottom:10px;
  background-color: #111111;
}

#search {
  padding-top:30px;
  background-image:url(images/search-text.gif);
  background-repeat:no-repeat;
}

#searchform {
        margin: 0px auto;
        padding: 0px;
        text-align: center;
        float:left;
        height:60px;
}

#sidebar label {
        visibility: hidden;
        height:0px;
        margin:0px;
        padding:0px;
}

li.widget_search div {
        width: 100%;
        display: block;
        margin: 0px;
        padding: 0px;
}

li.widget_search #s {
        width: 105px;
        padding: 2px;
        border:1px solid #363533;
        background-color:#111111;        
        float:left;
        color:#FFFFFF;
        height:15px;
        font-size:11px;
        background-color:#1a1a1a;
}

li.widget_search #searchsubmit {
        width: 57px;
        height:21px;
        padding:1px 0px 4px 0px;
        margin: -15px 0 0 0;
        border:1px solid #363533;
        background:none;
        color:#FFFFFF;
        float:left;
        background-image:url(images/submit-fon.gif);
        background-repeat:no-repeat;
        font-size:11px;
}

#sidebar ul ul {
   margin-left:8px;
   padding-left:8px;
   background-color: #111111;
}

#sidebar ul ul li{
  list-style:outside;
  list-style-type:circle;
  /*padding-left:-5px;*/
  margin-left:0px;
  background-color: #111111;
  color: #fff;
}

#sidebar ul ol li {
        color: #fff;
        background-color:#111111;
}
        
#sidebar ul ul li a:hover{
   text-decoration:underline;
}

#sidebar ul, #sidebar ul ol {
        margin: 0;
        padding: 0;
}

#sidebar ul li {
        list-style-type: none;
        list-style-image: none;
        margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
        margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
        margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
        margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
        list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
        margin: 3px 0 0;
        padding: 0;
}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
        cursor: help;
}

acronym, abbr {
        border-bottom: 1px dashed #999;
}

blockquote {
        margin: 15px 30px 0 10px;
        padding-left: 20px;
        border-left: 5px solid #ddd;
}

blockquote cite {
        margin: 5px 0 0;
        display: block;
}

.center {
        text-align: center;
}

.hidden {
        display: none;
}

hr {
        display: none;
}

a img {
        border: none;
}

.navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
}
/* End Various Tags & Classes*/


#footer {
        margin: 0 auto;
        width: 800px;
        color:#fff;
        padding-top:10px;
        padding-bottom:10px;
        text-align:center;
}
