/* -------------------------------------------------------------------------------
	Theme Name: CNY Support, LLC. Custom Wordpress Template
	Theme URI: http://www.cnysupport.com/
	Description: Custom Theme for CNYSupport
	Version: 1.00
	Author: cnysupport.com
	Author URI: http://www.cnysupport.com/
	Tags: custom
   ------------------------------------------------------------------------------- */
/* general */
/*
@font-face
        {
          font-family: "DejaVu Sans";
          src: url("http://www.cnysupport.com/fonts/DejaVuSansCondensed.ttf");
        }

 
@font-face
        {
          font-family: Loma Book;
          src: url("http://www.cnysupport.com/fonts/Loma.ttf");
        }

*/

body{   
        margin:0px auto;
        font-size: 9pt;        
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
        color:#000000;
        background-image: url("http://www.cnysupport.com/_images/EarthBG.gif");
        background-position:top center;
        background-repeat: no-repeat;
        background-color: #333333;
        border:0px #555555;

}




img {
	border:0px;
	padding:5px;
	max-w00000idth: 100%; /* not working in IE6*/
}
a {color:#0000ff;text-decoration: none;}
a:hover {color: #0000ff;text-decoration: underline;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {thin solid navy;}

blockquote {
	clear: left;
	text-align: left;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	background: url(images/quote.gif) no-repeat top left;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}

code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:20px;}
/***** layout *****/
#page_top{
	margin:0px auto;
	padding:0;
	width:100%;
	border:0px blue solid;
//	 filter:alpha(opacity=0);
//        -moz-opacity:0.0;
//        -khtml-opacity: 0.0;
//        opacity: 0.0;

}

#base{
	margin:0 auto;
	padding:0;
	width:894px;
	padding:0 28px 0 28px;
	border:0px red solid;
}

#header{
	position:relative;
	width: 100%;
	height: 0px;

}
#menu{
	position:relative;
	top:100px;
	z-index:300;
	height: 42px;
}
#container{
	position:relative;
	width:894px;		

}

#sidebar{
	float:left;
	position: relative;
	top:100px;
	width:250px;
	overflow:hidden;
	color:#706D2A;
	padding:20px 0 700px 0px;
	border:0px blue solid;
}

#content{
	float:right;
	position: relative;
	top:100px;
	width:550px;
	overflow:hidden;
	padding: 0 15px 0 10px;
	border:0px red solid;	
  	background-image:url(http://www.cnysupport.com/_images/transparent_75.png);
//       filter:alpha(opacity=75);
//        -moz-opacity:0.75;
//        -khtml-opacity: 0.75;
//        opacity: 0.75;

}


#footer{
	clear:both;
	position:relative;
	background-color:transparent;
	height:20px;
	color:#ffffff;
	font-size:11px;
	

}
#footer a,#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/*######### header ############*/
#blogtitle {
	position:absolute;
	top:10px;
	left:0px;
	width:650px;
	
	font-size:30px;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	border:0px red solid;
	overflow:hidden;

}

#blogtitle a, #blogtitle a:hover {
	
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

#subtitle {
	position:absolute;
	overflow:hidden;
	
	height:45px;
	left:0px;
	top:55px;
	text-align:left;
	font-size:13px;
	letter-spacing: 2px;
	color:#ffffff;
	font-style:italic;
	line-height:1.1em;
}
#menu ul {
	position:absolute;
	top: 0px;
	left: 10px;
	height: 34px;
	width: 550px;
	overflow:hidden;
	margin:0px;
	padding:0px;


}



#menu ul li {
	display: inline;
	font-size: 14pt;
	

	color:#000000;
}
#menu ul li.separator {
	display: none;
}

#menu ul li a {
	display: block;
	color:white;
	float: left;
	line-height: 34px;
	color: #000000;
	padding: 0px 10px 0px 10px;
	margin:0px 0 0 0 ;
	text-decoration:none;
	 
	font-size:12pt;
	font-weight:bold;
}



#menu ul li a{
	color:white;
}


#menu ul li a:hover {
text-decoration:underline;
}

#sidebar ul{
	vertical-align:top;
}


#searchbox div
{
	position:absolute;
	top:40px;
	right:0px;	
}
.searchbox {	
	
	width:250px;
	height:30px;
	border:0px;
}
.search-field input {	
	width:172px;
	height:15px;	
	font-size:11px;
	font-weight:bold;
	color:#999999;
	padding:5px 3px 3px 3px;
	border:0px;
	background:#ffffff;
}
.search-but input {	
	width:50px;
	height:20px;	
	background:transparent;
	border:0px;
}
#footer img.rss{
	position: absolute;
	right: 52px;
	top: 29px;
	height:26px;
	width:26px;
}

/***** sidebar *****/



#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
#sidebar ul li {
	list-style-type:disc;
	padding: .25em 0px 0px 0px;
}


#sidebar ul li ul li{
	position: relative;
	border:0px red solid;
	margin: 3px 0px 0px 5px;
	padding:0px 5px 5px 16px;
}


/* applies to logout  */
#sidebar ul li a{color:white;font-weight:bold;}
#sidebar ul li a:hover {text-color:navy;text-decoration:underline;}

/* applies to side menu */
#sidebar  li.page_item_login a {font-size:9pt;color:white;font-weight:bold;}
#sidebar  li.current_page_item_login a {font-size:9pt;color:#7892FF;text-decoration:underline;font-weight:bold;}
#sidebar  li.current_page_parent_login a {font-size:9pt;color:#7892FF;text-decoration:underline;font-weight:bold;}

#sidebar  li.page_item a {font-size:11pt;color:white;font-weight:bold;}
#sidebar  li.current_page_item a {font-size:11pt;color:#7892FF;text-decoration:underline;font-weight:bold;}
#sidebar  li.current_page_parent a {font-size:11pt;color:#7892FF;text-decoration:underline;font-weight:bold;}

#sidebar  li.page_item {font-size:11pt;color:#7892FF;font-weight:bold;}
#sidebar  ul li ul li.page_item a {font-size:9pt;color:white;}
#sidebar  ul li ul li.current_page_item a {font-size:9pt;color:#7892FF;text-decoration:underline;font-weight:bold;}
#sidebar  ul li ul li.page_item a:hover {font-size:9pt;}
#sidebar  ul li ul li.current_page_parent a {font-size:9pt;color:#7892FF;text-decoration:underline;font-weight:bold;}


#sidebar h1 {
	color: #706D2A;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0px 0px 0px;
	padding: 12px 0px 0px 22px;
	height: 30px;
	
	background:url('images/sidebar_title.jpg') no-repeat center;
	border:0px red solid;
}
#sidebar select{
	margin:5px 0px 2px 5px;
	font-size:12pt;
	width:250px;
	overflow:hidden;
}



/***** content *****/

.archivetitle {
	height:20px;
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}
.post{
	width:505px;
	margin:0 0 20px 0;
	border:0px red solid;
}

.post_top{
	position: relative;
	border-left:8px #5A6B1E solid;
	border-bottom: 1px #5A6B1E solid;
	height:40px;
	/*background: #f6f6f6;*/
}
.post_bottom{
	margin: 0 50px 0 50px;
	height:3px;
}
.posttitle{
	position:absolute;
	top:0px;
	left:5px;
	font-size:18px;
	
	color:#5A6B1E;
	border:0px red solid;

}
.posttitle a{
	
	color:#5A6B1E;
	text-decoration:none;
}
.posttitle a:hover{
	
	text-decoration:underline;
	color:#5A6B1E;
}
.date {
	position:absolute;
	
	top:24px;
	right: 20px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}
.author{
	position:absolute;
	
	font-size:11px;
	top:24px;
	left:5px;
}
.author a{
	text-decoration:none;
}
.author a:hover{
		text-decoration:underline;
}
.info {
	line-height: 2em;
	font-size: 9px;
	padding:10px 10px 5px 10px;
	color:#000000;
	border:0px red solid;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}

.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: left;
	padding: 5px 15px 0px 15px;
}

.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}


.sorry {
	font-size: 12px;
	font-style: italic;
	margin: 8px 8px 8px 8px;
	padding: 10px 10px 10px 10px;
	border:thin solid navy;
	background:#ffffff;
}

/*** comment ***/

#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #5A6B1E;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #5A6B1E;
	background: #F0F3CD url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #5A6B1E;
	background:#F0F3CD;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	
}
.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #5A6B1E;
	
}
#comment {
	width: 470px;
	color: #000000;
	font-size: 12px;
	
	border: 1px solid #5A6B1E;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #5A6B1E;
	
}

/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#5A6B1E;
}
.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:5px 0px 5px 5px;
}

#akismetwrap{
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0000 fixed;
}

#sidebar h1 a.rsswidget{
	margin-left:-3px;
	color: #706D2A;
	text-decoration:none;
}


