/* The Open University - Social Sciences - HETecon - Standard Stylesheet */
/* Andre Vock - 2008-10-01 */

/* strip the elements */
#header * {
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 1;
}

/* standard elements */
#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding-bottom: 90px;
	color: #330000;
	text-align: left;
}

#header {
	position: relative;
	padding: 20px 0 0 0;
	height: 140px;
}

#mainnavigation {
	list-style-type: none;
}

#mainnavigation li {
	position: absolute;
	width: auto;
}

#mainnavigation a {
	padding-left: 12px;
	color: white;
	background-image: url(../images/bg/mainnavigation.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#mainnavigation a:hover {
	background-image: url(../images/bg/mainnavigation-hover.gif);
}

#nav-conference {
	top: 40px;
	left: 340px;
	font-size: 116%;
	font-weight: bold;
}

#nav-phd{
	top: 60px;
	left: 565px;
	font-size: 116%;
	font-weight: bold;
}

#nav-journals{
	top: 70px;
	left: 390px;
}

#nav-economists{
	top: 90px;
	left: 490px;
}

#nav-schools {
	top: 45px;
	left: 840px;
}

#nav-societies {
	top: 95px;
	left: 740px;
}

#nav-newsletter{
	top: 30px;
	left: 660px;
}

/**** ACTIVE NAVIGATION ITEM ****/
/** LEVEL 1 **/
.conference #mainnavigation li#nav-conference a, 
.phd #mainnavigation li#nav-phd a, 
.journals #mainnavigation li#nav-journals a, 
.economists #mainnavigation li#nav-economists a, 
.societies #mainnavigation li#nav-societies a, 
.schools #mainnavigation li#nav-schools a, 
.newsletter #mainnavigation li#nav-newsletter a { 
	background-image: url(../images/bg/mainnavigation-hover.gif);
}

#sidebar {
	width: 300px;
	float: left;
	margin-top: 24px;
	background: transparent url(../images/bg/corner-top-left.png) no-repeat;
	color: #666666;
 	line-height: 1.4em;
}

#sidebar #section1 {
	margin-bottom: 1px;
	border-right: 5px solid #d9d9d9;
	padding: 10px 20px 20px;
	background: #e6e6e6 url(../images/bg/corner-top-left.png) no-repeat;
}

#sidebar #section2 {
	border-right: 5px solid #e6e6e6;
	padding: 10px 20px 20px;
	background: #f3f3f3 url(../images/bg/corner-top-left.png) no-repeat;
}

#sidebar h2 {
	color: #666666;
}

#sidebar ul {
	padding-left: 20px;
 	line-height: 1.7em;
}

#sidebar ul a {
	text-decoration: none;
}

#sidebar a:visited {
	color: #666666;
}

#content {
	margin-left: 300px;
	padding: 10px 20px 40px 20px;
	background: white url(../images/bg/corner-top-left.png) no-repeat;
	min-height: 600px;
 	line-height: 1.5em;
}

#footer {

}

.image {
	padding: 5px;
	background-color: #f3f3f3;
}

.icon {
	vertical-align: middle;
}

.center {
	text-align: center;
}

/* block elements */
body {
	margin: 0;
	text-align: center;
	background-color: #CC0000;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

p, dl, multicol {
  margin: 0.25em 0 1em;
}

dd {
  margin-left: 40px;
}

blockquote {
  margin: 1em 40px;
}

address {
  font-style: italic;
}

h1 {
  font-size: 2em;
  font-weight: normal;
  margin: 0.67em 0 1.2em;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0 0.25em;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}

pre {
  margin: 1em 0;
}


/* inline elements */
b, strong {
  font-weight: bolder;
}

i, cite, em, var, dfn {
  font-style: italic;
}

tt, code, kbd, samp {
	
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

big {
  font-size: larger;
}

small {
  font-size: smaller;
}

nobr {
  white-space: nowrap;
}

/* titles */
abbr[title], acronym[title] {
  border-bottom: dotted 1px silver;
}

/* lists */
ul {
  margin: 1em 0;
  padding-left: 40px;
}

ol {
  margin: 1em 0;
  padding-left: 40px;
}

li {
	
}

/* nested lists have no top/bottom margins */
ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
ol ul, ul ul {
  list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */
ol ol ul,   ol ul ul,
ul ol ul,   ul ul ul {
  list-style-type: square;
}


/* leafs */
hr {
  height: 2px;
  border: 1px inset;
  margin: 0.5em auto 0.5em auto;
  color: gray;
}

hr[size="1"] {
  border-style: solid none none none;
}

img, object {
  border: 0;
}

img[usemap], object[usemap] {
  color: blue;
}

iframe {
  border: 2px inset;
}

/* links */
a {
	color: #006699;
}
a:visited {
	color: black;
}
a:active {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
}


/* tables */

table {
  border-spacing: 2px;
  border-collapse: separate;
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 0;
}

table[rules]:not([rules="none"]) {
  border-collapse: collapse;
}
 
/* caption inherits from table not table-outer */  
caption {
  text-align: center;
}

tr {
  vertical-align: inherit;
}

col {

}

colgroup {

}

tbody {
  vertical-align: middle;
}

thead {
  vertical-align: middle;
}

tfoot {
  vertical-align: middle;
}

/* for XHTML tables without tbody */
table > tr {
  vertical-align: middle;
}

td { 
  vertical-align: inherit;
  text-align: inherit; 
  padding: 1px;
}

th {
  vertical-align: inherit;
  font-weight: bold;
  padding: 1px;
}


/* socsci-footer */
div#socsci-footer {
	color: white;
	float:right;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:30px 20px 0 0;
	text-align:right;
}
div#socsci-footer p {
	line-height:normal;
}

div#socsci-footer .socsci-feedback {
	border-left: 1px solid #e6e6e6;
	margin: 0 0 0 4px;
	padding: 0 0 0 8px;
}

div#socsci-footer a, div#socsci-footer a:visited {
	color: white;
	font-style:normal;
	text-decoration:none;
}

div#socsci-footer a:hover {
	color: #e6e6e6;
	font-style: normal;
	text-decoration: underline;
}
