/*
Theme Name: ScandicCaravans
Theme URI: http://www.scandiccaravans.nl
Author: SundaiMedia
Author URI: http://sundaimedia.com
Description: Deze website is in opdracht van ScandicCaravans.nl gestyled door SundaiMedia.com.
Version: 1.2.4
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: black, gray, silver, white, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
*/

/* =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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-text-size-adjust: none;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Global
----------------------------------------------- */
body {
	background-color: #fff;
}
body, input, textarea {
	font:14px Arial, sans-serif;
	color:#555;
	line-height:24px;
	word-wrap: break-word;
}
.wrapper {
	margin: 0 auto;
	max-width: 978px;
	width:94%;
}
.no-sidebar-one-column .wrapper {
    max-width: 700px;
}
/* Headings */
h1 {
	font-size: 34px;
}
h2 {
	font-size: 28px;
}
h3{
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
h3, h4, h5, h6 {
	text-transform:uppercase;
	color:#1187da;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom:15px;
	font-weight: bold;
}
hr {
	border-color: #ddd;
	border-style: solid none none;
   border-width: 1px 0 0;
	height: 0px;
	margin: 0 0 30px;
}
/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 20px 20px;
}
ul a, ol a {
	color: #666666;
}
ul a:hover, ol a:hover {
	text-decoration: none;
}
ul {
	list-style:outside url(images/ul-bg.png);
}
ol {
	list-style-type: decimal;
}
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 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {	
	background-color: #EEEEEE;
    color: #555555;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
}
pre, code, kbd {
	font-family:"Courier 10 Pitch",Courier,monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Blockquote */
blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px 20px 20px 50px;
	background: url(images/blockquote-bg.jpg) 10px 10px no-repeat #eee;
	border-left: 4px solid #CCCCCC;
    border-right: 4px solid #CCCCCC;
	margin-bottom: 20px;
	/* max-width: 564px; */
}
blockquote p {
	margin: 0;
	color: #555;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Breadcrumb */
.breadcrumb {
	padding: 25px 0 0;
}
.breadcrumb ul {	
    list-style: none outside none;
    margin: 0 0 0 1px;
    float: left;
}
.breadcrumb ul li {
	float: left;
	margin: 0 0 5px -1px;	
    font-size: 12px;
    line-height: 23px;   
    border: 1px solid #DADADA;
}
.breadcrumb ul li a {
   background: url("images/breadcrumb-bg.png") no-repeat right 8px #FFFFFF;
   color: #888888;
   display: block;
   float: left;
   font-style: italic;
   padding: 0 22px 0 12px;
}
.breadcrumb ul li a:hover, .breadcrumb ul li.current_item  {
	background-position:right 0px;
	background-color: #888888;
    color: #FFFFFF;
}
.breadcrumb ul li.current_item {
	background-image: none;
    padding: 0 15px;
}
/* Forms */
input, textarea {
	-webkit-border-radius:0px;
}
input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"], 
textarea {
	-webkit-appearance: none;
	-moz-appearance: caret; /* mobile firefox too! */
}
input[type=text], 
input[type=password], 
textarea {
	padding: 5px 10px;
	-moz-box-shadow: 0 1px 5px #dcdcdc inset;
	-webkit-box: 0px 0px 0px 1px #dcdcd inset;
	box-shadow: 0px 0px 0px 1px #dcdcdc inset;
	border-top: 1px solid #cccccc;
	border: 1px solid #cccccc;
	height: 30px;
	line-height: 20px;
	width: 75%;
}
textarea {
	height: 150px;
}
input[type="text"]:hover, 
input[type="email"]:hover, 
input[type="search"]:hover, 
input[type="password"]:hover, 
textarea:hover {
	background-color: #f7f7f7;
}
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="search"]:focus, 
input[type="password"]:focus, 
textarea:focus  {
	background-color: #f7f7f7;
}
input#s {
	background-color: #fff;
	border: 0 none;
	box-shadow: none;
	height: auto;
	margin: 0;
	padding: 0;
	width:100%;
	color: #888;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	height: 33px;
    background: url(images/submit-bg.jpg) repeat-x;
	line-height: 30px;
	border: 1px solid #bbbbbb;
	box-shadow: 0 2px 2px #e0e0e0, 0 1px 0 #ededed inset;
	-moz-box-shadow: 0 2px 2px #e0e0e0, 0 1px 0 #ededed inset;
	-webkit-box-shadow: 0 2px 2px #e0e0e0, 0 1px 0 #ededed inset;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	color: #1187DA;
	padding: 0 20px;
	width: inherit;
	cursor: pointer;
}
input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
	 background: url(images/submit-bg-hover.jpg) repeat-x;
}
/* Links */
a {
	color: #000;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;
	color: #000;
}
/* Images */
figure {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.entry-content img, 
.comment-content img, 
.widget img {
	/*max-width: 97.5%;*/ /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, 
img.size-large,
img.wp-post-image {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img, .wp-caption {
	margin-top: 0.4em;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active, #access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/* No margin */
.no-margin-top {
	margin-top:0px !important;
}
.no-margin-bottom {
	margin-bottom:0px !important;
}
.no-margin-left {
	margin-left:0px !important;
}
.no-margin-right {
	margin-right:0px !important;
}
.no-padding-top {
	padding-top:0px !important;
}
.no-padding-bottom {
	padding-bottom:0px !important;
}
.no-padding-left {
	padding-left:0px !important;
}
.no-padding-right {
	padding-right:0px !important;
}
.no-border-top {
	border-top:0 none !important;
}
.no-border-bottom {
	border-bottom:0 none !important;
}
.no-border-left {
	border-left:0 none !important;
}
.no-border-right {
	border-right:0 none !important;
}
.padding-left-twenty {
	padding-left: 20px;
}
.padding-right-twenty {
	padding-right: 20px;
}
/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
.CL {
	clear: left;
}
.clear {
	clear: both;
}
.displayblock {
	display: block;
}
.displaynone {
	display: none;
}
#wpstats {
	display: none;
}
/* Readmore */
a.readmore {
	color: #000000;
   display:inline-block;
   font-weight: bold;
}
a.readmore:hover {
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Header
----------------------------------------------- */
#branding {
	background:url(images/bg-header.jpg) left bottom repeat-x;
	padding-bottom: 20px;
}
#branding .top-bg {
	background:url(images/header-top-footer-bg.jpg) repeat-x;
	background-position:center bottom;
	height:16px;
	border-bottom:4px solid #ccc;
}
#header-content {
    margin: 40px 20px 20px;
}
#branding .logo-wrap {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}
#site-logo {
    display: inline-block;
    float: left;
    padding-bottom: 0;
}
#site-logo a img {
    float: left;
    height: auto;
    max-width: 675px;
    
}
#site-title {
	font: normal 45px 'Lobster',Arial,sans-serif;	
	line-height: 45px;
	padding-bottom: 0;	
}
#site-details {
    display: inline-block;
    float: left;
    padding-right: 20px;
}
#site-title a {
	color: #444;
}
#site-title a:hover {
	color: #000;
}
#site-description {
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px 0 0 0;
}
#sidebar-top {
    float: right;
    margin-bottom: 20px;
}

/* Social Profile */
ul.social-profile {
	list-style:none;
	margin: 0;
	float:right;
}
ul.social-profile li {
    display: inline-block;
    margin-left: 10px;
}
ul.social-profile li a {
	display:block;
	background:url(images/social-profile.png) right bottom no-repeat;
	width:33px;
	height:33px;
	text-indent: -99999px;
}
ul.social-profile li.facebook a {
	background-position: 0 0;
}
ul.social-profile li.facebook a:hover {
	background-position: 0 -43px;
}
ul.social-profile li.twitter a {
	background-position: -44px 0;
}
ul.social-profile li.twitter a:hover {
	background-position: -44px -43px;
}
ul.social-profile li.you-tube a {
	background-position: -87px 0;
}
ul.social-profile li.you-tube a:hover {
	background-position: -87px -43px;
}
ul.social-profile li.rss a {
	background-position: -130px 0;
}
ul.social-profile li.rss a:hover {
	background-position: -130px -43px;
}
ul.social-profile li.google-plus a {
	background-position: -173px 0;
}
ul.social-profile li.google-plus a:hover {
	background-position: -173px -43px;
}
ul.social-profile li.pinterest a {
	background-position: -216px 0;
}
ul.social-profile li.pinterest a:hover {
	background-position: -216px -43px;
}
ul.social-profile li.slideshare a {
	background-position: -259px 0;
}
ul.social-profile li.slideshare a:hover {
	background-position: -259px -43px;
}
ul.social-profile li.foursquare a {
	background-position: -302px 0;
}
ul.social-profile li.foursquare a:hover {
	background-position: -302px -43px;
}
ul.social-profile li.viemo a {
	background-position: -345px 0;
}
ul.social-profile li.viemo a:hover {
	background-position: -345px -43px;
}
ul.social-profile li.myspace a {
	background-position: -388px 0;
}
ul.social-profile li.myspace a:hover {
	background-position: -388px -43px;
}
ul.social-profile li.flickr a {
	background-position: -431px 0;
}
ul.social-profile li.flickr a:hover {
	background-position: -431px -43px;
}
ul.social-profile li.dribbble a {
	background-position: -474px 0;
}
ul.social-profile li.dribbble a:hover {
	background-position: -474px -43px;
}
ul.social-profile li.wordpress a {
	background-position: -517px 0;
}
ul.social-profile li.wordpress a:hover {
	background-position: -517px -43px;
}
ul.social-profile li.deviantart a {
	background-position: -560px 0;
}
ul.social-profile li.deviantart a:hover {
	background-position: -560px -43px;
}
ul.social-profile li.linkedin a {
	background-position: -603px 0;
}
ul.social-profile li.linkedin a:hover {
	background-position: -603px -43px;
}
ul.social-profile li.tumblr a {
	background-position: -646px 0;
}
ul.social-profile li.tumblr a:hover {
	background-position: -646px -43px;
}
ul.social-profile li.delicious a {
	background-position: -689px 0;
}
ul.social-profile li.delicious a:hover {
	background-position: -689px -43px;
}
ul.social-profile li.lastfm a {
	background-position: -732px 0;
}
ul.social-profile li.lastfm a:hover {
	background-position: -732px -43px;
}

/* Search Form */
#branding .searchform {
    float: right;
    padding-top: 135px;
}
#branding .searchform .search-box {
    background-color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 35px;
    margin: 0;
    padding: 0 10px;
}
#branding .searchform button {
    background: none repeat scroll 0 0 #467bc9;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
	float: left;
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
}
#primary .searchform {
	margin-bottom: 20px;
}
.widget_search .search-box,
#primary .search-box {
	background-color: #f5f5f5;
	height: 19px;
	margin: 0px;
	padding: 8px 3%;
	width: 66%;
	font-size: 14px;
	line-height: 14px;
	float: left;
}
.widget_search .search-box input#s,
#primary .search-box input#s {
	background-color: #f5f5f5;
}
.widget_search .searchform button,
#primary .searchform button {
	background: none #333;
	border: 0 none !important;
	width: 28%;
	height: 35px;
	display: block;
	float: left;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	padding: 0px;
}


/* =Menu
----------------------------------------------- */
.home #access {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#access {
	border:3px double #ccc;
	background-color:#467bc9;
	position:relative;
	z-index:1000;
	box-shadow:0 1px 0px #fff;
	-webkit-box-shadow:0 1px 0px #fff;
	-moz-box-shadow:0 1px 0px #fff;
}
#access select {
	margin: 10px 0;
	width: 100%;
	border: 0 none;
	color: #474E55;
	background: none;
	font-size: 14px;
}
#access ul {
	margin:0px;
	list-style:none;
}
#access ul li.responsive-menu {
	display: none;
}
#access ul li {
	border-bottom: 1px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
   float: left;
   margin-bottom: -1px;
   position: relative;
}
#access ul li a {
	padding:0 45px;
	display:block;
	font-size:15px;
	line-height:48px;
	color:#FFFFFF;
	float:left;
}
#access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
	background-color:#467bc9;
	color:#fff;
	box-shadow: 0 5px 8px #282828 inset;
	webkit-box-shadow: 0 5px 8px #282828 inset;
	moz-box-shadow: 0 5px 8px #282828 inset;	
}
/* Dropdown */
#access ul li ul, #access ul li:hover ul li ul {
	display:none;
	list-style:none none;
	z-index: 9999;
}
#access ul li:hover ul, #access ul li ul li:hover ul {
	display:block;
}
#access ul li ul {
	position:absolute;
	background-color:#444;
	top:48px;
	left:0px;
	padding:0px;
	width:185px;
	margin:0px;
}
#access ul li ul li ul {
	left:185px;
	top:0px;
}
#access ul li ul li {
	float:none;
	border-bottom:1px solid #666;
	border-right:0 none;
}
#access ul li ul li a {
	padding: 7px 10px;
	color:#999;
	float:none;
	line-height:18px;
	font-size:13px;
	font-weight:normal;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a {
	background-color:#467bc9;
	text-decoration:none;
	color:#fff;
}
/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider {
	width: 100% !important;
}
.featured-img {
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	overflow:hidden;
	position:relative;
}
.featured-img a img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.featured-img .img-effect {
	height:100%;
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	background:url(images/featured-img-effect-2.png);
}
.featured-text {
	padding:16px 10px 0;
}
.featured-text span {
	font-size:15px;
	font-weight:bold;
}
/* Controllers */
#controllers {
	text-align:center;
	padding-top: 10px;
	line-height:0;
}
#controllers a {
	width:12px;
	height:12px;
	margin:0 3px;
	overflow:hidden;
	display:inline-block;
	background-color:#b7b7b7;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-indent: -9999px;
}
#controllers a:hover, #controllers a.active {
	background-color:#000;
}

/* =Content
----------------------------------------------- */
#main {
	padding-top: 30px;
}
.no-sidebar #main,
.error404 #main {
	max-width: 642px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding-bottom: 10px;
	color: #444;
}
.single-col #content {
	width:80%;
	margin:0 auto;
}
#primary {
	width: 65.64%;
	float: left;
	margin-left: 3.06%;
}
.right-sidebar #primary {
	margin-left: 0;
}
.left-sidebar #primary { 
	float: right;
}
.no-sidebar-full-width #primary {
    margin-left: 0;
    width: 100%;
}
.no-sidebar-one-column #primary {
    margin-left: 0;
    width: 100%;
}
.no-sidebar #primary,
.error404 #primary { 
	margin-left: 0;
    width: 100%;
}
#primary .post {
	padding-bottom: 30px;
}
#primary .page,
#primary .error-404 {
	padding-bottom: 10px;
}
.post .post-thumb {
	width: 33.78%;
	float: left;
	margin-left: 4.82%;
}
.no-sidebar-full-width .post .post-thumb {
	width: 22.78%;
}
.no-sidebar-one-column .post .post-thumb {
	width: 28.78%;
}
.post .post-thumb a {
	background-color: #fff;
	padding: 5px;
	border:1px solid #bbb;
	display: block;
}
.post .post-thumb a:hover {
	opacity:0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);	
}
.post .post-article {
	width: 60.74%;
	float: left;
	margin-left: 4.82%;
}
.no-sidebar-full-width .post .post-article {
    margin-left: 5%;
    width: 72%;
}
.no-sidebar-one-column .post .post-article {
    margin-left: 4.82%;
    width: 65.74%;
}
.page-title {
	border-bottom: 1px solid #ededed;
	color: #444;
	font: 18px 'Cuprum', Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-shadow: 0 1px 1px #1f2325;
	text-transform: uppercase;
}
.page-title a {
	color: #fff;
	text-decoration: none;
}
.entry-header {
	padding-bottom: 10px;
}
.entry-title {
    font-size: 28px;
    font-weight:bold;
    padding-bottom: 10px;
    line-height: 45px;
    color: #444;
}
.entry-title a {
    color: #444;
}
.entry-title a:hover {
	text-decoration: none;
	color: #000;
}
.entry-meta {
	font-size: 12px;
	color: #999999;
	font-weight:bold;
}
.entry-meta ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
}
.entry-meta ul li {
	float: left;
	background: url("images/post-by-seperator.jpg") no-repeat right center;
   font-size: 12px;
   font-weight: bold;
   padding: 0 10px;
}
.entry-meta ul li a {
	color: #999999;
}
.entry-meta ul li a:hover {
	color: #444;
}
.post-article .entry-content p {
	margin-bottom: 10px;
}
.entry-content table, .comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th, .comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td, .comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
#secondary {
	width: 31.28%;
	float: left;
	margin-left: 3.06%;
	font-size: 13px;
	line-height:22px;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 0;
}
#secondary hr {
    margin: 0 0 10px;
}
/* Single Page*/
.comment-form .form label {
	float: left;
	line-height: 45px;
	margin:0;
	text-align: left;
	clear:right;
}
.comment-form .form .text, .comment-form .form .textarea {
	float: right;
	width: 75%;
	margin: 0 0 20px;
	padding: 5px 2%;
	-moz-box-shadow: 0 1px 5px #dcdcdc inset;
	-webkit-box-shadow: 0 1px 5px #dcdcdc inset;
	box-shadow: 0 1px 5px #dcdcdc inset;
	border: 1px solid #cccccc;
	height: 30px;
}
.comment-form .form input, .comment-form .form textarea {
	background: none;
   border: 0 none;
   margin: 0;
   padding: 0;
   width: 100%;
   line-height: 28px;
   box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.comment-form .form textarea {
	height: 100%;
	line-height: 22px;
}
.comment-form .form .textarea {
	height: 150px;
}
.comment-form .form .note {
	float: left;
	font-style: italic;
	font-size: 12px;
	padding: 15px 0 0 21% ;
	color: #888;
}
.comment-form .form .submit {
	height: 33px;
   background: url(images/submit-bg.jpg) repeat-x;
	line-height: 30px;
	border: 1px solid #bbbbbb;
	box-shadow: 0 2px 2px #e0e0e0, 0 1px 0 #ededed inset;
	-moz-box-shadow: 0 2px 2px #e0e0e0, 0 1px 0 #ededed inset;
	-webkit-box-shadow: 0 2px 2px #e0e0e0, 0 1px 0 #ededed inset;
	float: right;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	color: #666;
	width: 100px;
	cursor: pointer;
	margin-top: 10px;
}
.comment-form .form .submit:hover {
   background: url(images/submit-bg-hover.jpg) repeat-x;
}
.comment-form .form .text:hover, 
.comment-form .textarea:hover {
	background-color: #f7f7f7;
}
.comment-form .form .text:focus, 
.comment-form .textarea:focus {
	background-color: #000;
}
/* Contact Page*/
.contact #primary, .contact #secondary {
    width: 48.46%;
}
.contact #primary .form label {
	line-height: 35px;
	margin:0;
	text-align: left;
	clear:right;
}
.contact #primary .form .text, .contact #primary .form .textarea {
	margin: 0 0 10px;
	padding: 5px 2%;
	-moz-box-shadow: 0 1px 5px #dcdcdc inset;
	-webkit-box-shadow: 0 1px 5px #dcdcdc inset;
	box-shadow: 0 1px 5px #dcdcdc inset;
	border: 1px solid #cccccc;
	height: 30px;
}
.contact #primary .form input, .contact #primary .form textarea {
	background: none;
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 28px;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.contact #primary .form .textarea {
	height: 150px;
}
.contact #primary .form textarea {
	height: 100%;
	line-height: 22px;
}
.contact #primary .form .note {
	float: left;
	font-style: italic;
	font-size: 12px;
	padding: 25px 0 0;
	color: #888;
}
.contact #primary .form .submit {
   height: 33px;	
   background: url(images/submit-bg.jpg) repeat-x;
	line-height: 30px;
	border: 1px solid #bbbbbb;
	box-shadow: 0 2px 2px #e0e0e0, 0 1px 0 #ededed inset;
	-moz-box-shadow: 0 2px 2px #e0e0e0, 0 1px 0 #ededed inset;
	-webkit-box-shadow: 0 2px 2px #e0e0e0, 0 1px 0 #ededed inset;
	float: right;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	color: #666;
	width: 100px;
	cursor: pointer;
	margin-top: 20px;
}
.contact #primary .form .submit:hover {
   background: url(images/submit-bg-hover.jpg) repeat-x;
}
.contact #primary .form .text:hover, 
.contact #primary .textarea:hover {
	background-color: #f7f7f7;
}
.contact #primary .form .text:focus .contact #primary .form .text input:focus, 
.contact #primary .textarea:focus {
	background-color: #f7f7f7;
}
/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Comments
----------------------------------------------- */
#respond, #comments {
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#comments-title,
#reply-title {
	color: #444;
	font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    padding-bottom: 15px;
    text-transform: capitalize;
}
#comments .navigation {
	padding-bottom: 15px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist > li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 60px;
	position: relative;
}
.commentlist .avatar {
    background-color: #fff;
    border: 1px solid #bbb;
    left: 5px;
    max-width: 32px;
    padding: 5px;
    position: absolute;
    top: 5px;
}
.commentlist .reply {
    margin-bottom: 20px;
}
.commentlist .trackback,
.commentlist .pingback { 
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 24px;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
    border-left: 1px solid #ddd;
    margin: 20px 0;
    padding: 0 0 0 60px;
    position: relative;
}
.commentlist .children .avatar {
	left: 5px;
	top: 5px;
}
.commentlist li:last-child {
	border-bottom: none;
    margin-bottom: 0;
}
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
	padding-bottom: 1px;
}
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
	padding-bottom: 1px;
}
.nopassword {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.nocomments {
	display: none;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}


/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}


/* Comment Form */
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}

#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
    clear: both;
    display: block;
    float: left;
    line-height: 2.2em;
}
#respond input[type="text"], 
#respond textarea {
	color: #aaa;
    display: block;
    float: right;
	margin-bottom: 1.5em;
}
#respond input[type="text"] {
    height: 24px;
}
#respond textarea {
    height: 205px;
}
#respond p {
	clear: both;
	font-size: 12px;
}
#respond p.form-submit {
	text-align: right;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
#respond #commentform {
    margin-bottom: 30px;
}

/* Image borders */
img[class*="align"], img[class*="wp-image-"] {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
 border: 1px solid #ddd;
 padding: 6px;
}
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"] {/* Add some useful style to those fancy borders for linked images ... */
 background: #eee;
 border-color: #bbb;
}
.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
.img-border {
	background-color: #fff;
  	padding: 5px;
  	border: 1px solid #ccc;
 }
.img-border a:hover {
	opacity:0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
 }
 
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

 /* =Pagination
-------------------------------------------------------------- */
.wrapper #wp_page_numbers,
.wrapper .wp-pagenavi{
	padding-bottom: 30px;
	float: right;
}
.wrapper #wp_page_numbers ul {
	border: none;
    float: right;
    list-style: none outside none;
    margin: 0;
	width: auto;
}
.wrapper #wp_page_numbers ul li {
	padding: 0 0 10px 10px;
}
.wrapper #wp_page_numbers ul li.page_info,
.wrapper .wp-pagenavi span.pages {
	background: none;
	border: none;
	color: #aaa;
	font-size: 14px;
    line-height: 30px;
	padding: 2px;
}
#wp_page_numbers ul li a,
.wrapper .wp-pagenavi a, 
.wrapper .wp-pagenavi span {
	text-align:center;
	background-color: #ddd;
	border: none;
  	color: #555;
	display: block;
	padding:0 12px;
	font-size: 14px;	
	float: left;
	line-height:30px;
	text-decoration:none;
}
#wp_page_numbers ul li a:hover, 
#wp_page_numbers ul li.active_page a,
#wp_page_numbers ul li.active_page a:hover,
.wrapper .wp-pagenavi span.current,
.wrapper .wp-pagenavi a:hover {
	background-color:#444;
	color:#fff;
	border: none;
}
.wrapper .wp-pagenavi a, 
.wrapper .wp-pagenavi span {
	margin: 0 0 0 10px;
}
#primary .wp-pagenavi .page {
	padding-bottom: 0;
}


/* Single pagination */ 
.pagination {
	padding-bottom:20px;
	text-align: center;
	padding-top:10px;
	color: #aaa;
   font-size: 12px;
}
.pagination a {
	display: inline-block;
   margin-left: 6px;
   text-decoration: none;
}
.pagination span {
	text-align:center;
	font-size:14px;	
	display: inline-block;
	padding:0 12px;
	text-decoration:none;
	margin-left: 6px;
	margin-bottom:10px;
	line-height:30px;
	background:#444;
	color:#fff;
}
.pagination a span {
   margin-left: 0;
   background: none;
   color: #555;
   cursor: pointer;
}
 .pagination a:hover span {
 	background:#ddd;
}
 
/* Default wp-page */ 
ul.default-wp-page {
	margin:0;
	list-style:none inside;
}
ul.default-wp-page li.previous {
	float:left;
}
ul.default-wp-page li.next {
	float:right;
}
ul.default-wp-page li.previous a {
	background: url(images/ul-bg-prev.png) no-repeat left 9px;
	padding:0 0 30px 15px;
	float:left;
	display:block;
}
ul.default-wp-page li.next a {
	background: url(images/ul-bg.png) no-repeat right 9px;
	padding:0 15px 30px 0;
	float:right;
	display:block;
}

/* =Widgets
----------------------------------------------- */
.widget {
	margin-bottom:30px;
}
.widget-title {
	color: #666666;
   font-size: 16px;
   text-transform: uppercase;
   padding-bottom: 5px;
}
.widget-title a {
	color:#474e55;
}
.widget-title a:hover {
	color:#446CA9;
	text-decoration:none;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* Tag Cloud */
.tagcloud a {
	margin-right:5px;
	color:#666;
	}
.tagcloud a:hover {
	color:#000;
	}
/* Custom Tag Cloud */
 .custom-tagcloud a {
	padding:1px 7px;
	color:#666;
	background-color:#ddd;
	display:inline-block;
	margin:0 4px 8px 0;
	-webkit-box-shadow: 0 1px 3px #bbb inset;
	-moz-box-shadow: 0 1px 3px #bbb inset;
	box-shadow: 0 1px 3px #bbb inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bbb;
}
.custom-tagcloud a:hover {
	background-color: #444;
   border: 1px solid #222;    
   -webkit-box-shadow:  0 1px 0 #777 inset;
	-moz-box-shadow: 0 1px 0 #777 inset;
	box-shadow: 0 1px 0 #777 inset;
   color: #FFFFFF;
   text-decoration: none;
	}
/* WP Caption */
.wp-caption {
	background-color: #fff;
	margin-bottom: 20px;
	max-width: 96%;
	border: 1px solid #bbb;
	padding: 5px;
}
.wp-caption a:hover {
	opacity:0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

.wp-caption img {
    border: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 13px;
	font-style: italic;
	line-height: 22px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 5px 5px 35px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	font-size: 14px;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

/* Gallery */
.gallery .gallery-item {
	margin-bottom: 10px;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
#main #content .gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
#main #content .gallery-columns-4 .attachment-thumbnail {
	max-width: 80%;
	height: auto;
}
#main #content .gallery-columns-5 .attachment-thumbnail {
	max-width: 72%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
	max-width: 85%;
}
.gallery br+br {
	display: none;
}
.entry-attachment .attachment {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 20px;
}
.attachment h1 span.img-title {
	font-size: 30px;
	color: #bbb;
}
#main #content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
	background: none;
	border: 0 none;
	padding: 0;
}
.entry-caption p {
	color: #666666;
	font-style: italic;
	padding: 10px 10px 5px;
}

/* =Footer
----------------------------------------------- */
#colophon {
	border-top:0px none #ccc;
	color:#666;
	font-size:12px;
	padding:30px 0;
	background: url("images/header-top-footer-bg.jpg");
}

/* Site Generator */
#site-generator span {
	color:#999;
	font-style:italic;
}
#site-generator a {
	font-style:italic;
	color:#999;
	line-height:24px;
}
#site-generator a:hover {
	font-style:italic;
	color:#777;
}
#site-generator .copyright {
	float:left;
	width:57.05%;
}
#site-generator .powered-by {
	float: right;
	text-align: right;
	width: 39.87%;
}
#site-generator .copyright img {
	overflow:hidden;
	float:left;
   	height: auto;
   	margin: 0 20px 0 0;
   	max-width: 30px;
}

/* =Responsive Menu (Tinynav.js)
-------------------------------------------------------------- */
.tinynav { 
    display: none;
	font-size: 16px;
}

/* =Responsive Structure
----------------------------------------------- */

@media screen and (max-width: 1024px) {
	/*  ipad */
	.wrapper {
		max-width: 1024px;
		min-width: 768px;	
	}
}

@media screen and (max-width: 1024px) {
	/*  ipad */
	.wrapper {
		max-width: 1024px;
		min-width: 768px;	
	}
	.single-col #content {
		width:100%;
		margin:0;
	}
	#site-title {
		font-size: 40px;	
		line-height: 37px;
	}
	#branding .searchform button {
		float: left;
	}
	#header-content {
		margin: 40px 0 20px;
	}
	#access ul li a {
		font-size: 13px;
		line-height: 40px;
		padding: 0 10px;
	}
	#primary, #secondary, 
	.contact #primary, 
	.contact #secondary {
		clear: both;
		float: none;
		width: 100%;
		margin: 0;
	}
	.post .post-thumb {
		width: 31.78%;
	}	
	.post .post-article	{
		width: 62.74%;
	}
}

@media (max-device-width: 767px) {
	#access select.tinynav {
		background-image: url("images/select-arrow.png");
	}
}
@media screen and (max-width: 767px) {
	/*  small tablet */
	.wrapper {
		max-width: 480px;	
	}	
	#header-content {
		margin: 0 3%;
	}
	#branding .logo-wrap {
		margin: 20px 0;
		float: none;
		width: 100%;
	}	
	#site-logo {
		display: block;
		float: none;
		text-align: center;
	}	
	#site-logo a img {
		float: none;
		margin-bottom: 10px;
		max-width: 100%;
		padding: 0;
	}
	#site-details {
		display: block;
		float: none;
		padding: 0;
		text-align: center;
	}	
	#sidebar-top {
		padding: 0;
	}
	ul.social-profile li {
		margin-left: 9px;
	}
	#branding .searchform {
		display: block;
		float: none;
		padding-left: 0;
	}
	#branding .searchform .search-box {
		padding: 0 2%;
		width: 70%;
	}	
	#branding .searchform button {
		padding: 0 2%;
		width: 26%;
	}	
	#branding .logo-wrap,
	#sidebar-top,
	#site-generator .copyright,
	#site-generator .powered-by {
		width: 100%;
	}
	ul.social-profile {
		float: none;
		text-align: center;
	}
	#access {
		background-color: #333;
		padding: 0 10px
	}	
	.tinynav {
		display: block;
	}
	#access select.tinynav {
		background-color: transparent;
		background-position: right center;
		background-repeat: no-repeat;
		color: #fff;
		font-size: 16px;
	}
	.menu-header-container .menu {
		display: none;
	}
	.entry-meta ul li {
		font-size: 11px;
		font-weight: normal;
		padding: 0 5px;	
	}
	.wrapper .wp-pagenavi a, 
	.wrapper .wp-pagenavi span {
		margin: 0 0 10px 10px;
	}
	#site-generator .powered-by {
		float: none;
		text-align: left;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	/*  iphone */
	.wrapper {
		max-width: 480px;
	}
	body, input, textarea {
		font-size: 13px;
		line-height: 20px;
	}
	h1 {
		font-size: 19px;
	}
	h2 {
		font-size: 17px;
	}
	h3{
		font-size: 15px;
	}
	h4 {
		font-size: 14px;
	}
	h5 {
		font-size: 13px;
	}
	h6 {
		font-size: 12px;
	}
	hr {
		margin-bottom: 20px;
	}
	ul, ol {
		margin-bottom: 10px;
	}
	p, .wp-caption, blockquote, pre {
		margin-bottom: 10px;
	}
	.wrapper .wp-pagenavi a, 
	.wrapper .wp-pagenavi span, {
		padding: 0 0 10px 10px;
	}
	#access { 
		margin-bottom: 20px;
		padding: 0 10px;
	}
	#access select {
		margin: 15px 0px;
	}
	#site-title {
		font-size: 30px;
		line-height: 34px;
	}
	#site-title a {
		white-space: inherit;
	}
	#site-title a img {  
	   padding-right: 10px;
	}
	#site-description { 
		font-size: 12px;
		white-space: inherit;
	}
	input#s {
		height: 27px;
	}
	#branding input#s {
		height: 35px;
	}
	#branding .searchform .search-box {
		padding: 0 4%;
		width: 66%;
	}	
	#branding .searchform button {
		padding: 0 3%;
	}	
	.breadcrumb {
	   padding-top: 15px;
	}
	#main {
	   padding-top: 20px;
	}
	#secondary {
		line-height: 20px;
	}
	#primary .post { 
		padding-bottom: 20px;
	}
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	   padding-bottom: 5px;
	}
	.wp-caption .wp-caption-text, .gallery-caption {
	   line-height: 20px;
	}
	.widget {
		margin-bottom:20px;
	}
	.entry-header {
	   padding-bottom: 5px;
	}
	.entry-title, #comments-title, #reply-title { 
		font-size: 19px;
		line-height: 25px;
	}
	.entry-meta ul li {
	   font-size: 11px;
	   font-weight: normal;
	   line-height: 17px;
	   padding: 0 5px;
	}
	.page-title {
	   font-size: 24px;
	   padding-bottom: 10px;
	}
	.post .post-thumb {
	   width: 28.78%;
	}
	.post .post-article {
	   width: 65.74%;
	}
	.post .post-thumb a {
	   padding: 3px;
	}
	#wp_page_numbers, .pagination {
	   padding-bottom: 10px;
	   text-align:right;
	}
	#wp_page_numbers ul li { 
		font-size: 11px;
	}
	#wp_page_numbers ul li a {
		padding:0 10px;
		font-size: 12px;	
		line-height:25px;
	}
	.pagination {   
		font-size: 11px;
	}
	.pagination span {
		font-size:12px;
		padding:0 10px;
		line-height:25px;
	}
	input[type="text"], input[type="password"], textarea {
		clear: both;
		float: left;
		margin-bottom: 15px;
		width: 92%;
	}
	.comment-form .form label, .comment-form .form .text, .comment-form .form .textarea {
		float: none;
		margin-bottom: 5px;
		width: inherit;
	}
	.comment-form .form .note { 
		padding-left: 0;
		float: none;
	}
	.comment-form .form .submit {
		margin-top: 20px;
		float: none;
	}
	.contact #primary .form .note { 
		float: none;
		padding: 15px 0 0 0;
	}
	.contact #primary .form .submit { 
		float:none;
	}
	#site-generator .copyright {
	   float: none;
	   width: 100%;
	}
	#site-generator .copyright img {
	   margin: 0 10px 0 0;
	}
	
}
@media screen and (max-width: 319px) {
	/* small phone */
	.wrapper {
		max-width: 100%;
	}
	#site-logo a img {
		max-width: 95%;
	}	
	#site-title a img {
		max-height: 60px;
	}
	#site-title {
		font-size: 22px;
		line-height: 26px;
	}
	#site-details {
		padding-right: 10px;
	}
	.entry-title {
		font-size: 18px;
		line-height: 22px;
	}
	ul.social-profile {
		margin: -5px 0 0;
	}
	ul.social-profile li {
		margin-left: 12px;
		margin-top:5px;
	}
	ul.social-profile li a {
		background-image: url(images/device-social-profile.png);
		width: 22px;
		height: 22px;
	}
	ul.social-profile li.facebook a {
		background-position: 0 0;
	}
	ul.social-profile li.facebook a:hover {
		background-position: 0 -28px;
	}
	ul.social-profile li.twitter a {
		background-position: -29px 0;
	}
	ul.social-profile li.twitter a:hover {
		background-position: -29px -28px;
	}
	ul.social-profile li.you-tube a {
		background-position: -57px 0;
	}
	ul.social-profile li.you-tube a:hover {
		background-position: -57px -28px;
	}
	ul.social-profile li.rss a {
		background-position: -85px 0;
	}
	ul.social-profile li.rss a:hover {
		background-position: -85px -28px;
	}
	ul.social-profile li.google-plus a {
		background-position: -113px 0;
	}
	ul.social-profile li.google-plus a:hover {
		background-position: -113px -28px;
	}
	ul.social-profile li.pinterest a {
		background-position: -142px 0;
	}
	ul.social-profile li.pinterest a:hover {
		background-position: -142px -28px;
	}
	ul.social-profile li.slideshare a {
		background-position: -170px 0;
	}
	ul.social-profile li.slideshare a:hover {
		background-position: -170px -28px;
	}
	ul.social-profile li.foursquare a {
		background-position: -198px 0;
	}
	ul.social-profile li.foursquare a:hover {
		background-position: -198px -28px;
	}
	ul.social-profile li.viemo a {
		background-position: -226px 0;
	}
	ul.social-profile li.viemo a:hover {
		background-position: -226px -28px;
	}
	ul.social-profile li.myspace a {
		background-position: -254px 0;
	}
	ul.social-profile li.myspace a:hover {
		background-position: -254px -28px;
	}
	ul.social-profile li.flickr a {
		background-position: -283px 0;
	}
	ul.social-profile li.flickr a:hover {
		background-position: -283px -28px;
	}
	ul.social-profile li.dribbble a {
		background-position: -311px 0;
	}
	ul.social-profile li.dribbble a:hover {
		background-position: -311px -28px;
	}
	ul.social-profile li.wordpress a {
		background-position: -339px 0;
	}
	ul.social-profile li.wordpress a:hover {
		background-position: -339px -28px;
	}
	ul.social-profile li.deviantart a {
		background-position: -367px 0;
	}
	ul.social-profile li.deviantart a:hover {
		background-position: -367px -28px;
	}
	ul.social-profile li.linkedin a {
		background-position: -396px 0;
	}
	ul.social-profile li.linkedin a:hover {
		background-position: -396px -28px;
	}
	ul.social-profile li.tumblr a {
		background-position: -424px 0;
	}
	ul.social-profile li.tumblr a:hover {
		background-position: -424px -28px;
	}
	ul.social-profile li.delicious a {
		background-position: -452px 0;
	}
	ul.social-profile li.delicious a:hover {
		background-position: -452px -28px;
	}
	ul.social-profile li.lastfm a {
		background-position: -480px 0;
	}
	ul.social-profile li.lastfm a:hover {
		background-position: -480px -28px;
	}
	#branding .searchform .search-box {
		padding: 0 4%;
		width: 57%;
	}	
	#branding .searchform button {
		padding: 0 3%;
		width: 35%;
	}	
	#colophon {
		padding: 20px 0;
	}
	#site-generator .powered-by {
		margin-top: 2px;
	}
	#branding .searchform {
		padding-top: 20px;
	}
	#sidebar-top {
		margin-bottom: 20px;
	}
	input[type="text"], input[type="password"], textarea {
		width: 90%;
	}
	img.size-full, 
	img.size-large,
	img.wp-post-image {
		max-width: 94.5%;
	}	
	.wp-caption	{
		max-width: 96%;
    	padding: 2%;
	}
	.wp-caption	img {
		max-width: 100%;
	}
}

/* =Print
----------------------------------------------- */
@media print {
body {
	background: none !important;
	font-size: 10pt;
}
footer.entry-meta a[rel=bookmark]:link:after,  footer.entry-meta a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
#page {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
#branding {
	border-top: none !important;
	padding: 0;
}
#branding hgroup {
	margin: 0;
}
#site-title a {
	font-size: 21pt;
}
#site-description {
	font-size: 10pt;
}
#branding #searchform {
	display: none;
}
#branding img {
	display: none;
}
#access {
	display: none;
}
#main {
	border-top: none;
	box-shadow: none;
}
#primary {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
	width: auto;
}
.singular #content {
	margin: 0;
	width: 100%;
}
.singular .entry-header .entry-meta {
	position: static;
}
.entry-meta .edit-link a {
	display: none;
}
#content nav {
	display: none;
}
.singular .entry-header,  .singular .entry-content,  .singular footer.entry-meta,  .singular #comments-title {
	margin: 0;
	width: 100%;
}
.singular .hentry {
	padding: 0;
}
.entry-title,  .singular .entry-title {
	font-size: 21pt;
}
.entry-meta {
	font-size: 10pt;
}
.entry-header .comments-link {
	display: none;
}
.page-link {
	display: none;
}
.singular #author-info {
	background: none;
	border-bottom: none;
	border-top: none;
	margin: 2.2em 0 0;
	padding: 0;
}
#respond {
	display: none;
}
.widget-area {
	display: none;
}
#colophon {
	display: none;
}

}