﻿body {
    margin: 0;
    font-family: consolas;
	background:#cccccf url('/images/bg.png');
}
/*********************************************
LINKS
*********************************************/
a{
	color:#EF83AD;
    text-decoration:none;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
}
a:hover{
	color: rgb(207, 109, 147);
    text-decoration:none;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
}

/*********************************************
SIDEBAR
*********************************************/
#nav {
	float:center;
}
#nav a {
    padding: 5px;
    margin: 10px;
    display: block;
    width: 270px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
	background:rgba(39,32,38,0.5);
	font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -1px;
    font-size: 20px;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
}
#nav a:hover {
    border-left: 10px solid #ffffff;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
}

/*********************************************
CONTENT
*********************************************/
#container {
	width:900px;
	margin:30px 0 30px 350px;
	position:absolute;
	border-spacing: 0px;
    border-collapse: separate;
}
#content {
    background: #ffffff;
    padding: 30px;
    font-size: 11px;
    letter-spacing: .5;
    line-height: 15px;
    text-align: center;
    color: #1D253E;
	border-width: 0 5px 0 0;
	border-style: solid;
	border-color: #f9f9f9;
}
#justify{
	text-align:justify;
}

/*********************************************
FOOTER
*********************************************/
#credit {
    background: #ffffff;
    padding: 0 0 30px;
    font-size: 9px;
    letter-spacing: 1;
	text-align:center;
    color: #666677;
    text-transform: uppercase;
	border-width: 0 5px 5px 0;
	border-style: solid;
	border-color: #f9f9f9;
}

/*********************************************
MENU
*********************************************/
#menu   {
	padding:10px 0 0;
	}

#menu a{
	text-decoration:none;
	text-transform: lowercase;
    padding:5px 15px 0;
    text-align:center;
    color:#666677;
    background:#ffffff;

	border-width: 0 5px 0 0;
	border-style: solid;
	border-color: #f9f9f9;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}

#menu a:hover {
    background: #ffffff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 20px 15px 0px;
}

#menu a:hover span {
    margin-right:0;
    color: #EF83AD;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	}

#menu a span {
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    font-family: consolas;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	}

/*********************************************
HEADERS
*********************************************/
h1 {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #EF83AD;
	text-align: left;
}
h2 {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1D253E;
    text-align: center;
}

/*********************************************
SEARCH
*********************************************/
#search {
    background: #1D253E;
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
    height: 14px;
    padding: 5px 10px;
    color: #ffffff;
}
input[type="submit"] {
    background: #1D253E;
    font-family: 'Roboto Condensed', sans-serif;
    border: 0;
    color: #ffffff;
    padding: 3px 10px;
    height: 24px;
}

/* card search */
.highlightCard {
	/* border: 2px solid #EF83AD;
	background: #EF83AD; */
}
.dimmedCard {
	opacity:0.4;
	filter:alpha(opacity=40);
}
