/* black */
a,div,table,tr,td,span,p,fieldset {
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	outline: none;
	border: 0px #fff solid;
	margin: auto;
	padding: 0px;
	color: #fff;
}

input,select {
	color: #f00;
	font-family: verdana;
	font-size: 10px;
}

body {
	background-color: #000;
	background-image: url("../img/back.jpg");
}

#header {
	background-image: url("../img/logocq.png");
	background-repeat: no-repeat;
	width: 540px;
	height: 190px;
}

a{
	color: #f00;
}
a:hover{
	text-decoration: underline;
}

#menu {
	text-align: center;
}

#contentdiv {
	margin-top: 20px;
	width: 500px;
	text-align: justify;
}

.blog {
	margin-top: 20px;
	width: 500px;
	text-align: justify;
}

ul.menu,ul.menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.menu {
	margin: auto;
	display: table;
}

ul.menu li {
	display: table-cell;
	padding: 0px 5px;
	border-left: 1px solid #fff;
}

ul.menu li:FIRST-CHILD {
	padding-left: 0px;
	border-left: 0px solid #fff;
}

ul.menu li a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

ul.menu li.active a {
	color: #f00;
}

ul.menu li a:hover {
	color: #f00;
	text-decoration: none;
}

div.featured h2, div.featured h2 a {
	color: #f00;
	font-weight: normal;
}

div.featured p {
	text-align: justify;
}

.contentheading {
	width: 400px;
	text-align: left;
	color: #f00;
}

.buttonheading {
	width: 30px;
	display: inline;
}

.buttonheading img {
	border: 0px;
}

.createdate {
	
}

ul.actions,ul.actions li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.item-page {
	width: 500px;
}

ul.actions li {
	float: right;
}
