/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/


	*
	{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	body
	{
		margin: 0;
		padding: 0;
		background: #faf2f2 url(images/bg01.jpg) repeat;
		font-family: 'Open Sans', sans-serif;
		font-size: 10.50pt;
		color: #777b74;
	}
	
	a
	{
		color: #777b74;
	}
	
	h1, h2, h3
	{
		font-family: 'Oleo Script', serif;
	}

	h2
	{
		font-size: 1.75em;
		color: #66755c;
	}

	form
	{
	}
	
		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}
			
	br.clear
	{
		clear: both;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	p
	{
		line-height: 1.95em;
	}
	
	strong
	{
		font-weight: bold;
		color: #373935;
	}
	
	section,
	article
	{
		margin-bottom: 3em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
		}

	.image-full
	{
		display: block;
		width: 100%;
	}

	.image-left
	{
		float: left;
		margin: 0 2em 0 1em;
	}

	ul.style1
	{
	}
	
		ul.style1 li
		{
			padding: 1em 0;
			border-top: 1px solid #d4d1d1;
			color: #777b74;
		}

		ul.style1 a
		{
			display: block;
			height: 3.40em;
			padding: 1.00em 0 0 4.50em;
			background: url(images/icon-01.png) no-repeat left top;
			color: #777b74;
		}

		ul.style1 .first
		{
			border: none;
			padding-top: 0;
		}

	ul.style2
	{
	}

		ul.style2 li
		{
			padding: 1.00em 0;
			background: url(images/divider01.png) repeat-x left top;
			color: #777b74;
		}

		ul.style2 a
		{
			color: #777b74;
		}

			ul.style2 a:hover
			{
				text-decoration: none;
				color: #777b74;
			}

		ul.style2 .first
		{
			padding-top: 0;
			background: none;
		}

	ul.style3
	{
	}

		ul.style3 li
		{
			display: inline-block;
			padding: 1.25em 0 0.50em 0;
			background: url(images/divider01.png) repeat-x left top;
			color: #777b74;
		}

		ul.style3 a
		{
			color: #777b74;
		}

			ul.style3 a:hover
			{
				text-decoration: none;
				color: #777b74;
			}


		ul.style3 .date 
		{
			float: left;
			display: inline-block;
			margin-bottom: 3.55em;
			margin-top: 1.65em;
			margin-right: 1.25em;
			background: #555753 url('images/grad1.svg') repeat-x;
			background: -webkit-gradient(linear, left top, left bottom, from(#7f837c), to(#555753));
			background: -webkit-linear-gradient(top, #7f837c, #555753);
			background: -moz-linear-gradient(top, #7f837c, #555753);
			background: -ms-linear-gradient(top, #7f837c, #555753);
			background: -o-linear-gradient(top, #7f837c, #555753);
			background: linear-gradient(top, #7f837c, #555753);
			border-radius: 5px;
			border: 1px solid #434542;
			box-shadow: 0 1px 4px rgba(0,0,0,0.4); 
			font-family: 'Arvo', serif;
			font-size: 0.75em;
			font-weight: 300;
		}
		
			ul.style3 .date span 
			{
				display: inline-block;
				padding: 0.25em 1.00em;
				text-decoration: none;
				text-align: center;
				border-radius: 5px;
				border: 1px solid #858982;
				border-top: 1px solid #d0d4ce;
				text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
				color: #FFFFFF;
			}

		ul.style3 .first
		{
			padding-top: 0;
			background: none;
		}

	ul.style4
	{
	}

		ul.style4 li
		{
			margin: 0.50em 0 1.25em 0;
			padding: .50em 0em;
			border-top: 1px solid #d4d1d1;
			border-top: 1px solid #d0d4ce;
		}
	
		ul.style4 li:before
		{
			position: relative;
			top: 8px;
			left: 0;
			margin-right: 1em;
			padding: .50em .70em;
			display: inline-block;
			content: url(images/checkmark.png);
			background: #555753 url('images/grad1.svg') repeat-x;
			background: -webkit-gradient(linear, left top, left bottom, from(#7f837c), to(#555753));
			background: -webkit-linear-gradient(top, #7f837c, #555753);
			background: -moz-linear-gradient(top, #7f837c, #555753);
			background: -ms-linear-gradient(top, #7f837c, #555753);
			background: -o-linear-gradient(top, #7f837c, #555753);
			background: linear-gradient(top, #7f837c, #555753);
			border-radius: 5px;
			border: 1px solid #434542;
			box-shadow: inset 0px 1px 1px #f5e9e9;
		}
	
		ul.style4 a
		{
			color: #777b74;
		}
	
		ul.style4 a:hover
		{
			text-decoration: none;
			color: #777b74;
		}
		
		ul.style4 .first
		{
			margin-top: 0;
			padding-top: 0;
			border: none;
		}

	ol.style1
	{
	}
	
	.button-style1
	{
		display: inline-block;
		white-space: nowrap;
		margin-top: 1em;
		background: #d3dccd url('images/grad2.svg') repeat-x;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d3dccd));
		background: -webkit-linear-gradient(top, #ffffff, #d3dccd);
		background: -moz-linear-gradient(top, #ffffff, #d3dccd);
		background: -o-linear-gradient(top, #ffffff, #d3dccd);
		background: -ms-linear-gradient(top, #ffffff, #d3dccd);
		background: linear-gradient(top, #ffffff, #d3dccd);
		border: 1px solid #e2ecdb;
		padding: 0.75em 1.5em;
		text-decoration: none;
		text-align: center;
		border-radius: 5px;
		box-shadow: inset 0px 1px 0px #FFFFFF, inset 1px 1px 1px #FFFFFF, inset 0px 0px 2px #FFFFFF, inset 0px 0px 2px #FFFFFF;
		text-shadow: 0px 1px 0px rgba(255,255,255,255.4);
		font-family: 'Oleo Script', serif;
		font-size: 1.75em;
		font-weight: 300;
		color: #66755c;
	}

	.button-style2
	{
		display: inline-block;
		white-space: nowrap;
		margin-top: 1em;
		background: #66755c url('images/grad3.svg') repeat-x;
		background: -webkit-gradient(linear, left top, left bottom, from(#9bb28c), to(#66755c));
		background: -webkit-linear-gradient(top, #9bb28c, #66755c);
		background: -moz-linear-gradient(top, #9bb28c, #66755c);
		background: -ms-linear-gradient(top, #9bb28c, #66755c);
		background: -o-linear-gradient(top, #9bb28c, #66755c);
		background: linear-gradient(top, #9bb28c, #66755c);
		border: 1px solid #6f8063;
		padding: 0.75em 1.5em;
		font-family: 'Arvo', serif;
		font-size: 1.10em;
		font-weight: 300;
		border-radius: 5px;
		box-shadow: inset 0px 1px 0px #d7e4ce, inset 1px 1px 1px #cd7f7f, inset 0px 0px 2px #a5bd95, inset 0px 0px 2px #a5bd95;
		text-align: center;
		text-decoration: none;
		text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
		color: #FFFFFF;
	}
	

	.subtitle
	{
		line-height: 1.70em;
		font-family: 'Arvo', serif;
		color: #6587ab;
	}

	
	/* Assign these to ARTICLE tags */

	.box-post
	{
	}
	
	.box-featured-post
	{
	}

	/* Assign these to SECTION tags */

	.box-news
	{
	}
	
	.box-tweets
	{
	}

	.box-contact
	{
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		overflow: hidden;
		background: url(images/bg02.jpg) repeat;
		border-bottom: 1px solid #b8bcb5;
		box-shadow: 0 5px 5px -5px rgba(0,0,0,.2);
	}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
		overflow: hidden;
		padding: 5em 0 4em 0;
		border-top: 1px solid #b8bcb5;
		border-bottom: 1px solid #b8bcb5;
		background: url(images/bg02.jpg) repeat;
	}
	
	#footer-wrapper
	{
		padding: 4em 0 3em 0;
	}

	
/*********************************************************************************/
/* Searchbox                                                                     */
/*********************************************************************************/

	#searchbox
	{
		position: relative;
	}
	
		#searchbox .text
		{
			background: url(images/bg01.jpg) repeat;
			border: 1px solid #b8bcb5;
			padding: 0.75em 3.25em 0.75em 0.75em;
			border-radius: 5px;
			width: 100%;
			box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 0px 0px rgba(255,255,255,0.15);
			outline: none;
			font-family: 'Arvo', serif;
			color: #787c75;
		}
		
		#searchbox .submit
		{
			position: absolute;
			right: 0;
			top: 0.25em;
			display: block;
			width: 2.5em;
			height: 2.5em;
			border: 0;
			background: none;
			text-indent: -9999em;
		}

		#searchbox .submit-magnifier
		{
			position: absolute;
			display: inline-block;
			width: 0.4em;
			height: 0.4em;
			top: 0.30em;
			right: 0.50em;
			border: 0.08em solid #787c75;
			border-radius: 0.35em;
			font-size: 2.50em;
		}


			#searchbox .submit-magnifier::before
			{
				content: "";
				display: inline-block;
				position: absolute;
				top: 0.35em;
				left: -0.30em;
				border-width: 0;
				background: #787c75;
				width: 0.35em;
				height: 0.08em;
				-webkit-transform: rotate(135deg);
				-moz-transform: rotate(135deg);
				-ms-transform: rotate(135deg);
				-o-transform: rotate(135deg);
			}
		
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

		.right-sidebar #content
		{
		}

		.left-sidebar #content
		{
		}

		#content h2
		{
			padding: 0 0 0.30em 0;
			letter-spacing: -0.02em;
			text-shadow: 1px 1px 0px #FFFFFF;
		}

		.homepage #content h2
		{
			padding: 0 0 0.60em 0;
		}

		#content .subtitle
		{
			padding: 0 0 0 0;
			letter-spacing: -0.08em;
		}

		.homepage #content .subtitle
		{
			padding: 0 0 1.00em 0;
		}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

		#sidebar h2
		{
			padding: 0 0 1.25em 0;
			letter-spacing: -0.02em;
			text-shadow: 1px 1px 0px #FFFFFF;
		}

		.homepage #sidebar h2
		{
			padding: 0 0 0.40em 0;
			letter-spacing: -0.02em;
			text-shadow: 1px 1px 0px #FFFFFF;
		}

		#sidebar .subtitle
		{
			padding: 0 0 1.00em 0;
			letter-spacing: -0.04em;
		}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		overflow: hidden;
		margin-top: 0.50em;
		margin-left: 0.50em;
		margin-right: 0.50em;
		margin-bottom: 3em;
		padding: 4em 0 3em 0;
		background: #20718c url(images/bg03.jpg) repeat-x left bottom;
		border-radius: 5px;
		border: 1px solid #FFF;
		-webkit-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, .2);
		box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, .2);
	}

		#banner h2
		{
		}
		
		#banner .text-style1
		{
			padding: 0.50em 0 0.50em 0;
			line-height: 1.30em;
			letter-spacing: -0.04em;
			text-shadow: 1px 1px 0px rgba(0,0,0,.5);
			font-family: 'Oleo Script', serif;
			font-weight: 200;
			color: #FFFFFF;
		}

		#banner .text-style2
		{
			line-height: 1.85em;
			text-shadow: 1px 1px 0px rgba(0,0,0,.5);
			font-family: 'Arvo', serif;
			color: #FFFFFF;
		}

		#banner #column1
		{
		}

		#banner #column1 .button-style1 span
		{
		}

		#banner .slider {
			position: relative;
			float: right;
			background: url(images/banner-computer-bg.png) no-repeat left top;
			background-size: 100% 100%;
		}

			#banner .slider:before {
				content: '';
				position: absolute;
				display: block;
				width: 100%;
				height: 100%;
				background: url(images/image-shine.png) no-repeat left top;
				background-size: 100% 100%;
				z-index: 1;
			}
		
			#banner .slider .viewer {
				position: absolute;
			}

				#banner .slider .reel {
					display: none;
				}

				#banner .slider .viewer .slide {
					position: relative;
				}

					#banner .slider .viewer .slide a {
						position: absolute;
						display: block;
						left: 0;
						top: 0;
						z-index: 100;
						width: 100%;
						height: 100%;
						text-indent: -9999em;
					}

/*********************************************************************************/
/* Marketing                                                                     */
/*********************************************************************************/

	#marketing-wrapper
	{
		margin-top: 3em;
		margin-bottom: 2em;
		border-radius: 5px;
		border: 1px solid #6f8063;
		box-shadow:0 1px 4px rgba(0,0,0,0.4); 
		font-family: 'Arvo', serif;
		font-size: 1.25em;
		font-weight: 300;
		text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	}
	
	#marketing 
	{
		color: #FFFFFF;
		text-decoration: none;
		background: #66755c url('images/grad3.svg') repeat-x;
		background: -webkit-gradient(linear, left top, left bottom, from(#9bb28c), to(#66755c));
		background: -webkit-linear-gradient(top, #9bb28c, #66755c);
		background: -moz-linear-gradient(top, #9bb28c, #66755c);
		background: -o-linear-gradient(top, #9bb28c, #66755c);
		background: -ms-linear-gradient(top, #9bb28c, #66755c);
		background: linear-gradient(top, #9bb28c, #66755c);
		border-radius: 5px;
		border: 1px solid #a5bd95;
		border-top: 1px solid #d7e4ce;
		width: 100%;
	}
	
		#marketing h2
		{
			font-weight: 400;
			color: #FFFFFF;
		}
		
		#marketing .subtitle
		{
			color: #e2e6e0;
		}
		
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		text-shadow: 1px 1px 0 #FFFFFF;
	}

		#footer h2
		{
			padding: 0 0 1.00em 0;
			font-size: 1.75em;
			color: #66755c;
		}

/*********************************************************************************/
/* Newsletter                                                                    */
/*********************************************************************************/

	#newsletter
	{
		position: relative;
	}
	
		#newsletter .text
		{
			width: 100%;
			padding: 0.75em 3.25em 0.75em 0.75em;
			background: #faf2f2 url(images/bg04.jpg) repeat;
			outline: none;
			border: 0;
			border-radius: 5px;
			border: 1px solid #b8bcb5;
			box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.35);
			color: #fff;
		}
		
		#newsletter .submit
		{
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		background: url(images/divider01.png) repeat-x left top;
		padding: 4em 1em 8em 1em;
		text-align: center;
		text-shadow: 1px 1px 0px #FFFFFF;
		font-size: 0.90em;
		color: #aa9d9d;
	}
