/*
Theme Name: Default Theme - MATCHES CUSTOM THEME TO PREVENT PROBLEMS WITH SPORADIC THEME DEFAULTING
Theme URI: http://www.tech-kitten.com
Description: Telecom Business theme, 3 column fixed-width. XHTML 1.0 Strict and optimised for Search Engines.
Version: 1.0
Author: TrishaM for Tech-Kitten.com
Author URI: http://www.tech-kitten.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


body {
	background:#8b8b8b;
	color:#303030;
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

a {
	color:#0A8FBC;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#808080;
	text-decoration:underline;
}

p {
	line-height:135%;
	margin:0 0 15px;
	padding: 0px;
}



/*** Main container ***/



#container {
	background:#f0f0f0 url(images/bodybg-blue.gif) repeat-x;
	color:#303030;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:905px;
}

/*** Header section ***/

#sitename {
	color:#ffffff;
	height:95px;
	margin:0 20px 10px;
	text-align:right;
	background: url(images/Logo-VS.gif) no-repeat left top;
}

#sitename h1,#sitename h2 {
	font-weight:200;
	margin:0;
	padding:0;
}

#sitename h1 {
	font-size:1.75em;
	padding-top:20px;
}

#sitename h1 a {
	color: #ffffff;
	text-decoration: none;
}

#sitename h2 {
	font-size:1.6em;
}

/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:12px;
	padding:0;
	margin-top: 5px;
}

/* Horizontal menu */

#mainmenu {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#mainmenu ul.level1 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#mainmenu ul {
	background: #b0b0b0 url(images/menubg.jpg) center left repeat-x;
	padding: 0 0 0 5px;
	margin: 0px;
	border-bottom: 1px solid #fff;
}

#mainmenu li {
	display: inline;
	line-height: 25px;
	margin-left: -4px;
	padding: 0px;
	font-size: 0.9em;
	list-style: none;
	text-transform: uppercase;
}

#mainmenu a {
	color: #0A8FBC;
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	border-right: 1px solid #999999;
}

#mainmenu a:hover {
	background: url(images/menuhover-blue.jpg) center left repeat-x;
}

#mainmenu li.current a {
		background: url(images/menuhover-blue.jpg) center left repeat-x;
        color: #000;
}

#mainmenu li.currentparent a {
	background: url(images/menuhover-blue.jpg) center left repeat-x;
}

#leftside {
	float:left;
	margin-right:10px;
	width: 160px;
	padding: 0px;
	margin-left: 5px;
	text-align: center;
}

#rightside {
	padding: 0px;
	margin-right: 5px;
	margin-left: 10px;
	width: 180px;
	float: right;
}

#rightside img {
	border: 0px;
}

/*** Sidebar menu ***/

#leftside h2, #rightside h2 {
	font-size: 1.4em;
	margin-top: 10px;
	border-bottom: 1px solid #BEBFC3;
}

#rightside ul {
	padding-left: 0px;
	margin: 0px;
}

#rightside li {
	list-style: none;
}

#rightside ul.box li a {
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	color:#006699;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform: capitalize;
	width:140px;
}

#rightside ul.box li a:hover {
	background:#f8f9fa;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;
}

#rightside ul.angle li:before {
	content: "\00BB \0020";
}
#rightside ul.angle li {
	margin-bottom: 8px;
}
#rightside ul.angle li a {
	color: #003366;
}
#rightside ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 8px 10px;
	padding:4px 2px 2px 2px;
	width:125px;
}

li.feed {
	background: url(images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
}

/*** Content ***/

#content,#contentalt {
	background-color:#fafcff;
	border:1px solid #909090;
	color:#2a2a2a;
	padding:15px 20px 5px;
	margin-top: 10px;
}

#content {
	width: 470px;
	margin-bottom: 15;
	margin-left: 10px;
	float: left;
}

#contentalt {	
	margin:0 200px 0 20px;
}

#content h1,#contentalt h1,#contentalt h2 {
	background-color:inherit;
	color:#606060;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 10px;
	padding:0;
}

#content h1,#contentalt h1 {
	border-bottom: 1px solid #b0b0b0;
}

#content h2 {
	font-size:1.6em;
	color:#606060;
}

/* Archives/Links Page List styles */

.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** Footer ***/

#footer {
	background:#8b8b8b url(images/footerbg.jpg) top left repeat-x;
	clear:both;
	color:#000;
	font-size:0.9em;
	font-weight:bold;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	width:905px;
}

#footer a {
	color: #d0d0d0;
	font-weight:bold;
	font-size: 12px;
}

/*** comments Form ***/

#comment {
	width: 100%;
	border:1px solid #b0b0b0;
}

#commentform {
	width: 97%;
}

#author {
	border:1px solid #b0b0b0;
}

#email {
	border:1px solid #b0b0b0;
}

#url {
	border:1px solid #b0b0b0;
}

#submit {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#submit:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/* Image Display */


img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.thumbnail {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:0 0 10px 10px;
	padding:5px;
}

.left {
	float:left;
	margin: 5px 15px 6px 0px;
	padding:5px;
}

.right {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	float:right;
	margin: 5px 0px 6px 15px;
	padding:5px;
}

.noalign {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin: 5px 5px 5px 5px;
	padding:5px;
}

/* Search Form */

.searchform {
	margin: 0;
}

#searchbox {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
	margin:0 4px 0 0;
	width:160px;
}

#searchbutton {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#searchbutton:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/*** Comments Display ***/

.postmetadata {
	background:#e8e9ea;
	font-size: 0.9em;
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin: 0px;
}

ol.commentlist li {
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

.alt {
	background:#e8e9ea;
}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

blockquote {
	border: 1px dashed #b0b0b0;
	padding: 10px;
	margin: 30px;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

.small {
	font-size:0.8em;
}

.large {
	font-size:1.4em;
}

.center {
	text-align:center;
}

.category {
	border-bottom: 1px solid #b0b0b0;
}

.date {
	margin-top: -10px;
	padding-top: 0px;
	border-bottom: 1px solid #b0b0b0;
}

#page {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Previous/Next Page Navigation */

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #b0b0b0;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 1px dashed #b0b0b0;
}

.alignleft {
	float: left;
	text-align: left;
	margin-right: 5px;
}

.alignright {
	float: right;
	text-align: right;
	margin-left: 5px;
}

.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

/* Fix by Andy Skelton */

.entry, .entrytext {
	overflow: hidden;
	padding-top: 10px;
}

* html .entry, * html .entrytext {
	overflow: visible;
	height: 1px;
}

* html .entry p, * html .entrytext p {
	width: 99%;
	overflow: hidden;
}

.entrytext {
	padding-top: 0px;
}

/*** Various classes ***/

.clearingdiv {
	clear:both;
	height:30px;
	width:1px;
}

.hide {
	display:none;
}

th {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #006699;
	background: #F0F0F0;
	border: 1px solid #CCCCCC;
}

.outlined td {
	border: 1px solid #E8E8E8;
	font-size: 12px;
}

.centered td {
	text-align: center;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.testimonial {
	font-size: 9px;
	color: #6699CC;
	font-style: italic;
	text-align: center;
	width: 350px;
	margin-left: 100px;
}
.testimonial a {
	color: #660099;
}
.boxed {
	background: #FFFFFF;
	border: 1px solid #003366;
	padding: 10px;
	margin-top: 10px;
}
.button {
	text-align: center;
}
.button ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.button li {
	list-style: none;
	width: 100%;
	margin: 5px 0px 3px;
	text-align: center;
}
.button a {
	text-decoration: none;
	width: 100%;
	background: url(images/GreenButton-Up.jpg) no-repeat center;
	display: block;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 7px;
	margin: 0px;
	color: #003366;
}
.button a:hover {
	background: url(images/GreenButton-Down.gif) no-repeat center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 6px;
}
