/*
Theme Name: Chic Blog (ITDR)
Theme URI: http://intothedarkroom.com/
Description: 
Author: intothedarkroom
Author URI: http://intothedarkroom.com/
Version: 1.1.12
License: Proprietary
License URI: https://intothedarkroom.com/installer/assets/docs/eula/en.txt
*/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */
/* =============================================================================
   Links
   ========================================================================== */
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }
/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend { border: 0; *margin-left: -7px; padding: 0; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input { line-height: normal; *overflow: visible; }
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input { *overflow: auto; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

	@font-face {
	    font-family: 'WalkwayCondensedBoldRegular';
	    src: url('http://www.markstickland.com/blog/wp-content/themes/chic-blog/fonts/walkway_condensed_bold-webfont.eot');
	    src: url('http://www.markstickland.com/blog/wp-content/themes/chic-blog/fonts/walkway_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('http://www.markstickland.com/blog/wp-content/themes/chic-blog/fonts/walkway_condensed_bold-webfont.woff') format('woff'),
		 url('http://www.markstickland.com/blog/wp-content/themes/chic-blog/fonts/walkway_condensed_bold-webfont.ttf') format('truetype'),
		 url('http://www.markstickland.com/blog/wp-content/themes/chic-blog/fonts/walkway_condensed_bold-webfont.svg#WalkwayCondensedBoldRegular') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'WalkwaySemiBoldRegular';
	    src: url('http://www.markstickland.com/blog/wp-content/themes/chic-blog/fonts/Walkway_SemiBold-webfont.eot');
	    src: url('http://www.markstickland.com/blog/wp-content/themes/chic-blog/fonts/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('http://www.markstickland.com/blog/wp-content/themes/chic-blog/fonts/Walkway_SemiBold-webfont.woff') format('woff'),
		 url('http://www.markstickland.com/blog/wp-content/themes/chic-blog/fonts/Walkway_SemiBold-webfont.ttf') format('truetype'),
		 url('http://www.markstickland.com/blog/wp-content/themes/chic-blog/fonts/Walkway_SemiBold-webfont.svg#WalkwaySemiBoldRegular') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}


/************************************************************************
#  GENERAL
*************************************************************************/
/* ---- Clear Default Browser Styles ---- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	outline: none;
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, em,
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}
q:before, q:after {
	content: '';
}
a, ins {
	text-decoration: none;
}
a {
	outline: none;
}

/* ----- Fonts ----- */
*{
	font-family: "Times New Roman", Times, serif;
}

body, p {
	color: #000000;
	font-size: 15px;
	line-height: 1.5em;
}

input, textarea, select{
	background: #ffffff;
	border: 1px solid #000000;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 15px;
	padding: 7px 10px;
	margin: 0 0 15px 0;
	line-height: 1.3em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a:link,
a:visited{
	text-decoration: underline;
	color: #e2a5a8;
}

a:hover{
	color: #e2a5a8;
}

em{
	font-style: italic;
}

b, strong{
	font-weight: bold;
}

u{
	text-decoration: underline;
}

strike{
	text-decoration: line-through;
}

/* ----- Strip Twitter ----- */
.twtr-hd, .twtr-ft{
	display: none;
}

.twtr-widget .twtr-tweet{
	border:none !important;
}

/* -- Images -- */
.Post img{
	display: block;
	margin: 0 auto 10px auto;
	max-width: 100%;
	height: inherit;
}

.Post p img {
	padding: 0;
	max-width: 100%;
	height: inherit;
	margin: 0 auto 10px auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 15px;
	display: inline;
}

img.alignleft {
	margin: 0 15px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter{
	display:block;
	margin:0 auto;
}

img.wp-smiley{
	display:inline;
	margin: 0px !important;
	padding: 0px !important;
}

/* ----- Elements ----- */
.Clear,
.clear {
	clear: both;
}

.left,
.Left{
	float:left;
}

.right,
.Right{
	float:right;
}

.center,
.Center{
	text-align:center;
}

.Blogshow,
.Blogshow > div{
	margin:0 auto;
}

.ParagraphLarge{
	font-size:17px;
}

.Inner{
	margin:0 auto;
	width: 1110px;
}

#fb-root{
	display: none !important;
}

.Heading1Color{
	color: #e2a5a8;
}

.Heading2Color{
	color: #000000;
}
/************************************************************************
#  GENERAL END
*************************************************************************/


/************************************************************************
#  UNDER CONSTRUCTION
*************************************************************************/
#under-construction-container{
	width: 1110px;
	margin:0 auto 0 auto;
}
	#under-construction-header{
		padding: 35px 0;
	}
		#under-construction-header #logo{
		}
	#under-construction{
		min-height: 180px;
		padding: 30px;
		background: #fff;
		border:1px solid #000000;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
		#under-construction-title{
			font-size: 22px;
			padding-bottom: 20px;
		}
		#under-construction-message{
		}
/************************************************************************
#  UNDER CONSTRUCTION END
*************************************************************************/


/************************************************************************
#  STRUCTURE
*************************************************************************/
/* background start */
html, body {
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.no-cssgradients body {
	background-image: url("http://www.markstickland.com/blog/dag-chic-blog-gateway.php?action=create_gradient&hex1=ffffff&hex2=ffffff&height=750");
	background-repeat: repeat-x;
}

.cssgradients body {
	background-image: linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
}


@media screen and (max-width: 600px){
	#body-background {
		display: none;
	}
}
/* background end */

	#body-inner {
		padding: 15px;
	}

	#wrapper {
		position: relative;
		z-index: 2;
		margin: 0 auto 0 auto;
		padding: 0 30px;
		width: 1110px;
		background: #ffffff;
		-moz-box-shadow: 0 0 0px #999999;
		-webkit-box-shadow: 0 0 0px #999999;
		box-shadow: 0 0 0px #999999;
	}
		
		#header{
			position:relative;
			z-index: 9999;
			padding: 45px 0;
		}
		
			h1#logo {
				margin:0 auto;
				float:left;
			}
				h1#logo a {
					margin:0 auto;
					display:block;
					text-decoration:none;
											background: url(http://www.markstickland.com/blog/dag-chic-blog-data/storage/asset/header-400-finalpix-b654.jpg) center top no-repeat;
						height: 150px;
						width: 400px;
									}
						
			#header-search{
				float: right;
				width:267px;
				position:relative;
			}
				#header-search #searchform{
					width:267px;
				}
					#header-search #searchform input{
						width:222px;
						-webkit-border-radius: 0px;
						-moz-border-radius: 0px;
						border-radius: 0px;
						border: none;
						padding-left: 25px;
						font-style: italic;
						border-bottom :1px solid #000000;
						background: url(http://www.markstickland.com/blog/dag-chic-blog-gateway.php?action=image_colorize&effect=overlay&image=magnify.png&color=000000) left center no-repeat;
					}

		#content{
			padding-bottom: 40px;
		}

		#content-small{
			float:left;
			width: 740px;
			padding-right:30px;
		}
/************************************************************************
#  STRUCTURE END
*************************************************************************/



/************************************************************************
#  NAVIGATION
*************************************************************************/
#navigation{
	z-index:9999999;
	position:relative;
	border-bottom: 2px solid #000000;
	margin-bottom:30px;
}
	#navigation ul{
		margin:0;
		padding:0;
		list-style-type:none;
		list-style-position:outside;
		z-index:9999999;
	}
		/* 1st TIER (main) */
		#navigation ul li{
			float:left;
			padding: 0 30px;
			margin-bottom: 5px;
			border-right: 1px solid #000000;
		}
		#navigation ul li:first-child{
			padding-left: 0px;
		}
		/* #navigation ul li:last-child{
			padding-right: 0px !important;
			border-right: none;
		}*/
		#navigation ul a{
			display:block;
			text-decoration:none;
			background:none;
			color: #373735;
			font-family: "WalkwayCondensedBoldRegular", Arial, sans-serif;
			font-size: 20px;
			color: #373735;
			cursor:pointer;
			text-transform: uppercase;
		}
		#navigation ul li a:hover{
			color: #e2a5a8;
		}
		#navigation ul li.current_page_ancestor a,
		#navigation ul li.current-menu-ancestor a,
		#navigation ul li.current-menu-item a{
			color: #e2a5a8;
		}
			#navigation ul li.current-menu-item ul li a{
				color: #373735;
			}
				#navigation ul li.current-menu-item ul li a:hover{
					color: #e2a5a8;
				}

			/* 2nd TIER */
			#navigation ul li ul {
				position:absolute;
				display: none;
				list-style-type:none;
				list-style-position:outside;
				z-index:9999999;
				background: #ffffff;
				border: 1px solid #000000;
				border-top: none;
				margin: 0 0 0 -31px;
				padding: 10px 0 10px 0;
				white-space:nowrap;
			}
				#navigation ul li ul li{
					clear: left;
					margin: 0px;
					padding: 5px 30px 4px 30px !important;
					border-right: none;
				}
				
				#navigation ul li ul li a{
					float:left;
					font-size: 16px;
					line-height: 16px;
					color: #373735;
					margin: 0px;
					padding: 0px;
				}
				#navigation ul li ul li a:hover{
				}

			/* 3rd TIER */
			#navigation ul li ul li ul {
				display: none !important;
			}

	#navigation ul li:hover ul ul, #navigation ul li:hover ul ul ul, #navigation ul li:hover ul ul ul ul{
		display: none;
	}
	#navigation ul li:hover ul, #navigation ul li li:hover ul, #navigation ul li li li:hover ul, #navigation ul li li li li:hover ul{
		display: block;
	}
/************************************************************************
#  NAVIGATION END
*************************************************************************/



/************************************************************************
#  HOME
*************************************************************************/
#banner-container{
	position: relative;
	margin-bottom:30px;
}

	#banner-welcome{
		float: right;
		width: 270px;
		overflow:hidden;
	}
		#banner-welcome-image{
			position:relative;
			margin-bottom: 30px;
			padding-bottom:10px;
		}
			#banner-welcome-content{
				position:absolute;
				bottom: 0px;
				left:0px;
				z-index:2;
			}
				#banner-welcome-title{
					background: #ffffff;
					font-size: 23.4px;
					color: #e2a5a8;
					font-family: "WalkwaySemiBoldRegular", Arial, sans-serif;
					padding: 5px 10px;
					display:inline;
				}
				#banner-welcome-subtitle{
					background: #ffffff;
					padding: 5px 10px 0px 10px;
					font-size: 13.75px;
					color: #000000;
					font-family: "Times New Roman", Times, serif;
					font-style:italic;
					display:inline;
				}
				
		#social-icons-container{
		}
			#social-icons-facebook{
				border-bottom: 1px solid #000000;
				padding:0 0 12px 0;
			}
				#facebook_link{
					min-width: 22px;
					min-height: 22px;
					line-height: 22px;
					float: left;
					text-indent: -5000px;
					background-image: url(http://www.markstickland.com/blog/dag-chic-blog-gateway.php?action=image_colorize&effect=overlay&image=social-sprite.png&color=666666);
				}
				#facebook-link-text{
					margin-left: 15px;
					line-height: 22px !important;
					color: #000000 !important;
					text-decoration:none;
				}
			
			#social-icons-twitter{
				border-bottom: 1px solid #000000;
				padding:12px 0;
			}
				#twitter_link{
					width: 22px;
					height: 22px;
					line-height: 22px;
					float: left;
					text-indent: -5000px;
					background-image: url(http://www.markstickland.com/blog/dag-chic-blog-gateway.php?action=image_colorize&effect=overlay&image=social-sprite.png&color=666666);
				}
				#twitter-link-text{
					margin-left: 15px;
					margin-top:2px;
					line-height: 22px !important;
					color: #000000 !important;
					text-decoration:none;
				}
				
			#social-icons{
				position: relative;
				clear:both;
				padding-top:10px;
			}

				#social-icons a {
					min-width: 22px;
					min-height: 22px;
					margin: 4px;
					float: left;
					text-indent: -5000px;
					background-image: url(http://www.markstickland.com/blog/dag-chic-blog-gateway.php?action=image_colorize&effect=overlay&image=social-sprite.png&color=666666);
				}
				#etsy_link { background-position: -242px 0; }
				#facebook_link { background-position: -220px 0; }
				#flickr_link { background-position: -264px 0; }
				#googleplus_link { background-position: -286px 0; }
				#instagram_link { background-position: -308px 0; }
				#lastfm_link { background-position: -198px 0; }
				#linkedin_link { background-position: -176px 0; }
				#myspace_link { background-position: -154px 0; }
				#pintrest_link { background-position: -132px 0; }
				#rss_link { background-position: -110px 0; }
				#skype_link { background-position: -88px 0; }
				#tumblr_link { background-position: -66px 0; }
				#twitter_link { background-position: -44px 0; }
				#vimeo_link { background-position: -22px 0; }
				#youtube_link { background-position: 0 0; }

				/* skype embeds this flash object */
				object#skypedetectionswf{
					display: none;
				}
	
	#banner{
		float: left;
		position: relative;
		padding:0;
		margin:0;
		overflow: hidden;
		width: 830px;
		height: 500px;
	}
	
		#banner-inner{
			position: relative;
		}

		#banner img{
			position: absolute;
			top:0;
			left:0;
			width: 100%;
			height: inherit;
		}

		#banner-arrow-left{
			width: 45px;
			height: 45px;
			margin: -22px 0 0;
			display: block;
			position: absolute;
			z-index:9999;
			top: 50%;
			cursor: pointer;
			text-indent: -999em;
			left: 20px;
			background: url(http://www.markstickland.com/blog/dag-chic-blog-gateway.php?action=image_colorize&effect=overlay&image=banner-sprite.png&color=222222) no-repeat left center;
			opacity: .8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter: alpha(opacity=80);
		}
		html touch #banner-arrow-left,
		#banner-arrow-left:hover {
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
		}

		#banner-arrow-right{
			width: 45px;
			height: 45px;
			margin: -22px 0 0;
			display: block;
			position: absolute;
			z-index:9999;
			top: 50%;
			cursor: pointer;
			text-indent: -999em;
			right: 20px;
			background: url(http://www.markstickland.com/blog/dag-chic-blog-gateway.php?action=image_colorize&effect=overlay&image=banner-sprite.png&color=222222) no-repeat right center;
			opacity: .8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter: alpha(opacity=80);
		}
		html touch #banner-arrow-right,
		#banner-arrow-right:hover {
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
		}
		
#home-left{
	float:left;
	width: 380px;
	padding-right:40px;
}

	#welcome{
		padding-bottom:30px;
		margin-bottom:30px;
		border-bottom: 2px solid #000000;
	}
		#welcome-title{
			font-size: 23.4px;
			line-height: 23.4px;
			color: #e2a5a8;
			font-family: "WalkwaySemiBoldRegular", Arial, sans-serif;
			padding-bottom: 8px;
		}
		#welcome-subtitle{
			font-size: 18.75px;
			line-height: 18.75px;
			color: #000000;
			font-family: "Times New Roman", Times, serif;
			padding-bottom: 5px;
			font-style:italic;
		}
		#welcome-content{
			font-size: px;
			padding-top: 10px;
		}
			#welcome-content p{
				font-size: px;
				padding-bottom: 12px;
			}
	
	#twitter-container{
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom: 1px dashed #000000;
	}
		#twitter-wrapper{
			padding-bottom: 10px;
			position:relative;
			margin-bottom:12px;
		}
			#twitter{
				border: 1px solid #000000;
				padding: 14px;
			}
			#twitter-arrow{
				background: #ffffff url(http://www.markstickland.com/blog/dag-chic-blog-gateway.php?action=image_colorize&effect=overlay&image=twitter_arrow.png&color=000000) left top no-repeat;
				width: 30px;
				height:10px;
				position:absolute;
				bottom:1px;
				right:50px;
				z-index: 2;
			}
		a#twitter-follow-icon{
			float:right;
			width:22px;
			height: 22px;
			display: block;
			background-image: url(http://www.markstickland.com/blog/dag-chic-blog-gateway.php?action=image_colorize&effect=overlay&image=social-sprite.png&color=666666);
			background-position: -44px 0; 
			text-decoration:none;
		}
		a#twitter-follow-text{
			float:right;
			padding: 0 20px 0 10px;
			font-size: 17.5px;
			line-height: 17.5px;
			color: #000000;
			font-family: "Times New Roman", Times, serif;
			text-decoration:none;
		}
		
	#featured-posts{
	}
		#featured-posts #featured-posts-title{
			font-size: 31.25px;
			line-height: 31.25px;
			color: #000000;
			font-family: "Times New Roman", Times, serif;
			padding-bottom: 12px;
			font-style:italic;
		}
		
		#featured-posts .FeaturedPost#featured-post1,
		#featured-posts .FeaturedPost#featured-post2,
		#featured-posts .FeaturedPost#featured-post4,
		#featured-posts .FeaturedPost#featured-post5{
			margin-right:5px;
		}
		#featured-posts .FeaturedPost{
			float:left;
			position:relative;
			width: 123.33333333333px;
			padding-bottom:11px;
		}
		#featured-posts .FeaturedPost .FeaturedPicture {
			position:relative;
			display:block;
			overflow:hidden;
			width: 123.33333333333px;
		}
		#featured-posts .FeaturedPost h3.FeaturedTitle{
			background: #ffffff;
			width: 101.33333333333px;
			color: #000000;
			font-size: 15px;
			max-height: 17px;
			padding: 5px;
			overflow:hidden;
			position:relative;
			bottom: 15px;
			font-style:italic;
		}
		.ie7 #featured-posts .FeaturedPost h3.FeaturedTitle{
			height: 11px;
		}
			#featured-posts .FeaturedPost h3.FeaturedTitle a{
				color: #000000 !important;
				font-size: 15px;
				line-height: 15px;
				text-decoration: none;
				font-style:italic;
			}
		#featured-posts .FeaturedDate{
			background: #ffffff;
			color: #000000;
			width: 101.33333333333px;
			font-size: 13px;
			line-height: 13px;
			overflow:hidden;
			padding: 0 5px;
			position:relative;
			bottom: 15px;
		}
			

#home-right{
	float:left;
	width: 647px;
	border-left: 3px solid #000000;
	padding-left: 40px;
}
		
	#latest-posts{
	}
		#latest-posts #latest-posts-title{
			font-size: 31.25px;
			line-height: 31.25px;
			color: #000000;
			font-family: "Times New Roman", Times, serif;
			font-style:italic;
			padding-bottom:17px;
			border-bottom: 3px solid #000000;
		}
		
		#latest-posts .LatestPost{
			float:left;
			position:relative;
			width: 647px;
			border-bottom: 1px dashed #000000;
			padding: 20px 0;
		}
			#latest-posts .LatestPost .LatestPicture {
				position:relative;
				display:block;
				overflow:hidden;
				width: 388.2px;
			}
			#latest-posts .LatestPost .LatestPostContent {
				position:absolute;
				top: 40px;
				right:0px;
				display:block;
				overflow:hidden;
				padding:13px 15px;
				width: 323.5px;
				background: #ffffff;
			}
				#latest-posts .LatestPost h3.LatestTitle{
					font-size: 25px;
					line-height: 35px;
					height: 35px;
					overflow: hidden;
					color: #000000;
					font-family: "Times New Roman", Times, serif;
					font-style:italic;
				}
					#latest-posts .LatestPost h3.LatestTitle a{
						font-size: 25px;
						line-height: 35px;
						color: #000000;
						font-family: "Times New Roman", Times, serif;
						font-style:italic;
						text-decoration: none;
					}
				#latest-posts .LatestPost .LatestDate{
					font-size: 36px;
					line-height: 36px;
					color: #e2a5a8;
					font-family: "WalkwaySemiBoldRegular", Arial, sans-serif;
					padding-bottom:15px;
				}
				#latest-posts .LatestExcerpt{
				}
					#latest-posts .LatestExcerpt p{
						padding-bottom:7px;
						color: ;
					}
				#latest-posts a.LatestMoreLink{
					padding-bottom:7px;
					color: #000000;
					text-decoration: none;
					font-style:italic;
				}
				
				#link-to-blog{
					font-size: 17px;
					padding-top:5px;
					text-decoration: none;
					font-style:italic;
					float:right;
				}
/************************************************************************
#  HOME END
*************************************************************************/



/************************************************************************
#  POST
*************************************************************************/
.Post {
	position:relative;
	width: 100%;
}
.Post.BlogFormatPost{
	padding-bottom: 40px;
	border-bottom:1px solid #000000;
	margin-bottom: 30px;
}

	.TitleDate{
		padding-bottom:5px;
	}

		.Post .Title {
			float:left;
		}
			.Post .Title h2{
				line-height: 25px;
			}
			.Post .Title h2 a {
				font-family: "Times New Roman", Times, serif;
				text-decoration: none;
				color: #000000;
				font-size: 25px;
				line-height: 25px;
			}

		.Post .Date{
			text-decoration: none;
			font-family: "WalkwaySemiBoldRegular", Arial, sans-serif;
			color: #000000;
			font-size: 36px;
			line-height: 36px;
			text-transform:uppercase;
			float:left;
			padding-right: 25px;
			margin-bottom:10px;
			margin-right:10px;
			background: url(http://www.markstickland.com/blog/dag-chic-blog-gateway.php?action=image_colorize&effect=overlay&image=double_arrows.png&color=e2a5a8) right center no-repeat;
		}
		
					.Post .Title h2{
				line-height: 36px;
			}
			.Post .Title h2 a {
				line-height: 36px;
			}
				
		

	.Entry{
		padding-bottom:10px;
	}
		.Entry p{
			margin-bottom:20px;
		}

		.Entry ul {
			list-style-type: disc;
			margin-bottom: 20px;
		}

		.Entry ol {
			margin-bottom: 20px;
			margin-left:20px;
		}

		.Entry li {
			margin-left: 35px;
		}

		.Entry ul ul{
			margin-bottom: 0px;
		}

		.Entry a {
			text-decoration: underline;
		}

		.Entry a:hover {
			color: #e2a5a8;
		}

		.Entry strong {
			font-weight: bold;
		}

		.Entry em {
			font-style: italic;
		}

		.Entry input {
		}

		.Entry h1{
			font-size: 22.5px;
			margin-bottom:15px;
		}

		.Entry h2{
			font-size: 20px;
			margin-bottom:15px;
		}

		.Entry h3{
			font-size: 17.5px;
			margin-bottom:15px;
		}

		.Entry h4{
			font-size: 15px;
			margin-bottom:15px;
		}

		.Entry h5{
			font-size: 12.5px;
			margin-bottom:15px;
		}

		.Entry h6{
			font-size: 10px;
			margin-bottom:15px;
		}

	.MetaSocialMedia{
		padding-top:10px;
		position: relative;
	}
		.MetaSocialMedia .FacebookLike{
			margin:0 !important;
			width:100px;
			float: left;
		}
		.MetaSocialMedia .Pinterest{
			position:relative;
			float: left;
		}
		.MetaSocialMedia .TweetPost{
			float: left;
			margin-right: 20px !important;
		}
		.MetaSocialMedia .GooglePlus1{
			float: left;
			margin-right: 5px !important;
		}
/************************************************************************
#  POST END
*************************************************************************/



/************************************************************************
#  SIDEBAR
*************************************************************************/
#sidebar{
	float:right;
	width: 307px;
	border-left: 3px solid #000000;
	padding-left: 30px;
	position:relative;
}

	#sidebar * {
		font-size: 15px;
		color: #000000;
	}

	#sidebar .widget{
		padding:0 0 20px 0;
		margin:0 0 25px 0;
		border-bottom: 1px dashed #000000;
	}

	#sidebar h2{
		text-decoration: none;
		padding: 0px;
		font-size: 23.4px;
		color: #000000;
		font-family: "WalkwaySemiBoldRegular", Arial, sans-serif;
		text-transform: uppercase;
		display: inline;
		padding-right: 25px;
		max-width: 302px;
		background: url(http://www.markstickland.com/blog/dag-chic-blog-gateway.php?action=image_colorize&effect=overlay&image=double_arrows.png&color=e2a5a8) right center no-repeat;
	}

	#sidebar a{
		text-decoration:none;
	}
		#sidebar a:hover{
			color: #e2a5a8;
			text-decoration:underline;
		}

	#sidebar ul a{
	}

	#sidebar ul{
		list-style:none;
		padding:0;
		margin:0;
	}
		#sidebar ul li{
		}
			#sidebar ul li ul{
				padding-top:15px;
			}
				#sidebar ul li ul li{
				}
					#sidebar ul li ul li ul{
						border:none;
						padding-top:0px;
					}
						#sidebar ul li ul li ul li{
							border-bottom:none;
						}

	#sidebar .widget_text h2{
		border-bottom:none;
	}

	#sidebar .textwidget{
		padding-top:15px;
	}
	
	#sidebar .widget_tag_cloud div{
		padding-top:18px;
	}

	#sidebar .widget_tag_cloud div a{
		padding:0 10px 0 0;
	}

	#sidebar #calendar_wrap{
		padding-top:3px;
	}

	#sidebar #wp-calendar{
		width:100%;
	}

	#sidebar #wp-calendar tr td a{
		text-decoration: underline;
	}

	#sidebar #wp-calendar tr td#next{
		text-align:right;
	}

	#sidebar #searchform{
	}
		#sidebar #searchform input{
		}

	sidebar a.rsswidget{
		margin: -3px 0;
	}
		#sidebar a.rsswidget img{
			position:relative;
			top: 3px;
		}
/************************************************************************
#  SIDEBAR END
*************************************************************************/



/************************************************************************
#  SEARCH
*************************************************************************/
#searchform{
	width:310px;
}
	#searchform input{
		width:285px;
	}

	#searchform #searchsubmit{
		display:none;
		cursor:pointer;
	}
/************************************************************************
#  SEARCH END
*************************************************************************/



/************************************************************************
#  PAGES
*************************************************************************/
.Page{
	position:relative;
}

	.Page .PageTitle{
		padding-bottom:18px;
	}

	.Page .PageTitle h2{
		font-family: "Times New Roman", Times, serif;
		text-decoration: none;
		color: #000000;
		font-size: 25px;
	}
/************************************************************************
#  PAGES END
*************************************************************************/



/************************************************************************
#  SINGLE POST
*************************************************************************/
/************************************************************************
#  SINGLE POST END
*************************************************************************/



/************************************************************************
#  ARCHIVES PAGE
*************************************************************************/
h2.archivestitle{
}
/************************************************************************
#  ARCHIVES PAGE END
*************************************************************************/



/************************************************************************
#  ARCHIVE PAGE  -  CATEGORIES, TAGS, DATES, ETC
*************************************************************************/
#archive-title{
	padding-bottom:35px;
}

#archive-title h2{
	font-family: "WalkwaySemiBoldRegular", Arial, sans-serif;
	font-style: italic;
	font-size: 36px;
}
/************************************************************************
#  ARCHIVE PAGE END
*************************************************************************/



/************************************************************************
#  CONTACT
*************************************************************************/
.ContactContent{
	padding-bottom: 20px;
	}

	#contact-area{
	}
		#contact-area #contact-failed,
		#contact-area #contact-success{
			border: 1px solid #000000;
			margin-bottom:15px;
			padding:5px 10px;
		}
		
		#contact-area #contact-form #submit{
			float:right;
			clear:both;
		}

.ContactSidebar{
	float: right;
	width: px !important;
}
	#contact-side-labels{
		float:left;
		padding-right:10px;
		font-style: italic;
		color: #000000;
	}
	#contact-side-inputs{
		float:left;
	}

		#contact-side-labels .ContactSideItem,
		#contact-side-inputs .ContactSideItem{
			clear:left;
			padding-bottom: 2px;
		}
	#contact-side-map{
		padding-top: 15px;
	}
		#contact-side-map a{
			color: #e2a5a8 !important;
		}
		#contact-side-map a:hover{
			color: #e2a5a8 !important;
		}
/************************************************************************
#  CONTACT END
*************************************************************************/



/************************************************************************
#  COMMENTS
*************************************************************************/
#comments-archived-title{
	padding-bottom:10px;
	padding-top:5px;
}
	#comments-archived-title a{
		font-style:italic;
	}
#comments-archived{
	display: none;
}

#comments{
	position:relative;
	padding-top: 18px;
	padding-bottom: 30px;
}
	#comments .CommentsTitle{
		text-transform:uppercase;
		padding:10px 0;
		margin-bottom:25px;
		border-top:1px dashed #000000;
		border-bottom:1px dashed #000000;
		text-align:center;
	}

	ul.CommentList{
		list-style:none;
		position:relative;
	}
		ul.CommentList .CommentContainerTop{
			padding:0px;
			padding-left: 12px;
		}
			ul.CommentList .CommentAvatar{
				float:left;
				margin-right:18px;
			}
				ul.CommentList .CommentContainerTop .CommentAvatar img{
					padding:0px !important;
					margin:0px !important;
				}
			ul.CommentList .CommentAuthor{
				text-transform: uppercase;
				color: #000000;
				padding: 9px 0 4px 0;
				font-size: 17px;
			}
				ul.CommentList .CommentAuthor a{
					text-decoration: none;
					color: #000000;
				}
			ul.CommentList .CommentDate{
				padding-bottom:6px;
			}
				ul.CommentList .CommentDate a{
					text-decoration: none;
					color: #000000;
				}

		ul.CommentList .CommentContainerBottom{
			padding: 10px 8px;
			margin-top: 12px;
			background: #ffffff;
		}
			ul.CommentList .CommentModeration{
				font-style: italic;
			}
			ul.CommentList .CommentText,
			ul.CommentList .CommentText p{
				color: #000000;
			}

			ul.CommentList .CommentText p,
			ul.CommentList .CommentReply{
				color: #000000;
			}

			ul.CommentList .CommentReply,
			ul.CommentList .CommentReply a{
				text-decoration: none;
				padding: 8px 0 3px 0;
			}

		/* override the indenting from the .post section */
		.Post ul.CommentList li{
			list-style:none;
			margin:0 0 36px 0;
		}
			.Post ul.CommentList li ul{
				margin-left: 10px;
				padding-top: 15px;
				border-left: 1px solid #000000;
			}
				.Post ul.CommentList li ul li{
					padding-left: 10px;
				}
				
	.Respond {
		position:relative;
		margin:0 0 5px 0;
		padding-top:5px;
	}
		.Respond .Left{
			width:40%;
		}

		.Respond .Right{
			width:53%;
		}

		.Respond a#cancel-comment-reply-link{
			padding: 3px 0 10px 0;
			display:block;
		}

		.Respond input,
		.Respond textarea{
			padding:8px !important;
			background:none;
			margin: 0px 0 10px 0 !important;
			font-size:14px;
		}

		.Respond input{
			width:60%;
		}

		.Respond textarea{
			height:125px;
			width:96.5%;
		}

		.Respond .LabelContainer{
			position:relative;
			padding-bottom:8px;
		}

		.Respond .LabelContainer label{
			position:absolute;
			top:4px;
			padding:0 0 0 10px;
		}

		.Respond input#submit{
			background: #000000;
			color: #ffffff;
			position:relative;
			top:8px;
			float:left;
			width:auto;
			padding-left: 15px;
			padding-right: 15px;
			border:none;
			cursor:pointer;
		}
		.Respond input#submit:hover{
			background: #e2a5a8;
		}
		

/************************************************************************
#  COMMENTS END
*************************************************************************/


/************************************************************************
#  FOOTER
*************************************************************************/
#entry-navigation{
	padding-top: 5px;
	padding-bottom: 5px;
	position:relative;
}
	#entry-navigation a{
		text-decoration: none;
		text-align:center;
		line-height: 1.2em;
		font-family: "WalkwaySemiBoldRegular", Arial, sans-serif;
		color: #000000;
		font-size: 18px;
		text-transform: uppercase;
	}

#footer-container{
	position: relative;
	border-top: 1px solid #000000;
}

	#footer {
		position:relative;
		margin:0 auto;
		padding:15px 0 30px 0;
	}

		#footer p {
			display: inline;
		}

		#footer a{
			text-decoration:underline;
		}

		#footer #footer-left{
			float: left;
			width: 48%;
		}

		#footer #footer-right{
			float: left;
			width: 48%;
			padding-left: 4%;
		}
/************************************************************************
#  FOOTER END
*************************************************************************/



/************************************************************************
#  SHORTCODES
*************************************************************************/
blockquote,
blockquote p{
	font-size: 22.5px;
	font-style:italic;
	line-height:1.3em;
	font-family: "WalkwaySemiBoldRegular", Arial, sans-serif !important;
}

blockquote{
	background: url('images/shortcodes/quote-start.png') top left no-repeat;
	margin:0 0 15px 0;
}

blockquote p,
.entry blockquote p{
	background: url('images/shortcodes/quote-end.png') bottom right no-repeat;
	padding:5px 25px 0px 25px;
	text-indent: 2em;
}

blockquote.blockquoteLeft{
	display:inline;
	width:40%;
	float:left;
	margin:10px 10px 10px 0;
}

blockquote.blockquoteRight{
	display:inline;
	width:40%;
	float:right;
	margin:10px 0 10px 10px;
}

.red{
	border-top: 4px solid #8F0A00;
	border-bottom: 4px solid #8F0A00;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/red_alert.png') no-repeat top left;
	background-position:7px 15px;
}

.green{
	border-top: 4px solid #055F00;
	border-bottom: 4px solid #055F00;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/green_plus.png') no-repeat top left;
	background-position:7px 15px;
}

.yellow{
	border-top: 4px solid #AFA000;
	border-bottom: 4px solid #AFA000;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/yellow_textbox.png') no-repeat top left;
	background-position:7px 15px;
}

.blue{
	border-top: 4px solid #00456F;
	border-bottom: 4px solid #00456F;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/blue_check.png') no-repeat top left;
	background-position:7px 15px;
}

pre{
	border:1px dotted #777;
	padding:5px 15px;
	margin:0 0 15px 0;
	display:block;
	overflow:auto;
	background:#fff;
}

.TwoColumns{
}
	.TwoColumns .Column1{
		width: 49%;
		margin-right:2%;
		float:left;
	}
	.TwoColumns .Column2{
		width: 49%;
		float:left;
	}

.ThreeColumns{
}

	.ThreeColumns .Column1{
		width: 32%;
		margin-right:2%;
		float:left;
	}
	.ThreeColumns .Column2{
		width: 32%;
		margin-right:2%;
		float:left;
	}
	.ThreeColumns .Column3{
		width: 32%;
		float:left;
	}

.FourColumns{
}
	.FourColumns .Column1{
		width: 23.5%;
		margin-right:2%;
		float:left;
	}
	.FourColumns .Column2{
		width: 23.5%;
		margin-right:2%;
		float:left;
	}
	.FourColumns .Column3{
		width: 23.5%;
		margin-right:2%;
		float:left;
	}
	.FourColumns .Column4{
		width: 23.5%;
		float:left;
	}
/************************************************************************
#  SHORTCODES
*************************************************************************/


/************************************************************************
#  MOBILE / HANDHELD DEVICES
*************************************************************************/
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px),
only screen and (max-device-width: 800px),
handheld{
	.IsMobile {
		text-transform: capitalize; /* using this for mobile detection */
	}
}
/************************************************************************
#  MOBILE / HANDHELD DEVICES END
*************************************************************************/