/*
	Malo - CSS Library
	Author:Vladimir Carrer
*/

/* CSS Reset */

html, body, div, p{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #FCFcfC;
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	list-style-type: none;
	list-style-image: none;
}
.splash {
	margin-top: 13px;
	margin-bottom: 16px;
	border: 0px solid #EEEEE9;
	padding-top: 0px;
	padding-bottom: 0px;
}

img {
}


.headtext {
	font-size: 90px;
	color: #000000;
	font-weight: bold;
	letter-spacing: -4px;
}

h2 {color:#ed228e;font-weight: bold;
	font-size: 26px;
	letter-spacing: 0px;
	padding: 5px;
	color:#000;
	line-height: 30px;
}

h3{font-weight: bold; padding: 10px; margin: 5px;
	font-size: 18px;
	letter-spacing: 0px;
	 
	color:#000;
	line-height: 23px;
}

h4{font-weight: bold; padding: 10px; margin: 5px;
	font-size: 15px;
	letter-spacing: 0px;
	 
	color:#000;
	line-height: 20px;
}


h5 { padding: 10px; margin: 10px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}


.landing {
	background-color: #EDEDFF;
	padding: 15px;
	margin-bottom: 15px;
}


a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover{ color:#ed228e;
	text-decoration: underline;
	color: #000;
	text-indent: 10px;
	
	display: inline;
	font-family: "Myriad Pro", "Myriad Pro Semibold", "News Gothic MT";
	font-size: 16px;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}

/*- Page Navigation -*/
#nav{
	height: 30px;
	width: 1200px !important;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-type: none;
}
#nav-left {
	float:left;
	display:inline;
	width:normal;
	}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
	}
#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 1200px;
	list-style-type: none;
}
#nav ul  li {
	float: left;
	list-style: none;
	font-weight:normal;
	font-size:12px;
}
#nav .current_page_item {
	font-weight:bold;
	color: #000000;
	height:30px;
}
#nav .current_page_item a {
	color:#ed228e;
}
#nav ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

#nav ul  li a {
	width:auto;
	text-decoration: none;
	outline: none;
	text-align: left;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: auto;
	margin-right:10px;
	margin-bottom: auto;
	margin-left: 0px;
	color: #000;
	list-style-type: none;
}
#nav ul  li a:visited {
	border: none;
}    

#nav ul  li a:hover {
	text-decoration: underline;
	color: #000;
	width: auto;
}
  
  
/* CSS Grid */

/*
For center layout 
Define your default width in %, px or em

.main {  margin:0 auto; width:85%;}

*/

.dp20,
.dp25,
.dp33,
.dp50,
.dp100{float:left; display: inline; *margin-left:-0.04em;  } /* IE margin hack */

/* dp = div percet */

.dp20{width:20%;}
.dp25{width:25%; margin: 5px; }
.dp33{width:33.33%;}
.dp50{width:48%;}
.dp100{width:100%;}
.clear{ clear:both;}

  ul {
	list-style:none;
	margin:15px;
	padding: 15px; 
}

 li {padding: 15px; 
	display:block;
	float:left;
	margin-right:1.5em;
}
  
  li.title {
  font-size:18px;font-weight:bold;
  color:#ed228e;
  text-decoration:none;
  list-style:none;
  padding-bottom:10px;padding-top:10px;
  }

img {border:   groove; 1px #eeeeee; padding: 5px; }
