/*
Theme Name: EtonDIGITAL ME
Description: Custom theme for EtonDIGITAL ME
Author: EtonDIGITAL [Stanislava Stojanovic: Design || Damjan Gataric: XHTML, CSS, JavaScript, WordPress]
Company: http://www.etondigital.com/
Tags: Blue, gray, big header
*/

ul, li, p, a, img, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}


body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/container-bg.png) #f9f9f9 0 150px repeat-x;
}
.hidden {
	display: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.clear {
	clear: both;
}

/*---header---------------------------------------------------------------------------------------------------------*/

#header {
	background: url(images/header-bg.png) repeat-x;
	height: 150px;
	font-size: 1.2em;
}

#header div.content {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

#logo {
	background:transparent url(images/logo.png) no-repeat scroll 0 0;
	height:62px;
	left: -25px;
	position:absolute;
	top:58px;
	width:269px;
	z-index:10;
}
#logo a {
	display:block;
	height:58px;
	margin:0;
	text-indent:-9000px;
	width:269px;
}

#mainNav {
	position: absolute;
	right: 0;
	top: 73px;
	z-index: 1000;
	list-style: none;
}
#mainNav li {
	float: left;
	display: inline;
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
	position: relative;
}
#mainNav li a {
	float: left;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 8px 0;
}

#mainNav li a:hover {
	color: #75c5ef;
}
#mainNav li.current_page_item a {
	color: #75C5EF;
}
#mainNav li.parent a {
	padding: 1px 21px 0 8px;
	background: url(images/main-nav-arrow.png) top right no-repeat;
	position: relative;
	z-index: 10000;
}
#mainNav li.parent.hover a {
	color: #356a9c;
	padding: 0 20px 0 7px;
	border: 1px solid #d3d7db;
	border-bottom: none;
	background: #eff2f5 url(images/main-nav-arrow.png) bottom right no-repeat;
}

/*#header li a span.text {
	display: block;
	position: relative;
	cursor: pointer;
}
#header li a span.logo {
	display: block;
	background: url(images/main-nav-hover.png) center no-repeat;
	height: 29px;
	position: relative;
	cursor: pointer;
}
#header li.current_page_item a span.text {
	display: block;
	position: relative;
	top: 10px;
	cursor: default;
}
#header li.current_page_item a span.logo {
	display: block;
	background: url(images/main-nav-hover.png) center no-repeat;
	height: 29px;
	position: relative;
	top: -39px;
	cursor: default;
}*/

#mainNav ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 160px;
	padding: 5px 0;
	border: 1px solid #d3d7db;
	background: #eff2f5;
	z-index: 100;
}
#mainNav ul li {
	float: none;
	height: auto;
	margin: 0;
	line-height: normal;
}
#mainNav li.parent.hover ul li a, #mainNav li.parent ul li a {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#4D5C69;
	margin:0;
	padding:3px 11px;
	text-transform:none;
	width:138px;
}
#mainNav li.parent.hover ul li a:hover {
	background: #cdddec;
	color: #333c45;
}

#searchform {
	position: absolute;
	top: 6px;
	right: 0px;
}
#searchform label {
	display: none;
}
#s {
	float: left;
	background: url(images/search-txt.png) no-repeat;
	width: 144px;
	height: 19px;
	margin: 0 3px 0 0;
	padding: 3px 3px 0;
	color: #2e2e2e;
}
#searchsubmit {
	float: left;
	background: url(images/search-btn.png) no-repeat;
	width: 30px;
	height: 22px;
	line-height: 0;
	font-size: 0;
	text-indent: -9000px;
	cursor: pointer;
}

/*---content--------------------------------------------------------------------------------------------------------*/

#container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	font-size:1.3em;
	line-height:1.4em;
}

#content {
	float: left;
	width: 630px;
	padding: 20px 0 30px;
}

#content h2 {
	margin: 0 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: normal;
	line-height: normal;
	color: #4b4a49;	
}
#content h2 a {
	color: #4b4a49;
	text-decoration: none;
}
#content h2 a:hover {
	color: #6196c8;
	text-decoration: none;
}
#content h3 {
	margin: 0 0 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: normal;
	color: #6196c8;
}
#content h3 a {
	color: #6196c8;
	text-decoration: none;
}
#content h3 a:hover {
	color: #6196c8;
	text-decoration: underline;
}

#content p {
	margin: 0 0 0.7em;
}

#content a {
	color: #1192cb;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#content ul {
	padding: 0 0 10px 5px;
	margin: 0;
}
#content li {
	margin: 3px 0;
	list-style: square;
	list-style-position: inside;
}

#content a.more-link {
	display: block;
	padding: 7px 0 0;
	font-weight: bold;
}

#content div.testimonial {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #e9ecef;
}
#content div.testimonial div.cite {
	font-size: 1.2em;
}
#content div.testimonial span.author {
	display: block;
	font-weight: bold;
	color: #323232;
}

#content span.date {
	background: url(images/ico-date.png) left no-repeat;
	display: block;
	color: #777;
	margin: 3px 0 0 3px;
	padding: 0 0 0 18px;
	position: relative;
	top: -10px;
}
#content a.post-edit-link {
	display: block;
	background: url(images/edit.png) left no-repeat;
	margin: 5px 0 15px;
	padding: 0 0 0 20px;
}
.page-template-portfolio-php #content a.post-edit-link {
	padding: 0;
}
#content div.navigation {
	overflow: hidden;
	border-top: 1px dotted #e9ecef;
	padding: 10px 0 0;
	margin: 10px 0 0;
}
#content div.navigation div.alignleft { 
	width: 300px;
}
#content div.navigation div.alignright {
	width: 300px;
	text-align: right;
}
#content div.searchResult {
	border-bottom: 1px dotted #e9ecef;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#content a.quote{
	background:url(images/small-quote.png) no-repeat right top;
	color: #FFF;
	display: block;
	width:214px;
	height: 52px;
	padding:0;
	margin: 20px auto;
	text-indent: -9000px;
}
#content a:hover.quote{
	background:url(images/small-quote.png) no-repeat right bottom;
	text-decoration: none;
}
#content ul.related_post {
	margin: 0;
	padding:0 0 10px 20px;
}
#content .related_post li {
	margin: 0 0 5px;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
}
#content .related_post li a {
	font-weight: bold;
	color:#474747;
	padding:0;
	margin: 0;
	display: block;
}
#content .related_post span.date {
	background:transparent url(images/ico-date.png) no-repeat scroll left center;
	color:#1192CB;
	display:block;
	margin:14px 0 0;
	padding:0 0 0 18px;
	display: block;
}
/*---single project pages styles-----------------------------------------------------------------------------------------------------*/
#content #main-project {
	float: left;
	width: 630px;
	}

#content .projects {
	background: #f8f8f8 url(images/img-content-repeat.png) repeat-y top center;
	width: 630px;
	position: relative;
	margin: 0;
	padding: 0;
	}
#content div.projects div.img-projects-bottom {
	background: url(images/img-border-bottom.png) no-repeat bottom center;
	width: 630px;
	margin: 0;
	padding: 0 0 37px 0;
	}
#content .project-details ul {
	padding:0 0 15px 20px;
	margin: 0;
}
#content .project-details li {
	margin: 3px 0;
	list-style: square;
}
/*.projects-bottom {
	width: 630px;
	height: 20px;
	background: url(images/bg-projects-bottom.gif) no-repeat 0 100%;
	overflow: hidden;
	clear: both;
	}

#main-project ul#thumbnail {
	float: right;
	display: inline;
	margin: 0;
	width: 30px;
	}
#main-project ul#thumbnail li {
	margin: 0;
	list-style: none;
	text-align: center;
	display: inline;
	}
#main-project ul#thumbnail li a {
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: url(images/bg-li-thumbnails.gif) no-repeat 0 0;
	font-weight: bold;
	color: #fff;
	outline: none;
	margin-bottom: 10px;
	}
#main-project ul#thumbnail li a:hover {
	color: #333;
	}
*/
#content #large {
	background: url(images/img-border-top.png) no-repeat scroll 0 0;
	margin:0;
	overflow:hidden;
	padding:0;
	width:630px;
}
#content #large img {
	margin:22px 0 22px 27px;
	padding: 0;
	border: 1px solid #dbdbdb;
}
#content .project-details {
	float:left;
	margin:15px 0 35px;
	padding:0;
	width:370px;
	}

#content .technology-used {
	float:right;
	margin:15px 0 35px;
	width:230px;
	}
#content .technology-used h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
#main-project .technology-used li {
	list-style: none;
	margin-left: 0;
	padding-left: 23px;
	font-size: 1.1em;
	line-height: 1.6em;
	background: url(images/bg-li-technology.gif) no-repeat 0 6px;
}
#sidebar div.featured-projects{
	margin: 0 0 25px 0;
	padding: 0;
}
#sidebar div.featured-projects ul{
	padding:0 0 0 10px;
	margin: 0;
}
#sidebar div.featured-projects li{
	list-style: none !important;
	margin: 0;
	padding: 0 0 2px 0;
}
#sidebar div.featured-projects li a{
	margin:0;
	padding: 0 0 6px;
	color:#474747;
	font-weight:bold;
	width: 250px;
	display: block;
}
#sidebar div.featured-projects li a:hover{
	background:url(images/portfolio-bottom.png) no-repeat left bottom;
	text-decoration: none;
}
#sidebar div.featured-projects li a span{
	background:url(images/portfolio-top.png) no-repeat left top;
	margin: 0;
	padding: 4px 5px 0 24px;
	color:#474747;
	font-weight:bold;
	width: 221px;
	display: block;
}
#sidebar div.featured-projects li a:hover span{
	background:url(images/portfolio-top.png) no-repeat scroll 0 -100px;
	text-decoration: none;
	
}
#sidebar div.featured-projects li.current_page_item a{
	background:url(images/portfolio-bottom.png) no-repeat left bottom;
	text-decoration: none;
}
#sidebar div.featured-projects li.current_page_item a span{
	background:url(images/portfolio-top.png) no-repeat scroll 0 -100px;
	text-decoration: none;
	
}
/*---subcontent-----------------------------------------------------------------------------------------------------*/
#content #enquiry-form ul{
	border: 1px solid #DDDDDD;
	background: #f3f3f3;
	padding:20px 50px;
	margin: 0;
}
#content #enquiry-form li{
	padding: 0;
	margin: 0 0 4px 0;
	list-style: none;
	overflow: hidden;
}
#content #enquiry-form li.top{
	padding: 0;
	margin: 0 0 10px 0;
	width: 413px;
	height: 26px;	
}
#content #enquiry-form li.top input{
	float: right;
	margin: 0;
}
#content #enquiry-form li.top input:hover{
	background:#E7EBEE;
}
#content #enquiry-form li.top span{
	display:block;
	float:left;
	font-weight:bold;
	margin:0;
	padding:4px 0 0;
	text-align:right;
	width:65px;
}
#content #enquiry-form li.top br{
	display: none;
}
#content #enquiry-form li.top label{
	width: 80px;
	float: left;
	margin: 0;
	padding: 0;
}
#content #enquiry-form li label{
	padding: 0;
	margin: 0;
}
#content #enquiry-form li span{
	padding: 0;
	margin: 0;
}
#content #enquiry-form li input{
	height:16px;
	border: 1px solid #dddddd;
	margin:3px 0 7px 0;
	padding:3px;
	width:325px;
}
#content #enquiry-form li input.s{
	background: url(images/submit.png) no-repeat left top;
	height:30px;
	margin:10px 0 0 339px;
	padding:3px;
	width:77px;
	font-weight: bold;
	cursor: pointer;
	color: #000;
	border: none;
}
#content #enquiry-form li input.s:hover{
	background: url(images/submit.png) no-repeat left bottom;
	color: #fff;

}
#content #enquiry-form li textarea{
	background:#fff none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin:3px 0 7px 0;
	padding:3px;
	width: 407px;
}

#content #enquiry-form li textarea:hover{
	background:#E7EBEE;
}
#content #enquiry-form li select{
	background:#fff none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	height:26px;
	margin:3px 0 7px 0;
	padding:3px;
	width:413px;
}

/*---subcontent-----------------------------------------------------------------------------------------------------*/

#subContent {
	overflow: hidden;
	padding: 46px 0 20px;
	background: url(images/subcontent-bg.png) repeat-x top #eef2fe;
	font-size:1.3em;
	line-height:1.4em;
}
#subContent h2 {
	height: 43px;
	margin: 0 0 7px;
	color: #4b4a49;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
}
#subContent h2 a {
	color: #4b4a49;
	text-decoration: none;
}
#subContent h2 a:hover {
	color: #6196c8;
	text-decoration: none;
}

#subContent p {
	margin: 0 0 0.8em;
}

#subContent a {
	color: #1192cb;
	text-decoration: none;
}
#subContent a:hover {
	text-decoration: underline;
}

#subContent a.more-link {
	display: block;
	padding: 7px 0 0;
	font-weight: bold;
}

#subContent div.content {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#subContent div.content h3 {
	color: #444;
}
#subContent div.aboutUs {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}
#subContent div.aboutUs h2 {
	background: url(images/ico-aboutus.png) left no-repeat;
	padding: 7px 0 0 54px;
}

#subContent div.testimonials {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}
#subContent div.testimonials h2 {
	background: url(images/ico-testimonials.png) left no-repeat;
	padding: 7px 0 0 72px;
}
#subContent div.testimonials div.cite {
	padding: 0 0 5px 0;
}
#subContent div.testimonials span.author {
	display: block;
	text-align: right;
	font-weight: bold;
	color: #323232;
}

#subContent div.contactUs {
	float: left;
	width: 300px;
}
#subContent div.contactUs h2 {
	background: url(images/ico-contact.png) left no-repeat;
	padding: 7px 0 0 70px;
}

#subContent a.post-edit-link {
	display: block;
	background: url(images/edit.png) left no-repeat;
	margin: 5px 0 0;
	padding: 0 0 0 20px;
}
/*---newsletter-------------------------------------------------------------------------------------------------------*/
#sidebar .newsletter{
	float: left;
	margin:0 0 20px 0;
	width: 100%;	
}
#SignUp{
	background:transparent url(images/letter-bg-right.png) no-repeat scroll right top;
	height:131px;
	padding:0 7px 0 0;
	margin: 0;
	
}
#SignUp table.signupframe {
	background:transparent url(images/letter-bg-left.png) no-repeat scroll left top;
	border:medium none;
	color:#414141;
	height:131px;
	padding:0 0 12px 7px;
	width:100%;
}
.signupframe td {
	padding: 0;
	margin: 0;
	font-size:0;
	line-height:0;
	height: 0;
	text-align: center;
}
.signupframe td font {
	display: none;
}
.signupframe td input {
	width: 234px;
	height: 21px;
	border: 1px solid #c1c4ca;
	margin: 0;
	padding: 4px 2px 0;
	color: #414141;
}
body.page-id-3 .signupframe td input.name, body.page-id-3 .signupframe td input.email {
	width: 272px;
}
.signupframe td input.name {
	margin: 9px 0 0 0;

}
.signupframe td input.submit {
	background: url(images/letter-button.png) no-repeat left top;
	border: none;
	color: #fff;
	height:26px;
	margin:9px 0 0 0;
	padding:0;
	width:195px;
	cursor: pointer;
}
.signupframe td input.submit:hove {
	background: url(images/letter-button.png) no-repeat left bottom;
}
/*---sidebar--------------------------------------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 300px;
	padding: 20px 0 30px;
}
#sidebar p {
	margin: 0 0 0.8em;
}
#sidebar .tt{
	display: none;
}
#sidebar h2 {
	height: 43px;
	margin: 0 0 7px;
	color: #4b4a49;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
}
#sidebar h2 a {
	color: #4b4a49;
	text-decoration: none;
}
#sidebar h2 a:hover {
	color: #6196c8;
	text-decoration: none;
}
#sidebar a {
	color: #1192cb;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul {
	padding: 0 0 10px 20px;
}
#sidebar li {
	margin: 3px 0;
	list-style: square;
}

#sidebar div.contactUs {
	background:#FFFFFF url(images/sidebar-box.png) no-repeat scroll center top;
	border:1px solid #DDDDDD;
	float:left;
	padding:20px 20px 15px;
	width:258px;
}
#sidebar div.contactUs h2 {
	background: url(images/ico-contact.png) left no-repeat;
	padding: 7px 0 0 70px;
	margin: 0 0 10px;
}
#sidebar div.contactUs h3{
	color: #444;
}

#sidebar div.contactUs h2.related_post_title, #sidebar div.contactUs ul.related_post {
	display: none;
}
#sidebar div.tag-cloud{
	background:#FFFFFF url(images/sidebar-box.png) no-repeat scroll center top;
	border:1px solid #DDDDDD;
	float:left;
	margin:30px 0 0;
	padding:20px;
	width:258px;
}

#sidebar div.blog {
	float: right;
	width: 300px;
	margin: 0 0 30px;
}
#sidebar div.blog h2 {
	background: url(images/ico-blog.png) left no-repeat;
	height: 43px;
	padding: 30px 0 0 49px;
}
#sidebar div.blog ul {
	padding: 0 0 0 20px;
}
#sidebar div.blog li {
	margin: 0 0 9px;
}
#sidebar div.blog li a {
	font-weight: bold;
	color: #474747;
}
#sidebar a.post-edit-link, #sidebar div.blog li a.post-edit-link {
	display: block;
	background: url(images/edit.png) left no-repeat;
	padding: 0 0 0 18px;
	margin: 7px 0 0;
	color: #1192cb;
	font-weight: normal;
}
#sidebar div.blog span.date {
	background: url(images/ico-date.png) left no-repeat;
	display: block;
	color: #1192cb;
	margin: 3px 0 0;
	padding: 0 0 0 18px;
}

#sidebar a.sidebar-rss{
	background: url(images/rss-icon.png) no-repeat scroll 0 0;
	line-height: 16px;
	padding:4px 0 8px 30px;
	margin: 0;
}
/*---footer---------------------------------------------------------------------------------------------------------*/

#footer {
	background: url(images/footer-bg.png) repeat-x;
	height: 70px;
	color: #fff;
	font-size: 1.2em;
}

#footer div.content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0;
}

#footer a {
	color: #1192cb;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer p {
	float: left;
	clear: left;
	padding: 2px 0 0;
}

#footer ul {
	float: right;
	list-style: none;
	padding: 10px 0 0;
}
#footer li {
	float: left;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #545454;
}
#footer li a {
	color: #fff;
	text-decoration: none;
}
#footer li a:hover {
	color: #1192cb;
	text-decoration: none;
}
#footer li.current_page_item a{
	color: #1192cb;
	text-decoration: none;
	cursor: default;
}

/*---home----------------------------------------------------------------------------------------------------------*/

#content.home {
	width: 960px;
}
#content.home h2 {
	color: #4b4a49;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
}

#content.home div.welcome {
	float: left;
	width: 260px;
}
#content.home div.welcome h2 {
	color: #9cbad6;
	font-size: 50px;
	margin: 0;
	height: 54px;
}
#content.home div.welcome p {
	color: #71706e;
	font-size: 20px;
	line-height: normal;
}

#content.home div.featured {
	float: right;
	background: url(images/featured-bg.png) no-repeat left;
	width: 693px;
	height: 270px;
	position: relative;
	color: #71706e;
}
#content.home div.featured h2 {
	color: #71706e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	z-index: 1000;
	margin: 0 0 10px;
}
#content.home div.featured p {
	margin:0 0 0.5em;
	font-size: 12px;
}
#content.home div.featured ul {
	list-style: none;
	overflow: hidden;
	width: 550px;
	height: 250px;
	padding: 0;
	position: relative;
	z-index: 100;
}
#content.home div.featured ul li {
	list-style: none;
	width: 550px;
	height: 235px;
	float: left;
	padding: 10px 0 0;
}
#content.home div.featured ul li img {
	overflow: hidden;
	border: 5px solid #cdddec;
	margin: 0 0 0 20px;
	position: relative;
}
#content.home div.featured ul li strong {
	color: #8eafce;
	text-transform: uppercase;
}
#content.home div.featured a.prev {
	display: block;
	background: url(images/carousel-prev.png) no-repeat top;
	width: 25px;
	height: 39px;
	text-indent: -9000px;
	position: absolute;
	left: 30px;
	top: 110px;
	cursor: pointer;
}
#content.home div.featured a.prev.hover {
	background-position: bottom;
}
#content.home div.featured a.next {
	display: block;
	background: url(images/carousel-next.png) no-repeat top;
	width: 25px;
	height: 39px;
	text-indent: -9000px;
	position: absolute;
	right: 31px;
	top: 110px;
	cursor: pointer;
}
#content.home div.featured a.next.hover {
	background-position: bottom;
}

#content.home div.featured div.jcarousel-clip-horizontal {
	overflow: hidden;
	width: 550px;
	height: 250px;
	margin: 0 0 0 70px;
	padding: 0;
}
#content.home div.featured div.jcarousel-clip {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#content.home div.services {
	clear: both;
	float: left;
	width: 630px;
	padding: 20px 0 0;
}
#content.home div.services h2 {
	background: url(images/ico-services.png) left no-repeat;
	height: 43px;
	padding: 7px 0 0 56px;
}
#content.home div.services div.quote {
	background: url(images/arows-quote.png) no-repeat scroll 0 0;
	height: 37px;
	width: 630px;
	margin: 0;
	padding: 0;
}
#content.home div.services div.quote a{
	background:url(images/quote-button.png) no-repeat right top;
	color: #FFF;
	float: right;
	display: block;
	width:144px;
	height: 29px;
	padding:8px 0 0 26px;
	margin: 0;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#content.home div.services div.quote a:hover{
	background:url(images/quote-button.png) no-repeat right  bottom;
	text-decoration: none;
}
#content.home div.blog {
	float: right;
	width: 300px;
	padding: 20px 0 0;
}
#content.home div.blog h2 {
	background: url(images/ico-blog.png) left no-repeat;
	height: 43px;
	padding: 7px 0 0 49px;
}
#content.home div.blog ul {
	padding: 0 0 0 20px;
}
#content.home div.blog li {
	margin: 0 0 9px;
}
#content.home div.blog li a {
	font-weight: bold;
	color: #474747;
}
#content.home div.blog li a.post-edit-link {
	display: block;
	margin: 7px 0 0;
	color: #1192cb;
	font-weight: normal;
}
#content.home div.blog span.date {
	background: url(images/ico-date.png) left no-repeat;
	display: block;
	color: #1192cb;
	margin: 3px 0 0;
	padding: 0 0 0 18px;
	top: 0;
}

/*---Enquiry Form----------------------------------------------------------------------------------------------------*/
#content div.category-forms h3{
	font-size: 24px;
	color: #4b4a49;
}
table.packages{
	border: 0 none;
	width: 630px;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	margin: 0 0 10px 0;
}
table.packages tr{
	width: 630px;
}
table.packages tr.top-row{
	border-top: 5px solid #F9F9F9;
}
table.packages tr.bottom-row td{
	border-bottom: none;
}
table.packages td{
	height: 22px;
	border:1px solid #dddddd;
	border-collapse:collapse;
}
table.packages td.bg-none{
	background: none !important;
}
table.packages td.empt{
	text-align: center;
	border: none;
	background: #75c5ef url(images/table-b-left.png) no-repeat left top;
	height: 26px;
}
table.packages td.basic{
	text-align: center;
	width: 100px;
	background: #75c5ef;
	border: none;
}
table.packages td.advanced{
	text-align: center;
	width: 100px;
	background: #75c5ef;
	border: none;
}
table.packages td.ultimate{
	text-align: center;
	width: 100px;
	border: none;
	background: #75c5ef url(images/table-b-right.png) no-repeat right top;
}
table.packages td.row-first{
	text-align: left;
	border-left: none;
	border-top: none;
	padding: 0 10px 0 0;
}
table.packages td.row-second{
	text-align: center;
	border-top: none;
	background: url(images/yes.png) no-repeat bottom center;
	font-size: 0;
	line-height: 0;
}
table.packages td.row-third{
	text-align: center;	
	border-top: none;
	background: url(images/yes.png) no-repeat bottom center;
	font-size: 0;
	line-height: 0;
}
table.packages td.row-fourth{
	text-align: center;	
	border-right: none;
	border-top: none;
	background: url(images/yes.png) no-repeat bottom center;
	font-size: 0;
	line-height: 0;
}


/*---wordpress------------------------------------------------------------------------------------------------------*/

#content form.cform {
	width: auto;
	padding: 20px 0 0;
}

#content form.cform fieldset {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#content form.cform legend {
	margin: 0;
	padding: 0;
	color: #6196c8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content form.cform li {
	float: left;
	clear: left;
}
#content form.cform label {
	display: block;
	width: 160px;
	padding: 0 0 3px;
	text-align: left;
}
#content form.cform label span {
	display: inline;
	font-weight: bold;
	color: #323232;
}
#content form.cform label span span {
	font-weight: normal;
	color: #9b9b9b;
}
#content form.cform input.single, #content form.cform input.secinput {
	background: url(images/form-text-field.png) no-repeat bottom;
	width: 252px;
	height: 23px;
	border: none;
	padding: 5px 10px 0;
}
#content form.cform textarea.area {
	display: block;
	background: url(images/text-area.png) no-repeat;
	width: 567px;
	height: 145px;
	padding: 10px;
	border: none;
	font-size: 1em;
}
#content form.cform img.captcha {
}
#content form.cform img.captcha-reset {
	width: 21px;
	height: 15px;
	background: url(images/reset.png) no-repeat;
	margin: 0 0 0 10px;
}
#content form.cform input.sendbutton {
	background: url(images/form-submit.png) no-repeat;
	width: 83px;
	height: 33px;
	padding: 0;
	margin: 16px 42px 0 0;
	color: #fff;
	border: none !important;
	cursor: pointer;
}

#content form.cform li.cf_li_err {
	background: none !important;
	border: none !important;
}
#content form.cform li.cf_li_err input {
	background-position: top;
}
#content div.cf_info {
	color: #333333;
	line-height: 1.3em;
	margin: 20px auto 0;
	padding: 10px 15px !important;
	width: auto;
}
#content div.failure {
	background: #f3ecec !important;
	border-color: #d59696;
	border-style: solid;
	border-width: 1px;
	display: block;
}


#content form.cform span.reqtxt, #content form.cform span.emailreqtxt {
	display: none;
}
#content p.linklove {
	display: none;
}


/*---coments------------------------------------------------------------------------------------------------------*/

#content ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ol.commentlist li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ol.commentlist .comment-author img{
	background: #FFF;
	border: 1px solid #dddddd;
	padding: 2px;
	margin: 0 5px 0 0;
}
#commentform .subscribe-to-comments label{
	font-size: 0.8em;
}
#commentform p{
	margin:0 0 0.7em;
}
#content ol.commentlist .comment-author{
	margin: 0 0 5px 0;
	font-size: 1.2em;
}
#respond #commentform{
	background:#f3f3f3;
	border: 1px solid #dddddd;
	padding: 20px;
	margin: 0;
	font-size: 1.2em;
}
#respond #commentform input{
	background:#fff;
	border: 1px solid #dddddd;
	margin: 0 10px 0 0;
	padding: 3px;
	height:19px;
	width: 250px;
}
#respond #commentform input:hover{
background:#E7EBEE;
}
#respond #commentform textarea{
	background: #fff;
	border: 1px solid #dddddd;
	width: 586px;
	margin: 0;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
#respond #commentform textarea:hover{
background:#E7EBEE;
}

#respond #commentform input#submit{
	background:transparent url(images/submit02.png) no-repeat scroll left top;
	border:medium none;
	color:#000000;
	cursor:pointer;
	font-weight:bold;
	height:30px;
	margin:10px 0;
	padding:0 0 2px 0;
	width:150px;
}
#respond #commentform input#submit:hover{
	background:transparent url(images/submit02.png) no-repeat scroll left bottom;
	color: #fff;
}

