/*	
//	popachi.com CSS
//	© 2012 A.Sheron
//	
//
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input
{padding: 0;}

/* SELECTION COLOR */
::-moz-selection { background: rgba(224, 70, 230, 0.3); color: #fff; text-shadow: none; }
::selection { background: rgba(224, 70, 230, 0.3); color: #fff; text-shadow: none; }

@font-face {
    font-family: 'AvantGarde';
    src: url('itcavantgardestd-xlt-webfont.eot');
    src: url('itcavantgardestd-xlt-webfont.eot?#iefix') format('embedded-opentype'),
         url('itcavantgardestd-xlt-webfont.woff') format('woff'),
         url('itcavantgardestd-xlt-webfont.ttf') format('truetype'),
         url('itcavantgardestd-xlt-webfont.svg#ITCAvantGardeGothicStdXLt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Florencesans';
    src: url('florsn02-webfont.eot');
    src: url('florsn02-webfont.eot?#iefix') format('embedded-opentype'),
         url('florsn02-webfont.woff') format('woff'),
         url('florsn02-webfont.ttf') format('truetype'),
         url('florsn02-webfont.svg#FlorencesansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html
{
	min-width: 320px;
}

body
{
	background: #EFECF0 url("/img/bodybg.jpg");
	font-family: 'Oxygen', sans-serif;
	color: #3E0D40;
}

a
{
	color: #E046E6;
	outline: none;	
	-moz-outline-style: none;
}

a:hover
{
	text-decoration: none;
}

p
{
	color: #3E0D40;
	font-weight: 300;
	margin: 5px;
}

.clear
{
	clear: both;
}

.pAccent
{
	font-family: 'Oswald', trebuchet, sans-serif;
	font-size: 110%;
	color: #E046E6;
	font-weight: 400;
	text-shadow: 0px 1px 0px #911977;
}

.threePercSpace
{
	float: left;
	width: 3%;
	height: 150px;
}

.loading_gif
{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

/* Responsive video helper classes */

.video169 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video43 {
	position: relative;
	padding-bottom: 75%; /* 4:3 */
	height: 0;
}
.video169 iframe, .video43 iframe,
.video169 object, .video43 object,
.video169 embed, .video43 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#container
{
	width: 100%;
}

header
{
	height: 81px;
	width: inherit;
	position: absolute;
	top: 0px;
	overflow: visible;
	text-align: center;
	z-index: 100;
	background: #EFECF0 url("/img/bodybg.jpg");
	border-bottom: 5px solid #CABECC;
}

#header_wrap
{
	width: 100%;
	height: inherit;
	text-align: center;
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}

#logo
{
	float: left;
	text-align: center;
	min-width: 160px;
	margin-left: 35px;
	padding-top: 20px;
	font-size: 40px;
	padding-bottom: 15px;
}

#logo a
{
	font-family: 'Florencesans', sans-serif;
	color: #E046E6;
	text-decoration: none;
	z-index: 5;
	border: none;
	text-shadow: 0px -1px 0px #911977;
}

#logo a:hover
{
	color: #EE74F3;
}

#navbar
{
	width: 420px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	height: 80px;
}


#navbar a
{
	color: #222222;
	text-decoration: none;
}

#navbar a:hover,active
{
	color: #FFFFFF;
	background: #E046E6;
}

#main
{
	background: #fefefe;
	position: relative;
	padding-top: 85px;
	padding-bottom: 2%;
	margin-top: 2%;
	min-height: 300px;
	z-index:2;
}

#home_wrap
{
	width: 95%;
	text-align: center;
	margin: 0 auto;
}

#home_blurb
{
	margin: 0 auto;
	width: 100%;
	font-family: 'Oswald', helvetica, sans-serif;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#homeFitText2
{
	margin-top: 1%;
	margin-bottom: 1%;
}

#homeFitText3
{
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}

#homeFitText4
{
	font-family: Garamond, serif;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}

#home_recent hr
{
	width: 55%;
	max-width: 650px;
	color: #CABECC;
	background-color: #CABECC;
	height:2px;
	border:none;
}

#home_recent
{
	margin: 0 auto;
	min-width: 100px;
	padding: 10px;
	max-width: 950px;
}

#tumblr_entries_loading_gif
{
	text-align: center;
	width: 100%;
}

#tumblr_entries_wrap
{
	min-height: 100px;
}

#tumblr_entries_blurb
{
	margin: 0 auto;
	font-size: 22px;
	padding: 20px;
}

.tumblr_entry
{
	text-align: left;
}

.tumblr_entry h1
{
	margin: 0;
	padding: 5px;
}

.tumblr_entry a
{
	text-decoration: none;
}

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


.tumblr_entry h2
{
	margin: 0;
	padding: 5px;
	padding-left: 7px;
	font-size: 12px;
}

.tumblr_entry p
{
	margin: 0;
	padding: 5px;
}

#about_wrap
{
	width: 95%;
	margin: 0 auto;
}

#about_blurb
{
	margin: 0 auto;
	width: 95%;
	font-family: 'Oswald', helvetica, sans-serif;
	text-align: center;
	padding: 15px;
}

#aboutFitText1
{
	margin-bottom: 1%;
}

.about_blurb_small
{
	font-family: helvetica, sans-serif;
	margin: 0 auto;
	max-width: 535px;
	padding-top: 15px;
}

#about_people
{
	position: relative;
	width: 100%;
	max-width: 915px;
	margin: 0 auto;
}

.about_person
{
	margin: 20px;
}

.about_headshot
{
	float: left;
	margin: 4px;
	margin-right: 24px;
}

.about_name
{
	font-weight: bold;
	padding-bottom: 6px;
}

.about_bio
{
	margin: 5px;
}

#portfolio_background
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#portfolioCanvas
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}

#portfolio_wrap
{
	position: relative;
	min-height: 300px;
	margin-left: 3%;
	margin-right: 3%;
}

#portfolio_gallery_window
{
	text-align: center;
	margin: 0 auto;
	max-width: 1800px;
	width: 90%;
}

.portfolio_nav
{
	width: 240px;
	margin: 0 auto;
	height: 40px;
	overflow: visible;
}

.portfolio_nav li
{
	text-align: center;
	float: left;
}

.portfolio_nav li a
{
	text-decoration: none;
	font-family: 'Oswald', helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 19px;
	height: 40px;
	padding: 10px;
}

.portfolio_nav li a:hover
{
	text-decoration: none;
	color: #ffffff;
	background: #E046E6;
}

.portfolio_selected
{
	color: #FFFFFF;
	background: #E3A6E9;
}

.portfolio_content
{
	margin-top: 1%;
}

#portfolio_overflow
{
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 100%;
}

#portfolio_webdesign
{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.webdesign_gallery
{	
	text-align: center;
}

.webdesign_image_wrap
{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: auto;
	margin: 10px;
}

.webdesign_image_wrap a
{
	color: #444;
	text-decoration: none;
}

.webdesign_image_wrap a:hover
{
	color: #9a9a9a;
}

.webdesign_image
{
}

.webdesign_image_title
{
	width: 100%;
}

.webdesign_image_wrap img
{
	max-width: 120px;
	max-height: 120px;
	width: 100%;
}

#video_gallery
{
	margin: 0 auto;
	margin-bottom: 1%;
	min-width: 240px;
}

.video_item
{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 96%;
	max-width: 1200px;
}

.photofolio_item
{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.audio_item
{
	margin-top: 10px;
	margin-bottom: 20px;
}

#services_wrap
{
	max-width: 700px;
	margin: 0 auto;
	margin-top: 1%;
	margin-bottom: 3%;
	padding-left: 5%;
	padding-right: 5%;
}

#services_list
{
	text-align: left;
	float: left;
	font-family: 'Oswald', helvetica, sans-serif;
	font-size: 25px;
}

#services_list a
{
	text-decoration: none;
}

#services_checks
{
	float: left;
	
}

#services_checks ul
{
	list-style-image: url('/img/check.png');
	list-style-position: inside;
}

#services_checks ul li
{
	padding: 3px;
}

.testimonial
{
	margin-top: 15px;
}

.testimonalName
{
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 25px;
}

#findoutblurb
{
	margin-top: 35px;
}

#services_blurb
{
	margin-top: 2%;
	margin-bottom: 2%;
	float: left;
	width: 96%;
	font-size: 18px;
	text-align: center;
}

#contact_wrap
{
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

#contact_wrap textarea
{
	width:100%;
	resize: none;
	height: 200px;
	margin: 0 auto;
	font-size: 16px;
	padding: 10px;
	margin-top: 10px;
}

#contact_wrap input
{
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

#contact_wrap input[type="submit"]
{
	border: 1px solid #CABECC;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #EFECF0;
	cursor: pointer;
	moz-border-radius: 15px;
	border-radius: 15px;
	width: 200px;
}

#contact_wrap input[type="submit"]:hover
{
	background:#F7F4F8;
	color: #894D9C;
}

#contact_blurb
{
	font-family: 'Oswald', helvetica, sans-serif;
}

.contact_hr
{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	width: 30%;
	color: #CABECC;
	background-color: #CABECC;
	height:2px;
	border:none;
}

#contact_form
{
	margin: 0 auto;
	width: 90%;
}

#contact_form_col1
{
	float: left;
	text-align: center;
}

#contact_form_col2
{
	float: left;
}

#contact_form_nameandemail
{
	margin: 0 auto;
	text-align: center;
}

#thanks_wrap
{
	text-align: center;
	font-size: 20px;
}

#social_links
{
	font-family: serif;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
	z-index: 100;
}

footer
{
	margin: 0 auto;
	border-top: 5px solid #CABECC;
	font-family: sans-serif;
	font-size: 12px;
	color: #666666;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* @end */