/*========================= Reset ============================*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, form, textarea, input, p {
	margin:0;
	padding:0;
}
ul, li {
	list-style: none;
}

/*========================= Main ============================*/
html {
	overflow-x: auto;
	overflow-y: scroll;
}
body { 
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 100%;
	background: #ededed;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
}

/*========================= Header ============================*/
#header {
	position: relative;
	padding: 2px;
	background: #fff;
}
#header h1 {
	margin: 0.3em 0.2em;
	text-align: center;
	font-weight: 300;
	color: #797979;
}

/*
#header img#logo {
	position: absolute;
	top: 7px;
	left: 10px;
	border:none;
	background:transparent;
}
*/

#description h2 {
	font-weight: normal;
	text-transform: uppercase;	
	color: #B7614E;
}

/*========================= Boxes ============================*/
.box {
	position: relative;
	margin: 3px;
	padding: 5px;
	float: center;
	background: #C0C0C0;
	color: #424242;
}
.box h1, .box h2, .box h3 {
	color: #B7614E;
}

/*========================= Content ============================*/
#contentwrapper {
	position: relative;
	padding: 5px 0.2em 0;
}
#content {
	position: relative;
	width: 100%;
	float: left;
	padding-bottom: 1em;
}

#callforpapers {
	width: 100%;
    font-size: 90%;
	padding-bottom: 1em;
}
#callforpapers h2, #callforpapers h3 {
	text-transform: uppercase;
}

/*========================= General ============================*/
h1, h2, h3 {
	margin: 1em 0 0.3em;
}
h1:first-child, h2:first-child, h3:first-child {
	margin: 0.1em 0 0.3em;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
}
h3 { 
	font-size: 1.3em;
	font-weight: normal; 
}

p {
	margin-bottom: 0.8em;
}

a {
	text-decoration: none;
}
a:link {
	color: #B7614E;
	border-bottom: 1px dotted #B7614E;
	text-decoration: none;
}
a:visited {
	color: #424242;
	border-bottom: 1px dotted #bbb;
	text-decoration: none;
}
a:hover {
	color: #E08566;
	/* border-bottom: 1px dotted #E08566; */
	text-decoration: none;
}

img {
	display: block;
	padding: 0;
	border: none;
}
#content img {
	display: inline;
} /*change to block to get red of dotted border under linked images */

#content img[border] {
	border-color: #222;
}

ul {
	margin: 5px 0 10px 20px;
}
ul li {
	margin: 0 0 4px 0;
	list-style: disc;
}

ul.plain {
	margin: 0 0 5px 2px;
	list-style: none;
}
ul.plain li {
	margin: 0 0 2px 0;
	padding-left: 2px;
	list-style: none;
}

ol {
	padding: 0;
	margin-left: 5px;
}
ol li {
	margin: 0;
	padding-left: 0px;
	background: transparent;
	list-style: decimal
}

.indent   { margin-left: 22px; }
.indent2  { margin-left: 44px; }
.indent3  { margin-left: 66px; }

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.top {
	display: block;
	margin: auto;
	border: none;
}

hr {
	width: 100%;
	height: 1px;
	margin: 5px 0;
	border: 0;
	background-color: #bbbbbb;
	color: #bbbbbb;
}

/*========================= Columns ============================*/

.colcontainer {
	clear: both;
	margin-bottom: 1em;
    padding: 0.5em 2px;
    font-size: 80%;
}
.twocol {
	width: 48%;
	float: left;
	position: relative;
}
.twocol+.twocol {
	float: right;
}

.colcontainer h1, .colcontainer h2, .colcontainer h3 {
	margin: 0.3em 0;
/*	padding: 0 0 0.5em 0;   
	line-height: 1; */
	font-size: 1.1em;
	font-weight: bold; 
}
.colcontainer ul {
	margin: 0 0 2px 0;
}
.colcontainer li {
	margin: 0;
	padding: 0;
}
.colcontainer a {
	font-size: 65%;
}

/*========================= FOOTER ============================*/

#footer {
	clear: both;
	padding: 2px;
	background-color: #fff;
}
#footer p {
	text-align: center;
}
#footer a {
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

/*========================= Hacks ============================*/
.colcontainer:after, .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
