/********************************************************************* 
    TABLE OF CONTENT

    0x00 RESET.
    0x01 MY STYLE.

**********************************************************************/

/**********************************************************************
    
    0x00 RESET. 
    
**********************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,
textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/**********************************************************************

    0x01 MY STYLE.
    
**********************************************************************/
body {
    padding: 20px 25px 25px 40px;
    text-shadow: 1px 1px 1px #000000;
    background: -moz-linear-gradient(left, #0C193F 25%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#0C193F), to(#fff));	
    background-image: -o-linear-gradient(left, #0C193F 25%, #fff 100%);
    background-repeat: no-repeat;	
    margin-bottom: 20px;
}
#wrapper {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 3em;
	font-weight: bold;
	color: white;
	padding: 30px 25px 25px 40px;
	text-shadow: 1px 1px 1px #000000;
    height: 100%;
    width: 960px;
    margin-bottom: 20px;
}

strong {
	font-weight: bold;
	color: #FFFF1C;
}

section.vcard li:hover, a:hover {
	color: #DE0000;
}

strong:hover {
	color: #DE0000;
}

section.vcard ul {
	float: right;
	list-style-type: none;
	margin: auto;
	padding: 20px 55px 0px 0px;
}

section.vcard li {
	padding-left: 10px;
	font-size: 0.5em;
	float: left;
}

a {
	text-decoration: none;
	color: #DE0000;
}

a:visited {
	color: #DE0000;
}

aside {
	margin-top: 50px;
	text-shadow: none;
	float: left;
	border: 1px #CFCFCF solid;
}

h1 {
	font-size: 2em;
	color: #DE0000;
	text-shadow: none;
}

#content {
	margin-top: 50px;
	margin-left: 20px;
	float: left;
	font-size: 0.3em;
	text-shadow: none;
	color: black;
	font-weight: normal;
	width: 600px;
	background-color: white;
	padding: 10px;
	height: 770px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px 1px #CFCFCF;
	-webkit-box-shadow: 1px 1px 1px 1px #CFCFCF;
	box-shadow: 1px 1px 1px 1px #CFCFCF; 
}

#content ul, p {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#content li {
	padding: 10px 0px;
}

#content em {
	font-style: italic;
	font-weight: bold;
}

#wrapper section.links a {
	font-size: 0.5em;
}
