/*
Theme Name: KSol v2
Author: Van Kritikos / KSol
Author URI: http://www.ksol.com.au/
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* Begin Typography & Colors */

body {
	font-size: 13px;
	color: #2D2D2D;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 10px 0;
}


a {
	color: #f26722;
	text-decoration: none;
}
#top-content, #top-content a, #sidebar a, #sidebar, #footer a {
	color: #fff;
}
a span.grey {
	color: #ccc;
}
h1 {
	font-weight: normal;
	font-size: 26px;
	margin: 0 0 10px 0;
	line-height: 26px;
}
h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	color:#EC7529;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
h3 {
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 10px 0;
	line-height: 17px;
	padding-top: 10px;
	color: #EC7529;
}
h4 {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 10px 0;
}
h5 {
	font-weight: normal;
	color: #EC7529;
	font-size: 13px;
	margin: 0 0 10px 0;
}
img.ImageFrame_image {
	vertical-align:bottom;
	border:none;
}
td div.H {
	width:1px;
	height:0;
}
td div.V {
	width:0;
	height:1px;
}
#sidebar h2 {
	color: #F26722;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
}
.postmetadata {
	padding-top: 5px;
}
.postmetacomments {
	float:right;
	padding: 5px 0 0 20px;
	background: url(images/comment.png) 0 5px no-repeat;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
.required {
	color:#990000;
	font-weight:bold;
}
.post-date, .post-comments, .postmetadata {
	text-transform: uppercase;
	color: #999999;
	font-size: 11px;
}
#home .post-date, #home .post-comments, #home .postmetadata {
	color: #ccc;
}
.post-comments a {
	background: url(images/comment.png) left center no-repeat;
	padding: 0 0 0 20px;
}
small {
	font-size: 11px;
}
.grey {
	color: #2D2D2D;
}
.commentlist li, #commentform input, #commentform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.commentlist li ul li {
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
code {
	font-family:'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 9px;
	letter-spacing: .7px;
}
/* End Typography & Colors */

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* Begin Structure */


#header {
	position: relative;
	background: #fff;
	height: 55px;
	border-bottom: 3px solid #2D2D2D;
}
#footer {
	position: relative;
	background: #666;
	border-top: 3px solid #2D2D2D;
	margin-top: -130px; /* negative value of footer height */
	height: 130px;
	clear:both;
}
#top-content {
	background: #999;
	border-bottom: 3px solid #666;
}
#content {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 130px;  /* must be same height as the footer */
}
#main-content-page {
	background: #fff;
	width: 930px;
	float:left;
	padding: 0 25px 15px 0;
}
#main-content {
	background: #fff;
	width: 655px;
	float:left;
	padding: 0 25px 15px 0;
}
#sidebar {
	float:left;
	width: 250px;
}

#sidebar-top {
	background: #2D2D2D;
	min-height:170px;
	width: 220px;
	padding: 15px;
	margin: 20px 0 40px 0;
}
#home #sidebar-top {
	background: #2D2D2D;
	position:relative;
	width: 220px;
	padding: 15px;
	top: -40px;
	margin:0;
}
#sidebar-bottom {
	background: #0099CC;
	width: 220px;
	padding: 15px 15px 0 15px;
	margin-bottom: 40px;
}
.container {
	width: 930px;
	margin: 0px auto;
	position: relative;
}
.logo {
	position: absolute;
	left:0;
	top: 2px;
}
.titleImage {
	position: relative;
	left:0;
	top: 20px;
	padding-bottom: 40px;
}

.featured-data {
	float:left;
	width: 70px;
	padding-top: 25px;
}
.asides-data {
	float:left;
	width: 70px;
}
.featured-content {
	float:left;
	width: 580px;
	padding-top: 15px;
}
.asides-content {
	float:left;
	width: 555px;
	padding-bottom: 30px;
}
.author-info {
	float:left;
	width: 230px;
	padding: 30px 0 0 50px;
	font-size: 12px;
}
.asides {
	padding: 10px 0 0 0;
	clear:both;
}
#footercolleft {
	float: left;
	width: 290px;
	overflow: hidden;
	padding: 0 30px 30px 0;
	margin-top: 15px;
}
#footercolmiddle {
	float: left;
	width: 290px;
	overflow: hidden;
	padding: 0 30px 30px 0;
	margin-top: 15px;
}
#footercolright {
	float: left;
	width: 290px;
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 30px;
}
.post {
	margin: 0 0 40px;
}
.post hr {
	border:none;
	height:1px;
	border-top: 1px solid #C3C8CE;
	clear:both;
}
.postmetadata {
	padding-top: 5px;
}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}
.clear, .clearer {
	clear: both;
}
/* End Structure */

/* Main Nav */

#main-nav {
	margin:42px 0 0 0;
	padding:0;
	list-style:none;
	position:absolute;
	right:0;
}
#main-nav li {
	float:left;
	overflow: hidden;
}
#main-nav li a {
	display:block;
	text-transform: uppercase;
	color: #fff;
	font-weight:bold;
	height: 12px;
	line-height:12px;
	text-indent:-9999px;
}
#main-nav li#solutions a {
	background: url(images/nav-solutions.gif) no-repeat;
	width:106px;
}
#main-nav li#about a {
	background: url(images/nav-about.gif) no-repeat;
	width:80px;
}
#main-nav li#sales a {
	background: url(images/nav-sales.gif) no-repeat;
	width:72px;
}
#main-nav li#support a {
	background: url(images/nav-support.gif) no-repeat;
	width:94px;
}

#main-nav li#solutions a:hover, #main-nav li#solutions a.active, #main-nav li#about a:hover, #main-nav li#about a.active, #main-nav li#sales a:hover, #main-nav li#sales a.active, #main-nav li#sales a:hover, #main-nav li#sales a.active, #main-nav li#support a:hover, #main-nav li#support a.active {
	background-position: 0 -12px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/* Begin Lists */

.entry ol, .entry ul {
	padding: 0 0 10px 35px;
	margin: 0;
}
.entry ol ul, .entry ul ul {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li, .entry ul li {
	margin: 0;
	padding: 0 0 3px 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 10px 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar #sidebar-bottom ul li {
	margin-bottom: 10px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 0 0;
}
#sidebar ul ul ul {
	margin: 0 0 0 10px;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 3px 0;
	padding: 0;
}
#footer li {
	border-bottom: 1px dotted #ccc;
}
#footer ul a {
	display:block;
	padding: 5px 0 5px 5px;
	text-decoration: none;
}
#footer ul a:hover {
	background: #444;
}
/* End Lists */

/* Begin Various Tags & Classes */
.button {
background-color:
	rgb(128,128,128);
	color:#ffffff;
	font-size: 8pt;
}

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 3px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
a img {
	border: none;
}
.quote {
	color:#EC7529;
	text-decoration: none;
}
.requiredNote {
	color: #FF0000;
	font-weight: bold;
}
.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
#sidebar a.twitter-side {
	background:url(images/twitter.png) no-repeat left center;
	padding:5px 0 5px 25px;
}
#sidebar a.rss-side {
	background:url(images/rss.png) no-repeat left center;
	padding:5px 0 5px 25px;
}
#sidebar a.linkedin-side {
	background:url(images/linkedin.png) no-repeat left center;
	padding:5px 0 5px 25px;
}
/* End Various Tags & Classes*/



/* sIFR */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*.sIFR-hasFlash #main-nav a {
	visibility: hidden;
	height: 20px;
	line-height: 20px;
	margin: 0;
}*/

.sIFR-hasFlash #sidebar #sidebar-top h2.widgettitle {
	visibility: hidden;
	height: 8px;
	line-height: 8px;
	margin-bottom:20px;
}
.sIFR-hasFlash h3.sifr {
	visibility: hidden;
	height: 12px;
	line-height: 12px;
}
.sIFR-hasFlash h4.sifr {
	visibility: hidden;
	height: 18px;
	line-height: 18px;
}


/*ph contact form */

.phone
{
	padding: 4px;
	margin: 10px 0;
	}
	
#phone  ul.header, ul.h1, ul.col,  li.section {
list-style: none;
margin: 0;
padding: 0;
}

#phone ul {
	padding: 0;
}
	
#phone li.h1 {
position: relative;
font-weight: bold;
margin-left:0px;
}

#phone li.section {
position: relative;
margin: 10px 0px;
}



#phone ul.col li {
display: table-cell;
width: 150px;

}

/* End Phone CSS */

/* contact form CSS */
.contactform {
	position: static;
	overflow: hidden;
}
.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.contacterror {
	border: 1px solid #ff0000;
}
.contactsubmit {
}
/* End Contact Form CSS */


.g2_column {
	width: 738px;
	margin: 0px 1px 0px 12px;
}

/* SLIDER */

.titleImage {
	position: relative;
	left:0;
	top: 20px;
	padding-bottom: 40px;
}

#title-image-container
{
    position: relative;
	left:0;
	top: 20px;
	padding-bottom: 40px;
}
#loader
{
    background-color: white;
    display: inline;
    float: left;
    height: 200px;
    overflow: hidden;
    margin: auto;
    width: 650px;
    position: relative;
    text-align: center;
}

#loader img
{
    width: 100%;
    height: 100%;
}
.loading
{
    background: url( 'images/blank.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
	z-index:10;
}


