/*
Theme Name: A Place Of Peace
Theme URI: http://placeofpeace.com/
Description: A Place Of Peace - Short Movie
Version: 1.0
Author: Michael Sokolar
Author URI: http://sokolar.com/

*/

/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   
-------------------------------------------------------------- */

@import "css/lib/reset.css";
@import "css/lib/typography.css";
@import "css/lib/forms.css";
/* @import "lib/plugins.css"; */


/* Site
-------------------------------------------------------------- */
  
  /* Put your site styles here */
  body {
    background: #000;
  	color: #040301;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 13px;
  	line-height: 18px;
  }  
  
  #main {
    width: 1024px;
    height: 700px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;	
    margin: 0px auto;
    background: #000 url(images/background.jpg) no-repeat center 0;
  }
  
  #left {
    float: left;
    width: 372px;
    height: 690px;
    margin-left: 70px;
    margin-top: 50px;
  }
  
  #menu {
    float: left;
    width: 480px;
    height: 20px;
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    
  	font-family: 'Arial Black', Arial;
    font-size: 12px;
    color: #3e2c14;
    text-transform: uppercase;
    text-align: center;
  }
  
  #menu a, a:link, a:visited {
  	color: #3e2c14;
  	text-decoration: none;
  }
  
  #menu a:hover, a:active, a.active {
  	text-decoration: none;
  }
  
  #content {
    float: left;
    width: 480px;
    height: 500px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    
    overflow: auto;
  }
  
  #contentFooter {
    float: left;
    width: 480px;
    height: 20px;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    
  	font-family: Arial;
    font-size: 10px;
    font-weight: lighter;
    color: #e8b67e;
    text-transform: uppercase;
    text-align: center;
  }
  
  .homeScreen {
    font-size: 16px;
    color: #584123;
    text-align: center;
  }
  
  a, a:link, a:visited {
  	color: #584123;
  	text-decoration: none;
  }
  a:hover, a:active, a.active {
    color: #584123;
  	text-decoration: underline;
  }
  
  h1, h2, h3 {
  	font-family: 'Arial Black', Arial;
  	color: #3e2c14;
  	text-transform: uppercase;
  	}

  h1 {
  	font-size: 14px;
  	}

  h2 {
  	font-size: 13px;
  	}

  h2.pagetitle {
  	font-size: 13px;
  	}

  h3 {
  	font-size: 12px;
  	}

  h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  	text-decoration: none;
  	}
  
    .pagetitle {
      margin-bottom: 0em;
    }
  
    .postTitle {
    	float:left;
    }

    .postContent {
      clear: both;

    	padding-top: 5px;
    }
  
    .postBox {
    	margin-bottom: 20px;
    }

    .postHeader {
    	float: left;
    	width: 100%;
      height: 35px;
      color: #3e2c14;
      padding-top: 1px;
      border-bottom: 2px solid #3e2c14;
    }
    
    .date {
    	font-family: Arial Black, Helvetica, sans-serif;
    	text-align: center;
    	width: 20px;
    	margin-right: 5px;
    	float: left;
    }
    
    .dateDay { font-size: 15px; }
    .dateMonth { font-size: 9px; text-transform: uppercase;}
    .dateYear {font-size: 8px;}
  
    .socialProfiles {
      height: 25px;
      vertical-align: text-top;
    }
  
  /* NAVIGATION */
  
  #nav, #nav ul {
  	padding: 0;
  	margin: 0;
  	list-style: none;
  	font-family: 'Arial Black', Arial;
  	text-align: center;
  }

  #nav a {
  	display: block;
  }

  #nav li {
  	float: left;
  	margin-right: 8px;
  }
  
  #nav li ul {
    display: block;
  	position: absolute;
  	left: -999em;
  	width: 100px;
  	font-size: 10px;
  	background: #fafafa;
  }

  #nav li:hover ul {
  	left: auto;
  }
  
  #nav li:hover ul, #nav li.sfhover ul {
  	left: auto;
  }
  
  
  /* WORDPRESS */

  .widecolumn .entry p {
  	font-size: 1.05em;
  	}

  .narrowcolumn .entry, .widecolumn .entry {
  	line-height: 1.4em;
  	}

  .widecolumn {
  	line-height: 1.6em;
  	}

  .narrowcolumn .postmetadata {
  	text-align: center;
  	}

  .thread-alt {

  }
  .thread-even {

  }
  .depth-1 {
  border-bottom: 1px solid #3e2c14;
  }

  .even, .alt {
  	border-bottom: 1px solid #3e2c14;
  }

  .entry p a:visited {
  	color: #b85b5a;
  	}


  .commentlist li .avatar { 
  	float: right;
  	border: 1px solid #eee;
  	padding: 2px;
  	background: #fff;
  	}

  .commentlist cite, .commentlist cite a {
  	font-weight: bold;
  	font-style: normal;
  	font-size: 1.1em;
  	}

  .commentlist p {
  	font-weight: normal;
  	line-height: 1.5em;
  	text-transform: none;
  	}

  .commentmetadata {
  	font-weight: normal;
  	}

  acronym, abbr, span.caps
  {
  	font-size: 0.9em;
  	letter-spacing: .07em;
  	}

  #wp-calendar #prev a, #wp-calendar #next a {
  	font-size: 9pt;
  	}

  #wp-calendar a {
  	text-decoration: none;
  	}

  #wp-calendar caption {
  	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  	text-align: center;
  	}

  #wp-calendar th {
  	font-style: normal;
  	text-transform: capitalize;
  	}
  /* End Typography & Colors */

  .narrowcolumn {
  	float: left;
  	padding: 0 0 20px 45px;
  	margin: 0px 0 0;
  	width: 450px;
  	}

  .widecolumn {
  	padding: 10px 0 20px 0;
  	margin: 5px 0 0 150px;
  	width: 450px;
  	}

  .post {
  	margin: 0 0 40px;
  	text-align: justify;
  	}

  .post hr {
  	display: block;
  	}

  .widecolumn .post {
  	margin: 0;
  	}

  .narrowcolumn .postmetadata {
  	padding-top: 5px;
  	}

  .widecolumn .postmetadata {
  	margin: 30px 0;
  	}

  .widecolumn .smallattachment {
  	text-align: center;
  	float: left;
  	width: 128px;
  	margin: 5px 5px 5px 0px;
  }

  .widecolumn .attachment {
  	text-align: center;
  	margin: 5px 0px;
  }

  .postmetadata {
  	clear: both;
  }

  .clear {
  	clear: both;
  }


  /* Begin Images */
  p img {
  	padding:5px !important; 
  	padding:0;
  	max-width: 100%;
  	}

  /*	Using 'class="alignright"' on an image will (who would've
  	thought?!) align the image to the right. And using 'class="centered',
  	will of course center the image. This is much better than using
  	align="center", being much more futureproof (and valid) */

  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
  	}
  /* 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 ul li:before, #sidebar ul ul li:before {
  	content: "\00BB \0020";
  	}

  .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 */
  input {
  	border: 1px solid #3e2c14; 
  	background-color: transparent; 
  	font-size : 10pt; 
  	color: #040301;
  	}
  select {
  	border: 1px solid #3e2c14; 
  	background-color: transparent; 
  	font-size : 10pt;
  	color: #040301;
  	}
  textarea {
  	border: 1px solid #3e2c14; 
  	background-color: transparent; 
  	font-size : 10pt;
  	color: #040301;
  	}
  
  #searchform {
  	margin: 10px auto;
  	padding: 5px 3px;
  	text-align: center;
  	}

  #sidebar #searchform #s {
  	width: 108px;
  	padding: 2px;
  	}

  #sidebar #searchsubmit {
  	padding: 1px;
  	}

  .entry form { /* This is mainly for password protected posts, makes them look better. */
  	text-align:center;
  	}

  select {
  	width: 130px;
  	}

  #commentform input {
  	width: 170px;
  	padding: 2px;
  	margin: 5px 5px 1px 0;
  	}

  #commentform {
  	margin: 5px 10px 0 0;
  	}
  #commentform textarea {
  	width: 100%;
  	padding: 2px;
  	}
  #respond:after {
  		content: "."; 
  	    display: block; 
  	    height: 0; 
  	    clear: both; 
  	    visibility: hidden;
  	}
  #commentform #submit {
  	margin: 0 0 5px auto;
  	float: right;
  	}
  /* End Form Elements */



  /* Begin Comments*/
  .alt {
  	margin: 0;
  	padding: 10px;
  	}

  .commentlist {
  	padding: 0;
  	text-align: justify;
  	}

  .commentlist li {
  	margin: 15px 0 10px;
  	padding: 5px 5px 10px 10px;
  	list-style: none;

  	}
  .commentlist li ul li { 
  	margin-right: -5px;
  	margin-left: 10px;
  }

  .commentlist p {
  	margin: 10px 5px 10px 0;
  }
  .children { padding: 0; }

  #commentform p {
  	margin: 5px 0;
  	}

  .nocomments {
  	text-align: center;
  	margin: 0;
  	padding: 0;
  	}

  .commentmetadata {
  	margin: 0;
  	display: block;
  	}
  /* End Comments */


  /* Begin Calendar */
  #wp-calendar {
  	empty-cells: show;
  	margin: 10px auto 0;
  	width: 155px;
  	}

  #wp-calendar #next a {
  	padding-right: 10px;
  	text-align: right;
  	}

  #wp-calendar #prev a {
  	padding-left: 10px;
  	text-align: left;
  	}

  #wp-calendar a {
  	display: block;
  	}

  #wp-calendar caption {
  	text-align: center;
  	width: 100%;
  	}

  #wp-calendar td {
  	padding: 3px 0;
  	text-align: center;
  	}

  #wp-calendar td.pad:hover { /* Doesn't work in IE */
  	background-color: #fff; }
  /* End Calendar */



  /* Begin Various Tags & Classes */
  acronym, abbr, span.caps {
  	cursor: help;
  	}

  acronym, abbr {
  	border-bottom: 1px dashed #999;
  	}

  blockquote {
    padding-top: 5px;
    padding-bottom: 5px;
  	border-top: 1px solid #3e2c14;
  	border-bottom: 1px solid #3e2c14;
  	}

  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-bottom: 20px;
  	}
  /* End Various Tags & Classes*/



  /* Captions */
  .aligncenter,
  div.aligncenter {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  }

  .wp-caption {
  	border: 1px solid #ddd;
  	text-align: center;
  	padding-top: 4px;
  	margin: 10px;
  	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  }

  .wp-caption img {
  	margin: 0;
  	padding: 0;
  	border: 0 none;
  }

  .wp-caption p.wp-caption-text {
  	font-size: 11px;
  	line-height: 17px;
  	padding: 0 4px 5px;
  	margin: 0;
  }
