/* Custom Font Stuff */
@font-face {
    font-family: 'Roboto', sans-serif;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: normal;
    font-style: normal;
}

/* Setting Up Basic Styles */

body {
background: #282828;
font-family:Roboto, Verdana, Arial, Tahoma, sans-serif;
font-size:16px;
color:#fafafa;
}

br {
   display: block;
   margin: 3px 0;
}

hr {
   display: block;
   margin: 3px 0;
}

#wrapper {
width: 80%;
margin:0 auto;
}

table {
width:100%;
background:#fff;
background-color: #282828;
font-size:12px; 
}

/* Here's for the top most links */

th {
padding:10px;
}

/* Next is our background for the title box, just save your image to the media folder, and put it's name and type in the box. */

#image {
border-left:10px solid #282828;
border-right:10px solid #282828;
border-bottom:5px solid #282828;
background:url("media/citylights.jpg") left no-repeat #91C7F5;
height:150px;
}

#image span {
position:relative;
font-size:30px;
padding:10px;
font-family:Space Grotesk,Georgia, Times New Roman, serif;
}

/* Change the color of the link for your site title here */

#image a{
color:#3f3;
text-decoration:none;
font-style:italic;
font-weight:bold;
text-shadow: 0px 1px 1px #020202;
}
#image a:hover {
color: #00D918;
text-shadow: 0px 1px 1px #020202;
}

/* Standard table cell definitions */

td {
background:#282828;
}

/* Let's fix up your menu */

#menu {
width:25%;
background:#282828;
vertical-align:top;
}

#menu p{
margin:auto 10px;
padding:2px;
}

#menu h1 {
font-size: 11pt;
border-bottom: 3px solid #DDD;
margin:2px auto 3px 10px;
color: #000;
/* text-transform:lowercase; */
}

#menu a {
margin:auto 10px;
display: block;
border-bottom: 1px solid #CCC;
padding: 2px;
padding-left: 10px;
/* text-transform: uppercase; */
font-size: 7.5pt;
letter-spacing: 1px;
}
		
#menu a:hover {
background-color: #91C7F5;
border-bottom-color: #000;
color: #fff;
}
	
#content {
vertical-align:top;
font-size:16px; 
}

#footer {
font-size:10px;
text-align:center;
}

#content p {
padding:3px;
margin:auto 10px;
}


#content h1 {
font-size: 16pt;
/* text-transform:lowercase; */
border-bottom: 1px solid #DDD;
margin:10px;
color: #fafafa;
}

a{
text-decoration:none;
color:#91C7F5;
}
a:hover {
color:#333;
}

/* Custom Stuff */
/* Profile */

#profile {
    background:#3c3c3c !important;
}      

#image {
    border-left: 10px solid #282828;
    border-right: 10px solid #282828;
    border-bottom: 5px solid #282828;
    background: url("media/citylights.jpg") left no-repeat #282828;
    height: 150px;
}     

/* Dropdown Menu Style */
.ddmenu {
    width: 50%!important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}

.ddmenu ul li a, .ddmenu ul li a:visited {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    width: 10em!important;
    height: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    background: #222;
    line-height: 20px;
    overflow: hidden;
}  