/*
Theme Name: Andie Day
Description: The Official Andie Day Theme
Theme URI: http://growthspark.com
Version: 2.0
Author: Growth Spark
Author URI: http://growthspark.com
*/

#preloader {
    /* Images you want to preload*/
    background-image: url('images/ad-blog-link-off.png');
    background-image: url('images/ad-blog-link-over.png'); 
    background: url('images/ad-email-sign-off.png');   
    background: url('images/ad-email-sign-hover.png');   
    width: 0px;
    height: 0px;
    display: inline;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font: 11px normal Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'HelveticaNeueLTStd25UltraLt';
	font-size: 36px;
	color: #FFF;
	font-weight: 100;
	text-align: right;
	margin-bottom: 20px;
	letter-spacing:1px
}

h2 {
	font-family: 'HelveticaNeueLTStd25UltraLt';
	font-size: 36px;
	color: #adadad;
	font-weight: 100;
	text-align: left;
	margin-bottom: 20px;
	letter-spacing:1px
}

h3 {
	font-family: 'NothingRegular';
	font-size: 20px;
	color: #000;
	font-weight: 100;
	margin: 20px 0px;
}

ul, ol {
	margin: 0px 0px 0px 30px;
	color: #666;
	line-height: 18px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Main Structure */

.container {
	width: 1020px;
	margin: 0px auto;
	margin-top: 5%;
	border: 1px solid #ccc;
	overflow: visible;
	min-height: 700px;
}

.header {
	height: 160px;
}

.logo {
	width: 200px;
	margin-top: 30px;
	margin-left: 40px;
	height: 100px;
	float: left;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
	text-align: left;
}

.content {
	overflow: hidden;
}

.left {
	float: left;
	width: 240px;
	border-top: 1px solid #ccc;
	min-height:460px;
	padding-bottom:2000px;
	overflow:hidden;
	margin-bottom:-2000px;
}

.left_inner {
	padding: 30px;
}

.left_inner a {
	color: #fff;;
	text-decoration: none;
	font-weight: bolder;
}

.left_inner a:hover {
	text-decoration: underline;
}

.left_inner p {
	color: #Fff;
	margin-top: 10px;
	line-height: 18px;
}

.left_inner ul {
	color: #Fff;
	/* line-height: 18px; */
}

.left_inner ul li a{
	color: #Fff;
	text-decoration: none;
}

.center {
	float: left;
	width: 460px;
	background: #Fff;
	border-top: 1px solid #ccc;
}

.viewbook {
	float: left;
	height: 458px;
	overflow: hidden;
	width: 780px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #Fff;
}

.center_inner {
	padding: 30px;
	padding-left: 60px;
}

.center_inner p {
	color: #666;
	margin-top: 10px;
	line-height: 18px;
}

.center_inner a {
	color: #666;
	font-weight: bolder;
	text-decoration: none;
}

.center_inner a:hover {
	text-decoration: underline;
}

.right {
	float: left;
	width: 320px;
	border-top: 1px solid #ccc;
	min-height:460px;
	padding-bottom:2000px;
	overflow:hidden;
	margin-bottom:-2000px;
}
.lifestyle {
	font-family: 'HelveticaNeueLTStd25UltraLt';
	font-size: 26px;
	float: left;
	color: #adadad;
	margin: -12px 0px 0px 15px;
	font-weight: 100;
	vertical-align: baseline;
}

/* Navigation */

ul#topnav {
	margin: 0;
	padding: 0;
	float: right;
	width: 400px;
	margin-right:260px;
	list-style: none;
	position: relative;
	font-size: 13px;
	background: #fff;
}

ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #808080;
	padding: 0px 15px;
}

ul#topnav li.lastitem {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

ul#topnav li a {
	display: block;
	text-decoration: none;
	color: #808080;
}

ul#topnav li ul {
	float: left;
	padding: 15px 0 0;
	position: absolute;
	/*left: 0;*/
	/*text-align:center;*/
	top: 15px;
	margin:0 auto;
	display: none;
	width: 380px;
	margin-left:-75px;
	background: #fff;
	list-style: none;

}

 
ul#topnav li:hover ul {
	display: block;
	opacity: 1;
} 

ul#topnav li ul li a {
	display: inline;
}

ul#topnav li ul li a:hover {
	text-decoration: none;
}

/*
ul#topnav li.current-menu-item ul, ul#topnav li.current-menu-ancestor ul, ul#topnav li.current-menu-parent ul {
	display: block;
	opacity: 1;
}
*/

/* Special Blog Link */
#blog {
	width: 200px;
	height: 48px;
}

#blog a {
	background: url('images/ad-blog-link-off.png') no-repeat;
	text-indent: -9999px;
	width: 200px;
	height: 48px;
	position: absolute;
	margin: 80px 0px 0px 560px;
}

#blog a:hover {
	background: url('images/ad-blog-link-over.png') no-repeat;
}

/* Red */

#left_red {
	float: left;
	/* height: 460px; */
	width: 240px;
	background: #ef4135;
}

/* Green */

#left_green {
	float: left;
	height: 460px;
	width: 240px;
	background: #51a847;
}

/* Purple */

#left_purple {
	float: left;
	height: 460px;
	width: 240px;
	background: #92278f;
}

/* Blue */

#left_blue {
	float: left;
	width: 240px;
	background: #d7873f;
	border-top: 1px solid #ccc;
}

.center_blue {
	float: right;
	width: 780px;
	min-height: 460px;
	background: #d7873f;
	border-top: 1px solid #ccc;
}

.right_blue {
	float: left;
	height: 460px;
	width: 320px;
	background: #d7873f;
}

/* Orange */

#left_orange {
	float: left;
	height: 460px;
	width: 240px;
	background: #ff9001;
}

/* Portfolio */

.title {
	margin-top: 420px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	z-index: 2000;
	width: 380px;
}

.title_left {
	position: absolute;
	margin-right: 5px;
	margin-left: 15px;
	text-align: left;
	width: 30px;
	color: #FFF;
	text-decoration: none;
}

.title_name {
	position: absolute;
	margin-right: 5px;
	margin-left: 35px;
	text-align: left;
	width: 200px;
	color: #FFF;
	text-decoration: none;
}

.title_right {
	position: absolute;
	margin-right: 5px;
	margin-left: 415px;
	text-align: right;
	width: 30px;
	color: #FFF;
	text-decoration: none;
}

#number {
	margin-top: 0px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.number {
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
	text-decoration: none;
}

.number#on {
	font-weight: bold;
}

.number:hover {
	text-decoration: underline;
}

.see {
	margin-top: 420px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

.see:hover {
	text-decoration: underline;
}

/* Utility Nav */

.utility {
	width: 380px;
	margin-top: 20px;
	margin-right: 20px;
	height: 80px;
	float: right;
}

#social {
	width: 80px;
	float: right;
}

#social li {
	display: inline;
	list-style: none;
}

.contact {
	width: 150px;
	float: left;
}

.contact a {
	text-decoration: none;
	font-size: 14px;
	color: #808080;
}

.phone {
	width: 150px;
	font-size: 14px;
	color: #808080;
	float: left;
}

#social a img {
	
}

#social a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* Footer */

.footer {
	border-top: 1px solid #ccc;
	padding: 10px 0px 20px;
}
#copyright {
	float: right;
}

#copyright a {
	background: url('images/ad-email-sign-off.png') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 250px;
	height: 36px;
}

#copyright a:hover {
	background: url('images/ad-email-sign-hover.png') no-repeat;
}

ul#footernav {
	
}

ul#footernav li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
}

ul#footernav li a {
	text-decoration: none;
	color: #999;
}

#footer-left {
	width: 40%;
	color: #999;
	float: left;
	text-align: left;
	padding: 20px 0 0 20px;
}

#footer-right {
	width: 40%;
	color: #999;
	float: right;
	padding: 20px 20px 0 0;
}

/* GF */
/*
.gform_wrapper {
	float: right;
}

.gform_body {
	float: left;
}

.gform_footer {
	float: left;
}

.gform_body ul {
	margin: 0px;
	padding: 0px;
}

.gform_body ul li {
	list-style: none;
}

.gform_body #input_1_1 {
	color: #333;
	font-size: 10px;
	width: 187px;
	height: 8px;
	padding: 8px 5px 0;
	background: white;
	border: 1px solid #CCC;
	margin-right: 5px;
}

.gform_body label {
}
#footer-right .gform_body label {
	display: none;
}
.gform_footer #gform_submit_button_1 {
	width: 28px;
	height: 24px;
	cursor: pointer;
	padding: 0px;
	padding: 0px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/btn_search.jpg) no-repeat;
	border: none;
	outline: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-indent: -9999px;
	cursor: pointer;
}

.gform_footer #gform_submit_button_1:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

*/
.gform_edit_link {
	display: none;
}

/* Portfolio Slider */

.container-slide {
	overflow: hidden;
	position: relative;
}

div.slides {
	position: absolute;
	top: 0;
	left: 0;
}

h6 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
}

ul.slides {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

div.slides div, ul.slides li {
	position: absolute;
	top: 0;
	width: 780px;
	height: 460px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 0;
}

.slides_control {
	height: 460px !important; 
}

#SliderTitle {
	width: 240px;
	float: left;
}
/*
		 * Optional
		*/

#loopedSlider,#newsSlider {
	margin: 0;
	float: left;
	width: 460px;
	height: 460px;
	position: relative;
	clear: both;
}

ul.pagination {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.pagination li {
	float: left;
}

ul.pagination li a {
	padding: 2px 4px;
	text-decoration: none;
	color: #e9e9e9;
}

ul.pagination li.active a {
	text-decoration: underline;
	font-weight: bold;
	color: white;
}

.next {
	margin-left: 425px;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
	text-decoration: none;
}

.previous {
	margin-left: 10px;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
	text-decoration: none;
}

.title {
	text-align: left;
	margin-top: -50px;
	margin-left: 40px;
}

@font-face {
    font-family: 'HelveticaNeueLTStd25UltraLt';
    src: url('css/fonts/helveticaneueltstd-ultlt-webfont.eot');
    src: url('css/fonts/helveticaneueltstd-ultlt-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/helveticaneueltstd-ultlt-webfont.woff') format('woff'),
         url('css/fonts/helveticaneueltstd-ultlt-webfont.ttf') format('truetype'),
         url('css/fonts/helveticaneueltstd-ultlt-webfont.svg#HelveticaNeueLTStd25UltraLt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NothingRegular';
    src: url('css/fonts/nothing-webfont.eot');
    src: url('css/fonts/nothing-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/nothing-webfont.woff') format('woff'),
         url('css/fonts/nothing-webfont.ttf') format('truetype'),
         url('css/fonts/nothing-webfont.svg#NothingRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
