


object, input {outline:none;}
a {outline:none; text-decoration:none;}
html {height:100%; width: 100%; /*-webkit-text-stroke: 0.1px;*/}
img {border:0;}


::selection { background: #b7154b ; color:#FFFFFF; /* Safari */ }
::-moz-selection {background: #b7154b ; color:#FFFFFF ; /* Firefox */ }


body {
	font: 100% "Maven Pro", Arial, sans-serif;font-weight:400;	
	font-smooth:always;
	margin: 0;
	padding: 0;
	color: #9a939e;
	font-size:14px;
	width:100%;
	height:100%;
	background-color:#efefef;
	text-align:left;
	line-height: 1.2em;
}





ul,li {	padding:0;	margin:0; list-style:none;}
p {	padding:0;	margin:0; margin-bottom:10px; }



a, p a, a:focus, a:visited , p a:visited, a bdo, a:visited bdo   {
	font-family:"Maven Pro", Arial, sans-serif;font-weight:400;
	color:#b7154b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
p a:hover, a:hover bdo   {
    color:#9a939e;
}


p {line-height: 1.3em;}


a:hover, a:hover bdo {
	color:#b7154b;
	text-decoration:none;
}

a:active, a:focus {
    text-decoration:none;
}


strong, b, strong a, b a {
    font-weight:normal;
	font-family:"Maven Pro", Arial, sans-serif;font-weight:700;
}



h1 {
    font-weight:normal;
	font-family:"Maven Pro", Arial, sans-serif;font-weight:400;
	margin-top:0px;
	font-size: 1.5em;
	color:#b7154b;
	line-height: 1em;
}



h2, h3 {
    font-weight:normal;  
	font-family:"Maven Pro", Arial, sans-serif;font-weight:400;
	margin-top:0px;
	font-size:1.8em;
}

h3 {
    font-size:1.3em;
}

bdo {
	direction:ltr;
}




ol, ol li {
	padding:0px;
	margin:0px;
}

ol {
	padding-left:20px;
}
ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
ol li ol {
	margin-top:5px;
}
ol li ol li {
	list-style: lower-alpha;
	margin-left:20px;
}



.text_holder ul {	
	margin:0px 0px 1em 2.5em;	
	display: inline-block;
	width: 100%;
}
.text_holder ul li {	
	/*list-style-image: url('../images/li_dot.png');*/
	list-style: disc;
	margin-bottom:5px;
}
.text_holder ul li ul {
	margin-top:5px;
}
.text_holder ul li ul li {
	list-style: circle;
}
.text_holder ul li ul li ul li {
	list-style: square;
}


#main_text table tr  {	
	width: 100%;
}
#main_text table tr td {	
	vertical-align:top;
	width: 140px;
}




.shadow {
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}


.img_holder {
    position: relative;
}


a.myBtn {
    height:16px;
    background-position-y:2px;
    background-repeat:no-repeat;
    display: block;
    position: relative;    
    padding: 4px 40px 4px 0px;
    -webkit-transition: background-position 0.2s;
    -moz-transition: background-position 0.2s;
    transition: background-position 0.2s;
}


.back_btn, .view_btn {
    height:16px;
    margin-left:-5px;
    padding: 2px 0px 4px 30px;
    background-image:url('../images/back_btn.png');
    background-position-x:5px;
    background-position-y:2px;
    background-repeat:no-repeat;
    display: block;
    position: relative;
    -webkit-transition: background-position-x 0.2s;
    -moz-transition: background-position-x 0.2s;
    transition: background-position-x 0.2s;
}
.back_btn:hover {
    background-position-x:0px;
}





/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/




header#main {		
	z-index:51000;
	position:fixed;
	padding: 0px;
	padding-right: 40px;
	box-sizing: border-box;
    height:46px;
    width: 100%;
    text-align:right;
    background-color: #fff;
}


header#main .content_holder {   
    background-color:#fff;  
    height: 46px;
}



header#main #theMenu {
    height:23px;    
    display:inline-block;
    vertical-align: middle;
    padding-top:14px;
     

}







header .bg {
    width: 100%;
    box-sizing: border-box;
    height:9px;
    background-image:url('../images/curly_bg.png');
    background-repeat:repeat-x;
    background-position:bottom;
    position: absolute;
    top: 46px;
    z-index: 10000;
    pointer-events:none;
}


header .social_btns {
    display:inline-block;   
    z-index: 10001;
}

header a.social_btn {
    width:18px;
    height:18px;
    display:inline-block;   
    vertical-align: -11px; 
    margin:0 3px;
    
}

header a.social_btn.fb {
   background-image:url('../images/facebook.png'); 
}
header a.social_btn.fb:hover {
   background-image:url('../images/facebook_2.png'); 
}

header a.social_btn.pint {
   background-image:url('../images/pinterest.png'); 
   margin-right:0.5em;
}
header a.social_btn.pint:hover {
   background-image:url('../images/pinterest_2.png'); 
}

header a.social_btn.etsy {
   background-image:url('../images/etsy.png'); 
}
header a.social_btn.etsy:hover {
   background-image:url('../images/etsy_2.png'); 
}
   
   

header .fb-like {
    display:inline-block;
    width:50px;
    vertical-align: -9px;
    margin-right: 25px;
    
    display:none;
}   
   
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#allContent {	
	width:100%;
	height: 100%;
}


.content_holder {
    padding: 0px 50px;
    width:100%;
    box-sizing:border-box;
	position:relative;
}

#logo {
    width:300px;
    height:76px;    
    position: fixed;
    top: 76px;
    left: 50px;   
    background-repeat:no-repeat;
    background-position:center;
    max-width:85%;
}


#theContent {
	position:relative;	
	padding-top: 145px;
    padding-left: 50px;
	z-index: 105;
	width:100%;
    box-sizing:border-box;
    padding-bottom: 0%;
}


.overlay {
    width:100%;
    height:100%;
    background-color:rgba(20,20,20,0.9);
    position:fixed;
    z-index:99999999;
    display:none;
}


.overlay .container {
    padding:24px;
    background-color:#f2f1ec;
    width:700px;
    height:470px;    
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}





/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.browsehappy {
    position:relative;
    z-index:99999999999;
    top:0px;
    width: 100%;
    padding:3px 8px 5px 8px;
    background:#b7154b;
    font-size:0.9em;
    display:none;
    text-align: center;
    color:#fff;
}

.browsehappy a {
    color:#fff;
}

.browsehappy a:hover {
    color:#9a939e;
}

.no-js .browsehappy.nojs {
    display:block;
}
.browsehappy.outdated {
    display:block;
}



#error_box {
	text-align:center;
	margin-top:100px;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/



nav#sitemap {
	padding-bottom: 30px;
}

nav#sitemap ul {
	margin:0px;
}


	
nav#sitemap li {
	margin-left:0px;
	/*border-bottom:1px solid #ccc;*/
	padding-top:15px;
	padding-bottom:5px;
	list-style-type:none;
}
nav#sitemap li ul li {
	border:none;
	padding-top:0px;	
	width:50%;
}

nav#sitemap ul.subCat li {
    
}


nav#sitemap ul li.noCat a,
nav#sitemap ul li.subCatBtn a, nav#sitemap ul li.noCat a {
	font-size:1.3em;
	color:;
}
nav#sitemap ul li.noCat a:hover,
nav#sitemap ul li.subCatBtn a:hover, nav#sitemap ul li.noCat a:hover {
	color:#b7154b;
}


nav#sitemap ul.subCat,
nav#sitemap ul.subSub {
	margin-top:1em;
}	

nav#sitemap ul.subCat.projects {
    margin-left:2em;
}

nav#sitemap li ul.subCat a {
	font-size:1em;
	color:#9a939e;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/



footer { 	
	color:#888;	
	bottom:0px;
	width:100%;
	height: 16px;
	z-index:103;
	position:fixed;
	
	padding:5px 0px;
    font-size:0.7em;
}




footer a, footer a:visited {
    color:#888; 
	font-family:"Maven Pro", Arial, sans-serif;font-weight:400;	
}

footer a:hover {
	color:#b7154b;
	text-decoration:none;
}



footer #links, footer #credits {
	display:inline-block;
	vertical-align:top;
}




footer #links {
    float:left;
}

footer #credits {
    float:right;
}
footer #credits a {
   
}






.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


