/*  
Theme Name: G-Squared Interactive
Theme URI: http://www.hmtweb.com/
Description: Custom WordPress Theme Development by iDesign Studios
Author: iDesign Studios
Version: 1.0
*/


/* CSS Document - Table of Contents
---------------------------------------------

01 - Main Styles
02 - ID's
03 - Navigation
04 - Classes
05 - Images
06 - Lists, etc.
07 - Forms
08 - WordPress Template - Original


*/


/* 01 - Main Styles
--------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bk_body.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #C1D8E9;
	color: #204063;
}
html, body {
	height: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #063350;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #C1D8E9;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
}
#sidebar h3 {
	margin: 0px;
	padding: 0px 0px 5px 35px;
	font-size: 14px;
	font-weight: bold;
	color: #063350;
	background-image: url(images/bk_sidebar_heading.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/* 02 - ID's
--------------------------------------------- */

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 950px;
}
#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 135px;
	width: 950px;
	background-image: url(images/bk_header.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#header_logo {
	margin: 0px;
	padding: 30px 0px 0px 33px;
	height: 70px;
	float: left;
}
#header_slogan {
	margin: 0px;
	padding: 30px 20px 0px 0px;
	height: 70px;
	float: right;
}
#header_nav {
	margin: 0px;
	padding: 5px 3px 0px 3px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	width: 944px;
	background-image: url(images/bk_nav.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 35px;
	color: #FFFFFF;
	clear: both;
}
#page {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px; 
	text-align: left;
	width: 950px;
	background-image: url(images/bk_container.gif);
	background-position: top center;
	background-repeat: repeat-y;
	float: left;
}
#content {
	margin: 0px;
	padding: 30px 45px 40px 30px;
	width: 565px;
	float: left;
}
#sidebar {
	margin: 0px;
	padding: 10px 30px 20px 27px;
	width: 250px;
	font-size: 12px;
	float: left;
}
#footer_container {
	margin: 50px auto 0px auto;
	padding: 0px;
	background-image: url(images/bk_footer_container.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 100px;
	clear: both;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 0px;
	width: 950px;
}
#footer_nav {
	margin: 0px auto 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#footer_copyright {
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #C1D8E9;
}
#comment_form {
	margin: 0px;
	padding: 0px;
}


/* 03 - Navigation
--------------------------------------------- */

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #4386CE;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #4386CE;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #2462A5;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #4386CE;
}

#header_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#header_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#header_nav li a {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
}
#header_nav li a:visited {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
}
#header_nav li a:hover {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #063350;
	display: inline-block;
}
#header_nav li a:active {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: bold;
	background-color: #E0EBF7;
	color: #063350;
	display: inline-block;
}


#sidebar a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #4386CE;
}
#sidebar a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #4386CE;
}
#sidebar a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #2462A5;
}
#sidebar a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #4386CE;
}

a.title:link {
	text-decoration: none;
	color: #063350;
	font-weight: normal;
}
a.title:visited {
	text-decoration: none;
	color: #063350;
	font-weight: normal;
}
a.title:hover {
	text-decoration: underline;
	color: #063350;
	font-weight: normal;
}
a.title:active {
	text-decoration: none;
	color: #063350;
	font-weight: normal;
}


a.post_title:link {
	text-decoration: none;
	color: #063350;
}
a.post_title:visited {
	text-decoration: none;
	color: #063350;
}
a.post_title:hover {
	text-decoration: underline;
	color: #063350;
}
a.post_title:active {
	text-decoration: none;
	color: #063350;
}

a.post_info:link {
	text-decoration: none;
	color: #063350;
	font-weight: normal;
}
a.post_info:visited {
	text-decoration: none;
	color: #063350;
	font-weight: normal;
}
a.post_info:hover {
	text-decoration: underline;
	color: #063350;
	font-weight: normal;
}
a.post_info:active {
	text-decoration: none;
	color: #063350;
	font-weight: normal;
}
a.entry_continue:link {
	text-decoration: underline;
	color: #063350;
	font-weight: normal;
	font-size: 11px;
}
a.entry_continue:visited {
	text-decoration: underline;
	color: #063350;
	font-weight: normal;
	font-size: 11px;
}
a.entry_continue:hover {
	text-decoration: underline;
	color: #063350;
	font-weight: normal;
	font-size: 11px;
}
a.entry_continue:active {
	text-decoration: underline;
	color: #063350;
	font-weight: normal;
	font-size: 11px;
}

#footer_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#footer_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#footer_nav li a {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
}
#footer_nav li a:visited {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
}
#footer_nav li a:hover {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-decoration: underline;
	color: #FFFFFF;
	display: inline-block;
}
#footer_nav li a:active {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
}

a.footer_copyright:link {
	text-decoration: none;
	font-weight: normal;
	color: #C1D8E9;
}
a.footer_copyright:visited {
	text-decoration: none;
	font-weight: normal;
	color: #C1D8E9;
}
a.footer_copyright:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #C1D8E9;
}
a.footer_copyright:active {
	text-decoration: none;
	font-weight: normal;
	color: #C1D8E9;
}

/* 04 - Classes
--------------------------------------------- */

.widget {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	border: 1px solid #C1D8E9;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.smaller {
	font-size: 11px;
}
.small {
	font-size: 10px;
}

.pagetitle {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #063350;
}

.post {
	margin: 0px;
	padding: 0px;
}
.postmetadata {
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	padding: 20px 0px 30px 0px;
	border: 3px solid #8fbae4;;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #8FBAE4;
}
.post_tags {
	font-size: 12px;
}
.post_head {
	margin: 0px;
	padding: 0px 20px 20px 20px;
	background-image: url(images/bk_post_head.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #8FBAE4;
	font-size: 10px;
	font-weight: bold;
}
.postmeta_author {
	margin: 0px;
	padding: 0px;
	float: left;
}
.postmeta_comments {
	margin: 0px;
	padding: 0px 3px 0px 0px;
	float: right;
}
.post_info {
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 12px;
	color: #2D2D2D;
}

.post_footer {
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 0px 160px;	
	background-image: url(images/bk_post_footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #204063;
	height: 60px;
	border: 3px solid #8fbae4;;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	clear: both;
}
.post_commentform {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #063350;
}
.clear {
	clear: both;
}
.entry {
	font-size: 14px;
	line-height: 140%;
}
.entry_intro {
	font-size: 12px;
	line-height: 140%;
}
.sidebar_rss {
	margin: 0px 0px 5px 3px;
	padding: 3px 0px 0px 27px;
	background-image: url(images/icon_rss.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	text-align: left;
	display: block;
}
.sidebar_twitter {
	margin: 0px 0px 0px 3px;
	padding: 3px 0px 0px 27px;
	background-image: url(images/icon_twitter.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	text-align: left;
	display: block;
}
	
/* 05 - Images
--------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #F3F3F3;
	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;
}

	
	
/* 06 - Lists, Blockquote, etc.
--------------------------------------------- */

blockquote {
	margin: 20px;
	padding: 5px 10px 5px 20px;
	border: 1px solid;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #4386CE;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
	

	

/* 07 - Forms
--------------------------------------------- */

form {
	margin: 0px;
}
input, textarea {
	border: 1px solid;
	padding: 5px;
	font-size: 11px;
	background-color: #FFFFFF;
	border-color: #E3EDF3;
	color: #063350;
} 

.entry form { 
	text-align:center;
}

#commentform input {
}


#commentform textarea {
	width: 100%;
}


#submit {
	border: 0px;
	padding: 4px;
	background-color: #063350;
	color: #FFFFFF;
}
#submitbutton {
	border: 0px;
	padding: 4px;
	background-color: #063350;
	color: #FFFFFF;
}
#searchsubmit {
	border: 0px;
	padding: 4px;
	background-color: #063350;
	color: #FFFFFF;
}

/* 08 - WordPress Template - Original
--------------------------------------------- */

.alt {
	text-align: left;
	padding: 10px;
	}
.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: italic;
	size: 14px;
	color: #063350;
	}

.commentlist p {
	line-height: 1.5em;
	text-transform: none;
	font-size: 12px;
}

#commentform p {
}

.commentmetadata {
	color: #D8D8D8;
	font-size: 10px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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 Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


.postmetadata {
	clear: left;
}


/* Begin Lists */

.entry li {
	margin: 0px 0px 10px 0px;
}
.entry ol li {
	margin: 0px 0px 10px 0px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 1px 0px;	
}

#sidebar ul li li {
	margin: 0px 0px 1px 20px;	
	list-style-image: url(images/bk_sidebar_bullet.gif);
}

#sidebar ul p, #sidebar ul select {
	margin: 2px 0 2px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li a, #sidebar ul ol li a {
	margin: 0px;
	padding: 0px;
	list-style: circle;
}
	
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	margin: 0px;
	padding: 0px;
	list-style: circle;
}

#sidebar ul ul ul li, #sidebar ul ul ol li {
	width: 100%;
}

#sidebar ul ul ul li a, #sidebar ul ul ol li a {
	padding: 0px;
	display: block;
}

#sidebar ul ul ul li a:hover, #sidebar ul ul ol li a:hover {
	padding: 0px;
	text-decoration: underline;
}


/* End Entry Lists */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px 0px 0px 0px;
	}
.alt2 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	}
.alt_comment {
}

.authorcomment {
}
.authorcomment cite a{
	font-style: italic;
	color: #063350;
}
li.authorcomment {
}
.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 1px 0px 1px 0px;
	padding: 20px;
	background-color: #F1F6FB;
	list-style: none;
	}

.commentlist p {
	margin: 0px;
	}



.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	fpty-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: #000000; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/