﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	color:#fff;
}
/* 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;
}

body
{
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size:62.5%;
    background:#000;
    color:#fff;
    margin:0 auto;
    width:980px;
    line-height:1.4em;
}

#skipnav,.hidden
{
    display:none;
}

em {
font-style:italic;
}


.clear
{
    clear:both;
}


#outer
{
    position:relative;
    width:950px;
    margin:5px auto;   
    
}

div.title a
{
    display:block;
	position:relative;
	margin:50px auto 20px;
	width:561px;
	height:150px;
	background:url(../images/isabella-blow-foundation.png) no-repeat;
	text-indent:-10000px;
	font-size:1px;
	
}

div.social { margin-bottom:20px; text-align:center; }

div.social a 
{

  margin-right:10px;

}

#intro
{
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	margin-bottom:1em;
	
	padding:2em 0 1em;
}

p,li,label
{
	font-size:1.6em;
	line-height:1.4em;
}

ol
{
	list-style-type:decimal;
	margin:0 0 1em 2em;
}

p
{
	margin-bottom:1em;
}

h2
{
	font-size:1.8em;
	line-height:1.3em;
	margin-bottom:1em;
	text-transform:uppercase;
}
h2 a { text-decoration:none; }

h3 { font-size:1.5em; margin:10px 0 5px;  text-transform:uppercase; }

.col2
{
	width:450px;margin:0 15px 20px;
	float:left;
	padding:1em 0;
}

.col3_wide
{
	width:590px;
	margin:0 25px 20px;
	float:left;
	padding:1em 0;
}

.col3
{
	width:270px;
	margin:0 25px 20px;
	float:left;
	padding:1em 0;
	
}

#ydkuldj-ydkuldj
{
border:solid 1px #ccc;
padding:0 5px;
-moz-border-radius:3px;
-wekbit-border-radius:3px;
border-radius:3px;
width:200px;
height:35px;
font-size:15px;
}

#form
{
background:#ccc;
padding:5px;
display:inline-block;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}

#submit
{
background:#333;
padding:3px 10px;
border:solid 1px #333;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
color:#fff;
height:35px;
margin:5px 0;
}

.top
{
	border-top:dotted 1px #fff;
	margin-top:2em;
}

.bottom
{
	border-bottom:dotted 1px #fff;
	margin-bottom:2em;
}
.bpad
{
	margin-bottom:15px;
}

p.cent
{
	text-align:center;
}

.ralign
{
	float:right;
	margin:0 0 20px 30px;
	text-align:center;
}

.ralign img
{
	margin:0 0 10px 0;
	display:block;
	
}
.centrecol { width:750px; margin:20px auto;}

.navigation { width:100%; text-align:center; padding:0 0; border-top:dotted 1px #fff; }
.navigation ul { position:relative; margin:0 auto; }
.navigation li { display:inline-block;  }
.navigation li a { text-decoration:none; display:inline-block; padding:10px; }
.navigation li a:hover { background:#fff; color:#000; }

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media(max-width:1000px)
{
body { width:100%; }

.col3_wide { width: 60%; margin: 0 3% 20px; }
.col3 { width: 27%; margin:0 3% 20px; }

img.responsive { width:100% !important; height:auto !important;}

}

@media(max-width:800px)
{
    .centrecol{
        width:94%; margin:0 3%;
    }
    #ydkuldj-ydkuldj
    { width:100%; }
}

@media(max-width:730px)
{
    .col3 { width:94%; }
    .col3_wide { width:94%; }
    #ydkuldj-ydkuldj
    { width:50%; }
    .mediumhide { display:none; }
}
@media(max-width:600px)
{
    div.title a { width:70%; background-size:contain; height:100px; margin:20px auto 10px;}
    
}

@media(max-width:450px)
{
    .ralign {
        margin: 0;
    }
    div.title a { height:70px;}
    img.mobileresponsive { width:100% !important; height:auto!important; }
}


