/* Main */
/* Main */
/* Main */

html { 
	border: 0px; 
}

body {
    font-family: "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 10pt;
    color: #000000;
    margin: 0px;
    height: 100%;
	margin-bottom: 50px;

}


/* MENU */
/* MENU */
/* MENU */

#menu {
	padding: 0px; 
	display: block; 
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-top: 10px;
	padding-bottom: 32px;
	margin-top: 10px;
}

#menu li {
	font-size: 14pt; 
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	float: left;
	list-style: none;
	margin: 0px; 
	padding: 0px;
}

#menu a {
	color: #000000;
	margin: 0px; 
	padding-left: 15px;
	padding-right:15px;
	padding-top: 3px;
	padding-bottom: 3px;		
	text-decoration: none;
	background-color: #F0F0F0 ;  
}

#menu a:hover {
	background-color: #4863A0;
	color: #ffffff; 
}


/* Text & Image */
/* Text & Image */
/* Text & Image */

body A, a:link, a:active, a:visited { 
	color: #3366CC; 
	text-decoration: underline; 
}
body A, a:hover {
	color: #8DA3CF;
	text-decoration: underline; 
}

.hidden { display: none; }
.read-more { font-weight: bold; color: #3366CC; cursor: pointer; }
.show-less { display: none; font-weight: bold; color: #3366CC; cursor: pointer; }

img { 
	border: 0; 
}

img.project {
    float: left;
    margin: 10px;
    padding-right: 10px; 
    padding-top, padding-bottom, padding-left: 20px; 
}

p { 
	/*display: block; */
}

h1 { 
	font-size: 16pt; 
	color: #4863A0; 
	margin-top: 20px;
	margin-bottom: 20px;
} 

h2 {
    font-size: 12pt;
}

h3 { 
    font-size: 12pt;
}

#top a {
    text-decoration: none;
    color: #000000;
}

#content li { 
	list-style-type: none;
	margin-left: 10px; 
	padding-bottom: 5px; 
}

#about {
	font-size: 12pt;
	font-weight: none;
	margin-bottom: 30px;
}

.projectwrapper ul { 
	margin: 0px; 
	list-style: none; 
}

.projectwrapper li { 
	list-style: none; 
}


/* Structure */
/* Structure */
/* Structure */

#container {
    display: block;
    background-color: white;
    width: 900px;
    padding: 20px;
	margin: 0 auto;
}

#top {
    font-size: 24pt;
    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
    float: left;
    background: url('./images/email.png') bottom right no-repeat;
}

#content {
    background-color: white;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

#footer {
	color: white;
	height: 100px;
	display: block;
    padding: 0px;
    background-color: white; 
	margin-left: 165px;
}


/* Projects */
/* Projects */
/* Projects */

.currentprojects {
    padding: 0px 10px; 
    margin-bottom: 30px;
}

.projectwrapper {
	width: 45%;
	height: 180px;
    margin-left: 20px; 
    margin-right: 20px; 
    margin-bottom: 40px;
    float: left;
    position: relative;
    text-align: center;
    border: 1px solid gray;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: white;
}

.projectwrapper-b {
	width: 45%;
    margin-left: 20px; 
    margin-right: 20px; 
    margin-bottom: 40px;
    float: left;
    position: relative;    
}

.projectwrapper-b-left {
	float:left;
}

.projectwrapper-b-right {
	padding-left: 10px;
	width: 55%;
	float:left; 
}

.title {
	font-size: 14pt;
	font-weight: none;;
	margin-bottom: 0px;
	text-decoration: none;
	color: black;
	padding: 5px 10px;	
	margin-top: 0;
	background-color: white;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.projectcaption {
	position: absolute;
	bottom: 0;
	right: 0;
}

.special {
	background: white; 
	color: black; 
	float: right; 
	padding: 0.25em;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}




/* Resume */
/* Resume */
/* Resume */
#main {
	float:left;
	width:65%;
}

#sidebar {
	float:right;
	width:30%;
}

#main-full {
	float:left;
	padding-left: 0.5em;
	width:100%;
}

#main-left {
	float:left;
	padding-left: 0.5em;
	width:70%;
}

#main-right {
	float:right;
	padding-right: 0.5em;
	text-align: right;
}
ul.resume {
	padding-left: 1.0em;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.resume li {
	padding-left: 0px;
}


/* Fixes */
/* Fixes */
/* Fixes */

.clearfix {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* TABLE */
/* TABLE */
/* TABLE */
#music-about {
	font-size: 12pt;
	font-weight: none;
	margin-bottom: 0px;
}

#music {
    line-height: 2em;
}

#music-table
{
	width: 500px;
	border-collapse: collapse;
	text-align: left;
}
#music-table th
{
	font-size: 14px;
	/*font-weight: bold;*/
	text-align: left;
	
	padding: 0px 5px;
	border-bottom: 2px solid gray;
}
#music-table td
{
	border-bottom: 1px solid #ccc;
	/*color: #669;*/
	padding: 6px 8px;
	text-align: left;
	
}
#music-table tbody tr:hover td
{
	background-color: #F0F0F0  ;
}
