/*
Theme Name: TelcoSolutions
*/



body {
	margin: 0;
	padding-top: 0px;
	background: #000000 url(images/content-bg.png) repeat-x;
	font-family: Arial, Sans-serif;
	color: #1e1e1e;
	line-height: 18px;
	font-size: 12px;

}

img {
	border: 0;
}

a {
	color: #0072bc;
	text-decoration:none
}
	
a:hover {
	color: #ff0000;
	text-decoration:none
}
		
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	
blockquote {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
    background: #f8f4ec;
    border-left: 3px solid #000;
    border-right: 1px solid #000;
	font-style: normal;
}
	
.clear {
	clear: both;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.center {
	text-align: center;
}

#avatar {
    float: right;
    border: #3333CC 4px solid;
    background: #000;
}

#spacer {
    padding-top: 10px;
    border-bottom: 1px #000 dashed;
}

/* Header */

#top {
	width: 100%;
	xbackground: url(images/header.png) repeat-x;

}

#header_top {
	width: 100%;
	margin: 0 auto;
	height: 109px;
	background: #ffffff url(images/header-bg.jpg) top center no-repeat;

}

.title {
	float: left;
	width: 200px;
	padding-top: 0px;
        padding-left: 12px;
	font-family: Arial, Sans-serif;
}
	
.title h1 {
	font-size: 40px;
	font-weight: normal;
	margin: 20px 0 0 15px;
	color: #787878;
	text-decoration: none;
}

.title h1  a:link, .title h1  a:visited { 
	
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
}
	

.title h1  a:hover {
	color: #fff; 
	text-decoration: none;
	background-color: transparent;
}	

.title h2 {
	margin: 0px 0 0 15px;
	font-size: 16px;
	font-weight: normal;
	color: #bbb;
}
	
/* Navigation */

#header_nav {

	width: 100%; 
    background: url(images/menu.png) repeat-x;
    height: 26px;
    margin: 0 auto;
}

#nav {

width: 930px;  
    margin: 0 auto; 
    padding:0; 
    overflow: hidden;
    xheight: 26px; 
}

#menu{
	height: 21px;
	display: block;
	padding: 5px 0 0 0;
}

#menu ul {
	margin: 0px auto;
	padding: 0px; text-align: center;
}

#menu ul li {
	margin: 0px;
	list-style: none;
	float: left;
	margin-left: 0px;
	font-size: 13px;	
}

#menu ul li a {
	text-decoration: none;	
	color: #fff;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

#menu ul li a:hover, #menu ul li a.active {
	color: #fff;
	background-color: #307DE3;
	text-decoration: none;	
}

#menu ul li a span {
	display: none;
}

#menu ul li a:hover span, #menu ul li a.active  span{
	display: inline;
	position: absolute;
	right: -1px;
	top: 0px;
}

.navigation {
	height: 10px;
	padding-top: 10px;
}
	
.navigation a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
	
.navigation a:hover {
	color: #000;
}

#wrapper {
width: 930px;
margin: 0px auto;
background: white url(images/wrapper-bg.jpg) repeat-y;
}

#xwrapper {


xposition: absolute;
xtop: 200px;
xborder:1px solid red;
    margin: 20px auto;
    padding: 0;
    width: 930px;
background: white url(images/wrapper-bg.jpg) repeat-y;
    text-align: left;
}

#wrapper2 {

padding-bottom:10px;
background: url(images/promo-bg-bottom.jpg) bottom left no-repeat;

	}

/* Content */

#content {
	float: right;
	width: 480px; /* 530 - 20 - 20 */
	margin-top: 10px;
padding-right:20px;
xborder:1px solid green;
}

#content a img {
    padding: 1px;
    border: 2px solid #fff;
    background: #fff;
}

#content a img:hover {  
}

#content h1 {
	color: #0072bc;
	font-size: 18px;
	}
#content h2 {
	color: #0072bc;
	font-size: 14px;
	}

.sd {
	line-height:1.1em;
	}

.post {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	xtext-align: justify;
	color: #000;
	xbackground: #fff;
    xborder: 1px solid #000;
}

.post h2 {
	font-family: Arial, Sans-serif;
    font-size: 18px;
    xtext-transform: uppercase;
    padding: 0;
}

.post h2 a, .post h2 a:link {
  font-size: 18px;
	color: #0072bc;
	background-color: transparent;
}

.post h2 a:hover {
	color: #aa0000;
	background-color: transparent;
}

.post h2 a:visited {
	color: #0072bc;
	background-color: transparent;
}

.post .date {
	font-size: 11px;
    color: #777;
	padding-bottom: 2px;
    margin: 0px 10px 0px 10px;
	border-bottom: 1px dashed #999;
}

.post .postmetadata {
	padding: 2px 15px 0px 15px;
	font: normal 11px Arial, Sans-serif;
	text-align: right;
	height: 34px;
}

/* Search */

#search-box {
	position: absolute;
	top: 8px;
	right: 20px;
	text-align: right;
width:220px;
}	

#search-box h1 {
	color:#ae2727;
	margin:12px 0 6px 0;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}

#search-box h2 {
	color:#303030;
	margin:0;
	font-size: 14px;
	font-weight: bold;
}

#search-box form {
	margin: 0;
	padding: 0;
}

#search-box input {
	margin: 6px 0 0 0;
	padding: 3px;
	border: 1px solid #404040;
	width: 160px;
	color: #888888;
    font-size: 75%;
}

/* Latest Post */

.postsolo {
background: url(images/back.gif) no-repeat;
}

/* Comments */

.post_comments {
	height: 25px;
	width: 100px;
	line-height: 26px;
	text-align: center;
	float: right;
	padding-bottom: 30px;
}

.post_comments img {
	padding-right: 3px;
    border: 0;
}

.post_comments a:link,
.post_comments a:visited {
	color: #000077;
	background-color: transparent;
}

.tagging {
    float: left;
    height: 25px;
	padding-bottom: 30px;
}

.tagging img {
    border: 0;
}

.tagging a:link,
.tagging a:visited {
	color: #000077;
	background-color: transparent;
}


.post a:link,
.post a:visited {
	color: #ae0000;
	background-color: transparent;
}

.post a:hover {
	color: #ff0000;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	display: block;
	margin: 0 0;
	padding: 5px 0;
}
	
.cover{
	margin: 0 0;
}

.ads {
    text-align: center;
}

.comments {
	padding: 22px 32px 23px 32px;
	line-height: 16px;
}
	
.comments ol {
	margin: 0 0 30px 0;
	padding: 10px 0px 0px 30px;
	font-weight: normal;
	color: #000;
}	

div.comments ol li {
	padding-bottom: 9px;
	
}

.comments form {
}
	
.comments textarea {
	width: 400px;
	height: 156px;
	background: #fff;
	color: #000;
	padding: 10px;
	overflow: auto;
	font-family: Arial, Sans-serif;
	font-size: 14px;
}
	
#commentform {
	padding-left: 23px;
}
	
#commentform input {
	padding-left: 10px;
}
	
.comments input#submit {
	padding: 0;
	width: 72px;
}
	
.comments h2 {
	font-size: 19px;
	line-height: 30px;
	margin: 24px 0 0 0px;
	padding: 0;
	font-weight: normal;
}
	
.comments ol li p {
	padding: 0;
	margin: 10px 0;
}
	
.comments ol li {
	padding-bottom: 9px;

}
	
/* Sidebar */

#sidebar {
width: 400px;
	float: left;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
padding-top; 0px;
	font-family: Arial, Sans-serif;
        padding-bottom:40px;
        xborder:1px solid purple;
}

// used at top of sidebar
#marqueecontainer {
}

#sidebar img {
	display: block;
}

#sidebar table {
	width: 100%;
	text-align: center;
	background-color: #464646;
}

sidebar h1,h2,h3  {
        color: #aa0000;
}

.sidebar_top {
	width: 400px;
	height: 16px;
	margin-top:15px;
	border: 1px solid #000;
	border-bottom: 0px;
	background: #fff;
}

.sidebar_content {
	width: 400px;
	border: 1px solid #000;
	border-top: 0px;
	background: #fff;
}

.sidebar_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

.sidebar_content ul li {
    padding: 0 0px 0px 3px;
}

.sidebar_content ul li h2 {
    font-family: Arial,Verdana,Sans-serif;
    padding-top: 2px;
    padding-left: 6px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: center;
    background: url(images/header_sidebar.png) no-repeat;
}

.sidebar_content ul ul li {
    font-size: 13px;
    margin-top: 1px;
    line-height: 1.3em;
    padding-left: 12px;
    padding-bottom: 4px;
}

.sidebar_content ul ul li a {
    color: #000;
}

.sidebar_content ul ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.sidebar_content ul ul ul li {
    line-height: 9px;
    text-decoration: none;
    background-image: none;
    padding-left: 0; 
}


.sidebar_content ul ul ul {
    margin-top: 3px;
    line-height: 11px;
    text-decoration: none;
    background-image: none; 
}


.sidebar_promobox {

}



.sidebar_promobox a {
	color: #000000;
	text-decoration:none;
}
	
.sidebar_promobox a:hover {
	color: #ff0000;
	text-decoration:underline;
}

.sidebar_bottom {
	width: 220px;
	height: 16px;
    background: #f8f4ec;
    border: 0px;
    border-top: 0px;
}

/* Attachment */

.contentCenter {
	text-align: center;
}

h2.pagetitle {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 25px;
	text-align: center;
}



/* Calendar function */

#calendar {
    width: 193px; 
	background: transparent;
}

#calendar_wrap {
	background: #fff;
}

table#wp-calendar {
	margin: 0 auto 0 auto;
	width: 180px;
	color: #000;
	background: transparent;
}

table#wp-calendar caption {
	margin: 0 auto 0 auto;
}

/* Footer */

#footer {
    clear: both;
    width: 100%;
    height: 45px;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
	color: #fff;
    xbackground: #000;
    xborder-top: 9px solid #3333CC;
}

.footer_content a {
	color: #fff;
}

.footer_content a:hover {
	color: #ae0000;
}

.footer_products {
	color: #5a5a5a; 
	width: 900px;	
}

div.footer_products a
{
	color: #5a5a5a; 
} 