/* @override 
	http://shemguibbory.com/wp-content/themes/shemstheme/style.css */

/*
Theme Name: Shem Guibbory
Description: Shem Guibbory
Version: 1.0
Author: Christopher Morda
*/

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 3px;
    text-align: center;
	background-color: maroon;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 10px;
}

.wp-caption.alignright {
    margin: 10px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

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

/**General**/
body {
	margin:25px 0px; padding:0px; background-color: #960019;/* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
	
*{margin:0; padding:0;}

.spacer {
	padding-bottom: 5px;
}
a:link {
	text-decoration: none;
	color: white;
}      /* unvisited link */
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {color:#960019}  /* mouse over link */


dl.wp-caption alignright {
	float: right;
}

hr {
  border: 0;
  width: 920px;
  color: #fff;
  background-color: #fff;
  height: 1px;
  margin-left: 20px;
}

/**Home Page Styling**/	
#Content {
	width:960px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	/**border:1px dashed #333;*/
	background-color: #960019;
}
	

#top {
	width: 960px; height: 392px;
	background: url(images/shem_title.jpg) white;
}
	 

#nav {
	 margin-left: 650px;
	 padding-top: 35px;
     }

.nav-item {
     width: 225px ;
	 margin: 10px 10px 20px; 
     background-color: black;
	 border: 1px solid #08535c;
	 padding: 8px;
	 color: white;
	 font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 }
 
 
 #middle {
 	width: 960px; height: 50px;
 	padding-top: 25px;
 }

#bottom a:link {color: white;}
#bottom a:hover {color: #007481;}
 

/**Sub-Page Styling**/	 
#top-subpage {
	width: 960px; 
	height: 230px;
	background: url(images/subpage-title.jpg) white;
	position: relative;
}	 

#box-link { 
		position: absolute; 
		top: 8px; 
		left: 20px; 
		width: 300px; 
		height: 200px; 
		background-color: transparent; 
	 }

 
 	 
 #subpage-navleft {
 	 margin-left: 350px;
 	 padding-top: 25px;
	 float: left;
 }
 
  
  
  #subpage-navright {
  	  padding-top: 25px;
  	  float: right;
  	  position: relative;
  	  float: left;
   }
 
 
 .subpage-nav-item {
     width: 250px ;
 	 margin: 10px 10px 20px; 
     background-color: black;
 	 border: 1px solid #08535c;
 	 padding: 8px;
 	 color: white;
 	 font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  }
 
 
#subpage-body {
	width: 960px;
    border-top: 18px solid #007481;
	margin-top: 10px;
	background-color: #780216;
} 

#subpage-body h1 {
	color: #fbdbac;
	padding: 10px;
	font: 46px Georgia, "Times New Roman", Times, serif;
} 

#subpage-body h2 {
	color: #fbdbac;
	padding: 10px;
	font: 36px Georgia, "Times New Roman", Times, serif;
} 

#subpage-body h3 {
	color: #fbdbac;
	padding: 10px;
	font: 26px Georgia, "Times New Roman", Times, serif;
} 

#subpage-body p {
	margin-right: 20px;
	margin-left: 15px;
	color: #fbdbac;
	padding-bottom: 10px;
	font: 16px/22px Arial, Helvetica, Geneva, sans-serif;
} 

#subpage-body a:hover {
	color: #007481;
} 

#subpage-body p img.floatleft { float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
}

#subpage-body p img.floatright { float: right; margin: 0px 0px 5px 5px; }



#bottom {
	width: 960px; height: 100%;
	background: url(images/text_background.jpg) white;
}

#bottom h2{
	color: #fbdbac;
	padding: 10px;
	font: 46px Georgia, "Times New Roman", Times, serif;
}

#bottom p {
	margin-right: 20px;
	margin-left: 15px;
	color: #fbdbac;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
} 
	 
#footer {
    width: 960px;
	background-color: #007481;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	clear: both;
}	 

#footer a:hover{
	color: maroon;
}

/**Performance Page **/

#wrapper_perf{
    width: 960px;
    min-height: 100px;
    margin-bottom: 40 px;
	margin-left: 20px;
}


#perf_left, #perf_right {}

#perf_left{width:100px; float:left;}

#perf_right { margin-left:150px;}

div.hr {
  border: 0;
  width: 70%;
  color: #fff;
  background-color: #fff;
  height: 1px;
  margin-left: 5%;
  margin-right: 5%;
}

/**Pagination -**/
.pagination {
float: right;
clear:both;
padding: 10px;
position:relative;
font-size: 11px;
line-height: 13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
#subpage-body.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}


/**Comments -**/

#comments{
	min-height: 50px;
	padding-left: 25px;
	
}
.comments {
	padding-left: 25px;
}

.comment-author {
	padding-left: 25px;
	color: white;
}


ol.commentlist{
   list-style: none;
}

ol.commentlist{
	margin: 10px 5px;
	padding: 10px;
}
.commentlist .comment-body{
	padding: 10px;
	background: #960019;
	border: solid thin #DEDEDE;
	margin: 10px 0;
	position: relative;
}
.comment-body a.comment-reply-link{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #AEAEAE;
}

.comment-reply-link {
	display: none;
}

.fn.n{
	color: #fbdbac;
}

ol.commentlist li{
	list-style: none;
}
ol.commentlist img.avatar{
	padding: 5px;
	background: #DEDEDE;
	border: solid thin #CECECE;
	float: left;
	display: block;
	margin: 15px;
	width: 32px;
	height: 32px;
}
ol.commentlist .comment-author{
	line-height: 25px;
}
.comment-body cite.fn{
	font-size: 14px;
	font-style: normal;
}
.commentmetadata a{
	margin: 0;
	font-size: 11px;
	color: #999;
}

.comment-meta{
	color: white;
}

.comment-body p{
	margin: 5px;
	color: #fbdbac;
}
 
.comment-body .comment-author.vcard{
	margin: 0;
}

#comments-list{
	background: none repeat scroll 0 0 #960019;
	   border: 1px solid #D3D3D3;
	   border-radius: 3px 3px 3px 3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5em;
	padding: 2em;
	   position: relative;
	   width: 68.9%;
	top: 50px;
}

#trackbacks-list{
	background: none repeat scroll 0 0 #960019;
	   border: 1px solid #D3D3D3;
	   border-radius: 3px 3px 3px 3px;
	   margin: 0 auto 1.625em;
	   position: relative;
	   width: 68.9%;
	   padding: 2em;
   }


#respond, .respond {
	background: #960019;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
	clear: both;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
.archive-comment {
	float: right;
	font-size: 2em;
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	padding: 5px 42px 5px 22px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	margin-right: 10px;
}

#stream {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.al2fb_like_button {
	margin-left: 15px;
	padding-bottom: 10px;
}