/*
Theme Name: Blank 2 Column - Right Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}
html {
	background: #496f96 url(images/bg.gif) 100% 0 repeat-y;
}

body {
	behavior: url(/css/csshover.htc);
	background: url(images/globe.gif) 100% 100% no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

	
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding:0;
	background:#fff url(images/contbg.gif) 0 0 repeat-y;
	color:#333;
	overflow: hidden;
	}
	
/* header */
/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
	float:left;
	width:715px;
	overflow: hidden;
	margin:14px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	border-bottom: 1px solid #999;
	padding-bottom: 3px;
	margin: 15px 0 0;
	}
#content .post a {	
	color: #496F96;
	text-decoration: underline;
}
#content .post h2 a{
	color: #000;
	text-decoration: none;
	}
	
#content .post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {
margin: 0 0 0 40px;
}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	margin:0 0 15px;
	padding:0 0 10px;
	text-align: center;
	}
	



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:12px;
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 12px arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0 0 3px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

#sidebar label{
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 12px;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14px;}
	
#commentform h3{
	font-size: 12px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 10px;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14px;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}




/* footer */

#footer {
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* make it like usnx */
#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(images/header.jpg) 0 0 no-repeat;
	height: 122px;
	margin: 0;
	text-indent: -1234em;
	border-width: 0;
}
#header a {
	height: 84px;
	width: 290px;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 900;
}
#contactnumber {
	position: absolute;
	left: 25px;
	top: 88px;
	width: 252px;
	height: 31px;
	text-indent: -1234em;
	z-index: 900;
}
#contactnumber a {
	display: block;
	text-decoration: none;
	height: 31px;
}
#navigation {
	background: url(images/menu.jpg) 0 0 no-repeat;
	position: absolute;
	top: 4px;
	left: 309px;
	height: 39px;
	width: 691px;
	margin: 0;
	list-style: none;
	text-indent: -1234em;
	z-index: 900;
}
#navigation li {
	margin: 0;
	position: absolute;
	height: 39px;
	top: 0;
	z-index: 10;
}
#navigation li a {
	display: block;
	height: 39px;
}
#webservices {
	left: 2px;
	width: 136px;
}
/* .webservices li#webservices, */
li:hover#webservices,
#webservices a:hover {
	background:  url(images/menu.jpg) -2px -39px no-repeat;
}
#hosting {
	left: 138px;
	width: 97px;
}
li:hover#hosting,
#hosting a:hover {
	background:  url(images/menu.jpg) -138px -39px no-repeat;
}
#portfoliomenu {
	left: 235px;
	width: 113px;
}
li:hover#portfoliomenu,
#portfoliomenu a:hover {
	background:  url(images/menu.jpg) -235px -39px no-repeat;
}
#about {
	left: 348px;
	width: 103px;
}
li:hover#about,
#about a:hover {
	background:  url(images/menu.jpg) -348px -39px no-repeat;
}
#contact {
	left: 451px;
	width: 121px;
}
li:hover#contact,
#contact a:hover {
	background:  url(images/menu.jpg) -451px -39px no-repeat;
}
#helpdesk {
	left: 572px;
	width: 107px;
}
li:hover#helpdesk,
#helpdesk a:hover {
	background:  url(images/menu.jpg) -572px -39px no-repeat;
}

#navigation ul {	display: none;}
#navigation li:hover ul {
	display: block;
	position: absolute;
	top: 39px;
	left: 50%;
	margin: 0 0 0 -70px;
	list-style: none;
	text-indent: 0;
	background: #d0cfcf;
	padding: 3px 5px 5px;
	border-bottom: 2px solid #496f96;
	width: 130px;
	text-align: center;
	font-weight: bold;
}
#navigation ul li {
	position: static;
	height: auto;
}
#navigation ul li a {
	height: auto;
	padding: 2px;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #BBB;
	_height: 1px;
}
#navigation ul li a:hover {
	color: #FFF;
	background: #496f96;
}
#navigation li:hover ul ul {
	position: static;
	margin: 0;
	border-width: 0;
	font-weight: normal;
	padding: 0 0 5px;
}
#navigation #portfoliomenu ul {
	width: 146px;
	margin-left: -81px;
}
#navigation #about ul {
	width: 110px;
	margin-left: -60px;
}
#navigation #contact ul {
	width: 120px;
	margin-left: -65px;
}
#navigation #helpdesk ul {
	width: 140px;
	margin-left: -81px;
}
#navigation #helpdesk ul ul {
	width: auto;
	margin: 0;
}
#sidebar {
	position: relative;
	top: -60px;
	border-width: 0;
	width: 240px;
}
#footer {
	background: #FFF url(images/footer.gif) 0 0 repeat-x;
	text-align: center;
	padding: 15px 10px 10px;
	color: #000;
	position: relative;
	margin: 0;
	min-height: 1px;
	_height: 1px;
	color: #000;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {	text-decoration: underline;}
#copyright {
	margin: 0 auto;
	background: url(images/copyright.jpg) 50% 0 no-repeat;
	height: 64px;
	text-indent: -1234em;
}

