/*
Theme Name: Alex
Theme URI: http://www.ministryoftruth.me.uk/
Description: Ministry of Truth Droog Theme
Author: Unity
Version: 1.0
License: Creative Commons
Tags: white, three-columns, fixed-width
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* = Core Elements
-------------------------------------------------------------- */

body {
	font-size: 75%;
}
html>body {
	font-size: 14px;
}
p {
	line-height: 20px;
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	margin-bottom: 20px;
}

b, strong {
	font-weight: bold:
}

i, em {
	font-style:italic;
}
blockquote {
	margin-left: 20px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #d7d7d7;
}

img {
	margin-bottom: 20px;
}

h2 {
	font-family: 'QlassikMediumRegular', Arial, Geneva, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color:#000;
	font-variant:small-caps;
	margin-bottom: 20px;
}

a:link, a:visited {
	color: #c00;
	text-decoration: none;
}

a:hover {
	color: #F90;
}

/* = Custom Font
-------------------------------------------------------------- */

@font-face {
    font-family: 'QlassikMediumRegular';
    src: url('fonts/Qlassik_TB-webfont.eot');
    src: url('fonts/Qlassik_TB-webfont.eot?iefix') format('eot'),
         url('fonts/Qlassik_TB-webfont.woff') format('woff'),
         url('fonts/Qlassik_TB-webfont.ttf') format('truetype'),
         url('fonts/Qlassik_TB-webfont.svg#webfontdLeQUlTY') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QlassikBoldRegular';
    src: url('fonts/QlassikBold_TB-webfont.eot');
    src: url('fonts/QlassikBold_TB-webfont.eot?iefix') format('eot'),
         url('fonts/QlassikBold_TB-webfont.woff') format('woff'),
         url('fonts/QlassikBold_TB-webfont.ttf') format('truetype'),
         url('fonts/QlassikBold_TB-webfont.svg#webfontDLSNh18m') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* = layout Elements
-------------------------------------------------------------- */

#container {
	background-image: url(images/ax_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	min-height: 400px;
}
#header {
	clear: both;
	float: left;
	height: 110px;
	width: 900px;
	background-image: url(images/ax_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sitemenu {
	clear: both;
	float: right;
	width: 480px;
	height: 100px;
}
#content {
	clear: both;
	float: left;
	width: 900px;
	min-height: 300px;
}
#footer {
	clear: both;
	float: left;
	width: 900px;
	height: 100px;
	background-image: url(images/ax_eye.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar {
	clear: left;
	float: left;
	width: 150px;
	margin-top: 50px;
}
#page {
	clear: right;
	float: left;
	width: 750px;
	margin-top: 10px;
}

.article {
	clear: both;
	float: left;
	width: 740px;
	margin-bottom: 30px;
	min-height: 100px;
	padding-left: 10px;
}
.article-date {
	clear: left;
	float: left;
	width: 65px;
	height: 30px;
	background-image: url(images/ax_date.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-right: 5px;
	font-family: 'QlassikMediumRegular', Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color:#FFF;
}
.article-content {
	float: left;
	width: 470px;
	padding-left: 20px;
	padding-right: 20px;
}
.article-meta {
	clear: right;
	float: right;
	width: 150px;
	margin-top: 50px;
}
.meta-item {
	clear: both;
	float: left;
	height: 18px;
	margin-bottom: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-image: url(images/ax_button.jpg);
	border: 1px solid #7abbdf;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #2a7090;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.meta-item a:link, meta-item a:visited {
	color: #2a7090;
}
.meta-item a:hover {
	color: #f90;
}
.tweet-item {
	clear: both;
	float: left;
	width: 150px;
	height: 20px;
	margin-bottom: 5px;
}

/* = Article specific CSS
--------------------------------------------------- */

.article ol li {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}

.article ul li {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}

/* = Footer
--------------------------------------------------- */

.footertext {
	clear: both;
	float: left;
	font-family: 'QlassikMediumRegular', Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	text-decoration: none;
	padding-left: 100px;
	padding-top: 30px;
}

/* = Navigation Bar
--------------------------------------------------- */

.pagenav {
	width: 728px;
	height: 28px;
	background-color: #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 20px;
	border: 1px solid #333;
	float: left;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 28px;
	font-family: 'QlassikMediumRegular', Arial, Geneva, sans-serif;
	font-size: 16px;
}

.leftalign {
	float: left;
}
.rightalign {
	float: right;
}
.pagenav a:link, .pagenav a:visited {
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	color: #333;
	text-decoration: none;
}

/* = Navigation Menu
--------------------------------------------------- */

.menu-navigation-container {
	height: 100px;
	width: 100%;
}
.menu-navigation-container ul{
}
.menu-navigation-container li{
}
.menu-navigation-container li a {
	width: 65px;
	float: left;
	padding-top: 75px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 20px;
	display: block;
	font-family: 'QlassikMediumRegular', Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-image: url(images/ax_menugrey.jpg);
}
.menu-navigation-container li a:hover {
	background-image:url(images/ax_menured.jpg);
	color: #fff;
}
.menu-navigation-container li a:active {
	background-image:url(images/ax_menured.jpg);
	color: #fff;
}

/* = Sidebar styling
--------------------------------------------------- */

.widget {
	margin-bottom: 10px;
}

.widget select, .widget input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999999;
}

.widget input {
	margin-bottom: 5px;
}

.widget label {
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
}

.widget a:link, .widget a:visited {
	margin-bottom: 5px;
	font-family: 'QlassikMediumRegular', Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #900;
	text-decoration: none;
}

.widgettitle {
	clear: both;
	float: left;
	height: 18px;
	margin-bottom: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-image: url(images/ax_greybutton.jpg);
	border: 1px solid #999999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: repeat-x;
	width: 140px;
}