/*
THEME NAME: Liquid Networx
THEME URI: http://www.sarmacreative.com 
DESCRIPTION: Theme copyright Liquid Networx, 2009.  
VERSION: 1.0
AUTHOR: <a href="http://www.sarmacreative.com">Sarma Creative, LLC</a>
AUTHOR URI: http://www.sarmacreative.com
*/


/* Menu */

#menu_popup {
	background:#000000;
	width:948px;
	height:300px;
	padding-bottom:45px;
	position:absolute;
	z-index:30;
}
#menu_container {
	width:100%;
	padding-top:30px;
	padding-left:10px;
}
#toggle_menu {
	cursor:pointer;
}

/* Architecture */
html { }

body {
	background: #6F776C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #404040;*/
	color: #000000;
}
#shadow {
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#6F776C;
	background-image:url(images/shadow.gif);
	width:977px;
	padding-left:26px;
	padding-bottom:14px;
	margin: 0 auto;
}
#wrapper {
	width: 948px;

	/*margin: 0 auto;*/
	background: #FFFFFF;
	/*padding: 0 0px;*/
}

#header {
	height: 140px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 3px solid #666666;
}
#primary {
	margin: 0px 0 30px -185px;
	width: 155px;
	float: left;
	overflow: hidden;
	padding-top:23px;
}
#secondary {
	float: left;
	width: 140px;
	padding-left:20px;
	padding-top:23px;
}
#container {
	left:170px;
	float: left;
	width:780px;

}

#content {
	margin: 20px 215px 30px 25px;
	
}



#footer {
	clear: left;
	width: 948px;
	padding-top:20px;
	padding-bottom:30px;
	padding-left: 10px;
	
}

/* General */
* {
	margin: 0;
	padding: 0;
}


a:link, a:visited  {
	color:#0076E2; 
	text-decoration: none;
	font-size:11px;
}
a:hover {
	color:#0076E2; 
	text-decoration: underline;
	font-size:11px;
}



input[type='text'] {
	font-size:11px;
	font-family:arial;
}


img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	background:#000000;
	overflow: hidden;
	width: 100%;
	height:50px;
}
#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	width:140px;
	margin-left:5px;
	padding-left:5px;
	padding-bottom:10px;
}

#menu ul li a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#menu ul li ul li a {
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	
}

#menu ul li ul {
	margin-top:5px;
	display: block; /* Added to fix the double margin in IE6 */
	/*list-style: none;*/
}
#menu ul li ul li {
	display: block; /* Added to fix the double margin in IE6 */
	margin-left: 0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:5px;
}
.page-item-3 {
	background-image:url(images/design.jpg);
	background-repeat:no-repeat;
}
#menu ul li.page-item-3 {
	padding-top:105px;
}
.page-item-5 {
	background-image:url(images/deploy.jpg);
	background-repeat:no-repeat;
}
#menu ul li.page-item-5 {
	padding-top:105px;
}
.page-item-9 {
	background-image:url(images/manage.jpg);
	background-repeat:no-repeat;
}
#menu ul li.page-item-9 {
	padding-top:105px;
}


#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* Content */

.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin-bottom: 50px;
}

.entry-title {
	/*width: 450px;*/
	width:100%;
	font-weight: bold;
	font-size: 12px;
	color: #00538D;
	border-bottom:1px solid #AAAAAA;
	padding-bottom:3px;
}

.entry-comments {
	float: right;
	display:none;
}

.entry-title a:link,.entry-title a:hover,.entry-title a:visited {
	font-weight: bold;
	font-size: 12px;
	color: #00538D;
	text-decoration:none;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

abbr {
	text-decoration:none;
	border-bottom:none;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #000000;
	font-size: 10px;
	margin-top: 6px;
	font-style:italic
}


.entry-categ {
	color: #666666;
	font-size: 90%;
	margin-bottom:15px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 10px;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#s {
	width:105px;
}
#searchsubmit {
	font-size:9px;
	width:40px;
}
label[for='s'] {
	display:none;
}

.sidebar h2, .sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color:#3065AE;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}

.sidebar ul {
	list-style: none;
	
}


.widget {
	border-bottom:2px solid #E3E5E5;
	margin-bottom: 15px;
	padding-bottom:15px;
	
}
.widget a, .widget a:hover {
	text-decoration: none;
	font-size:11px;
	color:#383A3B;
}
.widget a:hover {
	text-decoration: underline;
	font-size:11px;
	color:#383A3B;
}

.widgettitle a {
	color:#3065AE;
}
.widgettitle a:hover {
	color:#3065AE;
	text-decoration:none;
}

.sidebar ul li {

	
}

.sidebar ul li ul, .sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

.sidebar ul li ul li {
	padding: 5px 2px 0px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin-left: 4px;
	/*border-bottom: 1px solid #EFEFEF;*/
}
li.current_page_item a,li.current_page_item a:visited {
	color: #00538D;
}

.sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}
#authorinfo h3 {
	text-transform: none;
	font-size: 100%;
	font-weight: bold;
	color:#00538D;
	margin-top:10px;
	
}
#authordescription {
	padding-top:10px;
	padding-bottom:5px;
	padding-left:2px;
}


/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 0px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 2px 4px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}


#footerimage {
	width:925px;
		
	border-bottom:3px solid #000000;
}

#footerlinks {
	
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	float:left;
	width:600px;
}

#footercopyright {
	padding-bottom:5px;
	padding-top:5px;
	padding-right:25px;
	float:right;
	text-align:right;
	width:250px;
	font-size:11px;
	color:#4D4D4D;
}


#footerlinks ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}


#footerlinks ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	
	margin-right:15px;
	
}
#footerlinks ul li a{
	text-decoration:none;
	font-family:arial;
	font-size:11px;
	color:#4D4D4D;
}
#menusearch {
	width:105px;
}
#menusearchsubmit {
	width:18px;
	background:#000000;
	color:#FFFFFF;
	border:none;
	font-size:10px;
	margin-left:5px;
	cursor:pointer;
}

.url {
	text-decoration:underline;
	color:#000000;
}
a.search_link {
	font-size:11px;
}
.search_excerpt {
	padding-top:3px;
	padding-left: 10px;
	/*font-style:italic;*/
	margin-bottom:10px;
}

#splash_wrapper {
	height:488px;
	width:948px;
	margin-bottom:10px;
	background:#FFFFFF;
}
#splash_blog {
	position:absolute;
	top:400px;
	padding-left:10px;
	width:439px;
}

#blog_label {
	float:left;
	position:relative;
	display:inline;
	color:#000000;
	font-weight:bold;
	margin-right:5px;
}
#blog_feed {
	display:inline;
}
#blog_feed a {
	text-transform:uppercase;
	text-decoration:none;
}
#blog_feed a:hover {
	text-transform:uppercase;
	text-decoration:none;
	color:#00538D;
}

#splash_buttons {
	position:absolute;
	height:115px;
	width:439px;
	top:422px;
	padding-left:9px;	
}
img.splash_button {
	margin-right:7px;
}
#splash_image {
	position:absolute;
	width:948px;
	height:478px;
	/*background-image:url(images/splashimages/wave.jpg);*/
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}
#splash_image_back {
	position:absolute;
	width:948px;
	height:478px;
	/*background-image:url(images/splashimages/wave.jpg);*/
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}
#splash_slide_thumbs {
	position:relative;
	left:497px;
	top:278px;
	height:43px;
	
	width:422px;
}
.slide_thumb {
	position:relative;
	margin-right:10px;
	display:inline;
	float:left;
	width:51px;
	height:51px;
	cursor:pointer;
}
#splash_text {
	position:relative;
	top:302px;
	left:499px;
	width:440px;

}
#splash_text h1 {
	color:#FFFFFF;
	font-size:26px;
	margin-bottom:12px;
}
#splash_text h2{
	color:#FDA900;
	font-size:16px;
	
}

#splash_text p {
	color:#FFFFFF;
	font-size:14px;
	width:380px;
}
.rightimage {
	margin-bottom:15px;
}
#lets-talk {
	background-image:url(images/lt-bg.gif);
	color:#6e6e6e;
	width:125px;
	height:80px;
	padding:15px 10px 10px 10px;
}
#lets-talk-header {
	margin-top:20px;
}