/*
Theme Name: brownsafe
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 10;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px; font-family:Arial, Helvetica, sans-serif
}
a:link {
	color: #a80005;
}
a:visited {
	color: #a80005;
}
a:active,
a:hover {
	color: #a80005; text-decoration:none
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}



/* =Content
-------------------------------------------------------------- */

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
.hentry {
	margin: 0 0 48px 0;
	border-bottom:2px solid #FFFFFF;
	padding-bottom:30px
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	margin: 0 0 20px 0;
}
.page-title a:link,
.page-title a:visited {
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
}

.entry-meta {
	color: #ffffff;
	font-size: 11px; padding-bottom:2px; font-family:Verdana, Arial, Helvetica, sans-serif; font-variant:small-caps
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content {
	clear: both;
	padding: 12px 0 0 0;
}

.entry-summary {
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #ffffff;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {

}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #ffffff;
	font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-variant:small-caps;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #ffffff;
}
.entry-meta a:hover,
.entry-utility a:hover {

}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #707070;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 0px 0px 0;
}
.wp-caption p.wp-caption-text {
	color: #000000;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #000000;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {

}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #3b3b3b;
	margin-bottom: 0; font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif
}
h3#comments-title {
	padding: 15px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {

}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #000;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #000;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #666666;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 13px; background:#eeeeee; color:#444444; font-family:Verdana, Arial, Helvetica, sans-serif; border-bottom:1px solid #777777; border-right:1px solid #7a7a7a; border-top:1px solid #ffffff; border-bottom:1px solid #dddddd; padding:4px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {

}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/*mystyle */
body {margin:0px; padding:0px; background:#888785 url(images/BlogBackground5.jpg) no-repeat top center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#ffffff}
.clear {clear:both}
.wrapper {width:100%; background:url(images/topbg.jpg) repeat-x top}
.wrap {width:975px; margin:0px auto}
#header {height:120px}
#main {overflow:hidden}
.slideshow-container {width:975px; float:left; height:350px}
#container {width:655px; float:left; display:inline}
#primary {width:289px; float:right; display:inline}
#primary .rtinner {background:#7d7d7d; padding:7px; width:275px }
#primary .rtinner .rtbox {margin-bottom:20px}
#primary .rtinner .rtbox h3.widget-title1 { color:#FFFFFF; text-transform:uppercase; background:#000000; height:26px; line-height:26px; margin:0px; padding:0px; padding-left:5px; margin-bottom:8px; font-size:17px; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; letter-spacing: 2px}

#primary #searchform { margin:0px; padding:0px; background:#898989; padding:7px; width:275px; margin-bottom:16px }
#primary #searchform div, #primary #searchform div input {margin:0px; padding:0px}
#primary #searchform div input#s {border:1px solid #CCCCCC; height:24px; line-height:24px; width:265px; padding-left:5px; color:#666666}
.socials { overflow:hidden}
.socials img {float:left; display:inline; margin-right:1px; width:54px}
.rss1 {padding-left:10px;}
.rtinner a {color:#1a1a1a; text-decoration:underline}
.rtinner a:hover {text-decoration:none}
.rtinner .rtbox ul, .rtinner .rtbox ul li {margin:0px; padding:0px; list-style:none; list-style-image:none}
.rtinner .rtbox ul {padding:7px; padding-bottom:0px; padding-top:2px}
.rtinner .rtbox ul li {color:#000000; padding:3px 0px}

body.page-template-onecolumn-page-php #container {width:924px; float:left; display:inline}

.mynav {height:56px}

.mynav .menu-header ul, .mynav .menu-header ul li {margin:0px; padding:0px; list-style:none; list-style-image:none; background:none}
.mynav .menu-header {padding-top:10px; padding-left:120px; font-size:15px; font-weight:bold}
.mynav .menu-header ul li {display:inline; float:none; display:inline; margin:0px 30px; position:relative}

.mynav .menu-header ul li a {color:#000000; text-decoration:none}
.mynav .menu-header ul li a:hover, .mynav .menu-header ul li.current-menu-item a { color:#a80005}
body.category-fashion .mynav .menu-header ul li.menu-item-1387 a, body.category-function .mynav .menu-header ul li.menu-item-1388 a, body.category-protection .mynav .menu-header ul li.menu-item-1389 a, body.category-technology .mynav .menu-header ul li.menu-item-1390 a, body.category-transportation .mynav .menu-header ul li.menu-item-1391 a{ color:#a80005}

.mynav .menu-header ul ul, .mynav .menu-header ul ul li {margin:0px; padding:0px; list-style:none; list-style-image:none; background:none}

.mynav .menu-header ul ul {position:absolute; top:15px; left:0px; width:150px; display:none; z-index:9; border-bottom:1px solid #161616}
.mynav .menu-header ul ul li {position:relative; width:150px}
.mynav .menu-header ul ul li a { display:block; float:left; display:inline;background:#2A2A2A; height:25px; line-height:25px; margin:0px; padding:0px 10px; width:128px; border:1px solid #161616; border-bottom:0px;}

.mynav .menu-header ul li.current-menu-item ul li a {color:#000000}
.mynav .menu-header ul li.current-menu-item ul li a:hover {color:#a80005}


.mynav .menu-header ul ul ul {position:absolute; top:0px; left:120px; width:250px; display:none; z-index:999; border-bottom:1px solid #161616}
.mynav .menu-header ul ul li {position:relative; width:250px}
.mynav .menu-header ul ul ul li a {background:#2A2A2A; height:25px; line-height:25px; margin:0px; padding:0px 10px; width:228px; border:1px solid #161616; border-bottom:0px }
.mynav .menu-header ul li:hover > ul {display:block}
.mynav .menu-header ul ul li:hover > ul {display:block}


.footer {clear:both; height:70px; padding-top:30px; color:#3D403D}
.footer p {margin:0pxp; padding:0px}
.footer p a {color:#3D403D; text-decoration:underline}
.footer p a:hover {text-decoration:none}

.roundbox1 {overflow:hidden;}
.blue1 {background:#1C6E9B; border:1px solid #FFFFFF; padding:6px}
.grey1 {background:#898989; border:0px solid #FFFFFF; padding:7px}
.black1 {background:#7d7d7d; border:0px solid #FFFFFF; padding:7px}
.homeone-third1 {margin-bottom:15px}
.homeone-third1 h3 { margin:0px; padding:0px; font-weight:bold; color:#FFFFFF; border-bottom:1px solid #FFFFFF; padding-bottom:6px; text-transform:uppercase; color:#FFFFFF; font-size:17px; margin-bottom:7px; font-family:Verdana, Arial, Helvetica, sans-serif;}

.blank1 {border:0px solid #FFFFFF; padding:7px}
.fullwidth1 {width:956px; clear:both}
.fullwidth2 {width:98%; clear:both}
.two-third1 {width:615px; margin-right:10px; float:left; display:inline}
.one-third1 {width:284px; margin-right:10px; float:left; display:inline}
.blue1 h3 { margin:0px; padding:0px; font-weight:bold; color:#FFFFFF; border-bottom:1px solid #FFFFFF; padding-bottom:6px; text-transform:uppercase; color:#FFFFFF; font-size:17px; margin-bottom:7px}
.grey1 h3 { margin:0px !important; padding:0px !important; font-weight:normal; color:#FFFFFF; background:#282828; text-transform:uppercase; color:#FFFFFF; font-size:17px; margin-bottom:7px; height:26px; line-height:26px; padding-left:6px}
.blank1 h3 { margin:0px; padding:0px; font-weight:bold; color:#FFFFFF; border-bottom:1px solid #FFFFFF; padding-bottom:6px; text-transform:uppercase; color:#FFFFFF; font-size:17px; margin-bottom:7px}

.adbox {width:640px; height:290px; margin-right:20px; float:left; display:inline; background:#000000; background-image:url('/blog/wp-content/uploads/2012/04/Ad-Background.jpg')}
.adpadding {padding:20px}

.infobox {width:640px; height:auto; margin-right:20px; float:left; display:inline; background:#555555}
.infopadding {padding:20px}

.blue1 p {margin:0px; padding:0px}
.boximgleft {float:left; display:inline; padding:1px; border:1px solid #CCCCCC; margin-right:7px; margin-bottom:3px}
.boximgright {float:right; display:inline; padding:1px; border:1px solid #CCCCCC; margin-left:7px; margin-bottom:7px}
.boximgcenter {padding:1px; border:1px solid #CCCCCC; margin-bottom:7px}
.p1 {margin:0px; padding:0px; padding-bottom:10px}
.p1 a {text-decoration:underline; color:#222222}
.p1 a:hover {text-decoration:none; color:#222222}

.ngg-galleryoverview div, .ngg-galleryoverview div img, .ngg-galleryoverview div a {margin:0px; padding:0px; border:0px}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {border:2px solid #a9a9a9; margin-right:4px; margin-bottom:10px; margin-left:4px}
#ngg-gallery-6-451 .ngg-gallery-thumbnail-box, #ngg-gallery-10-747 .ngg-gallery-thumbnail-box {border:2px solid #a9a9a9; margin-right:2px; margin-bottom:10px; margin-left:3px}
.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {border:1px solid #898989}




.text1 {border-top:1px solid #FFFFFF; padding-top:7px}
.height15 {height:15px; overflow:hidden}
.slideshow1 {display:block; border:0px solid #FF0000; min-height:290px}
.homeslide {border:2px solid #FFFFFF; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; margin-bottom:10px; width:640px !important}
.slideborder {border:2px solid #FFFFFF; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; margin-bottom:5px}
h1.entry-title, h1.page-title {padding-top:10px}
.post h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:24px;}
.post h2 a {color:#a80005; text-decoration:none}
h2.entry-title a {color:#a80005; text-decoration:none}
b, strong {font-size:14px;}
.entry-content p, .entry-summary p {margin:0px; padding:0px; padding-bottom:12px; line-height:20px}

#footer {clear:both; height:60px; padding-top:30px; color:#3D403D}
#footer p {margin:0pxp; padding:0px}
#footer p a {color:#3D403D; text-decoration:underline}
#footer p a:hover {text-decoration:none}


body.page-id-67 h1, body.page-id-67 .dd_post_share, body.category-14 h1, body.category-19 h1 {display:none}
body.category-14 .slideshow1 {height:325px}
.catimg1 { margin:0px !important; padding:0px !important; border:1px solid #EAEAEA; padding:1px !important; float:left; display:inline; overflow:hidden !important; margin-right:10px; margin-right:15px !important; height:104px; margin-bottom:5px !important}
.catimg1 img { margin:0px !important; padding:0px !important; border:1px solid #EAEAEA; padding:1px !important; width:200px !important; height:100px !important; height:auto !important}

body.category div.post, body.home div.post, body.page-template-pageofposts-php div.post {border-bottom:2px solid #FFFFFF; padding-bottom:30px}
body.category .entry-utility .cat-links, body.category .entry-utility .meta-sep, body.category .entry-utility .tag-links, body.home .entry-utility .cat-links, body.home .entry-utility .meta-sep, body.home .entry-utility .tag-links {display:none}
body.page-template-pageofposts-php .entry-utility .cat-links, body.page-template-pageofposts-php .entry-utility .meta-sep, body.page-template-pageofposts-php .entry-utility .tag-links {display:none}

body.category .entry-summary, body.home .entry-summary {
	padding: 0px 0 0 0;
}
a.cr, .entry-content p .more-link { clear:both; background:#000000; display:block; color:#a80005 !important; text-decoration:none; height:26px; line-height:26px; width:138px; text-align:center; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin-top:10px}
a.cr:hover, .entry-content p .more-link:hover {text-decoration:underline}
.nav-previous a {background:#dedede; display:block; color:#333333 !important; text-decoration:none; height:28px; line-height:28px; width:111px; text-align:center; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin-top:10px;}
.nav-previous a:hover {text-decoration:underline}

.nav-next a {background:#dedede; display:block; color:#333333 !important; text-decoration:none; height:28px; line-height:28px; width:111px; text-align:center; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin-top:10px; float:right; display:inline}
.nav-next a:hover {text-decoration:underline}
.trkback {background:#FFFFFF; padding:8px; color:#444444; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; width:445px}
.trkback span {color:#777777; font-size:10px}
body.page-id-2 .trkback, body.page-id-67 .trkback {display:none}


#comments .commentlist li {margin:0px; padding:0px}
#comments .commentlist li.even {background:#f3f3f3; padding:10px;}
#comments .commentlist li.odd {background:#ffffff; padding:10px;}

#comments .commentlist li .mycbox {overflow:hidden; border:0px solid #FF0000; position:relative}
#comments .commentlist li .mycbox .comment-author { margin:0px; padding:0px; float:left !important; display:inline !important; width:88%}
#comments .commentlist li .mycbox .avat { position:absolute; right:10px; top:30px}
#comments .commentlist li .mycbox cite {color:#666666; font-size:17px; font-style:normal}
#comments .commentlist li .mycbox .cdate {font-size:11px; color:#666666}
#comments .commentlist li .mycbox .comment-body {padding-top:15px; color:#666666; padding-bottom:12px}

#comments ol.commentlist li.comment ul.children li {background:none !important;}





#respond .form-submit { position:absolute; top:500px;
	margin: 12px 0;
}
body.logged-in #respond .form-submit {top:290px;}
#respond #commentform p {margin:0px; padding:0px; padding-bottom:3px;}

#respond #commentform {position:relative !important; min-height:550px}
body.logged-in #respond #commentform {min-height:400px; color:#666666}
#respond #commentform .captchaSizeDivSmall {border:0px solid #0000FF; position:absolute; top:400px; left:0px}
#respond #commentform p.capbox {border:0px solid #0000FF; position:absolute; top:470px; left:0px}