/*

Theme Name: Flexico Theme
Description: The official InfoLinkIT Flexico Theme.
Author: InfoLinkIT
Template: infolinkit
Version: 2.9.2

*/

/* Import Reset CSS */

@import url("../infolinkit/reset.css");

/* Import Base CSS */

@import url("../infolinkit/style.css");

/* HTML Elements */

body {
	background: url('images/background.png') top center;
}

h1, h2, h3, h4, h5, h6 {
	color: #ff6300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color: #005EB2;
	text-decoration: none;
}

p {
	color: #555555;
}

a, a:link, a:visited, a:hover, a:active {
	color: #404040;
}

hr {
	border-top: 1px dotted #7BBEF1;
}

input, textarea {
	border: 1px solid #d1d1d1;
	color: #404040;
}

/* Layout Elements */

#page {
	background: url('images/page.png') repeat-y top center;
	border: none;
	margin: 0px auto;
}

#header {
	background: url('images/header.png') no-repeat transparent top left;
	border-bottom: none !important;
height:102px;
}

#title {
	padding:42px 0 35px 110px; height: 26px;
}

#name {
	float: none;
	font-size: 28px;
}

#name a, #name a:link,  #name a:visited,  #name a:hover,  #name a:active {
	color: #FFFFFF;
}

#description {
	color: #91D5FF;
	float: none;
}

#navigation {
background:none repeat scroll 0 0 transparent !important;
border-top:none !important;
margin-left:230px;
margin-top:-48px;
padding-bottom:5px;
}

#navigation ul ul {
	background: #00AAD9;
	border: none !important;
}

#navigation a {
	border-right: none !important;
	font-size: 10px;
	padding-bottom: 20px;
font-family: verdana !important;
}

#navigation a, #navigation a:link,  #navigation a:visited{
	color: #838383;
}

#navigation a:hover,  #navigation a:active {
color: #ffffff;
}


#navigation ul ul a {
	border-bottom: 1px solid #00CAE7;
}


#navigation ul li ul li {
background: #1a1a1a;
margin-top: -3px;
}

#navigation ul li ul li a{
border-top: 1px solid #838383 !important;
border-bottom: 1px solid #838383 !important;
}


.home {
	border-bottom: 1px dotted #d1d1d1;
}

#slideshow {
	border: none !important;
height: 250px !important;
width: 603px !important;
}

.more {
	color: #777777;
}

.share {
	border-top: 1px dotted #d1d1d1;
}

.share a {
	border-right: 1px dotted #d1d1d1;
}

.post-meta, #post-navigation, #comments, .comment, #trackbacks, #reply, #enquiry {
	background: #e8e8e8;
	border: 1px solid #d1d1d1;
	color: #404040;
}

.post-title a:link, .post-title a:visited{
color: #ff6300 !important;
}

.post-title a:hover, .post-title a:active {
color: #404040 !important;
}

.comment {
	background: #FFFFFF;
}

#post-navigation p, #comments p, .comment p, #trackbacks p, #reply p {
	color: #4C85AF;
}

#post-navigation .previous a {
	border-right: 1px solid #7BBEF1;
}

#post-navigation .next a {
	border-left: 1px solid #7BBEF1;
}

#sidebar {
	border-left: none;
	color: #FFFFFF;
}

#sidebar .widget {
	border-bottom: 1px solid #404040;
}

#sidebar h2{
color: #404040;
}
#footer {
	background: #000000 url('images/footer.png') no-repeat top left;
	border-top: none !important;
height: 65px;
}

#footer li {
	border-right: 1px dotted #4096CF;
}

#footer, #footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #ffffff;
}

#bottom {
margin-top:60px;
text-align:center;
}

