/* NAKojs theme - first created 12/07/2008 12:13AM                  */
/* Author: Nahrizul Adib Kadri (http://portfolio.nahrizuladib.com/) */
/* Theme URI: http://nahrizuladib.com/wordpress/?p=899              */

/*** GLOBAL ***/
* {
	padding:0;
	margin:0;
}

body {
	/*font-size: 76%; */
	font-family: Georgia, Cambria, Times, serif;	
	color: #666;
	line-height: 1.8em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type:disc;	
}

.separator {
	border-bottom: 2px solid #ccc;
	padding-top: 1em;
}

/*** COLOURS ***/
a, h2 {
	color: #c60;
}

a:hover, h3 {
	color: #c93;
}

h4 {
	color: #000;
}

#footer {
	color: #999;
}

.blockTitle, #navbar a, #footer a {
	color: #666;
}


/*** LAYOUT ***/
#container, #header {
	width: 100% auto;
}

#header {
	height: 165px;
	background: url(http://mvint.usbmed.edu.co:8002/ojs/styles/images/bgtop.jpg) repeat-x;
	
}

#body {
	width: 945px;
}

	#sidebar {
	width: 110px;
	float: right;
	margin-top: 0px;
	line-height: normal;
	padding-bottom: 2em;
	padding-right:40px;
	}

#main {
	width: 430px;
	float: left;
	padding: 0px 0px;
}

#navbar {
float:right;
width:190px;
border-bottom:none;	
}

.block {
	width: 170px;
	padding: 7px 15px;
	border: 1px solid #ccc;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content {
	padding-bottom: 2em;
}

#footer {
	font-style: italic;
	line-height: normal;
	padding: 2em 0;
	border-top: solid 2px #999;
	margin-top: 3em;
}


/*** TEXT ***/
h2, h3, #breadcrumb, #navbar, .blockTitle, .blockSubtitle, #content ul.menu, table.data a.action, td.heading, table.listing tr.heading td, #header h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#header h1 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	padding: 30px 0 0 90px;
	margin-left:90px;
	float:left;
}

#header h1 img {
	padding: 0;
}

h2 {
	font-size: 3em; 
	font-weight: normal; 
	padding: 0.1em 0 0.4em 0;
	line-height: 0.9em;
}

h3 {
	font-size: 1.8em;
	font-weight: bold; 
	padding: 1em 0 0.4em 0;
}

h4 {
	font-size: 1.2em;
	font-weight: normal; 
	padding: 1em 0 0.4em 0;
}

.blockTitle {
	display: block;
	font-size: 1.2em;
	font-weight: bold; 
	padding: 0 0 0.4em 0;
}

#navbar a {
	padding: 5px 5px 10px 5px;	
}

#navbar a:hover {
	color:#FF6600;
	text-decoration: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#breadcrumb {
	margin-top: 14px; 
}

#breadcrumb, #breadcrumb a {
	text-transform: uppercase;
	color: #999;
	font-size: 0.8em;
}

table {
	font-size: 1em;
}

table.data {
}


/*** MISC ***/
.menu {


}

ul.menu li {
	display:block;
	margin-right:45px;
	margin-top:5px;
	list-style-type:disc;
	list-style-position:inside;
	border:#CCCCCC 1px solid;
	padding:5px 5px 5px 5px;
}

#navbar ul.menu {
	padding: 16px 0;
}

#content ul.menu, .block ul {
	padding-bottom: 1em;	
}

#content ul.menu a, table.data a.action {
	padding: 0.1em 0.5em;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

table.data a.action {
	font-size: 0.8em;
	background: #c60;
	color: #fff;
	border: 1px solid #c60;
}

#content ul.menu a:hover, table.data a.action:hover {
	border: 1px solid #ccc;
	background: #ccc;
	color: #fff;
	text-decoration: none;
}

.block li {
	margin-left: 1em;
}

table.data td {
	padding: 0.3em 0;
}

table.data td.label {
	font-weight: bold;
	color: #000;
}

td.heading {
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

table.listing tr.heading td {
	font-weight: bold;
	font-size: 0.8em;
}

table.listing td {
	padding: 0.2em 0.2em 0 0.2em;
}

table.listing td.headseparator {
		border-bottom: 2px solid #ccc;
}

