/*  

Theme Name: iCompany

Author URI: http://icompany.ithemes.com/

Version: 2.4

Author: Von Glitschka

Description: iCompany is a Premium WordPress Theme from iThemes.com designed for business/company websites who want an integrated blog component



All the CSS, design, and images are copyrighted by iThemes Media. Please don't steal.

All WordPress functions and code licensed under GPL: http://www.opensource.org/licenses/gpl-license.php

*/



html, body { margin: 0; padding: 0; }



body { 

	background: #B0B0B0 url(images/body-bg.gif);

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-align: center;

}



body * {margin: 0px; padding: 0px;}



.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }



/*********************************************

		Link Styles

		*********************************************/

		a {

			color: #333;

			text-decoration: underline;

		}

		a:hover { color: #999; text-decoration: underline; }



/*********************************************

		Text Elements

		*********************************************/

		p, ul, ol, blockquote {color: #333;}

		ol, ul {

			margin: 5px 35px;

		}

		blockquote {

			margin: 5px 0px 5px 10px;

			padding: 0px 0px 0px 10px;

			border-left: 1px solid #999;

		}

		img { border: 0px; background: none; }

		p {

			padding: 10px 0px;

			margin: 0px;

		}

/*********************************************

		Header Styles

		*********************************************/

		h1 { /* This style used as title on single posts and pages */

			font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;

			font-size: 20px;

			text-transform: uppercase;

			margin: 0px; padding: 10px 0px 0px 0px;

			color: #000;

			text-decoration: none;

		}

		h1 a {

			color: #000;

			text-decoration: none;

		}

		h1 a:hover {

			color: #666;

			text-decoration: none;

		}

		h2 { /* This style used as header in the sidebars */

			font-size: 15px;

			color: #333;

			font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;

			font-weight: normal;

			text-transform: uppercase;

			margin: 0px 0px 10px 0px; padding: 5px;

			border-bottom: 1px solid #333;

		}

		h3 { /* This style used as the post titles on homepage/archive */

			font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;

			font-size: 20px;

			text-transform: uppercase;

			margin: 0px; padding: 10px 0px 5px 0px;

			color: #545454;

			text-decoration: none;

		}

		h3 a {

			color: #545454;

			text-decoration: none;

		}

		h3 a:hover {

			color: #666;

			text-decoration: none;

		}

		h4 { /* This style used as title for comments and as the identifying header on archive page  */

			font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;

			font-size: 15px;

			padding: 10px 0px 5px 0px;

			margin: 0px;

			color: #000;

			text-decoration: none;

			text-transform: uppercase;

		}



/*********************************************

		Container Div

		*********************************************/

		#container {

			background: url(images/container-bg.gif) top center repeat-y;

			text-align: left;

			margin: 0px auto;

			width: 1000px;

			padding: 0px 12px;

		}

		.have_sidebar { /* insert a new bg image to give a sidebar bg */

			background: url(images/container-bg-sidebar.gif) top center repeat-y;

		}



/*********************************************

		Header Styles

		*********************************************/

		#header {

			background: url(images/header.jpg) no-repeat;

			width: 1000px; height: 148px;

			margin: 0px; padding: 0px;

			display: block;

			position: relative;

		}

		#header #title {

			display: block;

			width: 450px;

			float: left;

			color: #FFF;

			font-size: 36px;

			font-family: Helvetica, Arial, sans-serif;

			font-weight: bold;

			margin: 0px; padding: 45px 0px 6px 30px;

			letter-spacing: -1.5px;

		}

		#header #title a {

			color: #FFF;

			text-decoration: none;

		}

		#header #title a:hover {

			color: #FFF;

			text-decoration: none;

		}

		#header #desc {

			clear: both;

			display: block;

			width: 417px;

			float: left;

			color: #ccc;

			font-size: 20px;

			font-family: Arial, Tahoma, Verdana;

			font-weight: normal;

			margin: 0px; padding: 0px 0px 0px 33px;

			letter-spacing: 8px;

			text-transform: uppercase;

		}

		#header #search {

			display: block;

			width: 300px;

			float: right;

			text-align: right;

			margin: 0px; padding: 0px 20px 0px 0px;

		}

		#search form {

			display: block;

			margin: 0px; padding: 0px 0px 0px 0px;

			background: url(images/search.gif) right 5px no-repeat;

		}

		#search form #submit {

			width: 10px;

			background: transparent;

			border: none;

			margin: 0px; padding: 0px;

		}



/*********************************************

		Horizontal Navigaion Styles

		*********************************************/

		#menu {

			background: #494949 url(images/menu-bg.gif) repeat-x;

			color: #FFF;

			font-family: Arial, Helvetica, Sans-Serif;

			font-weight: bold;

			text-align: left;	

			text-transform: uppercase;

			padding: 0px 0px;

			margin: 0px;

			height: 22px;

			display: block;

			clear: both;

		}

		#menu ul {

			margin: 0px; padding: 0px;

			height: 22px;
			z-index: 2;

		}

		#menu ul li {

			display: block;

			float: left;

			list-style-type: none;

			margin: 0px; padding: 0px;

		}

		#menu ul li a {

			display: block;

			color: #FFF;

			margin: 0px; padding: 0px 15px;

			text-decoration: none;

			font-size: 12px;

			line-height: 22px;

			border-right: 1px solid #565656;

			border-left: 1px solid #969696;

		}

		#menu ul li.home a {

			border-left: 0px;

		}

		/* if you want to set a "current page item" style, do it here */

		#menu ul li.current_page_item a {

			background: #494949 url(images/menu-bg.gif) 0px -22px repeat-x;

			color: #FFF;

			margin: 0px; padding: 0px 15px;

			text-decoration: none;

			font-weight: bold;

			line-height: 22px;

		}

		#menu ul li a:hover {

			background: #494949 url(images/menu-bg.gif) 0px -22px repeat-x;

			color: #ccc;

			margin: 0px; padding: 0px 15px;

			text-decoration: none;

			line-height: 22px;

		}



/*********************************************

		Content Div

		*********************************************/

		#content {

			float: left;

			margin: 0px; padding: 0px;

			width: 700px;

			display: block;

			border: 0px solid black;

		}

		#content img {

			float: left;

			margin: 0px 40px 5px 0px;

		}

		.post-more { /* Use this class to style the "more" tag */

	}

	.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */

	}



/*********************************************

		If is Homepage

		*********************************************/

		#home {

			margin: 0px; padding: 0px;

			width: 700px;

			display: block;

			background: #FFF;

		}



		#home #feature {

			margin: 0px; padding: 15px;

			width: 670px;

			display: block;

			background: #333;

		}

		#home #feature a {

			color: #fff;

			text-decoration: underline;

		}

		#home #feature a:hover { color: #fff; text-decoration: none; }



		#home #feature img {

			float: left;

			margin: 0px 12px 0px 0px;

		}

		#home #feature h3, #home #feature p {

			color: #FFF;

		}

		#home #boxes {

			clear: both;

			margin: 0px; padding: 20px 0px 15px 0px;

			width: 700px;

			display: block;

		}

		#home #boxes  a {

			color: #000;

			text-decoration: underline;

		}

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



		#home #boxes h2 {

			font-size: 12px;

			text-transform: uppercase;

			color: #949599;

			border-bottom: 1px solid #686868;

			margin: 0px 0px 10px 0px; padding: 0px 0px 8px 20px;

			background: transparent url(images/tab_document.png) 0px 0px no-repeat;

		}

		#home #boxes p {

		}

		#home #boxleft {

			display: block;

			margin: 0px; padding: 0px 25px;

			float: left;

			width: 189px;

		}

		#home #boxmiddle {

			display: block;

			margin: 0px; padding: 0px 15px;

			float: left;

			width: 189px;

		}

		#home #boxright {

			display: block;

			margin: 0px; padding: 0px 20px 0px 25px;

			float: left;

			width: 189px;

		}



/*********************************************

		If is NOT Homepage

		*********************************************/

		.inner {

			background: url(images/inner-bg.gif) top left repeat-y;

		}

		#inner {

			display: block;

			float: left;

			width: 480px;

			margin: 0px; padding: 10px 15px;

		}



/*********************************************

		Post Meta Styles

		*********************************************/

		.meta-top {

			clear: both; /* we need this so floats in the post are cleared */

			padding: 10px 5px 10px 5px;

			margin: 10px 0px 10px 0px;

			color: #333;

			font-size: 12px;

			font-weight: normal;

			text-transform: uppercase;

			border-top: 1px solid #333;

			border-bottom: 1px solid #333;

		}

		.meta-top a {

			color: #333;

			text-decoration: none;

		}

		.meta-top a:hover {

			color: #AAA;

			text-decoration: underline;

		}

		.meta-bottom {

			clear: both; /* we need this so floats in the post are cleared */

			padding: 5px 0px;

			margin: 0px 0px 15px 0px;

			border-bottom: 1px solid #333;

			font-size: 12px;

			font-weight: normal;

			text-transform: uppercase;

		}

		.meta-bottom a {

			color: #333;

			text-decoration: none;

		}

		.meta-bottom a:hover {

			color: #333;

			text-decoration: none;

		}

		.meta-date {

			margin: 0px; padding: 0px 0px 0px 0px;

		}

		.meta-author {

			margin: 0px 0px;

		}

		.meta-comments {

			margin: 0px; padding: 0px 8px 0px 18px;

			background: url(images/comments.png) left 2px no-repeat;

		}

		.meta-category {

			margin: 0px; padding: 0px 8px 0px 18px;

			background: url(images/folder.png) left 0px no-repeat;

		}

		.meta-more {

			margin: 0px; padding: 0px 8px 0px 18px;

			background: url(images/continue_reading.png) left 0px no-repeat;

		}



/*********************************************

		Previous/Next Page Navigation

		*********************************************/

		.page-nav {

			clear: both; /* To clear any floats */

			margin: 0px; padding: 10px 0px;

		}

		.nav-previous {

			width: 249px; 

			float: left; 

			text-align: left;

		}

		.nav-next {

			width: 249px; 

			float: right; 

			text-align: right;

		}



/*********************************************

		Right Sidebar

		*********************************************/

		#r_sidebar {

			display: inline;

			float: right;

			width: 170px;

			margin: 0px; padding: 10px;

	display: block; /* floats are handled as block elements, this is to fix 

	a margin collapsing bug in IE */

}

#r_sidebar h2 {

	font-size: 14px;

	color: #333;

	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;

	font-weight: bold;

	text-align: right;

	text-transform: uppercase;

	margin: 0px 0px 10px 0px; padding: 5px;

	border-bottom: 1px solid #333;

}

#r_sidebar h2.archives {

	padding: 0px 20px 5px 0px;

	background: url(images/calendar.png) right 2px no-repeat;

}

#r_sidebar h2.categories {

	padding: 0px 20px 5px 0px;

	background: url(images/folder.png) right 2px no-repeat;

}

#r_sidebar h2.links {

	padding: 0px 20px 5px 0px;

	background: url(images/display.png) right 2px no-repeat;

}

#r_sidebar h2.posts {

	padding: 0px 20px 5px 0px;

	background: url(images/tab_document.png) right 2px no-repeat;

}

#r_sidebar h2.feeds {

	padding: 0px 20px 5px 0px;

	background: url(images/rss.png) right 2px no-repeat;

}

#r_sidebar p {

	padding: 5px;

}

#r_sidebar img {

	text-align: center;

}

#r_sidebar form {

	padding: 0px;

	margin: 5px;

}

#r_sidebar ul {

	list-style-type: none;

	padding: 0px;

	margin: 0px;

	text-align: right;

}

#r_sidebar ul li {

	padding: 0px 0px 10px 0px;

}

#r_sidebar ul li ul {

	padding: 0px 0px 0px 0px;

}

#r_sidebar ul li ul li {

	padding: 0px;

	margin: 0px;

}

#r_sidebar ul li ul li a {

	color: #888;

	text-decoration: none;

}

#r_sidebar ul li ul li a:hover {

	color: #666666;

	text-decoration: underline;

}

#r_sidebar ul li ul li ul {

	padding: 0px;

	margin: 0px;

}

#r_sidebar ul li ul li ul li {

	padding: 0px;

	margin: 5px 10px 5px 5px;

}





/*********************************************

		Tabber Lower Sidebar Styles

		*********************************************/



		#tabber_sidebar {

			padding: 0px;

			margin: 20px 0px 10px 0px;

		}

		#tabber_sidebar h2 {

			font-size: 14px;

			color: #333;

			font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;

			font-weight: bold;

			text-align: right;

			text-transform: uppercase;

			margin: 0px 0px 10px 0px; padding: 5px;

			border-bottom: 1px solid #333;

			list-style-type: none;

		}

		#tabber_sidebar ul {

			padding: 0px;

			margin: 0px;

			text-align: right;

		}

		#tabber_sidebar ul li {

			list-style-type: none;

			padding: 0px 0px 10px 0px;

		}

		#tabber_sidebar ul li ul {

			padding: 0px 0px 0px 0px;

		}

		#tabber_sidebar ul li ul li {

			padding: 0px;

			margin: 0px;

		}

		#tabber_sidebar ul li ul li a {

			color: #888;

			text-decoration: none;

		}

		#tabber_sidebar ul li ul li a:hover {

			color: #666666;

			text-decoration: underline;

		}

		#tabber_sidebar ul li ul li ul {

			padding: 0px;

			margin: 0px;

		}

		#tabber_sidebar ul li ul li ul li {

			padding: 0px;

			margin: 5px 10px 5px 5px;

		}



/*********************************************

		Comment Styles

		*********************************************/

		#comments {

			padding: 8px;

		}

		#comments .even {

			margin: 5px 0px 5px 0px;

			padding: 10px;

			background: #FFFFFF;

			overflow: hidden;

			border-bottom: 1px dotted #B7B7B7;

		}

		#comments .odd {

			margin: 5px 0px 5px 0px;

			padding: 10px;

			background: #FFFFFF;

			overflow: hidden;

			border-bottom: 1px dotted #B7B7B7;

		}



/*********************************************

		Footer Styles

		*********************************************/

		#footer {

			margin: 0px 0px 0px 0px;

			padding: 20px;

			clear: both;

			background: #000;

			color: #AAA;

			text-align: left;

			font-size: 11px;

		}

		#footer a {

			color: #AAA;

			text-decoration: none;

		}

		#footer a:hover {

			color: #FFF;

			text-decoration: none;

		}

		#footer #footernav {

			list-style-type: none;

			margin: 0px; padding: 0px 0px 8px 0px;

		}

		#footer #footernav li {

			display: inline;

			border-left: 1px solid #DDD;

			margin: 0px; padding: 0px 10px 0px 10px;

		}

		#footer #footernav li.home {

			border: none;

			margin: 0px; padding: 0px 10px 0px 0px;

		}

		#footer #footernav li a {

			color: #FFF;

			text-decoration: none;

			margin: 0px; padding: 0px;

		}

		#footer #footernav li a:hover {

			color: #FFF;

			text-decoration: underline;

		}



		/** New Add**/

		#header #title

		{

			width: 240px;

			padding: 14px 0 0 0;

		}



		#header #desc

		{

			font-size: 14px;

			padding: 0px 0px 0px 17px;

		}



		#header

		{

			width: 100% !important;

			background-size: cover !important;

			background-color: #c21119 !important; 

			height: 125px !important;

		}



		#header #search

		{

			display: none;

		}



		.inner-header

		{

			width: 1000px;

			margin: auto;

		}



		.innerfooter

		{

			width: 1000px;

			margin: auto;

		}



		.metaslider 

		{

			float: left;

			margin-right: 20px;

		}



		#tabber_sidebar h2

		{

			text-align: left;

		}



		.textwidget

		{

			text-align: left;

		}



		.meta-top

		{

			margin: 0px 0px 10px 0px;

			border-top: none;

		}



		a

		{

			text-decoration: blink;

		}



		#jtabber 

		{

			display: none !important;

		}



		#content

		{

			width: 1000px;

			background: white;

		}



		#inner

		{

			width: 670px;

		}



		#r_sidebar

		{

			width: 280px;

			background-color: #DFDFDF;

		}



		#r_sidebar img

		{

			width: 280px;

			height: 200px;

		}



		#r_sidebar li

		{

			display: inline-block;

		}



		#container

		{

			//background: url(images/container-bg.gif) top center repeat-y !important; 

			background: white !important;



		}



		#r_sidebar h2

		{

			text-align: left;

		}



		#home

		{

			width: 1000px;

		}



		#feature

		{

			width: 970px !important;

		}



		#feature h3

		{

			font-size: 30px;

		}



		#feature p

		{

			font-size: 14px;

			line-height: 23px;

		}



		#home #boxes

		{

			width: 1000px;

		}



		.wpcf7 textarea

		{

			width: 670px;

		}



		body

		{

			font-size: 13px;

			background: white;

			line-height: 19px;

		}



		#gallery-1 img

		{

			width: 120px;

			height: 90px;

			margin: auto;

			float: none;

		}



		.formdownload a

		{

			line-height: 25px;

		}



		#home #boxleft, #home #boxmiddle, #home #boxright

		{

			width: 200px;

		}



		#menu-footer-menu

		{

			margin: 0;

		}



		#menu-footer-menu li:nth-child(1)

		{

			border-left: none !important;

			padding-left: 0 !important;

		}



		.chineselink

		{

			float: right;

			padding-top: 20px;

			margin-bottom: 20px;

		}



		.chineselink a

		{

			color: white;

			font-size: 15px;

			margin-left: 20px;

		}



		#headercontact

		{

			clear: right;

			float: right;

		}



		#headercontact .textwidget

		{

			color: white;

			font-size: 20px;

			line-height: 30px;

		}



		.ivycat-post

		{

			display: inline-block;

			clear: both;

			//margin-bottom: 30px;

			border-bottom: 1px dotted;
			padding: 20px 0;

		}



		.ivycat-post img

		{

			width: 297px;

			height: 200px;

		}



		.readmore

		{

			color: #c21119;

			font-size: 15px;

			float: right;

		}



		.enquirybutton

		{

			float: right;

			background: #c21119;

			padding: 10px 30px;

			color: white;

			font-size: 19px;

		}



		.enquirybutton:hover

		{

			color: white;

			text-decoration: none;

			box-shadow: 0px 0px 5px black;

		}



		h1

		{

			margin: 10px 0px;

		}



		.project_marketing

		{

			width: 970px !important;

		}



		.project_marketing .entry-summary

		{

			//padding-top: 20px;

		}

		#container #menu li:hover ul li a
		{
			padding: 0 0 0 15px !important;
		}

		#container #menu li ul li
		{
			padding: 0px 5px 0 0 !important;
		}

		.ivycat-post h2
		{
			border-bottom: none;
			font-size: 20px;
		}