/*
Theme Name: Cat5
Theme URI: http://www.categoryfivenetworks.com/
Description:  The Custom WordPress Theme for Category Five Networks
Version: 1	
Author: JTk
Author URI: http://imjtk.com
Tags: clean, plain, fixed width, multiple collum layout, widgets
*/

html, body { height: 100%; }

body {
	background: #F8F9F9 url(images/back.jpg) repeat-x;
	background-position: top center;
	color: 444444;
	text-align: center;
	font: 62.5% tahoma, verdana, sans-serif;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

a:link, a:visited {
	color: #18295F;
	text-decoration: none;
}

a:hover, a:active {
	color: #FA7303;
	text-decoration: underline;
}

#container {
	min-height: 100%;
	_height: 100%;
	width:935px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(images/content_back.gif) bottom right no-repeat;
}

#single_container {
	min-height: 100%;
	_height: 100%;
	width: 935px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background:  url(images/content_back.gif) bottom right no-repeat;

}

/* Header */
h1#header {
	background: #cccccc;
	margin: 0;
	height: 351px;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
	background: url(images/header.jpg) 0 no-repeat;
}

#header a {
	position: absolute;
	left: 25px;
	top: 100px;
	height: 150px;
	width: 280px;
	text-decoration: none;
}

#description {
	position: absolute;
	left: 325px;
	top: 100px;
	width: 550px;
	color: #314555;
	margin: 0;
	padding: 0;
	font-weight:normal;
	word-spacing: 1.5px;
	font-size: 3.8em;
	font-family: georgia, serif;
	z-index: 1209;
	text-align: center;
}

#quote {
	position: absolute;
	right: 0px;
	top: 195px;
	height: 144px;
	width: 640px;
	color: #314555;
	margin: 0;
	padding: 0;
	font-weight:normal;
	word-spacing: 1.5px;
	font-size: 3.8em;
	font-family: georgia, serif;
	z-index: 1209;
	text-align: right;
		background: url(images/quote.jpg) 0 no-repeat;

}


/* Content */

#single_wrapper {
	width: 660px;
	position: relative;
	float: left;
	z-index: 12001;
	margin: 0 0 25px 0;
}

#wrapper {
	width: 550px;
	position: relative;
	float: left;
	z-index: 12001;
	margin: 0;
}

#content {
	margin: 20px 0 0 0;
}

.home_about {
	margin: 10px 0 0 0;
}


/* Sidebars */


.pre_sidebar_box {
	margin: 0 0 10px 0;
	_margin:  5px 0;
	padding: 35px 0 10px 10px;
	width: 330px;
	position: relative;
	color: #555655;
	z-index: 9999;
	float: right;
	font-size: 1.1em;
	border-left: 1px solid #ddd;
}

.pre_sidebar_box h4 {
	color:	#323C2A;
	margin: 0 15px 5px 0;
	padding: 0;
	font-size: 1.33em; 
	font-weight: normal;
	border-bottom: 1px solid #BFAB61;
	font-family: georgia, serif;
	letter-spacing: -.5px;
}

.pre_sidebar_box h5 {
	color:	#FA7303;
	margin: 15px 15px 5px 10px;
	padding: 0 0 2px 0;
	font-size: 1.45em; 
	font-weight: normal;
	border-bottom: 1px solid #dedede;
	font-family: georgia, serif;
	letter-spacing: -.5px;
}


.pre_sidebar_box h6 {
	color:	#FA7303;
	margin: 15px 15px 5px 20px;
	padding: 0 0 2px 0;
	font-size: 1.45em; 
	font-weight: normal;
	border-bottom: 1px solid #dedede;
	font-family: georgia, serif;
	letter-spacing: -.5px;
}

.latest_news_links a, .latest_news_links a:visited {
	color: #FD7707;
 	text-decoration: none;
}

#news_archive {
	margin: 0 15px 0 15px;
}

.latest_news_links a:hover, .latest_news_links a:hover {
	color: #1F384B;
	text-decoration: underline;
}

.pre_sidebar_box p{
	margin: 5px 25px 10px 10px;
	_margin: 5px 12px 10px 5px;
	font-size: 1.1em;
	color: #333;
}


#sidebar {
	position: relative;
	float: right;
	color: #313131;
	padding: 0;
	margin: 0;
	width: 170px;
	z-index: 1002;
    }

#sidebar ul li h2, #right_col ul li h2, #single_sidebar ul li h2 {
	color:	#4D4C4E;
	margin: 10px 0 5px 0;
	padding: 4px 0 0 4px;
	font-size: 1.66em; 
	font-weight: normal;
	line-height: 1.5em;
	border-bottom: 1px solid #DBDBDB;
	font-family: georgia, serif;
}

#sidebar ul li ul li {
  	padding: 2px 0 4px 8px;
	margin: 0 0 0 7px;
	font-size: 1.06em;
	font-weight: bold;
	line-height: 1.2;
	background:  url(images/green_cross.jpg) left  no-repeat;
}

#sidebar ul li ul li ul li{
	margin-left: 0px;
	padding-left: 6px;
	padding-bottom: 4px;
	font-weight: normal;
}

#sidebar ul li ul li ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0;
}

#sidebar li ul{
	margin: 0;
}

#sidebar a, #right_col a, #sidebar a:visited, #right_col a:visited, #single_sidebar a, #single_sidebar a:visited   {
	color: #18295F;
 	text-decoration: none;
}

#sidebar a:hover, #right_col a:hover {
	color: #FA7303;
	text-decoration: underline;
}

#single_sidebar {
	position: relative;
	float: right;
	color: #313131;
	padding: 25px 0 0 10px;
	margin: 0;
	_margin: 0 10px 0 0;
	width: 200px;
	z-index: 1002;
		border-left: 1px solid #ddd;

    }


#single_sidebar ul li ul li {
  	padding: 2px 0 4px 8px;
	margin: 0 0 0 7px;
	font-size: 1.06em;
	font-weight: bold;
	line-height: 1.2;
	background:  url(images/green_cross.jpg) left  no-repeat;
}

#single_sidebar ul li ul li ul li{
	margin-left: 0px;
	padding-left: 6px;
	padding-bottom: 4px;
	font-weight: normal;
}

#single_sidebar ul li ul li ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

/*  All of the sidebar H2's no margins */

#single_sidebar li {
	margin: 0;
}

#single_sidebar li ul{
	margin: 0;
}



/* Right Column */


#right_col {
	margin: 0 25px 0 15px;
	_margin: 0 12px 0 7px;
	padding: 0 15px 0 10px;
	width: 180px;
	float: right;
    padding: 0;
	position: relative;
	color: #555655;
	z-index: 9999;
}


#right_col ul li ul li {
 	padding: 2px 0 4px 8px;
	margin: 0 0 0 7px;
	font-size: 1.06em;
	font-weight: bold;
	line-height: 1.2;
	background:  url(images/green_cross.jpg) left  no-repeat;
}

#right_col ul li ul li ul li{
	margin-left: 0px;
	padding-left: 6px;
	padding-bottom: 4px;
	font-weight: normal;
}

#right_col ul li ul li ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

/*  All of the sidebar H2's no margins */

#right_col li {
	margin: 0;
}

#right_col li ul{
	margin: 0;
}


/* Mani Menu */



#main_menu {
	position: absolute;
	top: 46px;
	left: 10px;
	z-index: 12002;
}


#main_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px;
}

#header_nav {
	margin: 0;
	padding: 0;
	height: 80px;
	list-style: none;
	display: inline;
	overflow: hidden;
		z-index: 999998;
		position: relative;
}

#header_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#header_nav ul {

}

#header_nav a {
	float: left;
	padding: 40px 0 0 0 ;
	overflow: hidden;
	height: 0px !important;
	height /**/:80px; /* for ie5/Win only */

}

#header_nav a:hover {
	background-position: 0 -40px;
}

#header_nav a:active, #nav a.selected {
	background-position: 0 -0px;
}

#home_nav a {
	width: 104px;
	background: url(images/nav_home.jpg) top no-repeat;
	margin: 0 15px 0 15px;
}

#about_nav a {
	width: 90px;
	background: url(images/nav_about.jpg) top  no-repeat;
	margin: 0 15px 0 15px;
}

#services_nav a {
	width: 148px;
	background: url(images/nav_services.jpg) top  no-repeat;
	margin: 0 15px 0 15px;
}

#why_nav a {
	width: 139px;
	background: url(images/nav_why.jpg) top no-repeat;
	margin: 0 15px 0 15px;
}

#contact_nav a {
	width: 122px;
	background: url(images/nav_contact.jpg) 0 0  no-repeat;
	margin: 0 15px 0 15px;
}

#news_nav a {
	width: 122px;
	background: url(images/nav_news.jpg) 0 0  no-repeat;
	margin: 0 15px 0 15px;
}


hr#clear {
	clear: both;
	height: 120px;
	visibility: hidden;
}

hr#page_clear {
	height: 25px;
	visibility: hidden;
}


hr.clear_right_col {
	clear: both;
	height: 20px;
	visibility: hidden;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	color: #475263;
	font-size: 2.3em; 
}
h2 {
	color: #141A11;
	font-size: 2.2em; 
}
h3 {
	color: #30292B;
	font-size: 1.8em; 
}
h4 {
	color: #A6AA78;
	font-size: 1.99em; 
	font-family: georgia, serif;
	font-weight: normal;
}
h5 {
	color: #30292B;
	font-size: 1.4em; 
}

h6 {
	color: #30292B;
	font-size: 1.2em;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	margin: 0;
}

hr.content_box {
	height: 15px;
	visibility: hidden;
	clear:both;
	margin: 0;
}

hr.clearing_r {
	height: 1px;
	visibility: hidden;
	clear: right;
	margin: 0;
}

hr.clearing_l {
	height: 1px;
	visibility: hidden;
	clear: left;
	margin: 0;
}


.dotted_line {
	border-bottom: 1px dotted #C4C8CB;
	margin: 3px 20px 0 0;
}

small {
	color: #141A11;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	padding: 0 0 5px 0;
}

.postmetadata {
	color: #313131;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	font-size: 1.2em;
	background-color: #f4f4f4;
	border: 1px solid #eaeaea;
	margin: 7px 5px 35px 0;
	_margin: 2px 5px 7px 5px;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
}

 .more-link {
	font-size: 1.25em;
	font-weight: normal;
	font-family: georgia, serif;
	color: #C13F27;
}

 .more-link a, .more-link a:visited   {
	color: #C13F27;
 	text-decoration: none;
}

a.more-link {
	color: #C13F27;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

 a:hover.more-link {
	color: #FA7303;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

.entry {
	margin: 0 10px 0 5px;
	_margin: 0 5px 0 12px;
	font-size: 1.25em; 
	line-height: 1.571em;
	color: #222222;
}

.entry_single {
	margin: 0 10px 0 5px;
	_margin: 0 5px 0 12px;
	font-size: 1.25em; 
	line-height: 1.5em;
	color: #222222;
}

.entry img, .entry_single img {
	margin: 0 10px 5px 0;
	border: none;
}

ul,
ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 7px;
	list-style-type: none;
}

blockquote {
	padding: 3px 7px 3px 7px;
	margin: 7px 5px 7px 3px;
    border: 1px dotted #bbbbbb;
	color: #313131;
	font-size: 1em;
}

.non_graybox {
	padding: 3px 7px 3px 7px;
	margin: 7px 5px 7px 3px;
    border: 1px dotted #bbbbbb;
	color: #313131;
	font-size: 1.1em;
}

.graybox {
	padding: 3px 7px 3px 7px;
	margin: 7px 5px 7px 3px;
    border: 1px dotted #bbbbbb;
	color: #313131;
	font-size: 1.1em;
}

.textwidget {
	padding: 0 0 0 8px;
}

/* Form Stuff */

input {
	color: #333333;
	border: none;
	padding: 3px 0 3px 7px;
	height: 15px;
	width: 300px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	font-size: 1.2em;
}

textarea {
	color: #333333;
	border: none;
	padding: 10px 20px 0 10px;
	height: 158px;
	width: 332px;
	border: 1px solid #bbbbbb;	overflow: hidden;
	font-family: tahoma, serif;
	font-size: 1.1em;
}

#remote_support {
	position: absolute;
	top: 279px;
	left: 55px;
	margin: 0;
	padding: 0;
	word-spacing: .2px;
	font-size: 1.2em;
	font-weight: bold;
	z-index: 12002;
	color: #BFAB61;
}

#header_quote {
	position: absolute;
	top: 207px;
	right: 200px;
	margin: 0;
	padding: 0;
	word-spacing: .2px;
	font-size: 2em;
	font-weight: normal;
	font-family: georgia, serif;
	z-index: 12002;
	color: #515052;
	width: 400px;
}

#header_search {
	position: absolute;
	top: 9px;
	right: 10px;
	margin: 0;
	padding: 0;
	word-spacing: .2px;
	font-size: 10px;
	z-index: 12002;
	color: #4D4C4E;
	float: right;
}

#searchsubmit {
	width: 50px;
	height: 22px;
	background: none;
	border: none;
	vertical-align: middle;
	padding: 0 0 6px 0;
}

#searchform {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#search_box {
	border: none;
	padding: 3px 0 3px 7px;
	height: 25px;
	width: 215px;
	background: none;
	border: none;
	margin: 0;
	vertical-align: middle;
	color: #4D4C4E;
	background:  url(images/search_back.jpg) 0 0 no-repeat;
}

.buttons_no_b {
	border: none;
	background: none;
	margin: 2px 0 0 0;
	height: 24px;
	width: 52px;
}

.search_no_b {
	margin: 0;
	border: none;
	background: none;
	height: 26px;
	width: 45px;
	vertical-align: middle;
}

form {

}

.post {
	margin: 0 0 0 10px;
}

.post h2, .post h1 {
	margin: 8px 0 3px 0;
	font-size: 1.75em; 
	line-height: 1em; 
	font-weight: normal; 
	color: #FD7707;
	letter-spacing: -.2px;
	word-spacing: -.3px;
	font-family: georgia, serif;
}

.post h2 a:link, .post h2 a:visited {
	color: #FD7707;
	text-decoration: none;
}

.post h2 a:hover {
	color: #FA7303;
	text-decoration: underline;
}

.post ul li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.content_header {
	margin: 5px 0 20px 12px;
	font-weight: normal;
	color: #FD7707;
	font-size: 1.66em;
	border-bottom: 1px solid #ddd;
		font-family: georgia, serif;

}

#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

#comments  {
	padding-left: 15px;
}

ol.commentlist{
	margin: 0 0 25px 50px;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-size: 1.1em;
	border-bottom: 1px dotted #bbbbbb;
}

 .commentlist{
      position: relative;
 }

 .small_comments {
	padding: 0 0 5px 5px;
	color: #aaa;
 }

#commentform {
	margin: 0 0 25px 35px;
}

h3#respond, h3#comments {
	margin:0 0 0 10px;
	color: #4D4C4E;
	font-size: 1.66em;
	font-weight: normal;
	font-family: georgia, serif;
	border-bottom: 1px solid #DBDBDB;
}

#bottom_nav {
	margin: 30px 0 0 30px;
	font-size: 11px;
}


.prev_nav {
	float: left;
}

.next_nav {
	float: right;


	  /* WordPress likes this http://codex.wordpress.org/CSS
-----------------------------------------*/
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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 {
	background: url(images/footer.jpg) 0 0 repeat-x;
	min-height: 119px;
	_height: 119px;
	width: 100%;
	position: relative;
	padding: 0;
	margin: -119px auto 0 auto;
  }

#footer_container {
	padding-left: 50px;
    padding-top: 20px;
	font-size: 1.2em;
	color: #fff;
	text-align: left;
  }

  #footer_menu {
	position: relative;
	z-index: 12002;
}


#footer_menu ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}

#footer_menu li {
	margin: 0;
	display: inline;
	padding: 0 15px 0 0;
	_padding: 0 7px 0 0;
	font-size: 1.1em;
}

#footer_menu li a {
	color: #7AC7FA;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

#footer_menu li a:visited {
	color: #7AC7FA;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

#footer_menu li a:hover {
	color: #fff;
	border-color: #7AC7FA;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
}





#remote_roll {
	margin: 0;
	padding: 0;
	height: 50px;
	list-style: none;
	display: inline;
	overflow: hidden;
		z-index: 999998;
		position: relative;
}

#remote_roll li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#remote_roll ul {

}

#remote_roll a {
	float: left;
	padding: 60px 0 0 0 ;
	overflow: hidden;
	height: 0px !important;
	height /**/:120px; /* for ie5/Win only */

}

#remote_roll a:hover {
	background-position: 0 -60px;
}

#remote_roll a:active, #nav a.selected {
	background-position: 0 -0px;
}

#roll_remote a {
	width: 191px;
	background: url(images/remote_support_roll.jpg) top no-repeat;
	margin: 0;
}