/*
Theme Name: Fluid Blue
Theme URI: http://srinig.com/wordpress/themes/fluid-blue/
Description: A simple two column fluid width theme. Right sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.7.2
Author: Srini G
Author URI: http://srinig.com/wordpress
modified by Lawrence Sutton April 2011
Tags: blue, light, two-columns, flexible-width, right-sidebar, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background:#ccc;
	color:#666;
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:Arial, Sans-Serif;
	padding:0;
	margin:0;
}
p{margin:0; padding-top:15px; !important}
p.archiveTag{font-size:2.0em; width:520px; float:left;}
a { 
	color:#0092dd;
	text-decoration:none;
}
a.readMore{display:block; padding-top:10px; font-size:1.35em; font-weight:bold;}
a:hover {
	text-decoration:underline; 
}
a.comment{
	background-image:url(http://blog.edgetechcorp.com/wp-content/uploads/2011/03/comments.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:10px 43px 5px 0;

}
h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#0092dd;
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em; color:#666;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}
h2.posttitle{font-size:2.5em; padding-bottom:2px; color:#666;}

img {
	border:0;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}
.bold{font-weight:bold;}
/* Layout */
#wrapper {
	margin:0 auto;
	width:986px;
}

#content{
	float:left;
	width:770px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	background-color:#FFF;
	padding:0 0 20px 20px;
}

#sidebar{
	float:left;
	width:171px;
	margin:0;
	padding:0;
	margin:20px 0 0 20px;
}

/* Header */

#header {
	margin:0;
	padding:0;
	height:192px;
	width:100%;
	background-image:url(http://blog.edgetechcorp.com/wp-content/uploads/2011/04/masthead-bg.jpg);
}
#header-center{position:relative; margin:0 auto; width:960px;}
#headertitle {
	float:left;
	padding-top:40px;
}
#headertitle h1 {
	margin:0;
}
#headertitle h1 a {
	background:transparent;
	color:#fff;
}
#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	font-size:1.1em;
}
#edgeCallout{
	position:absolute;
	top:0;
	right:183px;
	width:188px;
	height:64px;
}
.search {
	position:absolute;
	right:183px;
	top:150px;
	height:15px;
}
.search input {
	display:inline;
	background-image:url(http://blog.edgetechcorp.com/wp-content/uploads/2011/03/search.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:166px;
	height:15px;
	border:1px solid #666;
	color:#666;
	font-size:1.25em;
	font-weight:bold;
	padding:5px;
}

/* Top navigation */
#navbar {
	background-image:url(http://blog.edgetechcorp.com/wp-content/uploads/2011/04/topnav-bg.png);
	width:100%;
	height:49px;
	margin:0px;
	padding:0px;
}
.nav-wrapper{margin:0 auto; padding:0; width:960px; position:relative;}
ul#nav {
	width:400px;
	font-size:1.25em;
	padding:2px 0 0 0;
	margin:0 auto;
	list-style:none;
	text-align:right;
	position:absolute;
	left:449px;
	}
#nav a {
	color:#FFF;
	height:40px;
	padding:0 27px;
	font-weight: bold;
	border-left:1px solid #F6F6F6;
	display:block;
	float:left;
	line-height:40px;
}
#nav a:hover {
	color: #666;
	text-decoration:none;
}
#nav li{
	list-style:none;
	margin:0;
	padding:0;
}
#nav li.archives{
	border-right:1px solid #F6F6F6;
	text-align:left;
}
ul#archiveHover{
	padding:0;
	margin:0;
	position:absolute;
	top:35px;
	left:-10px;
}
#nav li.archives a, #nav li.archives a:link, #nav li.archives a:visited {
	color: #FFF;
	float: left;
	margin:0;
	background:#0092dd;
	height:40px;
	display:block;
	width:105px;
	padding:0 10px;
	border-bottom:1px dotted #FFF;
	}
	
#nav li li a:hover, #nav li li a:active {
	color: #666;
	}

#nav li ul {
	display:none;
	}

#nav li.archives span:hover ul {
	display:block;
	z-index:100;
	padding:0;
	margin:0;
	}
#nav li.archives span{
	line-height:40px;
	height:40px;
	border-left:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	font-weight:bold;
	padding:0 27px;
	float:left;
	color:#FFF;
	background-image:url(http://blog.edgetechcorp.com/wp-content/uploads/2011/04/arrow-down.gif);
	background-position:87px center;
	background-repeat:no-repeat;
	display:block;
	position:relative;
}

#nav li:hover ul li{
display: block;
height:25px;
padding:10px 0 0 10px;
border-bottom:1px dotted #FFF;
}	
#nav li:hover ul, #nav li.sfhover ul {
	
	}


/* Sidebar */

/* Connect */
#connectWrapper{position:relative;}
#connectWrapper #envelope
{
    position: absolute;
    left: 1px;
    top: 176px;
}
#connect
{
    height: 190px;
    width: 149px;
    border: 1px solid #666666;
    padding: 10px 10px 20px 10px;
    background-color: #FFFFFF;
    margin: 0 0 40px 0;
}
#connect input{padding:3px;}
#connect h2
{
    color: #0092dd;
    text-align: left;
    font-size: 24px !important;
    padding-top: 0px;
}
#connect p
{
    color: #666666;
    font-size: 14px;
    text-align: left;
    padding: 5px 0 5px 2px;
}
a.socialMedia
{
    padding: 0 3px;
}

.lightGrey
{
    color: #666666;
    font-size: 11px;
}

#connect input.btn, #connect input.btn:hover
{
    height: 29px;
    width: 90px;
    border: none;
    position: relative;
    top: 15px;
    left: 58px;
}
#connect input.btn
{
    background: url(http://blog.edgetechcorp.com/wp-content/uploads/2011/03/email-signup.png) no-repeat top;
}
#connect input.btn:hover
{
    background: url(http://blog.edgetechcorp.com/wp-content/uploads/2011/03/email-signup.png) no-repeat bottom;
}

/* Connect */
#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:0;
	color:#666;
	font-size:1.2em;
}


/* Footer */
#footer {
	clear:both;
	background: url(http://blog.edgetechcorp.com/wp-content/uploads/2011/04/footer-bg.jpg) repeat-x 0 0;
	color:#FFF;
	width:100%;
	height:520px;
	font-size:1.45em;
	line-height:20px;
}
#footer h2{color:#FFF; font-size:1.5em; padding-bottom:2px;}
#footer a {
	color:#FFF;
	text-decoration:underline;
}
#footer img{padding:10px 10px 10px 0;}
#footer .edgeImg{padding:52px 0 0 30px;}
.footer-container{width:980px; margin:0 auto;}
.footer-container-inner{
	height:520px;
	float:left;
	width:740px;
	background: url(http://blog.edgetechcorp.com/wp-content/uploads/2011/04/footer-center-bg.png) repeat 0 0;
	padding:0 20px;
}
#footer #boilerplate p{padding:40px 0 0 0; font-size: .75em;}

/* Post */
#postsWrapper{float:left; width:550px; padding:0 35px 50px 0;}
.post {
	width:550px;
	padding:0 35px 50px 0;
	margin:0;
	clear:both;
	float:left;
	border-bottom:1px solid #e2e2e2;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.5em;
	line-height:1.75em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postmetadata {
	clear:both;
	font-size:1.2em;
	text-align:justify;
}
.postmetadata.bold{position:relative;}
.postmetadata.bold.archive{position:relative; bottom:15px;}
.addthis_toolbox{
	position:relative;
	top:45px;
	left:0;
}
#content .post .postentry .addthis_toolbox{display:none;}
#content .post .postentry.add .addthis_toolbox{display:block;}
div.navigation {
	font-size:1.2em;
	width:545px;
	clear:right;
	padding:15px 0 0 0;
	float:left;
}

.postentry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
#pageCategories{
	background-color:#fdfdfd;
	border-left:1px solid #e2e2e2;
	padding:0 20px 20px 20px;
	width:143px;
	float:right;
}
#pageCategories h2{color:#666; padding-bottom:10px;}
#pageCategories ul{list-style:none; padding:0; margin:0;}
#pageCategories ul li{font-size:1.25em; line-height:18px; padding-bottom:10px;}
/* Comments */

#comments {
	font-size:1.2em;
	clear:both;
	padding-top:10px;
	width:557px;
}
#comments h3{color:#666;}
.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.9em;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   background-color:#FFF;
}

.alignleft {
   float: left;
   padding: 10px 15px 10px 0;
}

.alignright {
   float: right;
   padding: 10px 0 10px 15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #FFF;
   padding-top: 4px;
   margin: 10px;
}

.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;
}

