/*
 *
 *  Description: home css
 *  Author: Gary Pass
 *  Author Url: http://www.yournetpass.com
 *  Version: 1.0
 *  License: GNU General Public License
 *  License URI: license.txt
 *
*/
.ital
{
  font-style: italic;
}

.content-width
{
  width: 75.9%;
}

.sidebar-width
{
  width: 11%;
}

#container-header
{
	margin-bottom: 5px;
}

#container-main
{
  background-color: #000000;
}

#container-sidebar-left-blog-image
{
  clear: both;
  float: right;
  position: relative;
  max-width: 100%;
}

#container-sidebar-left-blog-image img
{
  width: 100%;
}

.container-copy
{
  background-color: #F1F2F4;
}

#container-blog-masthead
{
  clear: both;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom-width: 2px;
  border-bottom-style: solid;
	border-bottom-color: #000000;
  color: #000000;
  font-size: 32px;
  line-height: 60px;
}

#container-blog-masthead a
{
  margin-left: 10px;
  color: #000000;
  text-decoration: none;
}

#container-blog-masthead a:hover
{
  color: #000000;
}

#container-blog-copy
{
  clear: both;
  overflow: hidden;
  position: relative;
  width: 95.8%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
  font-size: 12px;
}

#container-blog-copy p
{
  font-size: 12px;
}

#container-blog-copy h2
{
  margin: 0 0 1.5em;
  color: #40B350;
  font: 18px/1.4em Verdana;
  text-transform: capitalize;
}


#container-blog-content
{
  float: left;
  width: 77%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#container-blog-copy a
{
	color:rgb(64,179,80);
}

.container-post
{
  clear: both;
  position: relative;
  width: 100%;
  margin: 0 0 1.5em 0;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1.5em;
}

.post-title
{
  clear: both;
  position: relative;
  width: 100%;
	margin: 0 0 1.5em;
	font: 18px/1.4em Verdana;
	text-transform: capitalize;
	color: rgb(64,179,80);
}
    
.post-meta-header, .post-meta-footer
{
  clear: both;
  position: relative;
  width: 100%;
  margin-bottom: 0.75em;
  color: #808080;
  font-size: 12px;
  font-style: italic;
  line-height: 1.65em;
}

.post-meta-header, .post-meta-footer
{
  margin-top: 30px;
}

.post-meta-footer.single
{
  color: #000000;
  font-size: 11px;
  line-height: 1.2em;
}

.post-content
{
  clear: both;
  position: relative;
  width: 100%;
  margin-top: 25px;
}
 
#container-blog-copy-sidebar
{
  float: right;
  width: 21.75%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  border-left-width: 1px;
  border-left-style: solid;
	border-left-color: #000000;
}

#container-blog-copy-sidebar-content
{
  clear: both;
  overflow: hidden;
  position: relative;
  width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container-blog-copy-sidebar-content h1
{
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 5px;
    text-align: center;
}

#container-blog-copy-sidebar-content p
{
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
}

#container-blog-copy-sidebar-content .ynp-widget-title
{
    background-color: #40B350;
    color: #FFFFFF;
    font-size: 14px;
    height: 20px;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

#container-blog-copy-sidebar-content .ynp-widget li.cat-item
{
  clear: both;
  float: right;
  width: 64%;
  margin-bottom: 5px;
  font-size: 0.8em;
  font-style: italic;
  text-align: left;
}

#container-more-posts
{
  clear: both;
  width: 100%;
  font-size: 12px;
}

#container-sidebar-right-blog-image
{
  clear: both;
  float: left;
  position: relative;
  max-width: 100%;
  margin-top: 175px;
}

#container-sidebar-right-blog-image img
{
  width: 100%;
}

#container-footer
{
	margin-top: 0;
}
