/*
 * Proper Style
 * 
 * @version 1.0
 * @author Pablo Canillas 
 */

/* Defaults */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #555;
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
}

a img {
	border: none;
}

ul {
	list-style: none;
}

/* Layout Elements Styles */

.container {
	padding: 100px 25px 0;
}

#menu {
	top: 0; bottom: 0; left: 0;
	height: 100%;
	overflow: auto;
	position: fixed;
}

#content {
	top: 0; bottom: 0; left: 240px;
	height: 100%;
	overflow: auto;
	position: fixed;
}

#menu .container {
	width: 200px;
}

#content .container {
	width: 400px;
}

/* Block Elements Styles */

p {
	margin: 7px 0 10px 0;
}

ul {
	margin: 7px 0 7px 0;
}

h1 {
	font-family: Paralucent, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin: 7px 0 50px -2px;
}

h2 { 
	font-family: Paralucent, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 7px 0 14px 0;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 7px 0 12px 0;
}

hr {
	border: 0;
	margin: 0;
	width: 100%;
	height: 1px;
	background-color: #999;
}

#once {
	clear: left; 
}

/* Inline Element Styles */

a:link,
a:active,
a:visited {
	color: #555;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}

#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited {
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: underline; 
}

#menu ul li.active a:link,
#menu ul li.active a:active,
#menu ul li.active a:visited {
	color: #eee;
	padding: 0 1px;
	background: #555;
	font-weight: bold;
	
}
#menu ul li.active a:hover {
	text-decoration: none;
}

#menu ul li.section-title {
	font-weight: bold;
	margin-bottom: 7px;
}

#content a:link,
#content a:active,
#content a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#content a:hover {
	border-bottom: 1px solid #555;
}

#content ul li a { 
	font-weight: bold;
	margin-bottom: 2px;
}

/* Section Selectors */

body.section-1 { }
body.section-2 { }
body.section-3 { }

IMG.img-bot {
	border: 1px solid #999;
}

/*
body.section-1 #content .container { }
body.section-2 #content .container { }
body.section-3 #content .container { }
*/

/* Testing Colors */
/*
#menu { background: #ddd; }
#content .container { background: #dff; }
#content { background: #ffd; }
.container { background: #fdf; }

p { background: #999; }
#menu ul { background: #9ff; }
#content ul { background: #ff9; }
#content ul li a { background: #f9f; }

#content p { background: #99f; }
#img-container { background: #9f9; }
#img-container p { background: #f99; }
*/
