/**************************************
 * THEME NAME: projectX
 *
 * Files included in this sheet:
 *
 *   projectX/esocrates.css
 **************************************/

/***** projectX/esocrates.css start *****/

body {
	margin: 0;
	padding-top: 0px;
	font:normal Tahoma,sans-serif;
	line-height:1.5em;
	font-size:0.9em;
	color:#626262;
	background:white;
}

td {
	font:normal Tahoma,sans-serif;
	line-height:1.5em;
	color:#626262;
}

a:link,
a:active,
a:visited {
	color: #e1530e;
	font-family:Tahoma, Geneva, sans-serif;
}
a:hover {background-color:#b1410b; color:#FFF;}
#site-index .block_html a:link,
#site-index .block_html a:visited,
.sitetopic a:link, 
.sitetopic a:visited {
	text-decoration:underline;
}
#header,
#header-home {
	background: url(logo_extensao.jpg) no-repeat #b1410b;
	height:30px;
	color: white;
	padding-top: 60px;
	padding-left:10px;
	padding-right:10px;
	margin: 0;
}

#header a,
#header-home a {
	color: #edd030;
	font-weight:bold;
}
.icones {background:#000;}

.navbar {
	background: #e1530e;
	color: #edd030;
	border: none;
	padding: 0;
	padding-left: 10px;
}

.navbar a {
	color: white;
}

.breadcrumb .sep {
	color: #eee;
}

hr {
	margin: 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #e1530e;
}

* html hr {
	margin-top: -7px;
	margin-bottom: -7px;
}

*:first-child+html hr {
        margin-top: -7px;
        margin-bottom: -7px;
}

#layout-table .sideblock .header {
	border: none;
}

.sideblock h2 {
	color: #70ab87;
}

.sideblock .content{
	border: none;
}

h2.headingblock {
	border: none;
}

#layout-table #left-column {
	border-right: 1px solid #e1530e;
}

#layout-table #right-column {
	border-left: 1px solid #e1530e;
}

#footer {
	margin: 0;
}

body.mod-forum #content {
	padding: 10px;
}

.forumheaderlist .discussion .starter,
.forumpost .starter,
.forumpost .topic {
	background: #eee;
}
.sideblock h2 {
	color:#333;
	text-transform:uppercase;
	border-bottom: 1px solid #3c81bc;
}

.sideblock .content {
	line-height:1.5em;
}

#course-view .summary {
	color:#333;
}

#course-view .current td.side {
	background:#ddd;
}

#course-view .section .activity a{
	background: #fafafa;
	display:block;
	padding:4px;
	border:1px solid #fafafa;
}

#course-view .section .activity a:hover{
	border: 1px solid #3c81bc;
	color:#000;
}

#course-view.editing .section .activity a,
#course-view.editing .section .activity a:hover{
	display:inline;
	border:none;
	padding:0;
}

.sitetopic {
	border:none;
	width:600px;
	margin:auto;
}

body#site-index .headingblock {
	width:600px;
	margin:auto;
}

body#site-index .categorybox {
	width:600px;
	margin:auto;
	margin-bottom:20px;
	background:#fafafa;
}

#site-index #layout-table #right-column {
	width:250px !important;
}

* {
	-moz-border-radius: 0 !important;
}
/***** projectX/esocrates.css end *****/

