/*
Theme Name: Design Dynamics Template
Description: Custom Wordpress Template for Design Dynamics.
Version: 1.0
Author: NineCreative
Author URI: http://ninecreative.com/

*/

/* Tags */

html {
	background-color: #aeb3b8;
}

a {
outline: none;
}
a img {
border:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #3f454f;
	background-color: #aeb3b8;
	background-image: url(images/unified-header.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Structure */

#top-wrapper {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
	width: 980px;
	background-image: url(images/toll-free.png);
	background-repeat: no-repeat;
	background-position: 775px 26px;
	position: relative;
}
#top-menu {
	height: 30px;
	width: 1000px;
	margin-left: -15px;
}
#top-banner {
	height: 370px;
	width: 100%;
	background-color: #bec4c9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6dce2;
	background-image: url(images/bigbanner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#top-banner-slider {
	height: 370px;
	width: 980px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

#bottom-wrapper {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#bottom-wrapper-slider {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 8px;
	background-image: url(images/slider-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#content {
	width: 980px;
}
#footer {
	width: 980px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 8px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a1a5aa;
	text-align: right;
}
.design-dynamics {
	margin-top: 23px;
	margin-left: -5px;
}
.header-buttons {
	position: absolute;
	top: 49px;
	right: -5px;
	height: 30px;
	width: 300px;
	text-align: right;
}
/* Top navigation */

#navouter {
	display: block;
	height: 29px;
	font-size: 12.7px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #3a3b3c;
	text-transform: uppercase;
}

#navouter #nav {
	display: block;
	height: 29px;
	/* padding: 14px 40px 0px 40px; */

}

#navouter #nav ul li{	
}

#navouter #nav ul,
#navouter #nav ul li{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	/* background-image: none; */
	list-style-type: none;

}

#navouter #nav ul li a,
#navouter #nav ul li a:visited{
	display: block;
	float: left;
	vertical-align: middle;
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#navouter #nav ul li.current_page_ancestor a,
#navouter #nav ul li.current_page_item a {
	color: #FFFFFF;
	/* background-color: #950000; */
}

#navouter #nav ul li a:hover {
	color: #FFFFFF;
	background-image: url(images/top-menu-over.jpg);
	background-repeat: repeat-x;	/* background-color: #950000; */
}

/* Drop down menu CSS  */

#dropdown {
	
}

#navouter #nav ul#dropmenu, 
#navouter #nav ul#dropmenu ul {
	margin:0;
	list-style-position:outside;
	position:relative;
	z-index:300;
	width:100%;
} 

#navouter #nav ul#dropmenu a {
	line-height: 29px;
} 

#navouter #nav ul#dropmenu a:hover {
	background-image: url(images/top-menu-over.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
} 

#navouter #nav ul#dropmenu ul a:hover {
	background-image: url(images/top-submenu-over.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
} 

#navouter #nav ul#dropmenu li {
	position:relative;
} 

#navouter #nav ul#dropmenu ul {
	position:absolute; 
	display:none; 
	width:180px; 
	top:29px; 
	left:-1px;
	background-image: url(images/drop-menu-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 7px;

} 

#navouter #nav ul#dropmenu ul a {
	background-image: url(images/drop-menu-bg.png);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 15.7px;
	text-transform: none !important;
} 

#navouter #nav ul#dropmenu li ul {
	width:180px;
} 

#navouter #nav ul#dropmenu li ul a {
	width:150px; 
	height:auto; 
	float:left;
} 

#navouter #nav ul#dropmenu ul ul {
	top:auto; 
	width:150px;
} 

#navouter #nav ul#dropmenu li ul ul {
	left:150px; 
	margin:0px 0 0 25px;
} 

#navouter #nav ul#dropmenu li:hover ul ul, 
#navouter #nav ul#dropmenu li:hover ul ul ul, 
#navouter #nav ul#dropmenu li:hover ul ul ul ul {
	display:none;
} 

#navouter #nav ul#dropmenu li:hover ul, 
#navouter #nav ul#dropmenu li li:hover ul, 
#navouter #nav ul#dropmenu li li li:hover ul, 
#navouter #nav ul#dropmenu li li li li:hover ul {
	display:block;
} 

/* Top Banner */

#top-banner ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#top-banner .post-meta-key {
	display: none;
}
#home-left {
	background-image: url(images/product-guide.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	float: left;
	width: 220px;
	padding-left: 18px;
	display: block;
	position: relative;
}

#home-left-slider {
	background-image: url(images/product-guide.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	float: left;
	width: 220px;
	padding-left: 18px;
	display: block;
	position: relative;
	margin-top: 15px;

}
#home-right {
	float: right;
	width: 715px;
}
#home-left ul, #home-left-slider ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
#home-left ul li, #home-left-slider ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 44px;
	height: 44px;
	width: 220px;
	text-decoration: none;
	list-style-type: none;
	display: block;
	background-image: url(images/qm-off.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aeb3b8;
}
#home-left a:hover, #home-left-slider a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(images/qm-over.jpg);
	display: block;
	text-shadow: 1px 1px 2px #3a3b3c;
}

#home-left ul li a, #home-left-slider ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}
#home-text {
	font-size: 14px;
	line-height: 25px;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 30px;
}
#home-boxes {
}
#promo-box p, #news-box p {
	margin: 0px;
	padding: 0px;
}
#promo-box {
	background-color: #cdcecf;
	height: 269px;
	width: 341px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-right: 25px;
}
#news-box {
	background-color: #cdcecf;
	height: 269px;
	width: 341px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.qm-bottom {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(images/qm-bottom.png);
	background-repeat: no-repeat;
	z-index: 1000;
	height: 12px;
	width: 220px;
	display: block;
	}
	
/* Product Template */

#product-title, #product-title a:link, #product-title a:visited, #product-title a:hover {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	height: 40px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 2px #3a3b3c;
	text-decoration: none;
}
#product-left {
	float: left;
	width: 690px;
}
#product-right {
	float: right;
	width: 260px;
	background-color: #dddede;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}
#product-right a {
	color: #3f454f;
	text-decoration: none;
}
#product-right a:hover {
	color: #c82429;
	text-decoration: none;
}
#product-wrapper {
	background-image: url(images/product-gradient-bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-height: 550px;
}
#product-right-top {
	background-image: url(images/product-right-top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 260px;
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
}
#product-right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#product-right ul li {
	display: block;
	margin-bottom: 15px;
	width: 230px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/product-sidebar-header-bg.jpg);
	background-repeat: no-repeat;
}
.post-meta-key {
	font-size: 13px;
	line-height: 26px;
	color: #FFF;
	display: block;
	height: 26px;
	width: 260px;
	margin-bottom: 10px;
}
#getaquote {
	background-image: url(images/sep-line-260.jpg);
	background-repeat: no-repeat;
	padding: 15px;
}
#getaquote img {
	margin-left: 10px;
}		
#gallery-container {
	margin-bottom: 30px;
}
#product-left h1 {
	font-size: 20px;
}

	iframe {
	border: 0px solid #ffffff;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #aeb3b8;
}
#product-left h1 {
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px #3a3b3c;

}
.product-list ul {
	background-image: none !important;
	margin: 0px !important;
	list-style-type: none  !important;
	padding: 0px !important;
}

ul.product-list li, .cat-item {
	background-image: url(images/red-arrow-small.png) !important;
	list-style-type: none !important;
	background-repeat: no-repeat !important;
	background-position: 0px 4px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 6px !important;
	padding-left: 15px !important;
	width: 200px !important;
}
.shop-sidebar-wrapper {
	width: 260px;
}
.shop-sidebar-bottom {
	background-image: url(images/store-sidebar-bottom.jpg);
	background-repeat: no-repeat;
	min-height: 50px;
	text-align: center !important;
	padding-top: 36px;
	background-color: #989ea4;
	padding-bottom: 8px;
}
.shop-sidebar-bottom a {
	color: #FFF !important;
}
.shop-sidebar-bottom a:hover {
	color: #FFF !important;
	text-decoration: underline !important;
}
.shop-sidebar-bottom ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	list-style-image: none !important;
	background-image: none !important;
	text-align: center !important;
}
.shop-sidebar-bottom ul li {
	text-align: center !important;
	margin-bottom: 6px !important;
	padding: 0px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	list-style-type: none !important;
	list-style-image: none !important;
	background-image: none !important;
	width: 260px !important;
}

/* Solutions Template */

#solutions-right-top {
	background-image: url(images/product-right-top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 260px;
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
}

.solutions-title {
	display: block;
	margin-bottom: 15px;
	width: 230px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/product-sidebar-header-bg.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 26px;
	color: #FFF;
	height: 26px;
	width: 260px;
	margin-bottom: 10px;
}

#solutions-right ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#solutions-right ul li {
	background-image: url(images/red-arrow-small.png);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#solutions-right {
	float: right;
	width: 260px;
	background-color: #dddede;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}
#solutions-right li.pagenav {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	list-style-type: none !important;
	list-style-image: none !important;
}
#solutions-right a {
	color: #3f454f;
	text-decoration: none;
}
#solutions-right a:hover {
	color: #da272c;
	text-decoration: none;
}
h6 a {
	font-size: 14px;
	line-height: 18px;
	color: #3f454f;
	text-decoration: none;
}


/* Blog */

#blog-left {
	float: left;
	width: 690px;
}
#blog-right {
	float: right;
	width: 260px;
	position: relative;
}

#blog-left a {
	color: #fff;
	text-decoration:none;
}

.wp-polls {
	background-color: #dddede;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	background-image: url(images/poll-topper.jpg);
	background-repeat: repeat-x;
}
.wp-polls strong {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px #3a3b3c;
}
.wp-polls input {
	font-size: 12px !important;
	color: #FFF !important;
	background-color: #d8272c !important;
	padding: 5px !important;
	font-weight: bold;
}
.wp-polls a {
	color: #3f454f !important;
}
.postmetadata {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-bottom: 13px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	color: #FFF;

}
.postmetadata a {
	color: #FFF;
	text-decoration: none;
}
.postmetadatasingle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #005c90;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 13px;
	line-height: 16px;

}
.sharethis {
	background-image: none  !important;
	margin-right: -5px;
	color: #FFF !important;
}
.sharethis a, .sharethis a:hover {
	color: #FFF !important;
}/*
.postmetadata a:link {
	color: #005c90;
	text-decoration: none;
}
.postmetadata a:visited {
	color: #005c90;
	text-decoration: none;
}
.postmetadata a:hover {
	color: #008ccc;
	text-decoration: none;
}
*/
.postmetadata img {
	margin-bottom: -2px;
}
.postmetadatasingle img {
	margin-bottom: -2px;
}
.floatright {
	float: right;
}
.pmd_img_left {
	margin-right: 5px !important;
}
.pmd_img_right {
	margin-left: 5px !important;
}
.comment-body {
	margin-bottom: 15px;
	background-color: #c0c5cb;
	padding: 15px;
}
.comment-meta a, .reply a {
	color: #666;
}

.title-border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 10px;
}


#blog-left,
#blog-left input,
#blog-left textarea {
	
}
#blog-left p,
#blog-left ul,
#blog-left ol,
#blog-left dd,
#blog-left pre,
#blog-left hr {
	margin-bottom: 24px;
}
#blog-left ul ul,
#blog-left ol ol,
#blog-left ul ol,
#blog-left ol ul {
	margin-bottom: 0;
}
#blog-left pre,
#blog-left kbd,
#blog-left tt,
#blog-left var {
	font-size: 15px;
	line-height: 21px;
}
#blog-left code {
	font-size: 13px;
}
#blog-left dt,
#blog-left th {
	color: #000;
}
#blog-left h1,
#blog-left h2,
#blog-left h3,
#blog-left h4,
#blog-left h5,
#blog-left h6 {
	color: #FFF;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 2px #3a3b3c;
}

#blog-left h2 {
	font-size: 25px;
}

#blog-left table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#blog-left tr th,
#blog-left thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#blog-left tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#blog-left tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.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;
}
#blog-left .page-title {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
#blog-left .page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
#blog-left .page-title a:link,
#blog-left .page-title a:visited {
	color: #FFF;
	text-decoration: none;
}
#blog-left .page-title a:active,
#blog-left .page-title a:hover {
	color: #ff4b33;
}
#blog-left .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#blog-left .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: #888;
	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 {
	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 {
	color: #ff4b33;
}
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: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* Sidebar */

#blog-right a {
	color: #FFF;
	text-decoration: none;
}
#blog-right h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

#blog-right ul {
	margin-top: 6px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	list-style: none;

}
#blog-right ul li {
	list-style: none;
	padding: 0;
	border: none;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}
#blog-right li {
	list-style: none;
	padding: 0;
	border: none;
	margin: 0;
}

ul.post-cat li {
	color: #606060;
	padding-left: 20px !important;
	background-image: url(images/mini-monthly-archive.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0px -2px !important;	
}
ul.post-arc li {
	color: #606060;
	padding-left: 20px !important;
	background-image: url(images/mini-archive.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0px -2px !important;	
}
#searchform {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	margin-bottom: 12px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.searchtitle {
	margin-bottom: 6px;
}
.search_input {
	background-color: #FFF;
	height: 20px;
	border: 1px solid #94c7dd;
	width: 190px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #008ccc;
	line-height: 20px;
	padding-left: 5px;
}
.search_form {
	text-align: left;
	margin: 0px;
	padding: 0px;
}



/* =Images
-------------------------------------------------------------- */

#blog-left img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#blog-left .attachment img {
	max-width: 900px;
}
#blog-left .alignleft,
#blog-left img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#blog-left .alignright,
#blog-left img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#blog-left .aligncenter,
#blog-left img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#blog-left img.alignleft,
#blog-left img.alignright,
#blog-left img.aligncenter {
	margin-bottom: 12px;
}
#blog-left .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#blog-left .wp-caption img {
	margin: 5px 5px 0;
}
#blog-left .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#blog-left .wp-smiley {
	margin: 0;
}
#blog-left .gallery {
	margin: 0 auto 18px;
}
#blog-left .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#blog-left .gallery img {
	border: 2px solid #cfcfcf;
}
#blog-left .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#blog-left .gallery dl {
	margin: 0;
}
#blog-left .gallery img {
	border: 10px solid #f1f1f1;
}
#blog-left .gallery br+br {
	display: none;
}
#blog-left .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;

}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #FFF;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.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;
}




/* =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;
	}
}
