/*
Theme Name: Shahin Gharakhanian Consulting
Description: Custom WordPress Theme  for SG Consulting
Theme URI: http://growthspark.com
Version: 1.0
Author: Growth Spark
Author URI: http://growthspark.com
*/

/** Theme-Specific styles go here  **/

/* ----------------------------------------------------------
General Formatting
------------------------------------------------------------- */

html, body {
	width: 100%;
	
}

body {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-size: 62.5%;
	color: #555;
	background: #333;
}

#page-container {
	background: white;
}

h1, h2, h3, h4 {
	margin: .6em 0;
	font-family: 'PT Serif', sans-serif;
	font-weight: normal;
}

h1 { font-size: 3.2em; }
h2 { font-size: 2.8em; }
h3 { font-size: 2.5em; }
h4 { font-size: 2.2em; }

#main-col h3 {
	font-weight: bold;
}

p, ul, ol, input, select, textarea { 
	line-height: 1.7;
	font-size: 1.4em;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 1.4em !important;
}

p {
	margin: 20px 0;
}

a, a:visited {
	color: #39C;
	text-decoration: none;
}

a:hover {
	color: #00b6cc;
}

/* ----------------------------------------------------------
Grid Customization - Defaults set in base.css
------------------------------------------------------------- */

.row {
	width: 960px;
	max-width: 950px;
	margin: 20px auto 0 auto; 
}

.row .row {
	width: 100%;
}

.inner {
	padding: 5px;
}


/* ----------------------------------------------------------
Header
------------------------------------------------------------- */
#page-header {
	border-top: 8px solid #09C;
}


.header-row {
	margin-top: 0;
}

.nav-container {
	height: 100%;
}

.header-nav {
	margin-top: 40px;
}

.nav-links {
	padding-bottom: 20px;
}

.nav-links li {
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.1em;
	float: left;
	margin-right: 25px;
}

.nav-links li:last-child {
	margin-right: 0;
}

.nav-links a {
	color: #777;
}

.nav-links a:hover {
	color: #00b6cc;
	text-decoration: underline;
}

.logo-container {
	margin-top: 0;
}

.logo {
	margin: 20px 0 20px;
	height: 80px;
}


/* ----------------------------------------------------------
Homepage 
------------------------------------------------------------- */

#feature {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
}

.feature-row {
	margin: 20px auto 15px;
}


#feature h2 {
	font-family: 'PT Serif', serif;
	font-size: 2.2em;
	line-height: 1.5;
	margin-top: 26px;
} 

#feature-columns {
	padding-bottom: 30px;
}

#feature-columns h4 {
	margin-top: 0;
	font-size: 1.6em;
	font-family: 'Droid Sans', serif;
}

#feature-columns .gsrp-post {
	margin: 25px 0 0;
}

#feature-columns ul {
	padding: 0 0 0 20px;
}

.home-widget .widget-container {
	position: relative;
	min-height: 430px;
}

.home-widget:first-child img {
}

.home-widget .feature-box-btn {
	position: absolute;
	bottom: 0;
}

.home-widget a.feature-box-link,
.home-widget a.feature-box-link:visited {
	font-size: 1.3em;
	background: #09C;
	color: white;
	padding: 6px 8px;
}


.feature-box-img {
	height: 160px;
	position: relative;
	border: 1px solid #DDD;
}

.home-widget-title {
	color: white;
	background: #2baad4;
	padding: 0px 12px;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 220px;
	font-size: 2.2em;
}

.home-recent-posts p {
	margin-top: 0;
}

/* ----------------------------------------------------------
Subpage Styles
------------------------------------------------------------- */
#page-content {
	background: repeat url(img/bg.png);
	padding: 3px 0 20px;
	border-top: 1px solid #CCC;
}

.page-template-front-page-php #page-content {
	padding: 0;
	background: none;
	border: 0px;
}

.content-row {

}

#main-col {
	background: white;
	padding: 7px 25px 20px;
	min-height: 300px;
}

#main-col h1 {
	font-family: 'Droid Sans', sans-serif;
	color: #555;
	font-size: 2.4em;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
}

#main-col h2 {
	font-size: 2em;
	font-family: 'PT Serif', serif;
}

#main-col h3 {
	font-size: 1.7em;
	font-family: 'Droid Sans', sans-serif;
}

#main-col h4 {
	font-size: 1.4em;
	font-family: 'PT Serif', serif;
}


/* ----------------------------------------------------------
Blog
------------------------------------------------------------- */
.blog #main-col article,
.archive #main-col article,
.search #main-col article {
	border-bottom: 1px solid #E7E7E7;
}

.article-info {
	font-size: 1.3em;
	color: #777;
	margin-top: 0;
}

.blog-title {
	margin-bottom: 3px;
}

.attachment-blog-right {
	float: right;
	margin: 0 0 10px 20px;
}

.attachment-blog-left {
	float: left;
	margin: 0 20px 10px 0;
}


/* ----------------------------------------------------------
Sidebar
------------------------------------------------------------- */

#sidebar h3 {
	font-size: 2em;
	color: white;
	background: #2baad4;
	padding: 2px 10px;
	margin-top: 5px;
}
.sidebar-container {
	background: white;
	padding: 0 0 10px;
}

.side-widget {
	margin-bottom: 20px;
	padding: 15px;
}

.feature-box-btn {
	margin-top: 20px;
}

#sidebar .gsrp-post {
	padding: 0px 5px;
}

.gsrp-title {
	font-family: 'Droid Sans', sans-serif;
	margin-top: 3px;
}
.gsrp-date {
	font-size: 1.2em;
	color: #777;
}

/* ----------------------------------------------------------
Footer
------------------------------------------------------------- */
#page-footer {
	background: #333;
	color: #eee;
	height: 80px;
	padding: 10px 0 0;
	margin: 0;
	font-size: 1.3em;
}

#page-footer a {
	color: #EEE;
	border-bottom: 1px dotted #EEE;
}

.footer-row {
	margin-top: 10px;
	padding: 15px 0;

}

.footer-right {
	text-align: right;
}


/* ----------------------------------------------------------
Comments Form 
------------------------------------------------------------- */

#comments {
	border-top: 1px dashed #ccc;
}


.comment {
	margin: 30px 0;
}

#commentform textarea,
#commentform input[type="text"] {
	width: 100%;
	color: #555;
	padding: 5px;
	margin-bottom: 25px;
}

#commentform textarea {
	width: 100%;
	height: 148px;
}

.comment .avatar {
	margin: 0 15px 0 0;
}

.comment-date {
	font-size: 1.3em;
	color: #999;
}

.comment-para p {
	margin-top: 0;
}