/*
Theme Name: The GHNexus Theme  
Theme URI: http://tpnevents.comc
Description: A custom theme designed by Greg Hendrickson and customized to fit by Ian Coldwell.
Author: Greg H and Ian C
Author URI:http://www.tpnevents.com
Version: | v1.0 |


This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

 
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #222222;
	background-color: #000;
	background-image: url(images/bkgdstrip.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
a {
	color: #05a3a8;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.header_rot_text{
position: relative;	
top: -43px;
color: white;
background-image: url(images/60blackdot.png);
}

.header_rot_text h1{
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;

}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 950px;
	margin: auto;
	text-align: left;
	background-image: url(images/wallpaper-2.jpg);
	background-repeat: no-repeat;
	background-color:#D4D4D4 ;
	padding-right: 30px;
	padding-left: 30px;
}
.wrapper {}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 100px;
}
	#header ul {
	list-style-type: none;
	float: right;
	padding-top: 60px;
	}
		#header ul li {
	float: left;
	font-size: 1em;
	padding-left: 40px;
	font-family: Verdana;
		}
		#header ul li a {
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
		}
		#header ul li a:hover {
			text-decoration: underline;
		}
	#header h1 {
		float: left;
		padding-top: 25px;
	}
		#header h1 a {
	display: block;
	width: 305px;
	height: 74px;
	text-indent: -9999px;
	outline: none;
	background-image: url(images/whiteonblack-s.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 50px;
		}
/** END header **/

/** BEGIN featured **/
#featured {
	height: 335px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0;
}
	#featured .featured {
	float: left;
	background: url(images/featured.png) no-repeat 0 0;
	width: 557px;
	height: 262px;
	position: relative;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	}

#featured h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-top: -35px;
	margin-bottom: 15px;
        width:550px;
        float:left;
		
}

	#featured h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 5px;
		
}

#mission {
	float: left;
	width:340px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00D2FB;
	border-bottom-color: #00D2FB;
	
}

	#featured .buffer {
		width: 532px; height: 236px;
		overflow: hidden;
position: relative;
left: 9px;

	}
		#featured .featured .thumb {
			width: 500px; height: 251px;
			text-align: center;
		}


#mission ul {
		
		float: left;
		padding: 5px 0 0 0;
		margin-bottom:15px;
	}
#mission ul li {
	color: #fff;
	font-weight: bold; 
	font-family: Verdana;
	font-size: 0.9em;
	padding: 5px 0px 0px 5px;
	background-position: 0 0;
		}



#featured ul .r { background-image: url(images/rss.gif); }
#featured ul .t { background-image: url(images/twitter.gif); }
#featured ul .f { background-image: url(images/facebook.gif); }
#mission ul .w { 
background-image: url(images/webcast.png);
color: #333;
list-style-type: none;
	text-indent: 12px;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 0.8em;
	padding: 15px 0 25px 70px;
	background-position: 0 0;
	background-repeat: no-repeat;
 }
		#mission ul li h2 {
	font-size: 1.2em;
	color: #666;
	margin-bottom: 2px;
		}
#mission ul li h1 {
	font-size: 1.1em;
	color: #666;
}
		#mission ul li a {
			text-decoration: none;
		}
/** END featured **/

/** BEGIN content **/
#content {
	width: 630px;
	float: left;
}
	#content .post {
		clear: both;
		background-color: #ffffff;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		border-right: 2px solid #999;
		border-bottom: 2px solid #999;
		margin-bottom: 20px;
	}
		#content .post .content {
			padding: 15px;
		}
		#content .post .thumb {
			float: left;
			border: 5px solid #E4E4E4;
			margin-right: 20px;
		}
		#content .post h2 {
			font-size: 2em;
			font-weight: normal;
			margin-bottom: 10px;
		}
			#content .post h2 a {
				text-decoration: none;
				color: #222222;
			}
		#content .post .details1 {
			color: #808080;
			margin-bottom: 15px;
		}
			#content .post .details1 a {
				color: #808080;
				text-decoration: none;
			}
			#content .post .details1 .author {
				padding: 2px 10px 2px 24px;
				background: url(images/author.gif) no-repeat 0 0;
			}
			#content .post .details1 .date {
				padding: 2px 0 2px 24px;
				background: url(images/date.gif) no-repeat 0 0;
			}
		#content .post .details2 {
			clear: both;
			height: 17px;
			background: url(images/post.gif) repeat-x 0 bottom;
			padding: 12px;
		}
			#content .post .details2 a {
				text-decoration: none;
			}
			#content .post .details2 .l {
				float: left;
				padding-left: 24px;
				background: url(images/category.gif) no-repeat 0 0;
			}
			#content .post .details2 .r {
				float: right;
				padding-left: 24px;
				background: url(images/tags.gif) no-repeat 0 0;
			}
		#content .post p {
			line-height: 1.8em;
			padding-bottom:20px;
		}

#content .post ul {
		padding-top: 15px;
		padding-left: 24px;
		}
#content .post li {
		padding:4px;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
}
	#sidebar .box {
		background: #ffffff url(images/sidebox.gif) repeat-x 0 0;
		padding: 10px 15px 10px 15px;
		margin-bottom: 15px;
	}
		#sidebar .box h2 {
			padding: 5px 0 12px;
			margin-bottom: 15px;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: normal;
			text-transform: uppercase;
		}
#sidebar h2 {
			padding: 5px 0 5px 5px;
			margin-bottom: 15px;
			font-size: 1.0em;
			font-family: Verdana;
			font-weight: bold;
			color:#143a61;
			text-transform: uppercase;
		}



		#sidebar  ul {
			list-style-type: none;
		}
			#sidebar  ul li {
				font-family: Verdana;
				padding: 7px 7px 7px 10px;
				border: 1px solid #EEEEEE;
				background-color: #fafafa;
				margin-bottom: 10px;
			}
#sidebar ul li {
				font-family: Verdana;
				padding: 7px 7px 7px 10px;
				border: 1px solid #EEEEEE;
				background-color: #fafafa;
				margin-bottom: 10px;
			}

			#sidebar  ul li a {
				text-decoration: none;
				color: #222222;
			}
		#sidebar  .navigation {
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: normal;
			text-transform: uppercase;
			list-style-type: none;
			height: 31px;
			background: url(images/pointer.gif) no-repeat 20px bottom;
		}
			#sidebar .box .navigation li {
				float: left;
				padding: 0 15px 0 0;
				background-color: transparent;
				font-family: Verdana;
				border: 0;
				padding: 5px 10px 13px 0;
			}
			#sidebar .box .navigation li a {
				text-decoration: none;
				color: #222222;
			}
		#sidebar .box .multilist {
			padding-top: 15px;
		}
			#sidebar .box .multilist ul {
				list-style-type: none;
			}
				#sidebar .box .multilist ul li {
					line-height: 1.6em;
					padding: 5px 0;
					border: 0;
				}
				#sidebar .box .multilist ul li a {
					font-weight: bold;
					color: #05a3a8;
					text-decoration: underline;
				}
			#sidebar .box .multilist div {
				padding: 10px 10px 5px;
			}
				#sidebar .box .multilist div a {
					color: #222222;
					text-decoration: none;
				}
				#sidebar .box .multilist div a:hover {
					color: #C0C743;
				}
		#sidebar .box .ads {
			text-align: left;
		}
			#sidebar .box .ads img {
				text-align: center;
				margin: 0 3px 6px 3px;
			}
		#sidebar .box .flickr {
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 2px;
			}
	#recent { display: none; }
	#comments { display: none; }
	#tags { display: none; }
/** END sidebar **/

/** BEGIN footer 1 **/
#footer1 {
	clear: both;
	padding: 20px 0;
}
	#footer1 .widget {
		float: left;
		width: 300px;
	}
	#footer1 .c {
		margin: 0 25px;
	}
		#footer1 .widget h2 {
			background-color: #423D2C;
			color: #ffffff;
			font-size: 1em;
			text-transform: uppercase;
			float: left;
			padding: 10px 15px;
			margin-bottom: 10px;
		}
	#footer1 .widget .box {
		clear: both;
		border: 5px solid #D5D4D4;
		background-color: #EDEDED;		
	}
	#footer1 .widget p {
		line-height: 1.6em;
		padding: 5px 0;
	}
	#footer1 .widget .buffer {
		padding: 15px;
	}
	#footer1 .widget ul {
		list-style-type: none;
	}
		#footer1 .widget ul li {
			line-height: 1.5em;
			padding: 6px 15px;
			border-bottom: 1px solid #D6D5D5;
			border-top: 1px solid #ffffff;
		}
		#footer1 .widget ul li a {
			text-decoration: none;
			color: #222222;
		}
/** END footer 1 **/

/** BEGIN footer 2 **/
#footer2 {
	clear: both;
	background-color: #000;
	color: #ffffff;
	font-family: Verdana;
	padding: 30px;
	width: 950px;
	margin: auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 84px;	
}
	#footer2 .l {
		float: left;
	}
	#footer2 .r {
		float: right;
	}
	#footer2 a {
		color: #ffffff;
	}
/** END footer2 **/

/** CALENDAR STYLES **/
table#wp-calendar
{
   border:1px solid #cccccc;
}
tbody .pad
{
   background-color:#dddddd;
}
table#wp-calendar>tbody>tr>td>a
{
   font-weight:bold;
   /*color:#8796A5;
   color:#333333;*/
   font-size:16px;
   font-family:arial narrow, arial, garamond, palatino linotype, times new roman, bookman old style;
   color:#3c4a55;
}
thead>tr>th
{
   width:20px;
   height:20px;
   text-align:center;
   background-color:#cdd5de;
   border:1px solid #cccccc;
}
tbody>tr>td
{
   width:20px;
   height:20px;
   text-align:center;
   border:1px solid #cccccc;
}
tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active
{
   font-weight:bold;
   font-size:18px;
   height:20px;
   font-family:garamond, bookman old style, times new roman, arial narrow, arial;
   color:#5b7085;
   /*color:#3c4a55;*/
}
tfoot>tr>td#prev
{
   width:58px;
   height:20px;
   text-align:left;
   background-color:#ffffff;
}
tfoot>tr>td#next
{
   width:58px;
   height:20px;
   text-align:right;
   background-color:#ffffff;
}


/** END CALENDAR STYLES **/

