/* 
Theme Name: KASevents
Theme URI: http://www.redwingstudio.com/
Version: 1.0
Description: A Theme from redwingstudio.com for KASevents
Author: Ben Huddleston
Author URI: http://www.redwingstudio.com/
*/

/* colors 
red #ad1521;
dark red #ab1b26;
*/

body {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #FFFFFF;
	font:11px arial, verdana, helvetica, sans-serif;
	line-height:15px;
	color: #000;
	text-align: center;
	}
	
	
	
/* ------------------------------------  LAYOUT & STRUCTURE ----------- */
	
#center {
	height:100%;
	width: 788px;
	margin: 10px auto 0px auto;
	text-align:left;
	background: url(images/middle.png);
	
	}
	
#header {
	background: url(images/topbg.png);
	margin: 0px 0px 0px 1px;
	width: 788px;
	height: 28px;
	}
	

	
#bigpic {
	margin: 1px 0px 5px 31px;
	width: 730px;
	height: 188px;
	background: url(images/header/header20.jpg);
	}
	
#leftcolumn {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	float: left;
	width: 194px;
	border: 0px solid #000;
	}
	
#rightcolumn {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px 0px;
	float: left;
	display: inline;
	/*width: 525px;*/
	width: 522px;
	border: 0px dashed #000;
	clear: right;
	}
	
#rightcolumncontent {
	/*background: url(/images/rightcontentbg.png);*/
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 0px 0px 0px 0px;
	
	}
	

#footer {
	background: url(images/footerbg.png);
	margin: 0px 0px 0px 1px;
	width: 788px;
	height: 31px;
	}
	
#design {
	float: right;
	margin: 9px 27px 0px 0px;
	}


/* --------------------------------------------- PARAGRAPH & LINKS -------------- */	

p {
	font:11px arial, verdana, helvetica, sans-serif;
	line-height:15px;
	color: #000;
	margin:0px 0px 0px 0px;
	padding: 5px;
	}


a {
	color: #ad1521;
	font-size:11px;
	text-decoration: underline;
	font-weight:400;
	}

a:link {color: #ad1521;}
a:hover {color: #000000;  }
a:visited {color: #ab1b26;}

.post-info {
	padding: 0px 0px 0px 0px;
	clear: both;
	
	}	
	
a img {
	border: 0;
	}
	
ul li {
	list-style-type: square;
	}
	
	
/* -------------------------------------------------- HEADER TAGS -------*/


h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #000;
	/*font: "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;*/
	}
	
.title {
	/*background: url(/images/headerbg.png);*/
	background-color: #ab1b26;
	height: 19px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 4px;
	text-transform: uppercase;
	}
	

/* -------------------------------------------------- WORDPRESS SPECIFIC TAGS -------*/
	
.post-title {
	color: #ffffff;
	/*background-color: #ab1b26;*/
	height: 19px;
	width: 100%;
	text-transform: uppercase;
	margin: 4px 0px 0px 5px;
	text-decoration: none;
	}
	
.post-title a {
	text-decoration: none;
	
	}
	
.post-footer { 
	display: none;
	}

.post {
	border-bottom:1px dotted #ccc;
	margin-bottom: 5px;
	clear: both;
	}




/* ---------------------------------------------  CLEARFIX MARKUP --------------------------------------------------*/
 /* 
This piece of code is for clearing
the floats without structural markup
Don't modify it
*/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {
 display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
/* End hide from IE-mac */

.clearboth {
	clear: both;
	height: 10px;
	width: 100%;
	}
	
/* ------------------------------------------- NAVIGATION -------------------------------*/

.white {
	color: #fff;
	padding: 3px 0px 0px 5px;
	text-transform: uppercase;
	}
	
	
.linktop {
	/*background: url(/images/linktop.png);*/
	background-color: #ab1b26;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	height: 20px;
	width: 194px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}

.linksection {
	/*background: url(/images/linkmiddle.png);
	background-color: transparent;*/
	background-color: white;
	padding: 0;
	margin: 0px 0px 15px 0px;
	border: 0px dashed #000;
	width: 194px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 0px solid #ddd;
	}
	
.linkbottom {
	background: url(images/linkbottom.png);
	height: 4px;
	border: 0px dashed #000;
	width: 194px;
	}
	
.linksection ul {
	background-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 179px;
	}
	
.linksection ul li {
	display: block;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #aeaeae;
	width: 194px;
	}
	
.linksection ul li a {
	display: block;
	width: 179px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-decoration: none;
	color: #aeaeae;
	}
	
.linksection ul li a:link {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	width: 179px;
	color: #ad1521;
	}
	
.linksection ul li a:hover {
	width: 179px;
	background: #efefef;
	}
	
.linksection ul li a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	color: #ad1521;
	}
	
.page_item {
	padding: 10px 0px 0px 7px;
	}
	
	
/* ------------------------------------------- GALLERY LAYOUT -------------------------------*/


	
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
