@charset "utf-8";
/* CSS Document */

	/* Resets */
ul {
    padding:0;
    margin:0 0 20px 0;
    list-style:none;
}
h1, h2 {
    padding:0;
    margin:0 0 20px 0;
    font-weight:normal;
}
p {
    padding:0;
    margin:0 0 20px 0;
}
a:link, a:visited {
    text-decoration:underline;
    color: white;
}
a:hover {
    text-decoration:none;
}
ul li {
    padding:5px 0;
}
ul li input[type="text"], ul li input[type="password"] {
    width:220px;
}

textarea {
	width: 400px;
	height: 150px;
}

/* Headers */
h1 {
    font-size:1.8em;
}
h2 {
    font-size:1.4em;
}
.logo {
	font-family: Magneto, Veranda, serif;
	font-size: 3.0em;
    margin:0 0 10px 0;
    padding:0;
	text-align: center;
 /*   width:350px;*/
    color:#ffffff;
	text-shadow: 2px 2px 2px #2222ff;
}


/* Containers */
body {
    background:lightslategray;
	background-image: url('../pictures/imagesCAMK1XEM.jpg');
	background-image: url('../pictures/back-blue.jpg');
    font-family:Arial;
    font-size:13px;
}
#container, footer {
    background: white;
	background: rgba(0, 0, 0, 0.25);
	max-width:920px;
    margin:0 auto;
    padding:20px;
	Opacity: 1;
	box-shadow: 5px 5px 35px #bbbbbb;
	color: white;
}

header {
    max-width:960px;
    padding:0;
    margin:0 auto 10px auto;
}

#container {
    min-height:500px;
    border-radius:10px 10px 0 0;
}

footer {
    border-radius:0 0 10px 10px;
}
.widget {
    margin-bottom:20px;
}
.widget h2 {
    margin:0 0 10px 0;
    padding:0 0px;
    font-weight:normal;
    border-bottom:1px solid #ddd;
}
.widget .inner {
    margin:0 10px;
}
/* Navigation */
nav {
    float: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.25);
	padding:6px;
	border-radius:10px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 6px rgba(255,255,255,0.2), inset 0 10px 15px rgba(255,255,255,0.25), inset 0 -15px 20px rgba(0,0,0,0.3);
}
nav ul {
    margin:0;
}

nav ul li {
	font-size: 1.2em;
	display:inline-block;
	margin:0 auto 0 auto;
	width: 200px;
}

nav ul li a:link, nav ul li a:visited {
	color: #ffffff;
	padding: 12px;
	text-decoration:none;
}

nav ul li a:hover{
	color: cyan;
	text-decoration:underline;
}

nav ul li.current {
    font-weight:bold;
}

nav ul li a.last {
    border-right:0;
}

/* Aside */
aside {
    max-width:250px;
    float:right;
    border-left:1px dashed #aaa;
    padding-left:15px;
}

.profile {
/*	background: #f9f9f9;*/
	border: 1px dashed #444;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}

.profile img {
	max-width: 100%;
	max-height: 100%;
}

.profile_pic {
	max-width: 50%;
	max-height: 50%;
}


/* Login */
#login li.link {
    margin-top:5px;
}
/* Footer */
footer {
    border-top:1px dashed #ddd;
    color:#999;
}
/* Misc */
.clear {
    clear:both;
}/* CSS Document */

