/*  
Theme Name: Write About It
Theme URI: http://themeforest.net/user/simnor
Description: Write About It is a responsive blogging theme for WordPress. 
Version: 1.0
Author: Simon North
Author URI: http://themeforest.net/user/simnor
License: GNU v2 or Later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, post-formats, photoblogging
*/

/* Resets */

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, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
div, nav, header, footer, aside, section, article { display: block; }
.mobile-only { display: none!important; }
.clearfix { display: block; height: 1px; clear: both; }

body {
	background: #f9f9f9;
	text-align: center;
	font-family: Helvetica, Arial, 'Sans Serif';
	font-size: 12px;
	color: #5b5b5b;
}
	
	.container {
		display: block;
		margin: auto;
		text-align: left;
		width: 940px;
		padding: 0 10px;
		position: relative;
	}
	
	#wrapper {
		margin: 0 auto 0 auto;
		overflow: hidden;
	}
	

/* Default Formatting */

a {
	color: #45506d;
	text-decoration: none;
}
a:hover { color: #333; }

h1, 
h2, 
h3, 
h4 { font-family: "Lato", 'sans-serif'; margin: 0 0 20px 0; }

h1 {
	font-size: 36px;
	line-height: 42px;
}

h1.post-title, h2 {
	font-size: 32px;
	line-height: 40px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 20px 0;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 20px 0;
}

p, 
ul, 
ol, 
address, 
dl {
	font-size: 14px;
	line-height: 24px;
}

#content p, 
address, 
dl {
	margin: 0 0 20px 0;
}

article ul {
	list-style: disc outside;
	margin: 0 0 20px 30px;
}
	article ul ul { margin: 0 0 0 20px; }

article ol {
	list-style: decimal outside;
	margin: 0 0 20px 30px;
}
	article ol ul, 
	article ol ol { margin: 0 0 0 20px; }

article p a, 
article ul a, 
article ol a { font-weight: bold; }


	/* Site Header */
	
	#site-header {
		clear: both;
		padding: 35px 0 0 0;
		background: #45506d;
		border-bottom: 3px solid #e0e0e0;
		color: #FFF; 
		position: relative;
	}
		
		#site-header .header-background-image {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			overflow: hidden;
			z-index: 0;
			opacity: 0.1;
			filter: alpha(opacity = 10);
		}
			#site-header .header-background-image img {
				display: block;
				width: 100%;
			}
		
		#site-header .container { text-align: center; z-index: 2; }
			#site-header a { color: #FFF; }
			
			#site-header .logo {
				display: inline-block;
				margin: 0 auto 35px auto;
			}
			#site-header .logo .retina-logo { display: none; }
			#site-header .site-title {
				margin: 0 auto 0px auto;
				line-height: normal;
				font-size: 36px;
			}
			#site-header .site-description {
				margin: 0 auto 35px auto;
				font-size: 14px;
				line-height: normal;
				opacity: 0.4;
			}
			
			#site-header ul.header-icons {
				position: absolute;
				height: 50px;
				bottom: 0px;
				right: -10px;
				display: block;
				margin: 0px;
				z-index: 999;
			}
			#site-header ul.header-icons-1 { width: 40px; }
			#site-header ul.header-icons-2 { width: 80px; }
			#site-header ul.header-icons-3 { width: 120px; }
			#site-header ul.header-icons-4 { width: 160px; }
			#site-header ul.header-icons-5 { width: 200px; }
			#site-header ul.header-icons-6 { width: 240px; }
			#site-header ul.header-icons-7 { width: 280px; }
				#site-header ul.header-icons li {
					float: left;
					font-size: 16px;
					display: block;
				}
				#site-header ul.header-icons li a.show-search, 
				#site-header ul.header-icons li a.show-mobile-nav { background: url(./images/nav-dropdown-arrow.png) no-repeat center 30px; }
				#site-header ul.header-icons li a.show-search-active, 
				#site-header ul.header-icons li a.show-mobile-nav-active { background: url(./images/nav-dropdown-active-arrow.png) no-repeat center 30px; }
					#site-header ul.header-icons li a {
						display: block;
						float: left;
						padding: 0 10px;
						height: 50px;
						color: #FFF;
						opacity: 0.8;
						filter: alpha(opacity = 80);
					}
					#site-header ul.header-icons li a:hover {
						opacity: 1;
						filter: alpha(opacity = 100);
					}
					
			#site-header .searchform {
				position: absolute;
				right: -10px;
				bottom: 0px;
				height: 38px;
				margin: 0 0 -38px 0;
				background: #45506d;
				z-index: 1000;
				display: none;
				width: 275px;
			}
				#site-header .searchform input[type="text"] {
					padding: 12px 50px 12px 15px;
					height: 14px;
					color: #FFF;
					font-size: 12px;
					background: rgba(0, 0, 0, 0.1);
					border: none;
					margin: 0px;
					width: 210px;
				}
				#site-header .searchform input[type="submit"] {
					position: absolute;
					top: 0px;
					right: 0px;
					width: 42px;
					height: 38px;
					display: block;
					cursor: pointer;
					background: none transparent;
					font-size: 16px;
					color: #FFF;
					border: none;
					font-family: "FontAwesome";
					-webkit-font-smoothing: antialiased;
					border-left: 1px solid rgba(255, 255, 255, 0.1);
				}
			
			/* Site Nav */
			
			#site-nav {
				margin: auto;
				position: relative;
				z-index: 100;
				font-family: "Lato", 'sans-serif';
				max-width: 80%;
			}
				#site-nav ul {
					display: inline-block;
					margin: 0px;
					line-height: normal;
				}
					#site-nav ul li {
						position: relative;
						display: inline-block;
						margin: 0 15px;
					}
						#site-nav ul li a {
							font-size: 16px;
							display: inline-block;
							height: 50px;
							color: #FFF;
							color: rgba(255, 255, 255, 0.7);
							-webkit-transition: color 0.3s ease;
							-moz-transition: color 0.3s ease;
							-o-transition: color 0.3s ease;
							transition: color 0.3s ease;
						}
						#site-nav ul li a:hover, 
						#site-nav ul li.current-menu-item a { color: rgba(255, 255, 255, 1); }
						#site-nav ul li a.has-dropdown { background: url(./images/nav-dropdown-arrow.png) no-repeat center 30px; }
						#site-nav ul li a.dropdown-active { background: url(./images/nav-dropdown-active-arrow.png) no-repeat center 30px; }
							#site-nav ul li ul {
								position: absolute;
								top: 50px;
								left: -20px; 
								background: #45506d;
								width: 160px;
								text-align: left;
								margin: 0px;
								display: none;
								z-index: 1000;
							}
								#site-nav ul li ul li {
									background: rgba(0, 0, 0, 0.1);
									border-bottom: 1px solid rgba(255, 255, 255, 0.1);
									display: block;
									margin: 0px;
								}
								#site-nav ul li ul li:last-child, 
								#site-nav ul li ul li.last { border: none; }
									#site-nav ul li ul li a {
										padding: 10px 20px;
										line-height: 17px;
										font-size: 13px;
										display: block;
										height: auto;
									}
									#site-nav ul li ul li a.has-dropdown {
										background: url(./images/nav-dropdown-sub-arrow.png) no-repeat right center;
									}
									#site-nav ul li ul li a.dropdown-active {
										background: url(./images/nav-dropdown-sub-active-arrow.png) no-repeat right center;
									}
									#site-nav ul li ul li a:hover { background-color: rgba(0, 0, 0, 0.1); }
									#site-nav ul li ul li ul {
										left: 160px;
										top: 0px;
										z-index: 1000;
									}

	
		/* Content */
		
		#content {
			width: 660px;
			float: left;
			padding: 40px 0 0 0;
		}
		body.page-template-page-fullwidth-php #content, 
		body.layout-fullwidth #content { width: auto; float: none; }
		body.layout-sidebar-left #content { float: right; }
		
			/* Archive Heading */
			
			.archive-heading {
				margin: 0 0 30px 0;
				overflow: hidden;
			}
			#content #searchform {
				margin: 0 0 30px 0;
				overflow: hidden;
			}
				#content #searchform input[type="text"] { margin: 0 0 10px 0; width: 60%; }
		
			/* Alignment */
			
			#content img { max-width: 100%; height: auto; }
			#content iframe, 
			#content embed { max-width: 100%; }
			
			.alignleft {
				display: inline;
				float: left;
				margin: 5px 20px 20px 0;
			}
			.alignright {
				display: inline;
				float: right;
				margin: 5px 0 20px 20px;
			}
			.aligncenter {
				clear: both;
				display: block;
				margin: 5px auto 20px auto;
			}
			
			/* WP Caption */
			
			.wp-caption {
				border: 1px solid #EEE;
				padding: 5px 0;
				background: #FFF;
				text-align: center;
				max-width: 100%;
				margin-bottom: 20px;
			}
			.wp-caption img {
				display: block;
				margin: 0 auto 3px auto;
			}
			.wp-caption p { margin: 0!important; }
			.wp-caption-text, .gallery-caption {
				padding: 10px 5px 5px 5px;
				font-size: 11px;
				line-height: 14px;
			}
			.bordered { border: 1px solid #CCC; padding: 3px; }
			
			/* Sticky */
			.sticky { }

			/* Gallery */
			#content .gallery { margin: 0 0 0px 0; }
			#content .hide-inside-gallery .gallery { display: none; }
			#content .gallery img {
				border: 0px;
				box-shadow: 2px 2px 2px #e6e6e6;
			}
			#content .gallery a:hover img { box-shadow: 2px 2px 2px #CCC; }
		
		
			/* General Post */
			
			article.post,
			article.attachment,
			.type-page, 
			.box, 
			#respond {
				background: #FFF;
				box-shadow: 0px 0px 4px #e6e6e6;
				margin: 0 0 50px 0;
				position: relative;
			}
			
				/* Post Image */
				.post-image-holder {
					overflow: hidden;
					position: relative;
				}
					.post-image-holder img {
						width: 100%;
						height: auto;
						display: block;
					}
					.post-images-holder .post-image { display: none; width: 100%; }
					
					.post-images-holder .post-images-nav {
						position: absolute;
						bottom: 20px;
						right: 20px;
					}
						.post-images-holder .post-images-nav a {
							background: #000;
							width: 30px;
							height: 30px;
							line-height: 30px;
							float: left;
							display: block;
							margin: 0 0 0 3px;
							text-align: center;
							font-size: 12px;
							color: #FFF;
							font-family: "FontAwesome";
							-webkit-font-smoothing: antialiased;
						}
					.post-images-holder .caption {
						position: absolute;
						bottom: 20px;
						right: 86px;
						background: #000;
						opacity: 0.8;
						font-size: 11px;
						line-height: 14px;
						color: #FFF;
						padding: 8px 12px;
						margin: 0 0 0 150px;
					}
			
				/* Post Video */
				.post-video-holder {
					overflow: hidden;
					position: relative;
				}
					.post-video-holder iframe, 
					.post-video-holder embed { display: block; width: 100%; height: 380px; }
				
				/* Post Header */	
				.post-header {
					position: relative;
					background: #fbfbfb;
					border-bottom: 1px solid #EEE;
					padding: 15px 0px 15px 150px;
				}
				.post-header-no-avatar { padding-left: 50px; }
					.post-avatar {
						border-bottom: none;
						position: relative;
						z-index: 1;
						float: left;
						width: 66px;
						position: relative;
						position: absolute;
						bottom: -1px;
						left: 50px;
						border-bottom: 1px solid #EEE;
					}
						.avatar {
							display: block;
							border: 3px solid #FFF;
							border-bottom: 0px;
							width: 66px;
							height: 66px;
						}
						.author-posts-count {
							background: #45506d;
							padding: 7px 8px;
							display: block;
							color: #FFF;
							text-align: center;
							font-size: 10px;
							position: absolute;
							bottom: 0px;
							right: -3px;
						}
						.author-posts-count:hover { color: #FFF; background: #000; }
					#content .post-header p {
						font-size: 12px;
						min-height: 24px;
						font-weight: bold;
						margin: 0px;
					}
						.post-header p span {
							padding: 0 15px 0 20px;
							float: left;
							display: block;
							position: relative;
							line-height: 24px;
						}
						.post-header p i {
							color: #999;
							position: absolute;
							top: 0px;
							left: 0px;
							line-height: 24px;
							width: 14px;
							text-align: right;
						}
					.post-header .no-post-header { height: 20px; clear: both; }
				
				/* Post Content */
				.post-content, 
				.author-info {
					padding: 40px 50px 35px 50px;
					position: relative;
				}
					.post-format-icon {
						position: absolute;
						top: 0px;
						right: 0px;
						display: block;
						padding: 42px 50px 0 0;
					}
						.post-format-icon i {
							font-size: 35px;
							color: #DDD;
						}
					.post-title { padding-right: 50px; }
					.content-divider {
						display: inline-block;
						width: 30px;
						height: 1px;
						background: #ebebeb;
						margin: 0 0 20px 0;
					}
					.content-divider-fullwidth { width: 100%; }
				
				/* Post Meta */
				#content .page-links { margin: 0 0 20px 0; clear: both; }
				#content .post-meta { padding: 10px 0 0 0; clear: both; }
				#content .post-meta p { font-size: 12px; }
					#content .post-meta p a { font-weight: normal; }
				
				/* Author Info */
				.author-info .avatar { margin-top: -60px; }
				.author-info h3 { clear: both; padding: 20px 0 0 0; }
				.author-info p { margin: 0 0 20px 0; }
				.author-social {
					display: block;
					list-style: none;
					overflow: hidden;
					margin: 0 0 20px 0;
				}
					.author-social li {
						float: left;
						display: block;
						margin: 0 10px 0 0;
						width: 20px;
					}
						.author-social li a img {
							width: 20px;
							height: 20px;
						}

		
			/* Post Formats */
			
			article blockquote, 
			article blockquote p {
				font-size: 35px;
				line-height: 40px;
				font-style: italic;
				font-family: "Lato", 'sans-serif';
				margin: 0 0 20px 0;
			}
			article.format-quote blockquote { padding-right: 50px; }
				article blockquote p { margin: 0px; }
				article blockquote cite {
					font-size: 14px;
					font-family: Helvetica, Arial, 'sans-serif';
					font-style: normal;
					line-height: 20px;
					display: block;
					padding: 15px 0 0 0;
				}
		
			article.format-link .link-entry { padding: 0 50px 10px 0; }
				article.format-link .link-entry p {
					font-size: 32px;
					line-height: 40px;
					margin: 0px!important;
				}
					article.format-link .link-entry p a {
						font-weight: normal;
						font-family: "Lato", 'sans-serif';
					}
			
			article.format-aside .post-content { padding-top: 50px; }
			
			
			/* Audio Player */
			
			#content .mejs-container {
				height: 50px!important;
				margin: 0 0 20px 0;
				max-width: 100%;
				background: transparent;
			}
				#content .mejs-container .mejs-controls {
					display: block;
					background: #45506d;
					width: 100%;
					padding: 5px 7px 13px 7px;
					position: relative;
				}
					#content .mejs-container .mejs-controls .mejs-playpause-button { width: 32px; }
					#content .mejs-container .mejs-controls .mejs-playpause-button button { margin-top: 5px; } 
					#content .mejs-container .mejs-controls .mejs-duration:before { content: '\002F\0020\0020'; }
					#content .mejs-container .mejs-controls .mejs-horizontal-volume-slider, 
					#content .mejs-container .mejs-controls .mejs-volume-button { float: right; }
					#content .mejs-container .mejs-controls .mejs-volume-button { margin-right: 5px; }
					#content .mejs-container .mejs-time-rail {
						position: absolute;
						bottom: 0px;
						left: 0px;
						width: 100%!important;
						padding: 0px;
						margin: 0px;
						height: 10px;
					}
						#content .mejs-container .mejs-controls .mejs-time { padding-right: 0px; }
						#content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
							width: 100%!important;
							margin: 0px;
							background: rgba(0, 0, 0, 0.2);
						}
							#content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded, 
							#content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
								background: rgba(0, 0, 0, 0.2);
							}
							#content .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current, 
							#content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 
							#content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
								border-radius: 0px;
								-moz-border-radius: 0px;
								-webkit-border-radius: 0px;
							}
						#content .mejs-controls .mejs-time-rail .mejs-time-float { bottom: -26px; top: auto; }
							#content .mejs-controls .mejs-time-rail .mejs-time-float-current { margin-top: 3px; }
							#content .mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none; }
											
				
			/* Extra Formatting */
			
			article pre {
				border: 1px solid #DDD;
				background: #FFF;
				box-shadow: 2px 2px 2px #e6e6e6;
				padding: 15px 20px;
				margin: 0 0 20px 0;
				font-family: "Courier New";
				color: #999;
				font-size: 13px;
				line-height: 18px;
				overflow: auto;
				display: block;
			}
			#content address p { margin: 0px; }
			
			table {
				width: 100%;
				margin: 0 0 20px 0;
				border-left: 1px solid #EEE;
				border-top: 1px solid #EEE;
			}
				table th {
					padding: 8px;
					font-weight: bold;
					border-bottom: 2px solid #EEE;
					border-right: 1px solid #EEE;
				}
				table td {
					padding: 8px; 
					border-right: 1px solid #EEE;
					border-bottom: 1px solid #EEE;
				}
				
			
			/* Shortcodes */
			
			body .simnor-shortcode-tab-buttons a { font-size: 14px!important; }
			body .simnor-shortcode-button { box-shadow: none!important; border: 0px!important; }
			body .simnor-shortcode-map img { max-width: none!important; }
			
							
			/* Comments */
			.post-comments {
				padding: 0 0 40px 0;
			}
			.comments-area {
				padding: 10px 50px 0 50px;
			}
			ol.commentlist {
				padding: 10px 0 0 0;
				margin: 0 0 60px 0;
			}
				.bypostauthor { }
				ol.commentlist li {
					display: block;
					padding: 0 0 0 85px;
					position: relative;
					min-height: 100px;
				}	
				ol.commentlist li.pingback {
					min-height: 0px;
					padding: 10px 0 0 0;
					margin: 0 0 20px 0;
				}
					ol.commentlist li .edit-link, 
					ol.commentlist li .comment-reply-link {
						font-weight: bold;
						font-size: 11px;
					}
					ol.commentlist li .avatar {
						position: absolute;
						top: 0px;
						left: 0px;
						display: block;
						margin: 0 16px 0 0;
						border: 3px solid #FFF;
						box-shadow: 0 0 3px #CCC;
					}
					ol.commentlist li .comment-meta {
						font-size: 12px;
						line-height: 18px;
						margin: 0 0 10px 0;
					}
						ol.commentlist li .comment-meta .fn { font-size: 16px; color: #333; }
						ol.commentlist li .comment-meta time { font-weight: normal; }
					#content ol.commentlist li p {
						font-size: 13px;
						line-height: 22px;
						margin: 0 0 10px 0;
					}
					#content ol.commentlist li p.reply { line-height: normal; margin: 0 0 20px 0; }
					#content ol.commentlist li.pingback p { margin: 0px; }
					ol.commentlist li .reply {
						margin: -10px 0 0 0;
						font-size: 11px;
						font-weight: bold;
					}
					ol.commentlist li ul {
						padding: 20px 0 0 0;
					}
						ol.commentlist li ul li {
							margin: 0 0 30px 0; 
							padding: 0 0 0 70px;
						}
							ol.commentlist li ul li .avatar {
								width: 50px;
								height: 50px;
							}
							ol.commentlist li ul li p {
								font-size: 12px;
								line-height: 20px;
							}

		
			/* Form */
			
			#respond {
				padding: 50px;
				margin-bottom: 0px;
			}
				#respond h3 {
					font-size: 32px;
				}
				h3#reply-title { margin: 0 0 10px 0; }
					h3#reply-title small { font-size: 12px; float: right; font-weight: bold; }
				#content label {
					font-size: 13px;
					font-weight: bold;
					display: block;
					margin: 0 0 5px 0;
				}
				input,
				textarea, 
				select {
					font-family: Helvetica, Arial;
					max-width: 100%;
				}
				#content input[type='text'], 
				#content input[type='email'],
				#content input[type='password'], 
				#content textarea {
					border: 1px solid #d3d3d3;
					padding: 8px 10px;
					box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.05); 
					font-size: 14px;
					line-height: 18px;
					width: 95%;
					clear: both;
					font-family: Arial;
				}
				#content textarea {
					width: 95%;
					height: 140px;
				}
				#content input[type='text']:focus, 
				#content input[type='email']:focus,
				#content input[type='password']:focus, 
				#content textarea:focus { border-color: #999; }
				#content .comment-notes, 
				#content .logged-in-as { margin: 0 0 20px 0; }
				#content p.form-allowed-tags { display: none; }
				#content input[type='submit'] {
					background: #45506d;
					border: none;
					display: block;
					font-size: 13px;
					color: #FFF;
					font-weight: bold;
					padding: 0 15px;
					height: 36px;
					margin: 0px;
					cursor: pointer;
					-webkit-appearance: none;
					border-radius: 0px;
					-moz-border-radius: 0px;
					-webkit-border-radius: 0px;
				} 
				#content input[type='submit']:hover { background: #333; }

		
			/* Navigation */
			
			.posts-navigation {
				overflow: hidden;
				clear: both;
				margin: 0 0 40px 0;
			}	
				.posts-navigation i {
					font-size: 8px;
					float: left;
					line-height: 16px;
					height: 35px;
					display: block;
					padding: 0 6px 0 0;
				}
				.posts-navigation .newer i { float: right; padding: 0 0 0 6px; }
				.posts-navigation .older { float: left; width: 45%; }
				.posts-navigation .newer { float: right; width: 45%; text-align: right; }
				.posts-navigation a { font-weight: bold; line-height: 16px; }
			
			
			/* Archive Template */
			
			.content-archives {
				padding: 20px 0 0 0;
			}
				ul.post-list {
					list-style: none;
					margin: 0 0 30px 0;
				}
				ul.post-list li {
					padding: 7px 0;
					line-height: 19px;
					border-bottom: 1px solid #EEE;
				}
					ul.post-list li small { font-size: 11px; padding: 0 0 0 10px; }
			
			/* Timeline Template */
			
			.post-timeline {
				overflow: hidden;
				position: relative;
				margin: 20px 0 0 0;
			}	
				.post-timeline .post-timeline-line {
					position: absolute;
					bottom: 20px;
					left: 6px;
					height: 3000000px;
					background: #EEE;
					width: 1px;
				}
				.post-timeline ul {
					list-style: none;
					display: block;
					margin: 0px;
				}
					.post-timeline .month {
						position: relative;
						padding: 0 0 0 30px;
						margin: 60px 0 30px 0;
					}
					.post-timeline .month-first { margin-top: 0px; }
					.post-timeline .month h2 {
						background: #45506d;
						border-radius: 3px;
						-moz-border-radius: 3px;
						-webkit-border-radius: 3px;
						font-size: 14px;
						line-height: normal;
						padding: 6px 14px 8px 14px;
						display: inline-block;
						color: #FFF;
						margin: 0px;
					}
					.post-timeline li {
						display: block;
						margin: 0 0 20px 0px;
						position: relative;
					}
						.post-timeline li h3 {
							border: 1px solid #EEE;
							padding: 9px 14px 10px 14px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
							font-size: 14px;
							line-height: 20px;
							margin: 0 0 0 40px;
							font-weight: normal;
							display: inline-block;
						}
						.post-timeline li a:hover h3 { border-color: #CCC; box-shadow: 1px 1px 3px #EEE; }
						
						.post-timeline .month .dot, 
						.post-timeline li .dot {
							background: #FFF;
							z-index: 1000;
							position: absolute;
							width: 10px;
							height: 10px;
							border: 2px solid #DDD;
							border-radius: 10px;
							-moz-border-radius: 10px;
							-webkit-border-radius: 10px;
							left: 0px;
							top: 50%;
							margin: -23px 0 0 0;
						}
						.post-timeline li a:hover .dot { border: 2px solid #CCC; }
						.post-timeline .month .dot { background: #45506d; border-color: #45506d; margin-top: -8px; }
						
						.post-timeline .month .dash, 
						.post-timeline li .dash {
							position: absolute;
							top: 50%;
							left: 0px;
							display: block;
							margin: -16px 0 0 0;
							height: 1px;
							width: 40px;
							z-index: 999;
							background: #EEE;
						}
						.post-timeline li a:hover .dash { background: #CCC; }
						.post-timeline .month .dash { background: #45506d; opacity: 0.4; margin-top: -1px; }
						
						.post-timeline li p {
							font-size: 11px;
							line-height: 13px;
							margin: 8px 0 0 50px!important;
							display: block;
							height: 20px;
							color: #999;
						}
							.post-timeline li p a { font-weight: normal; color: #777; }
			
			
		/* Sidebar */
		
		#sidebar {
			float: right;
			width: 240px;
			padding: 40px 0 0 0;
		}
		body.layout-sidebar-left #sidebar { float: left; }
		
			
			/* General Widget Formatting */
		
			#sidebar aside {
				margin: 0 0 40px 0;
			}
				#sidebar aside h5, 
				#footer-widgets aside h5 {
					font-size: 12px;
					font-weight: bold;
					margin: 0 0 20px 0;
					color: #414141;
				}
				#sidebar aside ul, 
				#footer-widgets aside ul {
					font-size: 12px;
					margin: -5px 0 0 0;
				}
					#sidebar aside ul li, 
					#footer-widgets aside ul li {
						display: block;
						padding: 6px 0;
						margin: 0;
						line-height: 18px;
						border-bottom: 1px solid #ebebeb;
					}
					#sidebar aside ul li:last-child, 
					#footer-widgets aside ul li:last-child { border: none; margin-bottom: 0px!important; }
						#sidebar aside ul li a, 
						#footer-widgets aside ul li a { font-weight: bold; }
						#sidebar aside ul li h4, 
						#footer-widgets aside ul li h4 {
							font-size: 16px;
							line-height: 20px;
							margin: 0px;
							padding: 3px 0 0 0;
						}
						#sidebar aside ul li ul, 
						#footer-widgets aside ul li ul {
							border-top: 1px solid #ebebeb;
							margin: 4px 0 -4px 0;
						}
							#sidebar aside ul li ul li, 
							#footer-widgets aside ul li ul li {
								padding-left: 20px;
							}
							#sidebar aside ul li h4 a, 
							#footer-widgets aside ul li h4 a { font-weight: normal; }
						#sidebar aside p, 
						#footer-widgets aside p {
							font-size: 12px;
							line-height: 22px;
						}
							#sidebar aside p a, 
							#footer-widgets aside p a { font-weight: bold; }
						#sidebar aside small, 
						#footer-widgets aside small {
							font-size: 11px;
							line-height: 16px;
							color: #898989;
							display: block;
							padding: 5px 0 5px 0;
						}
					#sidebar aside img, 
					#footer-widgets aside img { box-shadow: 2px 2px 2px #e6e6e6; max-width: 100%; }
			
			/* Specific Widget Formatting */
				
				#sidebar .sn-simnor-widgets-authors li, 
				#footer-widgets .sn-simnor-widgets-authors li, 
				#sidebar .sn-simnor-widgets-dribbble li, 
				#footer-widgets .sn-simnor-widgets-dribbble li { border: none!important; }
				
				#sidebar .sn-simnor-widgets-social-links li, 
				#footer-widgets .sn-simnor-widgets-social-links li { border: none!important; margin: 0 10px 0 0; width: 20px; }
				#sidebar .sn-simnor-widgets-social-links li img, 
				#footer-widgets .sn-simnor-widgets-social-links li img { display: block; width: 20px; height: 20px; }
				
				ul.sn-simnor-widgets-authors li a.author-avatar { width: 60px; }
				ul.sn-simnor-widgets-authors li a.author-avatar img.avatar { border: none; padding: 0px; box-shadow: none; }
				
				.widget_sn_simnor_widgets_twitter_widget p { padding-top: 10px; font-size: 11px; }
				
				#calendar_wrap { background: #FFF; box-shadow: 1px 1px 3px #e6e6e6; overflow: hidden; }
				#wp-calendar caption { text-align: center; padding: 10px 0 10px 0; }
				#wp-calendar { border-left: none; margin: 0 -2px 0 0; }
				#wp-calendar th, #wp-calendar td { text-align: center; padding: 5px; border-right: none; }
				
				aside #searchform label { display: block; padding: 0 0 5px 0; }
				.textwidget { line-height: 18px; }
				.textwidget img { height: auto!important; }
				
				.rssSummary { font-size: 11px; line-height: 14px; }


	/* Footer Widgets */
	
	#footer-widgets {
		clear: both;
		border-top: 1px solid #ebebeb;
		padding: 40px 0 40px 0;
		overflow: hidden;
	}
		#footer-widgets aside {
			margin: 0 40px 0 0;
			float: left;
			width: 205px;
		} 
		#footer-widgets aside.last { margin: 0px; }


	/* Site Footer */
	
	#site-footer {
		clear: both;
		border-top: 1px solid #ebebeb;
		padding: 20px 0 40px 0;
		overflow: hidden;
	}
		#site-footer p {
			font-size: 11px;
			line-height: 14px;
			color: #646464;
			margin: 0 0 8px 0;
		}
		#site-footer ul {
			font-size: 11px;
			line-height: 11px;
			margin: 0px;
		}
			#site-footer ul li {
				display: block;
				float: left;
				padding: 0 8px 0 0;
				margin: 0 8px 0 0;
				border-right: 1px solid #999;
			}
			#site-footer ul li.last, 
			#site-footer ul li:last-child { border: none; }
			#site-footer ul ul { display: none; }
			
			
/* Tablet */
@media only screen and (max-width:970px) {

	.container { width: 90%; padding: 0 5%; }
	
	/* Site Header */
	
	#site-header ul.header-icons { right: 20px; }
	#site-header .has-retina-logo img { display: none; }
	#site-header .logo .retina-logo { display: block; }
	#site-header .searchform { right: 0px; }
		#site-nav { float: left; margin: 0 0 0 -10px; }
			#site-nav ul li { margin: 0 10px; }
	
	/* Content */
	
	#content { width: 70%; }	
		#content input[type='text'], 
		#content input[type='email'],
		#content input[type='password'], 
		#content textarea { width: 90%; }
		.post-header { padding-left: 100px; }
		.post-header-no-avatar { padding-left: 50px; }
			.post-avatar { left: 10px; }
			.post-header p span { padding-right: 10px; }
	
	/* Widgets */
	
	#sidebar { width: 24%; }
	#footer-widgets aside { width: 22%; margin-right: 4%; }

}
			
/* Mobile */
@media only screen and (max-width:650px) {
	
	body { -webkit-text-size-adjust: none; }
	.mobile-only { display: block!important; }
	
	/* Header */
	
	#site-header {
		overflow: hidden;
	}
		#site-header .container { width: 100%; padding: 0; }
		#site-header .logo {
			clear: both;
		}
	#site-header ul.header-icons {
		position: static;
		display: block;
		clear: both;
		margin: auto;
		width: 40px;
	}
		#site-header ul.header-icons-1 { width: 80px; }
		#site-header ul.header-icons-2 { width: 120px; }
		#site-header ul.header-icons-3 { width: 160px; }
		#site-header ul.header-icons-4 { width: 200px; }
		#site-header ul.header-icons-5 { width: 240px; }
		#site-header ul.header-icons-6 { width: 280px; }
		#site-header ul.header-icons-7 { width: 320px; }
	#site-header .searchform {
		position: static;
		width: 100%;
		float: none;
		right: auto;
		bottom: auto;
		margin-bottom: 0px;
	}
		#site-header .searchform input[type="text"] { width: 100%; font-size: 16px; }
		#site-header .searchform input[type="submit"] { top: auto; bottom: 0px; }
	
	/* Site Nav */
	
	#site-nav {
		display: none;
		clear: both;
		max-width: 100%; 
		text-align: left;
		background: #45506d;
		float: none;
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
		#site-nav ul { display: block; }
		#site-nav ul li {
			float: none;
			display: block;
			margin: 0px;
			border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		}
		#site-nav ul li a {
			float: none;
			display: block;
			height: auto;
			text-align: left;
			padding: 10px 30px;
		}
		#site-nav ul li a.has-dropdown { background: none!important; }
		#site-nav ul li ul {
			position: static;
			top: auto;
			left: auto;
			margin: 0px;
			width: 100%;
			display: block!important;
			visibility: visible!important;
			border-top: 1px solid rgba(255, 255, 255, 0.1);
		}
		#site-nav ul li ul li a { padding: 10px 40px; }
			#site-nav ul li ul li ul li a { padding-left: 60px; }
	
	/* Content */
	
	body #content, 
	body.layout-sidebar-left #content {
		float: none;
		width: auto;
		padding-top: 20px;
	}
		article.post, article.attachment, .type-page, .box, #respond { margin-bottom: 20px; }
		.archive-heading { margin-bottom: 10px; }
		.post-video-holder iframe, 
		.post-video-holder embed { height: 200px; }
			.post-images-holder .caption { display: none; }
			.post-images-holder .post-images-nav { bottom: 10px; right: 10px; }
			.post-images-holder .post-images-nav a { width: 40px; height: 40px; font-size: 16px; line-height: 40px; }
		
			.post-header { padding: 15px 30px; }
			.post-header .post-avatar { display: none; }
				#wrapper .avatar img, #wrapper img.avatar { width: 50px!important; height: 50px!important; }
			
			.post-title { padding-right: 0px; }
			
			.post-content, 
			.author-info { padding: 30px 30px 15px 30px; }
			article.format-aside .post-content { padding-top: 30px; }
			.author-info { padding-top: 40px; }
				.author-info .avatar { margin-top: -8px; }
				.post-format-icon { display: none; }
				.post-content h2.post-title { font-size: 24px; line-height: 30px; }
					.alignleft, .alignright { float: none; margin: 0 0 30px 0; display: block; }
		
		/* Shortcodes */
		
		body .simnor-shortcode-col { float: none!important; width: auto!important; }
		body .simnor-shortcode-video-embed iframe, 
		body .simnor-shortcode-video-embed embed { height: 200px; }
		body .simnor-shortcode-tabs { padding-top: 0px!important; }
			body .simnor-shortcode-tab-buttons { position: static!important; height: auto!important; }
				body .simnor-shortcode-tab-buttons a { float: none!important; margin: 0 0 10px 0!important; border-bottom: 1px solid #DDD!important; }
				body .simnor-shortcode-tab-buttons a.active { border-color: #CCC!important; }
		
		/* Comments */
		
		ol.commentlist li { padding-left: 70px; }
		ol.commentlist li ul { margin-left: -60px; }
		#respond { padding: 30px; }
	
	/* Widgets */
	
	#sidebar {
		float: none;
		width: auto;
		padding-top: 0px;
	}
	#footer-widgets { margin-top: 20px; }
	#sidebar aside, 
	#footer-widgets aside {
		float: none;
		width: auto;
		margin: 0 0 40px 0;
	}

}