/*   
Theme Name:Gray Slate
Theme URI: http://www.fourthversion.com
Description: Custom Template for FourthVersion.com
Author: Augie Pedraza
Author URI: http://fourthversion.com
Version: 1.0
*/


/* 
 * Element styles
 */
body {
	font: 62.5%/1.6em "Helvetica Nue","Helvetica", sans-serif;
	color: white; /*#0d33f2; #0f36fd;#1d4b95;*/
	margin:0;
	background: transparent url('./images/content-bg.jpg') repeat;
	/*background-color: #CCC999;  #777; */

}

h1 {
	font-family: "Helvetica", "Times New Roman", Times, serif;
	font-size:3.8em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

code, pre {
	color: white;
	font-size: 1.2em;
}

h1 span {
	height: 68px;
}

h1 span a {
	text-decoration:none;
	color:#333;

}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
	color: black;
}


.clear {
	clear:both;
}

p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}


img {
	/*background:#ccc;
	padding:1px;
	border:5px solid #eee;*/
}


a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}

a.more:hover {
	text-decoration:underline;
}

a {
	outline: none;
		color: #7cc4e1;/*#E0E6FF;*/
}

a:hover {
	color: #68a5be;
}

a:focus {
	outline: none;
}

textarea#comment { width: 400px; padding: 5px; }

.commentmetadata { font-size: 10px; }

/*
 * Header properties
 */

#header {
	/*background: transparent url('./images/header-bg.jpg') repeat-x;*/
	/*background-color: black;*/
	overflow: hidden;
}

#header.tall {
	height: 240px;
}

#header h1 {
	font-size: 2.5em;
	text-indent: -9999px;
	background: transparent url('./images/header-logo-shadowed.png') no-repeat;
	height: 65px;
	margin-top: 11px;	
	padding: 0;
}

#nav li a:link, #nav li a:visited {
	color: #7cc4e1;
	/*color: #d0d0d0;*/
	text-decoration: none;
	font-size: 1.4em;
	height: 10px;
}


#nav {
	margin: 0;
	padding: 0;
	float: right;
	height: 70px;
	color: white;

}

#nav li.first {
	background: transparent url('./images/nav-bg-shadowed-first.png') no-repeat;
}

#nav li.last {
	background: transparent url('./images/nav-bg-shadowed-last.png') no-repeat;
}


#nav li {
	width: 103px;
	height: 70px;
	margin: 0;
	text-align: center;
	background: transparent url('./images/nav-bg-shadowed-mid.png') repeat-x;
}

#nav li a {
	padding-top: 12px;
	display: block;
}

#nav li a:hover {
	padding-top: 14px;
}

#nav li.current_page_item, #nav li.current_page_parent {
	/*background: transparent url('./images/current-item-menu.png') no-repeat bottom center;*/
}

#ability h4 {
	font-size: 2em;
	line-height: 2em;
	font-weight: normal;
}

/*
 * Blurb properties
 */

#blurb {
	position: relative;
	overflow: hidden;
	background-color: #003366;
	height: 250px;
    border-bottom: 1px solid #999;
}

#blurb .container_12 {
	overflow: auto;
}

#blurb .iphone-image {
	position: relative;
	top: -100px;
}

#stage {
	background: transparent url('./images/showcase.jpg') no-repeat;
	height: 315px;
	width: 650px;
	margin: 20px 25px;
	padding: 16px;
	color: white !important;
}

#stage div.item-container {
	overflow: hidden;
	border: 1px solid white;
	width: 615px;	
	height: 280px;
	padding: 0;
	margin: 0;
	position: relative;
}

#stage div.item {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	height: 280px;
	overflow: hidden;
	background: #ddd;
}

#stage div.item div.item-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height:  280px;
	width: 615px;
	overflow: hidden;
}

#stage div.item div.item-excerpt {
	position: absolute;
	top: 200px;
	left: 0;
	background-color: black;
	width: 100%;
	z-index: 1;
	color: white;
}

#stage div.item div.item-excerpt p, #apps-content div.item div.item-excerpt p {
	font-size: 1.2em;
	line-height: 1.25em;
}

#apps-content div.item div.item-excerpt {
	padding-top: 60px;
	padding-left: 70px;
}




#content-sidebar {
	position: relative;
	float: left;
	display: inline;
	width: 250px;
	margin-top: 4px;
	height: 100%;
}

#content-sidebar p.title {
	font-size: 2.2em;
	line-height: 1.2em;
	padding-left: 25px;
}

#content-sidebar div.item-link a {
	margin-left: 15px;
	padding-left: 25px;
	display: block;
	position: relative;
	width: 200px;
}

#recent {
	background: transparent url('./images/recentposts.png') no-repeat;
	padding-top: 70px;
	padding-left: 18px;
	height: 330px;
}

#recent div.brdr {
	border-right: 1px solid #333;
}



#recent div.grid_4 {
	height: 275px;
}

#recent img.attachment-post-thumbnail {
	padding-bottom: 4px;
}

#recent h2
{
	color: white;
	font-family: Georgia,Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
}

#recent p {
	padding-right: 10px;
	font-size: 1.25em;
}

#contact {
	background: transparent url('./images/contact.png') no-repeat;
	height: 330px;
	padding-top: 70px;
	padding-left: 18px;

}

#apps-content {
	display: block;
	height: auto;
	width: auto;
}

#apps-content .item {
	background: transparent url('./images/apps.png') no-repeat;
	height: 360px;
	padding-top: 10px;
	padding-left: 18px;
	margin-top: 20px;
	width: 960px;
}

#contact h6 {
	font-weight: normal;
	line-height: 1.45em;
}

#contact h2, #twitter_update_list {
	font-style: italic;
	font-family: Georgia;
}

#twitter_update_list {
	list-style: none;
	width: 500px;
	font-size: 2em;
	line-height: 2em;
	font-style: italic;
	font-family: Georgia;
}

/*
 * Content Properties
 */

#content-wrapper {
	position: relative;
	overflow: auto;
	margin-top: 1px;
}


#content-wrapper-header {
/*	background: transparent url('./images/content-bg-header.jpg') repeat-x;*/
/*	height: 50px; */
}

#container {
/*	background: transparent url('./images/content-header.png') no-repeat; */
	overflow: auto;
}

#content-header {
	background: transparent url('./images/content-main-top.png') no-repeat;
	height: 19px;
}

#content-footer {
	background: transparent url('./images/content-main-bottom.png') no-repeat;
	height: 34px;
}

#content-body {
	background: transparent url('./images/content-top.png') no-repeat top center; 
	padding: 0;
	margin-top: 22px;
	overflow: hidden;	
}

#content-body-apps {
	padding: 0;
	margin-top: 22px;
	overflow: hidden;	
}

#content-main {
	background: transparent url('./images/content-main-mid.png') repeat-y;
	width: 100%;
}

#content p, #content h2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#content-main p {
	font-size: 1.3em;
	line-height: 1.5em;
}

div.partial-image {
	float: left;
	display: inline;
	width: 200px;
	height: 200px;
	border: 1px solid white;
	background-color: #ddd;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 10px;
}

div.partial-image-border {
	height: 193px;
	width: 193px;
	overflow: hidden;
	border: 1px solid white;
	background-color: #333;
}

div.post-content div.date {
	float: left;
	display: inline;
	padding: 0;
	position: relative;
	width: 48px;
	height: 58px;
	color: black;
	background: transparent url('./images/calendar.png') no-repeat;
	font-size: 1.2em;
	text-align: center;
	padding-top: 10px;
}

#content-main div.post-content p {
	padding-left: 50px;
}

#next-nav {
	margin-left: 20px;
	border: 1px solid #aaa;
	background-color: black;
	padding-bottom: 5px;
}

#content-main div.post-partial p.sub-comment {
	margin-bottom: 2px;
	margin-top: 0px;
	padding-top: 2px;
	padding-left: 0px !important;
	padding-bottom: 4px;
	width: 290px;
	display: inline;
	float: right;
}

#content-main div.post-full p.sub-comment {
	margin-bottom: 2px;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px !important;
	width: 450px;
	display: inline;
	float:left;	
}

div.post-partial div.post-content {
	float: right;
	display: inline;
	width: 360px;
}

#content-main div.post-partial h2  {
	line-height: 1.25em;
	width: 290px;
	float: right;
	display: inline;
	padding-top: 0px;
	margin-bottom: 0px;
}

#content-main div.post-full h2  {
	line-height: 1.25em;
	width: 510px;
	float: left;
	display: inline;
	padding-top: 0px;
	margin-bottom: 0px;
}

#content-main div.post-full {
	padding-left: 20px;
}


#content-body #content h2
{
	color: white;
	font-family: Georgia,Times, serif;
	margin-bottom: 0;
	font-style: italic;
	font-weight: normal;
}

#content h2 a:link {
	text-decoration: underline;
}

#content h2 a:hover {
	/*color: #666;*/
	color: #68a5be;
	
}

#comments {
	line-height: 1.25em;
}

#content .commentlist {
	padding-right: 20px;
	
}

#content .comment {
	padding-bottom: 10px;
	border: 3px solid #aaa;
	margin-top: 10px;
}

#content .comment p {
	clear: both;
	padding-left: 38px;
}


#content .commentlist li.even {
	background-color: #333;
}

#content .commentlist li.odd {
	background-color: #222;
}

#content .commentlist .comment-body, #content .commentlist .comment-body em {
	font-style: normal;
}

.comment-meta {
	float:right;
	display: inline;
}

.comment-author {
	float: left;
	display: inline;
}



#sidebar {

}

#sidebar h2.sidebar-heading {
	background: transparent url('./images/sidebar-heading.png') no-repeat;
	height: 34px;
	margin-left: 4px;
	padding-left: 8px;
	padding-top: 10px;
	font-weight: normal;
}


#sidebar ul {
	list-style: none;
	font-size: 1.25em;
}
#sidebar ul.children {
	padding-top: 10px;
}

#sidebar ul li {
	padding-bottom: 10px;
}

/*
 * Common Properties
 */

#header h1 a {
	color: white;
	text-shadow: 1px 1px gray;
}
 
#header ul {
	list-style: none;
}

#header ul li {
	float: left;
	display: inline;
}

div.footer-footer div.copyright {
	background: transparent url('./images/footer.png') no-repeat;
	height: 70px;
	padding: 15px 20px;
}

