
body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.74em;
	color:#555555;
	background-color:#FFFFFF;
	text-align:left;
}

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

a:hover {
	color:#000000;
}
ul {
	padding-top: 0px;
	margin-top: 0px;
}
li {
	margin-top: 0px;
	padding-top: 0px;
	line-height:20px;
	text-align:left;
}

hr {
	border: 0px;
	color: #000000;
	background-color: #000000;
	height: 1px;
}


/* HEADER */
#header {
	width:720px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.header-img {
	margin-top: 30px; 
	width: 720px; 
	border:0px
}


/* CONTENT */
#content {
	width:720px;
	margin:0 auto 0 auto;
	text-align:left;
}


/* SIDEBAR */
#sidebar {

	width:180px;
	float:right;
	text-align:left;
	margin-top: -7px;
}


#sidebar h1 {
	font-family:"Century Gothic1", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#253183;
	line-height: 10px;
	padding-top: 25px;
	margin-bottom: 0px;
}

#sidebar p {
	padding-left:15px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:20px;
	margin-top: 10px;
}

.submenu {

}

.profile-img {
	float:left; 
	width:60px; 
	height:60px; 
	
	margin-right:10px; 
	margin-top: 20px; 
	margin-left: 15px;
	
	padding: 0px;
	
	border:1px solid;
	border-color: #555555;
}	


/* MAINBAR */
#mainbar {
	margin-right:180px;
	padding-right:35px;
}

#mainbar h1 {
	font-family:"Century Gothic1", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#253183;
	line-height: 10px;
	padding-top: 25px;
}

#mainbar h2 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	line-height: 10px;
	padding-top: 0px;
}

.blogtitle {
	font-family:"Century Gothic1", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#253183;
	line-height: 10px;
	padding-right: 10px;
}
.date {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	line-height: 10px;
	padding-top: 0px;
}

.postfooter {
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

#mainbar p {
	padding-left:15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:20px;
}

#mainbar .img-right {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}
#mainbar .img-left {

	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:25px;
}


/* ERRORS */
.fieldWithErrors {
  margin-bottom: 2px;
  padding: 2px;
  background-color: red;
  display: table;
}

*:first-child+html {} * html .fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/* OTHER STUFF */
div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

