/* @override http://localhost:8888/wp-content/themes/bigScaryTheme/style.css */

/*
Theme Name: Big Scary theme
Theme URI: http://adrianlansdown.com
Description: The totally scary theme in purle (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a> stripped down by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a>)
Version: 0.1
Author: Adrian Lansdown
Author URI: http://adrianlansdown.com
Tags: big, scary, purple, hungry
*/

h2 {
	font-size: 15px;
}


#bd div.yui-b ul li ul li {
	list-style-type: none;
	margin-left: 10px;
	list-style-position: inside;
	margin-bottom: 3px;
}

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

* {
	font: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group layout */


#bd {
	margin: 10px;	
}

html{
	background-color: #FFEF43;
}

div#doc4.yui-t5 {
	background-color: #fff;
	margin-top: 20px;
	border: 2px solid #333;
}

/* @end */

/* @group big title */

#blogtitle a {
	text-decoration: none;
	color: #000;
	font-size: 50px;
	vertical-align: bottom;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	display: inline-block;
}

h1#blogtitle {
	height: 150px;

	text-align: left;
	text-decoration: none;
	margin: 5px;

}

p#blogDescription {
	margin: 5px;
	font-size: 14px;
	color: #FFF;
}


/* @end */

/* @group The Post */
h2.postTitle {
	font-size: 28px;
	margin-left: -55px;
	padding-left: 60px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;

	background: #581BA6 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: -2px 2px 2px rgba(0,0,0,0.5);
	text-shadow: 2px -1px 2px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	color: #fff;
}

h2.catHeader {
	font-size: 20px;
	margin-left: -40px;
	padding-left: 50px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;

	background: #9456a1 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: -2px 2px 2px rgba(0,0,0,0.5);
	text-shadow: 2px -1px 2px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	color: #fff;	
}

#searchform {
	float: right;
	width: 22%;
	
	margin-left: 15px;
	font-size: 16px;  
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
	background: #521b92 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	padding: 8px 14px 9px;
	margin-right: 10px;
	margin-top: 10px;
}

input#s {
	width: 135px;
	height: 18px;
	padding: 3px;
}

input#searchsubmit {
	
	margin-left: 10px;
	font-size: 12px;  
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
	background: #9136ff url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	padding: 6px 4px 6px;
	margin-right: 2px;		
}

div.yui-b {
	padding: 5px;

}

#bd div.yui-b ul {
	margin-bottom: 10px;
}

#olderEntries {
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#newerEntries {
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

#ft p {
	width: 50em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}

.postTitle a {
	text-decoration: none;
	color: #fff;
}

input#searchsubmit {
	float: right;
}

p.postDate {
	margin-bottom: 5px;
	font-size: 12px;
}

#hd hr {
}



div.postBody {
	margin-top: 5px;
	margin-bottom: 5px;
	font: normal 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.postBody p {
	margin-top: 15px;
	margin-bottom: 15px;
}

div.postBody ul li {
	list-style-type: square;
	list-style-position: inside;
	margin: 6px;
}

p.postTags {
	margin: 5px;
}

p.postDetails {
	margin: 5px;
}

div.postDetails {
	font: 14px Georgia, "Times New Roman", Times, serif;
	background-color: #9757f9;
	padding: 4px;
	border-style: solid;
	border-width: 2px;
	color: black;
	margin: 10px;
}

#postAge {
	margin: 10px;
}

#areCommentsOpen {
	margin: 10px;	
}

p.nocomments {
	margin: 10px;
}

#commentform p {
	margin: 10px;
}

input#submit {
	float: right;
	margin: 10px;
}

h3#comments {
	margin: 5px;
	font-size: 16px;
}

ol.commentlist {
	margin: 10px;
}

div.comment-author.vcard {
	font-size: 15px;
}

div.comment-meta.commentmetadata {
	margin: 5px;
}

.comment-body {
	margin: 10px;
	padding: 5px;
	border: 3px solid #000;
	background-color: #baa1ff;
}

#respond {
	margin: 20px;
}

#respond h3 {
	font-size: 25px;
}

.comment-body p {

}

div.postDetails a {
	color: #fff;
}

div.yui-g {
	margin: 5px;
}
/* @end */


hr#headerDivider {
	width: 90%;
	height: 15px;
	color: black;
	background-color: black;
}

/* @group top menu bar */
#navigationBar ul {
	list-style: none;
	width: 100%;
	margin-top: 5px;
	padding-right: 30px;
	
	background: #333;
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;

	-moz-box-shadow: 2px 1px 3px #999;
	-webkit-box-shadow: 2px 1px 3px #999;
	border-bottom: 1px solid #222;
	-moz-box-shadow: 2px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 1px 3px rgba(0,0,0,0.5);
	border-bottom: 2px 1px solid rgba(0,0,0,0.25);	
	
}

#aboutMe {

	margin: 15px;
}

#rssLink {
	margin: 20px;
}

#rssLink a img {
	text-decoration: none;
}


#twitterBird {
	margin: 20px;
}

#sideBar ul li.categories {
	margin: 20px;
}

#sideBar ul li {
	margin: 10px;
}

#twitterBird a img {
	text-decoration: none;
}

#aboutMe img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#navigationBar ul li {
	margin-left: 15px;
	font-size: 16px;  
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
//	background: #521b92 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	padding: 8px 14px 9px;
	margin-right: 5px;
}

#navigationBar ul li a {
	display: block;
	padding: 0 1.2em;
	line-height: 1.2em;
	text-decoration: none;
	color: #fff;
}

#navigationBar ul li:hover {
	background-color: #39106a;
	color: #fff;
}

#navigationBar ul li:active	{
	top: 1px;
	background-color: #6d27c2;
}

li#currentpage {
	color: #fff;
	background: #f00;
	border-style: dotted;
	border-width: 1px;
}

body#home a:hover#homenav,
body#events a:hover#eventsnav,
body#media a:hover#medianav,
body#contact a:hover#contactnav
body#join a:hover#joinnav {
	color: #000;
}

/* @end */


/* @group Blog post */

div.postBody div.wp-caption {
	padding: 10px 10px 20px 10px;
	background-color: white;
	
	z-index: 2;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.4);
	-moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.4);
	box-shadow: 2px 2px 4px rgba(0,0, 0, 0.4);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transition: all 0.3s ease-in;
	margin: 25px;
}

#prevNextLinks {
	margin: 10px;
	text-align: center;
	font-size: 14px;
}

div.postBody div.wp-caption:hover,
div.postBody div.wp-caption:focus,
div.postBody div.wp-caption:active {
	z-index: 999;
	border-color: #6A6A6A;
	-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
	-webkit-transform: rotate(0deg) scale(1.2);
	-moz-transform: rotate(0deg) scale(1.2);
	transform: rotate(0deg) scale(1.2);
	-webkit-transition: all 2s ease-in;
}


hr.postSeperater {
	height: 2px;
	margin: 15px;
	background-color: #9437ff;
	border-style: solid;
	border-width: 1px;
}


/* @end */

#hd {
	padding-top: 0px;
	overflow: hidden;
}
