/*  
Theme Name: Catalyst
Theme URI: http://catalystgamelabs.com/
Description:
Version: 0.1
Author:
Author URI:

*/

html, body {
}

body {

	background: #eef0c9;
	margin: 0px;
	font-size: 12px;
	font-family: verdana, tahoma, arial, helvetica, "lucida grande", sans-serif;
	height:100%;
	line-height: 130%;
}

a:visited {
	color: #000104;

}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 115%;

}

#page {
	margin: 0 0 20px 0;
}

img {
	border: none;
}

/* Begin Masthead */

#masthead {
	margin: 0px;
}

#wrapper {
	margin: 0px;
}

#linkbar {
	margin: 0px;
	position: absolute;
	top: 35px;
	right: 2%;
	text-align: right;
	width: 100%;
	font-size: 150%;
}

#linkbar a {
	color: #000104;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#linkbar a:hover {
	background: #c2cb20;
	border-bottom-color: #000104;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#linkbar  .rss {
padding-right: 25px;
margin-right: 5px;
background-image: url(http://catalystgamelabs.com/wordpress/wp-content/themes/catalyst/images/rss_header.gif); 
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

#linkbar .rss:hover {
padding-right: 25px;
margin-right: 5px;
background-image: url(http://catalystgamelabs.com/wordpress/wp-content/themes/catalyst/images/rss_header_overlay.gif); 
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

#blackbar {
	position: absolute;
	top: 75px;
	left: 0px;
	right: 100px;
	background: #000104;
	height: 100px;
	width: 100%;
	text-align: right;
}

.logo {
	position: absolute;
	top: -30px;
	left: 20px;
}

a .graphiclink1  {

	position: absolute;
	top: 10px;
	right: 5%
	
	}

a .graphiclink2  {

	position: absolute;
	top: 50px;
	right: 5%


}

/* End Masthead */



.post {
	padding-top: 0%;
	padding: 2%;
}

.pullquote {

	position: relative;
	margin-left: -40px;
	padding-left:10px;
	font-weight: bold;
	font-size: 115%;
/*	background-image: url(http://catalystgamelabs.com/wordpress/wp-content/themes/catalyst/images/quote.gif); 
	background-repeat: no-repeat;
	background-position: -30px 0px;
	
*/
 	border-left-color: #eef0c9;
	border-left-width: 4px;
	border-left-style: solid;
}
.mti_div { /* Category Icon via  Multi-Topic Icon Plugin */
	width: 50px;
	position: absolute;
	left: 25px;
	padding-top: 10px;

}

h2 a {
	color: #000104;
	text-decoration: none;
}

h3 a {
	color: #000104;
	text-decoration: none;
}


h2 a:hover {
 	border-bottom-color: #eef0c9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

h3 a:hover {
 	border-bottom-color: #eef0c9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


.entry {
	padding-top: 10px;
	padding-left: 50px;
	line-height: 1.5;
}

#block_1wide .entry {
	width: 90%;
}

.postmetadata {
	padding-left: 50px;
	text-align:right;
	margin: -2%;
}

.alt { /* after metadata before comments section */
	margin-top: 25px;
	margin-bottom: 10px;
}


.afterpost {
	height:10px;
	background: #eef0c9;
	width:120%;
	margin-top:15px;
}

hr.spacer {
	height:10px;
	background: #eef0c9;
	margin-top:15px;
   border: 0px
}

#block_3 li {
	list-style-type: square;

}



/* Begin Footer */


#footer {
	float:left;
	color: #EEEEEE;
  	width:100%;
  	height:100px;
  	background: #000104;
  	margin: 10px 0 0 0;
}

.footerlogo {
	position: relative;
	left: 2%;
	top: 10%;
	float: left;
}

#footerrss {
	float: right;
}

#footerrss a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#searchbox {
	position: relative;
	top: 10px;
	left: 2%;
	float: left;
}



/* End Footer */

/* Begin New Box Model */

#block_1 {
	float: left;
	width: 48%;
	margin-left: 1%;
	padding: 1%;
	margin-top: 220px;
	background: #c2cb20;
}
#block_1wide {
	float: left;
	width: 75%;
	margin-left: 1%;
	padding: 1%;
	margin-top: 220px;
	background: #c2cb20;
}

#block_1full {
	float: left;
	width: 96%;
	margin-left: 1%;
	margin-right; 1%;
	padding: 1%;
	margin-top: 220px;
	background: #c2cb20;
}
	
#block_2 {
	float: left;
	width: 200px;
	position: relative;
	top: 220px;
}

#block_3 {
	float: left;
	width: 19%;
	padding: 1%;
	padding-right: 1%;
	position: relative;
	top: 220px;
	background: #c2cb20;
}

/* Specific to FAQ Page */

p.question {
	font-weight: bold;
}

p.answer {
	padding-left: 10px;
}

/* End to FAQ Page */


/* Hide WordPress.com Smiley */

img#wpstats{width:0px;height:0px;overflow:hidden}

/* added by Zac */
.break {
	clear: both;
	margin-bottom: 10px;
}