/*  
Theme Name: Inventio
Theme URI: http://inventioproject.no/
Description: CSS made for the Inventio Project
Version: 1.0
Author: Hans Magnus Mikalsen Nedreberg
Author URI: http://folk.uio.no/hansne
*/

/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Set 1em to 10px */
	font-family: verdana, arial, sans-serif;
	color: #333;
	text-align: center;
	background: transparent url("images/bgr.gif");
	background-color: #fff;
}

p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 0 1.5em 0;
	margin: 0;
}

.narrowColumn .entry, .wideColumn .entry {
	line-height: 1.7em;
}

.wideColumn { line-height: 1.6em; }

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #aaa;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	color: #555;
}

h1 { font-size: 2em; margin: 0 0 2em 0; }

h2 { font-size: 1.7em; margin: 0 0 1em 0;}

h3 { font-size: 1.3em; margin: 0 0 .3em 0;}

h1 a, h2 a, h3 a { 
	color: #7c1;
}
h1 a:hover, h2 a:hover, h3 a:hover { 
	text-decoration: underline;
}

.entry p a:visited { color: #7c1; }

.commentList li, #commentForm input, #commentForm textarea {
	font: 0.9em Verdana, Arial, Helvetica, Sans-Serif;
}

.commentList li { font-weight: bold; }

.commentList cite, .commentList cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentList p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentForm p {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.commentMetaData { font-weight: normal; }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	color: #7c1;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#sideBar a {
	color: #6c0;
	font-weight: normal;

}

#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */


/* Begin Structure */

#admin {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", hevetica, arial, sans-serif;
	text-align: center;
	background: transparent url("images/admin_bgr.gif") 0 0 repeat-x;
}

.logIn {
	margin: 0 20px 0 20px;
	display: inline;
}
.logIn a, .logIn a:visited {
	color: #fff;
}

.newsFeed {
	margin: 3px 20px 0 20px;
	padding: 10px 0 10px 20px;
	display: inline;
	background: transparent url("images/feed.png") 0 5px no-repeat;
}

.newsFeed a, .newsFeed a:visited {
	color: #fff;
	margin-top: 5px;
}

#page {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
	background-color: #fff;
	background: transparent url("images/page2.gif") 0 0 repeat-y;
}

#header {
	margin: 0;
	padding: 0;
	height: 140px;
}
.about { background: transparent url("images/about2.jpg") 0 0 no-repeat; }

#logo {

}

#newsBlock {
	margin: 5px 10px 0 0;
	float: right !important;
}

.recentPosts {
	padding: 0;
	margin: 0;
	width: 380px;
}

.recentPosts p {
	padding: 0;
	margin: 0;
	font-size: 95%;
}


#leftCell {
	text-align: left;
	float: left; 
	width: 200px;
	margin: 0;
	padding: 10px 0 0 0;
}

#content {
	text-align: left;
	min-height: 300px;
	position: inherit;
	width: 470px;
	margin: 0 0 0 10px;
	padding: 10px 5px 0 5px;
}
html>body #content {
	text-align: left;
	min-height: 300px;
	width: 490px;
	float: left;
	margin: 0 0 0 10px;
	padding: 10px 5px 0 5px;
}

.narrowColumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 380px;
}

.wideColumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 170px;
	width: 450px;
	}

.post { margin: 0 0 40px; }

.wideColumn .post { margin: 0; }

.narrowColumn .postMetaData {
	padding-top: 5px;
	font-size: 90%;
}

.wideColumn .postMetaData {
	margin: 30px 0;
}

.wideColumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.wideColumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postMetaData {
	border-top: 1px solid #ccc;
	clear: left;
}

#footer {
	width: 100% !important;
	padding: 0;
	height: 60px;
	margin: 0;
	color: #555;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	background-color: #fafafa;
	text-align: center;
	font: normal normal 1em "trebuchet ms", verdana, helvetica, arial, sans-serif;
	background: transparent url("images/footer.gif") 0 0 repeat-x;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#footer ul {
	margin: 0 0 10px 5px;
	padding: 10px 0 0 0;
	list-style: none;
	display: block;
}

#footer li {
	display: inline;
}


/* End Structure */


/*	Begin Headers */
h2, h3 {
	margin: 0;
	padding: 0;
}

h1	margin: 0;
	padding: 0 0 0.5em 0;
}

#sideBar h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.3em;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */


/* Begin Images */
p img {
	padding: 0 5px 0 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right; }

.alignleft { float: left; }
/* End Images */


/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.
*/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: square;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postMetaData ul, .postMetaData li {
	display: inline;
	list-style: square;
}

#sideBar ul, #sideBar ol {
	margin: 0;
	padding: 0;
}

#sideBar ul li {
	display: block;
	padding: 2px 0 2px 0;
}
#sideBar ul li ul li {
	display: block;
	padding: 2px 0 5px 0;
}

#sideBar ul p, #sideBar ul select {
	margin: 5px 0 8px;
}

#sideBar ul ul, #sideBar ul ol {
	margin: 0 0 0 10px;
}

#sideBar ul ul ul, #sideBar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sideBar ul ol li {
	list-style: decimal outside;
}

#sideBar ul ul li, #sideBar ul ol li {
	margin: 0;
	padding: 0;
}

#linkcat-1 ul li {
	min-height: 60px;
}

#sideBar .links li {
	padding-left: 13px;
	background: transparent url("images/links_bullet.gif") no-repeat 0 4px;
	
} 

/* End Entry Lists */


/* Begin Form Elements */
#searchForm {
	margin: 5px 0 0 0;
	margin: 0 20px 0 20px;
	display: inline;
	color: #333;
}
#searchForm input {
	border: 2px solid #fff;
	color: #444;
	padding: 1px;
	font-size: 1.1em;
}

#searchForm #searchsubmit {
	color: #fff;
	background-color: #777;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentForm input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentForm textarea {
	width: 100%;
	padding: 2px;
}

#commentForm #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentList {
	padding: 0;
}

.commentList li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
}

.commentList p {
	margin: 10px 5px 10px 0;
}

#commentForm p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentMetaData {
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Sidebar */
#sideBar {
	text-align: left;
	padding: 0 10px 0 0;
	margin: 0 0 0 700px;
	width: 155px;
	color: #777;
}
html>body #sideBar {
	text-align: left;
	padding: 0 10px 20px 0;
	margin: 0 0 0 730px;
	width: 155px;
}

#sideBar h3 {
	font-size: 1.3em;
}
#sideBar img {
	padding: 5px 5px 0 0;
	float: left;
}
#sideBar p {
	padding: 0;
	margin: 0;
}

/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockQuote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

blockQuote cite {
	margin: 5px 0 0;
	display: block;
}

.center { text-align: center; }

a img {	border: none; }

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #ccc;
}
/* End Various Tags & Classes*/

.hide {
	display: none;
}


/* ::::::::::::: MENU ::::::::::::: */

#menu {	
	padding: 0 10px 0 20px;	
	margin: 0 0 20px 0;
	font: normal 120% verdana, arial, helvetica, sans-srif;
}
#menu ul {
	padding: 0;
	margin: 0;
}
html>body #menu ul {
	padding: 0;
	margin: 0;
	margin-left: 0px;
}

#menu li {
	display: block;
	margin: 0px;
	padding: 0 0 15px 8px;
	font-size: 110%;	
	text-transform: uppercase;
	list-style: none !important;
	background: transparent url("images/menu1.gif") no-repeat 0 3px;
}

#menu li.page_item a {
	text-decoration: none;
	color: #444 !important;
	font-weight: normal !important;
	padding: 2px 4px 2px 4px;
}
#menu a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}

#menu li.current_page_item a { color: #000 !important; font-weight: normal !important; }
#menu li.current_page_item .page_folder a { color: #000 !important; font-weight: normal !important; }

#menu li li {
	display: block;	
	margin: 5px 0 0 0;
	padding: 0 0 5px 12px;
	text-transform: none;
	font-size: 85%;
	border-bottom: none;
	background: transparent url("images/menu2.gif") no-repeat 0 2px;
}

#menu li li.page_item a {
	text-decoration: none;
	color: #555 !important;
	font-weight: normal !important;
	padding: 1px 4px 1px 0;
}

#menu li li li.page_item a {
	text-decoration: none;
	color: #555 !important;
	font-weight: normal !important;
	padding: 1px 4px 1px 0;
}

#menu li li.current_page_item a { color: #000 !important; font-weight: bold !important; }
#menu li li li.current_page_item a { color: #000 !important; font-weight: bold !important; }

#menu li li li {
	font-size: 90%;
	background: transparent url("images/menu3.gif") no-repeat 0 3px;
}


#contact li { 
	display: inline;
}

.clearing {
	clear: both;
}
