/*
Theme Name: Furnoffice
Theme URI: http://wpjunction.com
Description: A theme by <a href="http://wpjunction.com">Website Designs</a>.
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com 
*/


/* General */

body {
	margin: 0;
	background: #232a34;
}

h1, h2, h3, h4 {
	margin: 0;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
	min-height: 555px;
	background: url("images/page_bottom.png") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 394px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 293px;
		left: 20px;
	}
	
	#header #header-info h1 {
		color: #29303b;
		font: normal 36px Verdana;
		padding-bottom: 3px;
	}
	
	#header #header-info h1 a {
		color: #29303b;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #3b4802;
		font: normal 18px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 13px;
		left: 24px;
		width: 955px;
		height: 38px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 955px;
		height: 38px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 38px;
		font: normal 14px/38px Georgia, Verdana;
		color: #d1d1d3;
		margin-right: 25px;
			list-style-type: none;
	}
	
	#header #header-menu ul li a {
		color: #d1d1d3;
		text-decoration: none;
			list-style-type: none;
	}
	
	#header #header-menu ul li a:hover {
		color: #b9c966;
			list-style-type: none;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
				list-style-type: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 410px;
		left: 35px;
		width: 250px;
		height: 23px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 250px;
		height: 23px;
	}
	
	#header #header-search #s {
		width: 250px;
		height: 17px;
		border: 0;
		padding: 3px 0;
		font: normal 14px Georgia, Verdana;
		color: #11151b;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 23px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 388px;
		left: 289px;
		width: 66px;
		height: 66px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 341px;
		font: normal 12px/18px Verdana;
		color: #8b919b;
		margin-top: 68px;
		padding: 0 31px 0 19px;
	}
	
	#sidebar a {
		color: #9cb72f;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 168px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 168px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 168px;
		margin-bottom: 10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 160px;
			height: 29px;
			padding-left: 8px;
			font: normal 14px/29px Arial, Verdana;
			color: #2c333f;
			margin-bottom: 5px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 5px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #8b919b;
			font: normal 12px/24px Verdana;
			background: url("images/sidebar_menu.gif") no-repeat;
			padding-left: 12px;
				list-style-type: none;
		}
		
		#sidebar ul li a {
			color: #8b919b;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
				list-style-type: none;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
					list-style-type: none;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 145px;
			margin: 0 auto;
		}
		
		#sidebar #calendar_wrap table {
			width: 145px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 1px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 599px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 20px;
		width: 599px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 599px;
			height: 59px;
			color: #8da3a8;
			font: normal 12px Verdana;
			margin-bottom: 8px;
			background: url("images/post_title.gif") repeat-x left bottom;
		}
		
			#content .post .post-title-page {
				height: 36px;
			}
		
		#content .post .post-title a {
			color: #8da3a8;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			width: 50px;
			height: 50px;
			padding: 0 4px 3px 0;
			margin-right: 9px;
			color: #c1c4c6;
			font: normal 24px/34px Verdana;
			text-align: center;
			background: url("images/post_date.gif") no-repeat;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			text-transform: uppercase;
			font-size: 10px;
			color: #71808e;
			line-height: 16px;
		}
		
		#content .post .post-title h2 {
			color: #9cb72f;
			font: normal 24px/32px Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #9cb72f;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			height: 20px;
			line-height: 20px;
			overflow: hidden;
		}
		
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 10px 0 20px;
				height: 20px;
				line-height: 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 10px 0 20px;
				height: 20px;
				line-height: 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 20px;
				height: 20px;
				line-height: 20px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/20px Arial, Verdana;
			color: #797f88;
			width: 599px;
			background: url("images/post_entry.gif") repeat-y;
		}
		
			#content .post .post-entry-top {
				background: url("images/post_entry_top.gif") no-repeat;
				width: 599px;
			}
			
			#content .post .post-entry-bottom {
				background: url("images/post_entry_bottom.gif") no-repeat left bottom;
				padding: 1px 9px 1px 6px;
				width: 584px;
			}
		
		#content .post .post-entry a {
			color: #9cb72f;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #1b2129;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #9cb72f;
			font: normal 18px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/20px Arial, Verdana;
			color: #797f88;
			width: 584px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
				list-style-type: none;
		
		}
		
		#content .post .comments ol li a {
			color: #9cb72f;
			text-decoration: none;
				list-style-type: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
				list-style-type: none;
		}
		
		#content .post .comments ol li.alt {
			background: #1b2129;
				list-style-type: none;
		}
		
		#content .post .comments ol li cite {
			color: #797f88;
			font-style: normal;
			font-weight: bold;
				list-style-type: none;
		}
		
		#content .post .comments ol li cite a {
			color: #797f88;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
				list-style-type: none;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #9cb72f;
			text-decoration: none;
				list-style-type: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
				list-style-type: none;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/20px Arial, Verdana;
			color: #797f88;
			width: 559px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #9cb72f;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #9cb72f;
		float: left;
		width: 599px;
	}
	
	#content .navigation a {
		font: bold 12px Arial, Verdana;
		color: #9cb72f;
		text-decoration: none;
		margin-bottom: 20px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 590px;
	height: 36px;
	padding: 5px 17px 37px 397px;
	color: #4c576a;
	font: normal 12px/36px Arial, Verdana;
}

#footer a {
	color: #4c576a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.wt {
/*	color: #4c576a; */
text-decoration: none;

}

/* Index Video Containers [ Hard-Coded Into Script ] */



#videoContainer { }

#videoThumbnail { float: left; }

#videoThumbnail img {  }

#videoInnerContainer1 { float: left; margin-left: 10px; width: 160px; }

#videoTitle { font-weight: bold; margin-bottom: 5px;}

#videoTitle a { text-decoration: none; }

#videoDescription {  }

#videoTags {  }

#videoTags a {  }

#videoInnerContainer2 { color: margin-left: 360px; }

#videoRating { margin-bottom: 15px; }

#videoAuthor,#videoViews,#videoDuration,#videoCategory { }

#videoDuration { }



/* Index Video Containers View 2 [ Hard-Coded Into Script ] */



#videoContainer2 { height: 175px; padding: 0 8px; text-align: center; width: 140px; float: left; }

#videoThumbnail2 img { border: 1px solid #000000; }

#videoTitle2 { font-weight: bold; margin-bottom: 15px; }

#videoTitle2 a { text-decoration: none; }

/* Video Comments [ Hard-Coded Into Script ] */



#commentBox {  }

#comments { margin-bottom: 20px; }

#commentAuthor {  }

#commentAuthor a { }

#commentText { }
.tag_item:hover {
 font-weight:bold;
}

/* Content */

/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#box
	{
	position: relative;
	margin-top: 1em;
	padding: 0;
	text-align: left;
	
	width: 100%;
/*  background-color: #eeeeee; */	
	}
 	
#content
	{
	padding:0em;
	}

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
/*	background-image:url(../images/tlc.gif); */	
	background-position: 0% 0%;
	}

#trc
	{
/*	background-image:url(../images/trc.gif); */	
	background-position: 100% 0%;
	}
	
#blc
	{
/*	background-image:url(../images/blc.gif); */	
	background-position: 0% 100%;
	}

#brc
	{
/*	background-image:url(../images/brc.gif); */	
	background-position: 100% 100%;
	}

#tb, #bb
	{
/*	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
/*	background-image:url(../images/tb.gif); */	
	background-position: 0% 0%;
	}

#bb
	{
/*	background-image:url(../images/bb.gif); */	
	background-position: 50% 100%;
	}
	
#rb
	{
/*	background-image:url(../images/r.gif); */	
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
/*	background-color: #eeeeee; */	
/*	background-image:url(../images/l.gif); */	
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

/* Partnerlinks */





#partner {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: smaller;
}


div#partner {
    background: #fff;
    padding: 1em;
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 60%;
    }
#partner ul.columns {
    padding: 0.5em;
    border: 1px solid #eee;
    margin: 0.45em;
    width: 32%;
    float: left;
    }
#partner ul {
    margin-left: 0;
    padding-left: 0;
    }
#partner li {
    list-style-type: none;
    margin: 3px 0;
    }
#partner .divider {
    clear: both;
    }
	#col1 {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 10px;
/*	background-color: #FFFFFF;*/
}
#col2 {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 10px;
/*	background-color: #FFFFFF;*/
}
#col3 {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 10px;
/*	background-color: #FFFFFF;*/
}
#footer21 {
	width: 600px;
	height: 30px;
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align: center;
/*	background-color: #FFFFFF;*/
}
p {
	font-size: 11px;
}
input {
font-family: Verdana, Arial; 
font-size: 11px; 
color: #000000;
background-color: #F2F7FB;
border: 1px inset #000000;
}


textarea, select {
font-family: Verdana, Arial; 
font-size: 11px; 
color: #000000;
width: 150px;
background-color: #F2F7FB;
border: 1px inset #000000;
TEXT-DECORATION: none;
}


/* Partnerlinks */

  #partner1 {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: smaller;
}


div#partner {
    background: #fff;
    padding: 1em;
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 60%;
    }
#partner ul.columns {
    padding: 0.5em;
    border: 1px solid #eee;
    margin: 0.45em;
    width: 32%;
    float: left;
    }
#partner ul {
    margin-left: 0;
    padding-left: 0;
    }
#partner li {
    list-style-type: none;
	margin: 7px 0;
    }
#partner .divider {
    clear: both;
    }
	#col1 {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 10px;
/*	background-color: #FFFFFF;*/
}
#col2 {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 10px;
/*	background-color: #FFFFFF;*/
}
#col3 {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 10px;
/*	background-color: #FFFFFF;*/
}
#footer {
	width: 600px;
	height: 30px;
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align: center;
/*	background-color: #FFFFFF;*/
}
p {
	font-size: 11px;
}
.Stil4 {font-size: 36px}
.Stil5 {font-size: 24px; }
.Stil6 {font-size: 18px}
.Stil7 {font-size: 16px}
.Stil9 {font-size: 24px; font-weight: bold; }
.Stil12 {
	font-size: 14px;
	font-weight: bold;
}
.Stil15 {font-size: 12px}
.Stil1 {	color: #FF0000;
	font-weight: bold;
}
hr {
margin-bottom:2px;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}
#postHeader { 	
margin:0 auto;
padding:0 .2em .3em .2em;
width:600px;
text-align:right;
vertical-align: middle;	
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.7em;
text-transform:uppercase;
}
#centerColumn { 	
margin:0 auto;
padding:1em;
width:600px;
text-align:left;
vertical-align: middle;	
}
#cell_1 {
margin:0 5px 1em 0;
padding:8px;
float:left;
width:170px;

}

#cell_2 {
margin:0 14px 1em 14px;
padding:8px;
float:left;
width:170px;

}

#cell_3 {
margin:0 0 1em 5px;
padding:8px;
float:left;
width:170px;

}
a { color: #313546; }


textarea, input { font-size: 11px; border-style: solid; BORDER-COLOR: #313546; border-width: 1px; }


p,ul { font-size: small; line-height: 160%; }
	