/* CSS Reset */
html{}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* 
|	============================
|	Supersized Background Image
|	============================
*/
html {
	position: relative;
}

/*Supersize Plugin Styles*/
#supersize {
	height:100%;
	width:100%;
	display:none;
	z-index: -1;
}
#supersize img {
	display:inline;
}

/* 
|	============================
|	Fixed Elements
|	============================
*/
.last_section {
	margin-right:0!important;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.text-right {
    text-align:right;
}
img, img a, a {
	outline:none;
}
div {
	border:0px dotted #CCC;
}

/* 
|	============================
|	Standard Elements
|	============================
*/

html {
	font-family:arial;
	background-color: white;
	color:black;
	line-height:1.4;
	font-size:14px;
}
h1 {
	font-size: 12px; font-weight: bold;
	background: white;
	color:black;
	margin-bottom: 10px;
	padding-left:1px;
	padding-right:1px;	
}
h2 {
	
}
h3 {
	
}
p {
  margin-bottom:10px;
}
strong {
	font-weight:bold;
}
a {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}

/*
.selected {
	color:black;
}
*/
.not-selected { 

}

/* 
| ============================
|  Containers
| ============================
*/

.container {
	margin:auto;
	width:800px;
	position:relative;		
}
/*
.container {
  position: relative;
  padding:20px;
  padding-top:140px; 
  padding-left:30px;
  z-index: 1;
}*/
#logo {

}
#content {

}
#col_1 {
	float:left;
	width:70%;
}
#col_2 {
	float:right;
	width:30%;
}
.read_more {

}
#latest-news {
	
}
#latest-news .news_extract {

}
#latest-news .timestamp {

}
#latest-news h1 {

}
#latest-news h2 {

}
#latest-news p {

}
#latest-news a {

}
#latest-news a:hover {

}

.comments {
	
}
.comment_name {

}
.comment_timestamp {

}
.comment_body {

}



h2#comment_heading {

}
.comment_form {

}
.comment_form input[type="text"] {

}
.comment_form textarea {

}
.comment_form input[type="submit"] {

}

#footer {

}
.footer_nav {
}
.footer_nav ul li {

}
.footer_nav .left {

}
.footer_nav .right {

}
#footer a {

}
#footer a:hover {

}

