/*
Theme Name: WordPress Default
Theme URI: http://www.procapslock.org/
Description: The new movement
Version: 1.0
Author: Upsync, Mypma, Ressing, Vraagalex, Vickup, Beermansch and MORE!
Author URI: http://www.procapslock.org
Tags: CAPS LOCK CAPS-LOCK CAPSLOCK

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "UTF-8";

/* --------------------------------------------

	COLORS
	-------------------------------------------
	blue: 			#24add9
	purple:			#c701c0
	borders:		#cccccc (grey)
	light-grey:		#f2f2f2
	dark-grey:		#7f7f7f
	
	
	1. CSS RESET v1.0 | 20080212 (meyerweb.com)
-------------------------------------------- */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Arial, Sans-Serif;
	background: #fff;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	color: #333;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform:uppercase;
	font-size: 10px;

}

a {
	text-decoration:none;
	color: #a11801;
        font-weight: bold;
}

a:hover {
	color: #000;
        font-weight: bold;
}

h1, h2 {
	color: #dc1202;
	font-size:18px;
	border-bottom: 1px solid #CCCCCC;
	top-margin: 0px;
}

p {
	margin-bottom: 15px;
}

#page {
	paddding: 0px;
	margin: 0px;
	width: 100%;
	top-margin: 0px;
}

#header {
	height: 327px;
	width: 100%;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	float: right;
	padding-top: 0px;
}

#headerimg {
	width: 300px;
	float: left;
	clear: left;
	padding: 15px 0px 0px 21px;
}
#headerimg img{
	border: 0px;	
	padding-top: 0px;
}
.float_right {
	float: right;
}


#search {
	width: 495px;
	height: 328px;
	float: right;
	background: url(images/caps_lock.jpg) #fff no-repeat;	
	padding-top: 0px;
}

#menu {
	width: 495px;
	height: 30px;
	float: right;
	margin-top: 230px;
}

#content {
	clear: left;
	width: auto;
	padding-top: 350px;
	margin: 0px;
}

.post {
	background-color: #FFFFFF;
	border: 1px solid #e9d412;
	text-align: left;
	width: 65%;
	margin: 20px;
	padding: 20px;
} 

#sidebar {
	float: right;
	width: 25%;
	background-repeat:repeat-x;
	border: 0px solid #000;
	text-align: left;
	padding: 10px;
	margin-top: 20px;
	display: block;
}

#sidebar h2 {
	color: #837e7e;
	margin-top: 10px;
}

.pagenav {
	list-style-type: none;
}
.pagenav h2 {
	display: none;
}



#menu ul {
	list-style-type:none;
	width: 400px;
	float: right;
	margin: 0px;
}

#menu ul li {
	width: 75px;
	height: 30px;
	float: left;
	font-size: 14px;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;	
}
#menu ul li a {
	width: 75px;
	display: block;
	text-decoration:none;
	height: 30px;
	margin: 0px;
	padding: 15px 0px 0px 20px;
	color: #a11801;
}

#menu .current_page_item {
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	color: #FFFFFF;
}
#menu .current_page_parent {
	font-weight:bold;
	height: 30px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

/* POST SHIZZLE */

.post small {
	font-size: 9px;
	text-transform:uppercase;
}

.post h2 {
	font-size: 16px;
	text-transform:uppercase;
}

.post .entry {
	margin-top: 10px;
}

.post .alignright {
	float: right;
}

.post .postmetadata {
	margin-top: 20px;
	border-top: 1px solid #999999;
	color: #999999;
	font-size:9px;
	text-transform:uppercase;
}