/**

 * Theme Name: Life Collage

 * Theme URI: http://twistedcreation.net

 * Description: A collage of of one's thoughts, hobbies, and favorites.

 * Version: 0.1

 * Author: Bojan Josifoski

 * Author URI: http://twistedcreation.net

 * Tags: brown, threaded-comments, microformats, two-columns, fixed-width

 * Template: hybrid

 *

 * Copyright (c) 2008 Bojan Josifoski.  All rights reserved.

 * http://twistedcreation.net

 *

 * Life Collage is released under the GNU General Public License, version 2 (GPL).

 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

 *

 * This program is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of

 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 */



/* Get base CSS */

@import url('../hybrid/library/css/20px.css');



/* Get plugins CSS */

@import url('../hybrid/library/css/plugins.css');



/* Get drop-downs CSS */

@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */

/* @import url('tabs.css'); */



/* Body */

body {

	font: 14px/22px Verdana, Geneva, sans-serif;

	color: #333;

	/*background: url(images/dark.jpg) repeat 0 0;*/



	background:#595959 url(images/bodyBg.jpg) no-repeat center top;

}

/* Body container */

#body-container {

	width: 890px;

	margin: 0 auto;

	background-color:#f6f6f6;

	margin-bottom:0px;

}

/**

* Elements

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



/* Links */

a {

	color: #000000;

}

a:hover {

	text-decoration: underline;

	color:#307ab1;

}

/* Headers */

h1, h2, h3, h4, h5, h6 {

	margin-bottom: 20px;

	font-family: Georgia, Cambria, Times, "Times New Roman", serif;

}

h2 {

	font-size: 17px;

}

h3 {

	font-size: 16px;

}

h4 {

	font-size: 15px;

}

h5 {

	font-size: 14px;

}

h6 {

	font-size: 13px;

}

/* Lists */

.content ul {

	list-style: none;

}

.content ul li {

	overflow: hidden;

	padding-left: 10px;

	background: url(images/bullet.png) no-repeat 0 9px;

}

/* Blockqoutes */

blockquote {

	overflow: hidden;

	margin: 0 10px;

	padding: 0 0 0 20px;

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

}

blockquote blockquote {

	padding: 0 10px;

	font-size: 12px;

	color: #666;

	background: transparent;

}

blockquote.pullquote {

	width: 200px;

	margin: 9px 0 3px 0;

	padding: 6px 9px;

	font-size: 18px;

	text-align: center;

	color: #333;

	background: transparent;

	border-top: 3px double #e9e5d5;

	border-bottom: 3px double #e9e5d5;

}

.pullquote p {

	margin: 0;

}

span.pullquote {

	float: none !important;

	margin: 0 !important;

}

/* Code */

code {

	padding: 0 3px;

	background: url(images/dark.jpg) repeat 0 0;

}

pre {

	overflow: auto;

	background: url(images/dark.jpg) repeat 0 0;

}

/* Alignment */

.alignleft, .left {

	float: left;

	margin-right: 10px !important;

}

.alignright, .right {

	float: right;

	margin-left: 10px !important;

}

.aligncenter, .center {

	display: block;

	margin: 0 auto 20px auto;

}

.block {

	display: block;

	margin: 0 0 20px 0;

}

.clear {

	clear: both;

}

/* Tables */

table {

	width: 100%;

	margin-bottom: 5px;

	border-spacing: 1px;

}

th {

	color: #8d5608;

	background: url(images/menu-bg.jpg) repeat-x 0 0;

}

td {

/*background: url(images/alt.gif) repeat 0 0;*/

	}

th, td {

	padding: 0px;

}

/* Drop caps */

.drop-cap {

	float: left;

	line-height: 30px;

	margin: 6px 6px 0 0;

	padding: 0 9px 3px 9px;

	font-size: 36px;

	font-family: "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Cambria, Georgia, serif;

	color: #b4a681;

	background: url(images/dark.jpg) repeat 0 0;

}

/* Warnings, notes, errors, and downloads */

.note, .download, .warning, .alert, .error {

	padding: 10px;

	background:none;

	border: 2px solid #f7e700;

}

/**

* Images

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

.post img {

	max-width: 470px;

	/*padding: 5px 5px 10px 5px !important;*/

	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;

}

/* Captions [caption] */

.wp-caption {

	max-width: 480px;

	padding: 5px 0 10px 0;

	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;

	text-align: center;

}

.wp-caption p.wp-caption-text {

	margin: 0;

	padding: 0 5px;

	text-align: right;

	font-size: 11px;

	color: #8d5608;

}

.wp-caption img, .wp-caption a img {

	max-width: 468px;

	margin: 0 auto;

	padding: 0 !important;

	background: transparent;

	border: 1px solid #d0ccbc;

}

/* Thumbnails */

.thumbnail {

	float: left;

	width: 55px;

	height: 55px;

	margin: 10px 0 0 20px;

}

/* Gallery [gallery] */

.gallery {

	margin-bottom: 20px !important;

}

.gallery img {

	border: none !important;

}

/**

* Header

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

#header {

	width: 890px;

	height: 109px;

	margin: 0 auto;

	padding: 0px;

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

	position:relative;

}

#site-title {

	float: left;

	margin: 10px 0 0 0;

	padding: 0 0 0 40px;

	font-size: 16px;

	font-weight: bold;

	text-transform: uppercase;

}

#site-title a {

	color: #9c8165;

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

	width: 304px;

	height: 63px;

	display:block;

	margin: 14px 0 0 0;

}

#site-title a span {

	display:none;

}

#site-description {

	margin: 10px 0 0 10px;

	float: left;

	font-size: 12px;

	font-style: italic;

	font-weight: normal;

	text-transform: lowercase;

	color: #000;

	display:none;

}

/**

* Navigation

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

#navigation {

	width: 890px;

	height: 37px;

	margin-bottom: 0px;

	padding: 5px 0px 0 0px;

	background: url(images/menu-bg.jpg) no-repeat 0 0;

}

/* Page navigation */

#page-nav {

	float: left;

	width: auto;

	margin-left:25px;

	_margin-left:12px;

}

#page-nav ul {

	float: left;

	list-style: none;

	margin: 0;

}

#page-nav ul.menu {

	width: auto;

}

#page-nav li a {

	display: block;

	padding: 8px 23px 12px 23px;

	font: 10px verdana, arial, sans-serif;

	font-weight: normal;

	color: #000;

	background: transparent url(images/menu-a-bg.jpg) no-repeat right 0;

}



#page-nav li.page-item-47 a {

	background: none;

}

#page-nav li.current_page_item a {

	color: #307AB1;/*background: url(images/current-page.jpg) repeat-x 0 0;*/

	}

	

	#page-nav li.current_page_item ul li a {

	color: #000000;/*background: url(images/current-page.jpg) repeat-x 0 0;*/

	}

#page-nav li.current_page_item li {

	color: #8d5608;

	background: #cecece;

}

/* Drop-down styles */

#page-nav ul ul {

	background: #d1d1d1;

	border-left:1px solid #e7e7e7;

	border-bottom:1px solid #c0bebe;

	border-right:1px solid #c0bebe;
	
	margin-top:2px;
}

#page-nav li li {

	background: transparent;

	border-bottom: 1px solid #ececec;

}

#page-nav li li a {

	padding: 10px;

	background: transparent;

}

#page-nav li li a:hover {

	background-color:#FFFFFF;

}

#page-nav li a:hover {

	color:#307ab1;

}

/* Search */

.searchHolder{

	margin-top:60px;

}

.searchHolder .search{

	float: right;

	width: 170px;

	height: 26px;

	background: url(images/search.png) no-repeat 0 0;

	margin-right:12px;

	margin-top:2px;

}

.hfeed .search{

	float: none;

	width: 170px;

	height: 26px;

	background: url(images/search.png) no-repeat 0 0;

	margin:20px 20px;

}

.searchHolder input, .hfeed input#search-text-3, .hfeed input#search-submit-3{

	font: 12px Verdana, Geneva, sans-serif;

	padding: 7px 0 0 0;

	background: transparent;

	border: none;

}

.searchHolder .search-text, .hfeed #search-text-3 {

	float: left;

	width: 115px;

	padding: 5px 10px 5px 10px;

	color: #7e7558;

}

.searchHolder .search-submit, .hfeed #search-submit-3 {

	float: left;

	width: 34px;

	font-weight: bold;

	color: #80713d;

	height:26px;

}

.searchHolder .search-submit:hover {

	cursor: pointer;

}

/**

* Container (content and widget areas)

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

#container {

	overflow: hidden;

	width: 890px;

	background:#f6f6f6 url(images/MainBgAll.jpg);

	background-repeat:repeat-y;

}

#container iframe{margin-top:50px;}

/* Splash */

#splash {

	overflow: hidden;

	

	

}

#splash .widget {

	

}

#splash .widget-title {

	color: #365426;

	background-color:transparent;

	padding:0px;

	height:0px;

	margin:0px;

}

/**

* Content

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

.content {

	overflow: hidden;

	float: left;

	width: 690px;

	/*background:url(images/rc-pater.jpg);

	background-repeat:repeat-y;

	background-position:right;*/

	

	background:#f6f6f6 url(images/main_content_bg.jpg);

	background-repeat:repeat-x;

}

.page-template-no-widgets .content, .no-widgets .content {

	width: 890px;

}

/* Posts */

.post {

	overflow: hidden;

	margin: 0 0 20px 0;

	color: #333;/*background: url(images/light.gif) repeat 0 0;*/

	

	}

/* Entry title */

.entry-title {

	overflow: hidden;

	margin: 0 0 20px 0;

	padding: 20px;

	font: 18px Verdana, Geneva, sans-serif;

	background: url(images/border.jpg) repeat-x 0 bottom;

}

.entry-title a {

	color:#595959;

}



.entry-title a:hover {

	color:#307AB1;

}





/* Post Entry */

.entry-content, .entry-summary {

	overflow: hidden;

	margin: 0 20px;

	font: 14px/22px Verdana, Geneva, sans-serif;

}

.more-link {

	padding-right: 15px;

	background: url(images/more-link.jpg) no-repeat right 3px;

}

/* Post Meta */

.entry-meta {

	overflow: hidden;

	padding: 20px 20px 5px 20px;

	font: 12px/22px Verdana, Geneva, sans-serif;

	background: url(images/border.jpg) repeat-x 0 0;

}

.entry-meta a {

	color: #007995;

}

/* Multi-paged posts */

p.pages a {

	overflow: hidden;

	margin: 0 3px;

	padding: 3px 6px;

	background: url(images/dark.jpg) repeat 0 0;

	border: 1px solid #e2decc;

}

.navigation-attachment {

	overflow: hidden;

	padding: 0 20px;

	margin-bottom: 20px;

}

/* Series */

.series {

	overflow: hidden;

	margin: 0 0 20px 0;

	padding: 14px 20px 0 20px;

	/*background: url(images/light.gif) repeat 0 0;*/

	border-top: 5px solid #e5e0d0;

}

.series-title {

	margin: 0 0 6px 0;

	padding: 0 0 5px 0;

	font: 14px verdana, arial, sans-serif;

	font-weight: bold;

	color: #007995;

	border-bottom: 1px solid #e9e5d5;

}

.series ul {

	margin-left: 0;

}

/* Archives and other page types */

.category-info, .author-info, .date-info, .tag-info, .archive-info, .search-info {

	overflow: hidden;

	margin: 0 0 20px 0;

	color: #333;

	/*background: url(images/light.gif) repeat 0 0;*/

	border-top: 0px solid #e5e0d0;

}

.page-template-biography .author-info {

	margin: 0;

	border: none;

}

.page-title, .category-title, .author-title, .date-title, .tag-title, .archive-title, .search-title, .error-404-title {

	margin: 20px 0;

	padding: 0 20px 20px 20px;

	font: 18px Verdana, Geneva, sans-serif;

	background: url(images/border.jpg) repeat-x 0 bottom;

}

.category-description, .author-description, .date-description, .tag-description, .archive-description, .search-description {

	margin: 0 20px;

}

.author-profile .avatar, .author-info .avatar {

	float: left;

	width: 55px;

	height: 55px;

	margin: 0 10px 0 0;

	padding: 5px 5px 10px 5px;

	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;

}

.author-profile .author-name {

	margin-bottom: 0;

}

/* Navigation links */

.navigation-links {

	overflow: hidden;

	height: 100%;

	margin: 0 0 20px 0;

	padding: 15px 20px;

	line-height: 19px;

	font-size: 14px;

	font-weight: bold;/*background: url(images/light.gif) repeat 0 0;*/

	}

.previous {

	float: left;

	width: 40%;

	padding-left: 23px;

	background: url(images/previous.jpg) no-repeat 0 5px;

}

.next {

	float: right;

	width: 40%;

	text-align: right;

	padding-right: 23px;

	background: url(images/next.jpg) no-repeat right 5px;

}

/* WP PageNavi */

.wp-pagenavi {

	overflow: hidden;

	margin: 0 0 20px 0;

	padding: 20px;/*background: url(images/light.gif) repeat 0 0;*/

	}

.wp-pagenavi .pages {

	margin-right: 6px;

	padding: 3px 6px;

}

.wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {

	margin-right: 6px;

	padding: 3px 6px;

	background: url(images/dark.jpg) repeat 0 0;

	border: 1px solid #e2decc;

}

/**

* Widget Areas

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

#primary, #secondary {

	overflow: hidden;

	float: right;

	width: 198px;

	line-height: 19px;

}

#secondary {

	clear: right;

}

/* Widgets */

.widget {

	overflow: hidden;

	margin: 0 0 20px 0;

	padding: 26px 0px 0 0px;/*background: url(images/light.gif) repeat 0 0;

	border-top: 5px solid #e5e0d0;*/

	}

/* Widget title */

.widget-title {

	margin: 0 0 16px 0;

	padding: 10px 0 10px 0;

	font: 11px verdana, arial, sans-serif;

	font-weight: bold;

	color: #007995;

	background-color:#FFFFFF;

	text-align:center;

}

/* Widget lists */

.widget ul {

	list-style: none;

	margin-left: 0;

}

.widget ul ul {

	margin: 0;

}

.widget ul li {

	margin: 0 0 6px 0;

	padding: 0 0 5px 0;

	/*border-bottom: 1px solid #e9e5d5;*/

}
.widget ul.blogroll{overflow:hidden;}
.widget ul.blogroll li {padding-right:15px;padding-left:15px;text-align:right;font-size:11px;margin-bottom:2px;padding-bottom:0px;}
.widget ul.blogroll li a span, 
.widget ul.blogroll li a{
	text-align:left;
	color:#595959;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	font-weight:bold;
	float:left;
}
#hello-world{margin-bottom:0;}


.content .widget ul li {

	overflow: hidden;

	padding: 0 0 5px 7px;

	background: url(images/bullet.png) no-repeat 0 9px;

}



.content .widget ul li.slider1Image{

		padding: 0;

	background:none;

	}



.widget ul li li, .content .widget ul li li {

	overflow: hidden;

	margin: 0 0 0 10px;

	padding: 2px 0 2px 7px;

	background: url(images/bullet.png) no-repeat 0 9px;

	border: none;

}

/**

* Comments Template

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

#comments, #respond {

	overflow: hidden;

	height: 100%;

	margin: 0 0 20px 0;

	padding: 15px 0 20px 0;

	/*background: url(images/light.gif) repeat 0 0;*/

	border-top: 1px solid #cccccc;

}

#comments #respond {

	padding: 15px 0 0 0;

	border: none;

}

/* Comments header */

.comments-header, #reply {

	margin: 2px 0 20px 0;

	padding: 0 20px 18px 20px;

	font: normal normal 18px/19px Verdana, Geneva, sans-serif;

	background: url(images/border.jpg) repeat-x 0 bottom;

}

#comments #reply {

	margin-bottom: 0;

	padding: 0 0 20px 0;

	background: transparent;

}

#comments .comments-header {

	margin-bottom: 0;

}

/* Comments list */

#comments ol {

	list-style: none;

	overflow: hidden;

	clear: left;

	z-index: 0;

	margin: 0 20px;

}

#comments ol ol {

	margin: 0 0 0 10px;

}

#comments li {

	overflow: hidden;

	padding: 19px 0 0 0;

}

#comments li li {

	margin: 0;

	padding-left: 20px;

	background: url(images/comment-thread.jpg) no-repeat 0 25px;

}

/* Avatar */

#comments .avatar {

	overflow: hidden;

	float: left;

	width: 50px;

	height: 50px;

	margin: 5px 10px 0 0;

	padding: 5px 5px 10px 5px;

	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;

}

/* Comment meta data */

.comment-meta-data {

	padding: 0 0 4px 0;

	font: 12px/22px Verdana, Geneva, sans-serif;

}

.comment-meta-data a {

	color: #007995;

}

/* Comment author */

.comment-author cite {

	font: normal bold 14px/22px Verdana, Geneva, sans-serif;

}

.comment-author a {

	color: #8d5608;

}

/* Comment text */

.comment-text {

	border-bottom: 1px solid #e5e0d0;

}

/* Comments form */

#respond {

	padding: 15px 0 20px 0;

}

#respond form {

	padding: 0 20px;

}

#comments #respond form {

	padding: 0;

}

#respond .form-author, #respond .form-email, #repsond .form-url {

	margin: 0 0 10px 0;

}

#respond .form-author label, #respond .form-email label, #respond .form-url label {

	float: left;

	width: 70px;

	margin: 0 10px 0 0;

	padding: 5px 0 5px 10px;

	font: normal normal 12px/19px Verdana, Geneva, sans-serif;

	background: url(images/comment-submit.jpg) repeat 0 0;

}

.text-input {

	display: block;

	padding: 5px 5px 6px 5px;

	border: 1px solid #e9e5d5;

}

#respond .text-input {

	width: 275px;

}

#respond .form-textarea label {

	display: none;

}

textarea {

	width: 98%;
	border:1px solid #d0d0d0;

	background:url(images/textareaWc7Bg.gif) repeat-x;

	background-color:#f6f6f6;

}

#respond .form-submit {

	overflow: hidden;

}

#respond .button {

	float: left;

	padding: 5px 30px;

	margin: 0 10px 10px 0;

	font: normal bold 12px/19px Verdana, Geneva, sans-serif;
	
	background:url(images/btnBgWc7.gif) repeat-x;

	border: 0;

	color: #fff;

	border-radius:5px;

	-moz-border-radius:5px;

	-webkit-border-radius: 5px;

	cursor: pointer;

}

.button:hover {

	cursor: pointer;

}

.comment-action {

	clear: both;

}

/**

* Footer

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



/* Subsidiary */

#subsidiary {

	float: left;

	overflow: hidden;

	width: 890px;

	padding: 20px 0 0 20px;

	margin: 0 0 20px 0;

	/*background: url(images/light.gif) repeat 0 0;*/

	border-top: 5px solid #e5e0d0;

}

#subsidiary .widget {

	float: left;

	overflow: hidden;

	width: 170px;

	margin: 0 20px 0 0;

	padding: 0;

	border: none;

}

/* Footer */

#footer {

	clear: both;

	overflow: hidden;

	width: 890px;

	height: 32px;

	padding:0px;

	font: 12px/19px Verdana, Geneva, sans-serif;

	color: #333;

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

}

#footer a {

	color: #dcecf7;

}

#footer .copyright {

	line-height:32px;

	padding-left:20px;
	
	text-align:center;
	
	color:#c2c2c0;
}
#footer .copyright .site-link{

	line-height:32px;

	padding-left:20px;
	
	text-align:center;
	
	color:#c2c2c0;
	
}

#footer .credit {

	float: right;

	text-align: right;

	width: 40%;

	line-height:32px;

	padding-right:20px;

}

/* Some IE6-specific rules b/c it can't seem to handle background images correctly */

.ie6 blockquote, .ie6 .series, .ie6 .post, .ie6 .entry-title, .ie6 #primary, .ie6 #secondary, .ie6 #subsidiary, .ie6 .widget, .ie6 .category-info, .ie6 .author-info, .ie6 .date-info, .ie6 .tag-info, .ie6 .archive-info, .ie6 .search-info, #comments li {

	height: 100%;

}

#page-nav li.page-item-3 {

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

}

#page-nav li.page-item-3 {

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

}

#page-nav li.page-item-3 a {

	padding-left:40px;

}

#search-2 {

	display:none;

}

.searchHolder {

	top:0;

	position:absolute;

	right:0;

}

.aside {

	background:#efefef url(images/sideBarBg.jpg) repeat-x;

	height: 100%;

	padding-bottom:20px;

}

.Hide {

	display:none;

	overflow-x:hidden;

	margin:0 auto;

	padding:0px;

}

.showI {

	display:block;

}

.no-data {

	margin:0 20px;

}

.widget-inside select {

	width:130px;

}

.widget-inside a#bsa_305{

	display:block;

	margin:0 auto;

	padding:0px;

	width:170px;

	height:59px;

}

.aside a#bsa_305{

	display:block;

	margin:0 auto;

	padding:0px;

	width:170px;

	height:59px;

}

#SrcTaker {

	font-size:11px;

	padding:15px;

}

.memberRatesTxt {

	font-family:Verdana, Geneva, sans-serif;

	font-size: 11px;

	font-weight:bold;

	color: #595959;

}

.memberRatesNo {

	font-family:Verdana, Geneva, sans-serif;

	font-size: 11px;

	color: #595959;

}





/****** Main Slider *******/





.ImgHoder {

	width: 642px; /* important to be same as image width */

	height: 219px; /* important to be same as image height */

	margin:0 auto;

	padding:0px;

}

#slider1 {

	width: 642px; /* important to be same as image width */

	height: 219px; /* important to be same as image height */

	position: relative; /* important */

	margin:0 auto;

	padding:0px;

}

#slider1Content {

	width: 642px; /* important to be same as image width or wider */

	position: absolute;

	margin:0 auto;

	padding:0px;

}

.slider1Image {

	float: left;

	position: relative;

	display: none;

	margin:0 auto;

	padding:0px;

}

.slider1Image span {

	position: absolute;

	font:Verdana, Geneva, sans-serif;

	padding: 8px 13px;

	margin-top:14px;

	width: 494px;

	background-color: #000;

	filter: alpha(opacity=70);

	-moz-opacity: 0.7;

	-khtml-opacity: 0.7;

	opacity: 0.7;

	color: #fff;

	display: none;

}

.clear {

	clear: both;

}

.slider1Image span strong {

	font-size: 14px;

}

.leftBanner {

	left: 0;

	right:0;

	bottom: 0;

	width: 614px !important;

	height: 46px;

}

.rightBanner {

	left: 0;

	right:0;

	bottom: 0;

	width: 614px !important;

	height: 46px;

}

ul {

	list-style-type: none;

}





/********  forms   ******/

.PaddingClassInputs td {padding:20px;}



div.wpcf7 input

{

	border:1px solid #d0d0d0;

	background:url(images/inputWc7Bg.gif) repeat-x;

	background-color:#f6f6f6;

	

}

div.wpcf7 input.submitBtn

{

		background:url(images/btnBgWc7.gif) repeat-x;

		border: 0;

		color: #fff;

		border-radius:5px;

		-moz-border-radius:5px;

		-webkit-border-radius: 5px;

		cursor: pointer;

}

.getrate input{

		background:url(images/btnBgWc7.gif) repeat-x;

		border: 0;

		color: #fff;

		border-radius:5px;

		-moz-border-radius:5px;

		-webkit-border-radius: 5px;

		cursor: pointer;
		
		padding:4px;

}

input.amountinput {

	border:1px solid #d0d0d0;

	background:url(images/inputWc7Bg.gif) repeat-x;

	background-color:#f6f6f6;

}

div.wpcf7 textarea

{

	border:1px solid #d0d0d0;

	background:url(images/textareaWc7Bg.gif) repeat-x;

	background-color:#f6f6f6;

}

div#efaqform input

{

	border:1px solid #d0d0d0;

	background:url(images/inputWc7Bg.gif) repeat-x;

	background-color:#f6f6f6;

}

div#efaqform input#efaq_submit

{

		background:url(images/btnBgWc7.gif) repeat-x;

		border: 0;

		color: #fff;

		border-radius:5px;

		-moz-border-radius:5px;

		-webkit-border-radius: 5px;

		cursor: pointer;

}

div#efaqform textarea

{

	border:1px solid #d0d0d0;

	background:url(images/textareaWc7Bg.gif) repeat-x;

	background-color:#f6f6f6;

}



.ChgHolder span.wpcf7-list-item{display:block;float:left;width:176px;}





.holder{ margin: 0 auto; overflow: hidden; padding:0 0 20px 0;}

.leftHolder{width: 250px; text-align:left;}

.landName{color:#3365A6; font-family:Verdana, Geneva, sans-serif; font-size: 17px; font-weight:bold; margin:0; padding:0; line-height:30px;}

.leftHolder p{padding: 0; margin: 0;} 

.leftHolder p a {color:#3365A6; font-size: 15px; text-decoration:underline; font-family:Verdana, Geneva, sans-serif; font-weight:bold;}





.imasters-wp-faq-listing{border-bottom:1px solid #D0D0D0;}

.ReadMore{
	padding-top:10px;
	padding-bottom:10px;
}

.ReadMore a{
	color:#307AB1;
}
.postContentNew{
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
}




.mainContentHolder{margin:0 auto; padding:0; width: 642px; }
.welcomeTextHolder{background-color:#eeeeee; padding: 20px 15px; margin-bottom: 5px;}
.wecomeH2Txt{margin:0; padding:0 0 10px 0; color:#007995;}
.bottomRightContent p{margin:0; padding:5px 0;}
.bottomContent{overflow: hidden;}
.bottomLeftContent{float: left; width: 180px; background-color:#eeeeee; margin-right: 5px;}
.bottomLeftContent ul{list-style:none; float:left; margin:0;  padding:30px 15px; }
.bottomLeftContent ul li{text-decoration:none; padding:5px 0; margin:0;}
.bottomLeftContent ul li a{background: url(images/liPic.gif) no-repeat; color: #007995; padding: 0 0 0 17px; line-height:13px; display:block; font-size: 13px; font-family:Verdana, Geneva, sans-serif; font-weight:bold;}
.bottomLeftContent ul li a:hover{background:url(images/liPicHover.gif) no-repeat;}
.bottomRightContent{float: left; width: 427px; background-color:#eeeeee; padding:14px 15px; overflow:hidden;}
.bottomRightContent div{float: left; margin:0 17px; text-align:center;}
.bottomRightContent div a img{border:2px solid #fff; margin:0 auto;}
.bottomRightContent div p{margin:0; padding:0; color:#007995; font-weight:bold;}


.FooterShadow{background:url(images/footerShadow.gif);width:890px;height:34px;margin:0 auto; padding:0px;}
.footer-logo-holder{width:151px; margin:0 auto; padding:0px;margin-bottom:50px;}

.footer-logo-holder ul.gallery {
	width: 151px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-logo-holder ul.gallery li {
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
.footer-logo-holder ul.gallery li a.thumb {
	width: 151px; /*--Width of image--*/
	height: 55px; /*--Height of image--*/
	padding: 0px;
	cursor: pointer;
}
.footer-logo-holder ul.gallery li span { /*--Used to crop image--*/
	width: 151px;
	height: 55px;
	overflow: hidden;
	display: block;
}
.footer-logo-holder ul.gallery li a.thumb:hover {
	width: 151px;
	height: 55px;
}
.footer-logo-holder ul.gallery li a {
	display: block;
	width: 151px;
	height: 55px;
}
#banner{margin:0 auto;padding:0px;}
#banner ul li{background:none;}

.widget-Advman_Widget div.widget-inside h3{display:none;}
.widget-Advman_Widget div.widget-inside a{display:block;width:170px;margin:0 auto;padding:0px;}