/**
 * Theme Name: Old School
 * Theme URI: http://themehybrid.com/themes/old-school
 * Description: Know your roots.  A stylish child theme of Hybrid.
 * Version: 0.1.2
 * Author: Tung Do and Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: blue, theme-options, threaded-comments, sticky-post, microformats, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Old School 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');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
body {
	padding: 0px 0 25px 0;
	background: #a6cde2;
	font: 11px/22px "lucida grande",tahoma,verdana,arial,sans-serif;
	}

#body-container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	background: #fff;
	border-top: 5px solid #332b09;
	border-bottom: 5px solid #332b09;
	}

/**
* Elements
************************************************/
/* Links */
a {
	color: #116d9f;
	}
a:hover {
	text-decoration: underline;
	}

/* Headers */
.post h2, .post h3, .post h4, .post h5, .post h6 {
	text-transform:capitalize;padding:0 0 3px 0;
	}

.post h3{border-bottom:2px solid #bdc540; }	
	
.price {
	color: #333; font-size:12px;text-transform:capitalize; 
	padding: 25px 0 0 20px; letter-spacing:1px;height:220px;
	display:block;width:350px;
	}

	
.post h2 a{color: #009894; border-bottom:none;margin:0}




/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding-left: 30px;
	color: #b2b141;
	background: url(images/blockquote.gif) no-repeat 0 0;
	}
blockquote blockquote {
	margin-right: 20px;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	background: transparent;
	border-top: 3px double #0b5177;
	border-bottom: 3px double #0b5177;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	font-size: 1em;
	}
pre {
	overflow: auto;
	width: 96.5%;
	font-size: 1em;
	background: #07364F;
	}
pre, code {
	color: #b2b141;
	}

/* Lists */
#content ul {
	list-style: none;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding-left: 15px;
	background: url(images/gray-bullet.gif) no-repeat 0 8px;
	}

/* Tables */
table {
	width: 100%;
	background: #f5fafa;
	border: 1px solid #c1dad7;color:#4e6ba4;
	}
caption {
	font-style: italic;
	text-align: right;
	color: #88bfdd;
	}
td {
	padding: .3em;border: 1px solid #C1DAD7;
	}
	
th {
	padding: .3em;border-right: 1px solid #C1DAD7;
	background: #c9e7e9;
	
	}
	
table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#F3f5fc;
}
	
	

/* Other elements */
acronym {
	border-bottom: 1px dashed #88bfdd;
	}
ins, dfn {
	border-bottom: 1px solid #88bfdd;
	}

/* 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;
	background: #0E4D6F;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #0E4D6F;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	color: #b2b141 !important;
	background: #0E4D6F;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #07364F;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #0E4D6F;
	}

/* Forms */
input {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	}
.text-input {
	display: block;
	width: 210px;
	margin: 0;
	padding: 3px 5px;
	font-weight: bold;
	}
textarea {
	width: 98%;
	font: 12px/22px "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	}
.button {
	margin-right: 15px;
	padding: 7px 35px;
	font: 12px/22px "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	color: #fff;
	background: #07364F;
	border: none;
	}
.button:hover {
	cursor: pointer;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 15px;
	}
.alignright, .right {
	float: right;
	margin-left: 15px;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img, .post a img {
	max-width: 570px;
	
	}

/* Captions */
.wp-caption {
	max-width: 574px;
	padding: 3px 0 0 0;
	background: #f4f4f4;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-size: .8em;
	}
.wp-caption img, .wp-caption a img {
	max-width: 562px;
	margin: 0 auto;
	padding: 0;
	
	}

/* Gallery */
.gallery {
	margin-bottom: 20px !important;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 110px;
	height: 80px;
	margin: 0 15px 10px 0;
	}

.avatar {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 15px 0 0;
	border: 5px solid #06344d;
	}

/**
* Header
************************************************/
#header-container {
	height: 90px;
	background: #fff url(images/header-container-bg.gif) repeat-x 0 0;
	border-bottom: 1px solid #eee;
	}
#site-title {
	margin: 0 0 0 15px;
	}
#site-title a {
	float: left;margin-top:7px;
	display: block;
	width: 455px;
	height: 70px;
	background: url(images/header.png) no-repeat 0 0;border-bottom:none;
	}
#site-title a span, #site-description {
	display: none;
	}

/* Search */
#search {
	float: right;
	width: 220px;
	margin: 40px 40px 0 0;
	}
#search form {
	width: 220px;
	height: 30px;
	padding: 0;
	background: url(images/search.gif) no-repeat 0 0;
	}
#search input {
	float: left;
	overflow: hidden;
	margin: 0;
	border: none;
	background: none;
	}
#search input.search-text {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	width: 155px;font-size:11px;
	padding: 7px 5px 7px 10px;
	color: #777;
	}
#search input.search-submit {
	width: 49px;
	margin: 0;
	padding: 6px 6px 0 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: .9em georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #000;
	}
#search input.search-submit:hover {
	cursor: pointer;
	}

/**
* Navigation
************************************************/
#navigation {
	float: left;
	width: 940px;
	height: 40px;
	padding: 0 20px;
	background: #f15828;
	}
#navigation a {
	text-transform: capitalize;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;letter-spacing:1px;
	}

/* Page navigation */
#page-nav ul {
	list-style: none;
	margin: 0px 0 0 0;
	}
#page-nav li {
	display: inline;
	margin: 0;
	}
#page-nav li a {
	float: left;text-decoration:none;
	padding: 14px 20px;
	color: #fff;border-bottom:none;
	}
#page-nav li.current_page_item a {
	color: #fff;
	background: #f15828;
	}
#page-nav li.current_page_item li a {
	color: #666;
	background: transparent;
	}
	
#page-nav li a:hover {
	color: #fff;
	background: #a9ce38;
	}

/* Drop-down controls */
#page-nav ul ul, .menu ul {
	width: 180px;
	margin: 0;
	background: #111;
	}
#page-nav li li:hover ul, #page-nav li li li:hover ul {
	left: 180px;
	}
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 40px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li {
	border-bottom: 1px solid #151515;
	}
#page-nav li li a {
	padding: 7px 10px;
	font-size: 11px;
	color: #666;
	border-right: none;
	}


/* Subscribe */
#feed ul {
	list-style: none;
	margin: 9px 0 0 0;
	}
#feed li {
	display: inline;
	}
#feed li a {
	float: right;
	padding: -5px 0 7px 0;
	color: #fff;
	}
#feed li.feed-url a {
	padding-right: 15px;font-weight:100;font-size:11px;
	background: url(images/rss-icon.gif) no-repeat right 7px;border-bottom:none;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	clear: both;
	padding: 35px 20px 0 20px;
	background:#fff;
	}
.content, #content {
	overflow: hidden;
	float: left;
	width: 620px;
	color: #332b09;
	}
.archive .content, .search .content, .archive #content, .search #content {
	background:#fff;
	}

/**
* Posts
************************************************/
.post, .series, .related {
	overflow: hidden;
	height: 100%;
	margin: 0px 0 10px 0;
	font: 13px/18px "lucida grande",tahoma,verdana,arial,sans-serif;
	background: #fff;
	}
.archive .post, .search .post {
	margin: 0;
	padding: 35px 20px 0px 20px;
	background: #fff;border-bottom:1px solid #faeca7;
	}
.page .post {
	padding-bottom: 5px;
	}

/* Post title */
.entry-title, .page-title, .category-title, .tag-title, .author-title, .archive-title, .date-title, .search-title, .series-title, .related-title {
	margin: 0px 7px 20px 0px;
	padding: 15px 20px 15px 20px;
	font-family:georgia, times, serif;
	font-weight: 200;
	color: #009894 !important;
	background: #ffffcc;border:5px solid #faeca7;
	
	}
.single-title{margin: 0px 7px 20px 20px;}	

	
.archive .entry-title, .search .entry-title {
	margin: 0;
	padding: 0;
	font-size: 21px;
	background: none;
	border: none;
	}
	
.entry-title a{border-bottom:none;color: #f58426 !important;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;padding: 0;margin:0;
	}

/* Byline */
.byline {
	display: none;
	}

/* Entry */
.entry-content, .entry-summary, .page .entry-content {
	margin: 0 20px;
	}
.archive .entry-content, .archive .entry-summary, 
.search .entry-content, search .entry-summary {
	margin: 0 0 20px 0;
	}

/* Post meta data */
.entry-meta {
	overflow: hidden;font-size:80%;width:100%;line-height:13px;
	margin: 0 20px 10px 20px;
	padding: 5px 10px;
	background:#ffffff;color:#777;
	}
.archive .entry-meta, .search .entry-meta {
	clear: left;
	margin: 0 0 10px 0;
	}
.page-template-widgets .entry-meta {
	display: none;
	}
.entry-meta .tags{ 
	margin-right: 10px;
	padding: 5px 0 15px 20px;
	background: url(images/tag_blue.png) no-repeat 0 3px;
	}
	
.entry-meta a.comments-link {
	margin-right: 10px;
	padding: 5px 0 15px 20px;
	background: url(images/comment.png) no-repeat 0 3px;
}

.entry-meta .categories {
	margin-right: 10px;
	padding: 5px 0 15px 20px;
	background: url(images/folder.png) no-repeat 0 3px;
}
.entry-meta .separator {
	display: none;
	}

p.no-data {
	margin: 0 20px 20px 20px;
	}

/* Using <!--nextpage--> */
p.pages {
	color: #eee;
	font-style: italic;
	}
p.pages a {
	margin-left: 3px;
	padding: 3px 6px;
	background: #0E4D6F;
	}

/* Archive and search */
.category-info, .tag-info, .author-info, .archive-info, .date-info, .search-info {
	overflow: hidden;
	margin: 0;
	padding: 0 0 20px 0;
	background: #fff;
	}
.category-description, .tag-description, .author-description, .archive-description, .date-description, .search-description {
	overflow: hidden;	margin: 0 20px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: normal;font-variant: normal;font-weight: normal;
	font-size: 21px;line-height: 1.6em;font-size-adjust: none;font-stretch: normal;background-color:#fff;
	color:#707070;border-bottom:#ccc dashed 1px;
	}
	

.search #content form {
	margin: 0 20px 20px 20px;
	}
.error-404 #content form {
	margin: 0 0 20px 0;
	}
.search #content input, .error-404 #content input  {
	font-weight: bold;
	}
.search #content .button, .error-404 #content .button {
	margin-left: 10px;
	}

/* Page templates */
.page-template-authors .author-name {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	}
.post-box {
	margin: 0 0 20px 0;
	background: #09415f;
	border-top: 5px solid #042b40;
	}
.post-box form {
	padding: 20px;
	background: #09415f;
	}

/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	height: 100%;
	margin: 0 20px 20px 20px;
	}
.navigation-links {
	overflow: hidden;
	height: 100%;
	padding: 10px 0 0 0;
	font: 14px/22px georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #09415f;
	background: #fff;
	}
.archive .navigation-links, .search .navigation-links {
	padding-top: 70px;
	background: #fff;
	}
.navigation-links a {
	color: #09415f;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	margin-left: 1%;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	margin-right: 1%;
	text-align: right;
	}
.navigation-links .previous {
	padding-left: 15px;
	}
.navigation-links a .previous {
	background-position: 0 5px;
	}
.navigation-links .next {
	padding-right: 15px;
	}
.navigation-links a .next {
	background-position: right 5px;
	}

/* Navigation attachment */
.navigation-attachment {
	overflow: hidden;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	text-align: center;
	padding: 20px 15px 10px 15px;
	color: #cc3300;
	background: #fff;
	}
.archive .wp-pagenavi, .search .wp-pagenavi {
	padding-top: 70px;
	background: #fff;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	color: #ef7b07 !important;
	padding: 10px !important;
	background: #f3f5fc !important;
	border: none !important;font-style:normal;
	}
.wp-pagenavi a {
	color: #0079c0 !important;
	}

/**
* Primary and secondary widgets (sidebar)
************************************************/
#primary, #secondary {
	overflow: hidden;
	float: right;
	width: 270px;
	margin: -20px 0 0 0;
	color: #88bfdd;
	font: 12px "lucida grande",tahoma,verdana,arial,sans-serif;
	}
#secondary {
	clear: right;
	}
#primary .widget, #secondary .widget {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	background: #09415f;	
	}
#primary .widget-inside, #secondary .widget-inside {
	overflow: hidden;font-size:12px;
	height: 100%;font-weight:bold;
	padding: 15px 20px 20px 0px;
	background:#fff; 
	}
#primary .widget-title , #secondary .widget-title {
	font: 14px "lucida grande",tahoma,verdana,arial,sans-serif; font-weight:100;
	color: #fff; font-weight:bold;letter-spacing:1px;padding: 19px 0px 19px 60px;
	margin: 5px -20px 9px 0px;background:#a6cde2 url(images/search.png) no-repeat 7px 7px;
	border:7px solid #f3f5fc;
	}
	
#primary .widget a, #secondary .widget a {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #0079c0; border-bottom:none;
	}
	
#primary .widget ul, #secondary .widget ul {
	list-style: none; float: left;  width: 30em;
	margin-left: 0;
	}
#primary .widget ul ul, #secondary .widget ul ul {
	margin: 5px 0 0 0; border-top:1px solid #fff;
	}
#primary .widget ul li, #secondary .widget ul li {
	overflow: hidden;
	height: 100%;
	padding: 15px 0 15px 10px;
	margin-bottom: 3px;
	background: url(images/orange-bullet.gif) no-repeat 0 4px;
	border-bottom: 2px solid #fff;background:#f3f5fc;
	}
#primary .widget ul li li, #secondary .widget ul li li {
	margin: 0;font-size:11px;font-weight:100;float: left; width: 10em;
	padding: 6px 5px 5px 10px;
	background: url(images/orange-bullet.gif) no-repeat 0 10px;
	border: none;
	}

/* Content widgets */
#content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	background: #09415f;
	border-top: 5px solid #042b40;
	}
#content .widget-title {
	font: 18px "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	color: #fec002;
	margin-bottom: 35px;
	}
#content .widget-inside {
	overflow: hidden;
	padding: 15px 20px 20px 20px;
	background: transparent url(images/content.gif) repeat-x right 0;
	}
.archive #utility-after-content .widget, .search #utility-after-content .widget,
.archive #utility-after-content .widget-inside, .search #utility-after-content .widget-inside {
	background: #09415f;
	border: none;
	margin: 0;
	}

/**
* Comments template
************************************************/
#comments-template {
	overflow: hidden;
	height: 100%;
	margin-bottom: 20px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #332b09;
	background: #fff;
	}
#comments {
	margin-bottom: 20px;
	background: #fff ;
	border-top: 2px solid #f58426;
	}
#comments-number {
	padding: 15px 20px 0px 20px;
	background: #fff;
	}
#respond {
	margin: 0 0 30px 0;
	background: #fff;
	border-top: 2px solid #f58426;
	}
#comments #respond {
	margin: 0;
	background: #fff;
	border: none;
	}
#comments .comment-list {
	overflow: hidden;
	list-style: none;
	height: 100%;
	margin: 0;
	padding: 0 20px 0px 20px;
	}
.comment-list ol {
	list-style: none;
	margin: 0 10px;
	}
#comments li {
	overflow: hidden;
	height: 100%;
	clear: left;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;border:1px solid #faeca7;
	}
#comments li li, #comments li li li li {
	padding: 10px;
	background: #343434;
	}
#comments li li li, #comments li li li li li {
	padding: 10px;
	background: #484848;
	}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	overflow: hidden;
	height: 100%;
	padding: 0 10px;
	}
#comments-template li blockquote {
	color: #eee;
	background: url(images/blockquote-comments.gif) no-repeat 0 0;
	}
#comments-template a {
	color: #332b09;
	}

/* Avatar */
#comments-template .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 2px 15px 5px 0;
	border: 5px solid #292929;
	}

/* Comment meta data */
.comment-meta-data {
	margin-top: 15px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-style: italic;
	}
.comment-time {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 0 4px;
	}

.comments-closed {
	display: none;
	}

/* Comment form */
#reply, #comments-number {
	font: 1.8em arial, verdana, sans-serif;
	font-weight: bold;padding:27px 0 20px 60px;
	color: #332b09;background: url(images/comments-add.png) no-repeat 0px 7px;
	}
	
	#comments-number {
	font: 1.3em arial, verdana, sans-serif;
	font-weight: bold;
	color: #332b09;
	}
#reply {
	margin: 15px 20px -20px 20px;
	}
#comments #reply {
	margin-left: 0;
	}
#respond form {
	overflow: hidden;
	height: 100%;
	padding: 20px;
	}
#comments #respond form, #comments ol #respond, #comments ol ol ol #respond {
	padding: 0;
	}
#comments ol ol #respond, #comments ol ol ol ol #respond {
	padding: 10px 20px;
	}
#respond p.logged-in {
	position: relative;
	z-index: 2;
	}
#respond .form-author, #respond .form-email, #respond .form-url, #respond .logged-in-out {
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
	}
#respond .logged-in-out {
	overflow: hidden;
	float: left;
	}
#respond .form-author label, #respond .form-email label, #respond .form-url label {
	overflow: hidden;
	float: left;
	width: 60px;
	margin-right: 10px;
	padding: 5px 10px;
	background: #fff;
	}
#respond .text-input {
	width: 210px;height:13px;
	margin: 0;
	padding: 9px 5px;
	font-weight: bold;
	color: #333;
	background: #fff;border:1px solid #c0c0c0;
	}
	
.visitor-rating{padding:0 0 0 9px;display:inline;}

#respond .text-input:focus {
	color: #333; 
	background: #f7f7f7;
	}
#respond .form-textarea {
	position: relative;
	margin: 15px 0 15px 0;
	z-index: 0;
	overflow: hidden;
	height: 200px;
	padding: 0 0 0 0;
	background: #fff; border:1px solid #c0c0c0;
	}
#respond .form-textarea label {
	padding:7px 0 07px 9px; font-weight:bold;
	}
#respond textarea {
	margin: 0;
	padding: 5px;
	width: 570px;
	height: 190px;
	font: 12px "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	color: #ccc;
	background: transparent;
	border: none;border-top:1px solid #ccc;
	}
#respond textarea:focus {
	color: #333;
	background: #f7f7f7;
	}
#respond .button {
	margin-right: 15px;
	padding: 7px 35px;
	font: 12px/22px "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	color: #fff;
	background: #f58426;
	border: none;
	}

	#respond .button:hover {background: #f15828;}
/* Paged comments */
#comments-template .paged-navigation {
	overflow: hidden;
	height: 100%;
	text-align: center;
	padding-bottom: 30px;
	}
#comments-template .paged-navigation .page-numbers {
	margin: 0 2px;
	padding: 3px 6px;
	font-style: italic !important;
	background: #414141;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	margin: 0 2px;
	text-align: left;
	}

/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	
	height: 100%;
	margin: 20px;
	padding-top: 20px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	color: #333;
	background: #f9f9f9;

	}
#subsidiary .widget {
	height: 100%;
	float: left;
	width: 210px;
	padding-left: 20px;
	}
#subsidiary .widget-title {
	padding-bottom: 5px;
	margin: 0;
	font: 12px "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold; letter-spacing:1px;
	border-bottom: 1px solid #ccc;
	}
#subsidiary a {
	color: #116d9f;border:none;font-size:11px;
	}
#subsidiary ul {
	list-style: none;
	margin-left: 0;
	}
#subsidiary li {
	height: 100%;
	padding: 3px 10px;
	background: url(images/gray-bullet.gif) no-repeat 0 10px;
	border-bottom: 1px solid #ccc;
	}
#subsidiary li li {
	padding: 0 10px;
	background: url(images/gray-bullet.gif) no-repeat 0 7px;
	border: none;
	}

/**
* Footer
************************************************/
#footer-container {
	clear: both;
	float: left;
	width: 980px;
	height: 100%;
	margin-top: 20px;
	background: #f9f9f9;
	border-top: 1px solid #eee;
	}
#footer {
	overflow: hidden;font-size:10px;width:980px;
	height: 100%;
	margin-bottom: 1px;
	padding: 20px 20px 0 20px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#footer a {
	color: #666;
	}
#footer .copyright {
	width: 50%;
	float: left;
	font-weight: 100;
	}
#footer .credit {
	width: 50%;
	float: right;	
	font-weight: 100;
	text-align: right;
	}

.entry-summary-category, .entry-content-category {
	padding:0 7px 0 7px;width:350px;float:left;border-right:1px solid #ccc;
	border-left:1px solid #ccc;}
.entry-meta {
	width: 100%;float:left;line-height:13px;
	clear: left;
	margin: 0 0 0 0;
	}
	
.thumb{float:left;margin-top:0px;width:110px;display:block;font-size:10px;font-weight:bold}
.postcontainer{width:750px;}
.frontprice{float:right;width:106px;font-weight:bold;color:#808080}
.frontdetails{width:520px;float:left;}
.post-title{font-size:14px !important;font-weight:bold;margin-bottom:0px}
.topcontents{background:#f3f3f3;border:1px solid #d9d9d9;width:590px }
.airimage{border:1px solid #d9d9d9; background:#fff;padding:0px 5px 0 0;margin:10px 10px 0 0;float:right}
.star-rating{display:inline;clear:left; width:200px;float:right; margin:0 290px 0 0}	
.menuhead {background:#72a0ca; height:25px; color:#fff;padding:11px 0 7px 9px;font-size:14px;font-weight:bold;letter-spacing:1px;margin-top:20px;border:7px solid #f3f5fc}
.adsenseTop{padding: 50px 0 0 5px;float:left;display: inline;width:700px; background:#fff;}
.adsenseinset{margin: 0 0 10px 10px;padding:0 0 10px 0px;float:left;width:260px;clear: both;background-color:#fff;}
.adsenseinset2{margin: 0 0 10px 0;padding:0 0 10px 5px;float:left;width:250px;background-color:#fff;}
.pricechk{ background:#ffffcc url(images/offer.png) no-repeat 250px 13px; padding:23px 12px 23px 7px; border:1px #d9d9d9 dashed ; margin:75px 0 0 0; font-size:18px }



