/*
Theme Name: gamezine
Description: 3 coloumn pro gamer theme
Author: Jinsona designs
Author URI: http://web2feel.com/
*/

body {
	margin:0 auto;
	padding-top:0px;
	background: #8e8e8e url(images/bg.gif) center repeat-y;
	font-family:"Century Gothic",Verdana,Tahoma,sans-serif;	
	color:#333333;
	font-size:13px;
	}
	
	
img {
	border:0px;
	}
a {
	color:#009ad0;
	text-decoration:none
	}
a:hover {
	color:#009ad0;
	text-decoration:underline;
		}
h1, h2, h3, h4, h5, h6, h7 {
	
	}
blockquote {
	padding-left:10px;
	color:#245071;
	font-style: normal;
	
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	padding:2px 0 0 5px;
	}
.alignright {
	float:right;
	padding:2px 7px 0 5px;
	}
	
.ad1{
	text-align:center;
	margin:5px auto;
	padding:0 0;
}
/* The Wrapper */

.wrapper {
	width:1001px;
	margin:0 auto;
	background:#FFFFFF;		
	padding: 0 0 0px 0;
	}
	
	
/* The Top */

#top {
	height:201px;
	margin:auto;
padding-top: 0px;
	background:#ffffff;
	background-repeat:no-repeat;

	}
.blogname {
	float:left;
	width:700px;
	font-family:"Century Gothic",Verdana,Tahoma,sans-serif;	
	margin:0px 0 0 0;
	}
.blogname h1  {
	font-size:45px;
	font-weight:bold;
	margin:40px 0px 0 25px;
	text-decoration: none;
	text-align:left;

	
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
	display:block;
	}
	
.blogname h1  a:hover { 
	color: #5AA6BE; 
	text-decoration: none; 
	background-color:transparent;
	}
.blogname h2 {
	margin:5px 0px 0 30px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:left;
	}
/* Search */

#search {
	height:30px;
	background:#000 url(images/search.gif) no-repeat;
	width:305px;
margin: 10px -10px 2px 0px;
padding:0px 0px 0px 0px;
}

#search1 {
	width:300px;
	background:#FFFFFF;
	margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#search1 form {
	margin: 0px;
	padding: 0px;
}

#search1 fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search1 p {
	margin: 0px;
	font-size: 85%;
}

#s {
	width:290px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background:#43bde9;
	border:none;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color:#fff;
}

#searchsubmit {
	width:60px;
	float: left;
	background:url(images/smit.jpg) no-repeat ;
	border:none;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:30px;
}

			
/* The Menu */

#foxmenucontainer{
	height:29px;
	background: #43bde9;
	display:block;
	padding:0px 0 0px 0px;

	font: 14px "Century gothic",verdana, Arial, sans-serif;
	font-weight:normal;

	}
	

#menu ,#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:29px;
	
	}

#menu a {
	color: #FFFFFF;
	display: block;
    font-weight: normal;
   	padding: 4px 10px 6px 10px;

	}
	
#menu a:hover {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background:#37b3df;
	}

#menu li {
	float: left;
	margin: 0px 0 0px 0;
	padding: 0px;
	}


#catmenucontainer{
	height:29px;
	background:#fff;
	display:block;
	padding:0px 0 0px 0px;
	font: 14px "Century gothic",verdana, Arial, sans-serif;
	font-weight:normal;
	border-top:1px solid #d9d9d1;
	border-bottom:0px solid #d9d9d1;
	}
		
#catmenu ,#catmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:29px;
	}

#catmenu  a {
	color: #828282;
	display: block;
    font-weight: normal;
   	padding: 5px 10px 6px 10px;
	border-right:1px solid #d9d9d1;
	}
	
#catmenu  a:hover {
	color: #bc0705;
	display: block;
	text-decoration: none;
	border-right:1px solid #d9d9d1;
	}

#catmenu  li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu  li li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 150px;
	
	}
	
#catmenu  li li a, #catmenu  li li a:link, #catmenu  li li a:visited {
	border-bottom:1px solid #d9d9d1;
	width: 150px;
	background:#fff;
	margin: 0px;
	padding:3px 10px 4px 10px;
	color: #828282;
	border-left:1px solid #d9d9d1;
	border-right:1px solid #d9d9d1;
	z-index:2;
	}
	
#catmenu  li li a:hover, #catmenu  li li a:active {
	background:#fff;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 3px 10px 4px 10px;
	color: #bc0705;
	z-index:2;
	}

#catmenu  li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:11;
	}

#catmenu  li:hover ul {
	left: auto;
	display: block;
	}
	
#catmenu  li:hover ul, #catmenu li.sfhover ul {
	left: auto;
	}	

#featured{
	height:auto;
	margin:0 0 5px 0;
}	
	

/* Content*/	
	
.content {
	padding:5px 5px 5px 5px;
	background:#ffffff;
	background-repeat:repeat-y;
	border-top:0px solid #102135;
	}	

.linksgoogle {
	color: #009ad0;
width: 545px;
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
border-bottom: 0px dotted;
padding-bottom: 2px;
margin-top: -3px;
text-align: center;
	}

#content {
	float: left;
	width: 545px;
	margin: 0px;
margin-left: -5px;
	padding: 0px;
	}
#lpst{
	height:40px;
	background:#000 url(images/lnews.jpg) no-repeat;
	margin:0px 0 5px 0;
}
	
.post {
	width: 317px;
	float:left;
	margin: 0px 3px 8px 5px;
	padding:0px 0 0 0;
	background:url(images/mpost.jpg) repeat-y;
	display:inline;
	color:#222;
	font-family:Arial,century gothic,verdana, sans-serif;
	}

.post h2 {
	margin: 0px 0 0px 0;
	padding: 7px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
	overflow:hidden;
	height:16px;
	font-weight:bold;
	text-transform: uppercase;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #306074;
	overflow:hidden;
	background-color: transparent;
	}
.post h2 a:hover  {
	color: #fff;
	background-color: transparent;
	}	
.date{
	margin: 0px 0 0px 0;
	padding: 2px 0px 3px 0px;
	text-align: left;
	font-size: 12px;
	overflow:hidden;
	line-height:14px;
	font-weight:bold;
	color:#fff;
}
.clock{
	background:url(images/clock.png) no-repeat;
	padding:5px 0 0 25px;

}	
	

.authr{


	padding:5px 0 0 0px;
}


.postinfo {
	height:20px;
	padding: 2px 5px 2px 0px;
	font-size:14px;
	background:url(images/postmet.jpg);

			}
.time{
	float:left;
	margin-left:4px;
	padding:0px 0 0 25px;
	color:#A06933;
	background-repeat:no-repeat;
	font-size:12px;

	}	
.time a:link,.time a:visited {
	color:#000;
	}
	
.rmore{
	float:right;
	margin-left:4px;
	padding:0px 25px 0 0px;
	color:#fff;
	background-repeat:no-repeat;
	font-size:12px;

	}
	
.rmore a:link,.rmore a:visited {
	color:#A06933;
	}
	
.mentry a:link,
.mentry a:visited {
	color: #DF1000;
	background-color: transparent;
}

.mentry a:hover {
	color: #fbb100;
	background-color: transparent;
	text-decoration: none;
}
.mentry{
	height:130px;

}
.mentry p{
	margin: 0px 0;
	padding: 0px 10px;
	font-size:12px;
	color:#48627D;

	}
.post img{
	float:left;
	margin: 10px 5px 5px 10px;
	padding: 3px 3px;
	border:1px solid #222;
	background:#0E1829;

}
.cover{
	margin: 0px;
	padding: 0px;
	}
.singlemeta{
	width:668px;
	background:#fff;
	border:1px solid #bbb;
	padding:5px 5px;
	margin:5px 0;

}	
	
/* sidebar */

#rightcol{
	width:300px;
	float:right;
}
#fideohead{
	height:30px;
	background:#FFFFFF url(images/kiwipulsetv.gif) no-repeat;
	width:305px;
margin-right:-15px;
margin-bottom:2px;
}

#fideohead1{
	height:20px;
	background:#FFFFFF url(images/kiwipulsetv1.gif) no-repeat;
	width:300px;
margin-right:-10px;
margin-top:2px;
padding-left: 5px;
padding-top: 1px;
}


#fideohead1 a, #fideohead1 a:link, #fideohead1 a:visited  {
color: #FFFFFF;
font-weight: bold;
}

}
#fvideo {
	width:300px;
	background:#FFFFFF;
margin-top:2px;
margin-bottom:2px;
}	

#fvideo p{
	margin:0px 5px;
}

#fvideo h2 {
	margin:0px 5px;
	text-align: left;
	font: 16px Arial, century gothic,verdana,  sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	color:#48708f;
	padding:5px 0px;
	}

#fvideo h2 a, #fvideo h2 a:link, #fvideo h2 a:visited  {
	color: #48708f;
	background-color: transparent;
	}
.fat{
	margin:0px 5px;
	text-align: left;
	font: 12px Arial,century gothic,verdana,  sans-serif;
	color:#ccc;
	padding:0px 0px;

}	
	
	
/* The Sidebar2 */	
.sidebar2{
	float:right;
	width:150px;
	padding-top:10px;
	padding-right:10px;
	font-size:12px;
	font-family:  century gothic,Arial,Georgia, sans-serif;
	}

.sidebar2 h2 {
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#fff;
	margin:0px 0 0 0 ;
	padding:0px 0 0 5px;
	background:url(images/sh2.jpg);
	font-weight:normal

	}
.sidebar2 ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}

.sidebar2 ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;

	}

.sidebar2 ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.sidebar2 ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar2 ul li {
	height:100%;
	line-height:18px;
	}

.sidebar2 ul li a:link, .sidebar2 ul li a:visited {
	color: #606975;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	font-family: Arial, century gothic,Georgia,helvetica, sans-serif;
	background:#03070d;
	border-bottom:1px solid #020408;
	}

.sidebar2 ul li a:hover {
	background:#070d17;
	color:#bacbda;
	}

.sidebar2 p {
	padding: 7px 10px;
	margin:0;
	
	}

.sidebar2 table {

	width:100%;
	text-align:center;
	background-color:#03070d;
	}		
	
/* --- FOOTER --- */

#footer {
width:1001px;
	height:25px;
	margin:0px;
margin-left:-5px;
margin-bottom:-5px;
padding-top:5px;
	background: #000000;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	letter-spacing:1px;
	}
#footer p {
	color:#FFFFFF;
	}

#footer a {
	color:#FFFFFF;
	}

#footer a:hover {
	color:#FFFFFF;
	}
.fleft{
	float:left;
	padding: 0 0 0 0px;

}

.fright{
	float:right;
	padding: 0 10px 0 0;
}

/* The Navigation */

.navigation {
	height:25px;
	padding:0px;
	margin:0px;
margin-left:2px;
	background:#fff;
	border:0px solid #ccc;
	float:left;
	width:545px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#009ad0;
	}
.navigation a:hover {
	color:#009ad0;
text-decoration:underline;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	height:25px;
	padding:8px 10px;
	margin:0 0 5px 0;
	font-size:16px;
	text-align:left;
	background:#fff url(images/post.jpg) repeat-x;
	border:1px solid #ccc;
	color:#000000;
	
	}
/************************************************
*	Comments									*
************************************************/

.comments {

	}
.comments form {
	}
.comments textarea {
	border:1px solid #D0D0D0;
	width:533px;
	height:156px;
	background:#f7f7f7;
	color:#333333;
	padding:5px;
	overflow:auto;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:14px;

	}
.comments-count{
	font-weight:bold;
	font-size:18px;
	margin-bottom:-10px;
	margin-top:3px;
	color:#333;
}	
	
#commentform {
	padding-left:0px;
	}
#commentform input {
	background:#f7f7f7;
	border:1px solid #D0D0D0;
	color:#333;
	padding-left:3px;
	}
.comments input#submit {
	padding:0;
	width:140px;
	height:25px;
	background:#f7f7f7;
	border:1px solid #D0D0D0;
	color:#333;
	}
.comments h2 {
	font-size:19px;
	line-height:20px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#333;
	}
	

.commentbox ol {
	list-style-type:none;
	margin: 0 ;
	padding:10px 0px;
	
	}
.commentbox ol li{
	border:1px solid #D0D0D0;
	list-style-type:none;
	margin: 5px 0 ;
	padding:1px 5px;
	}
	
.alt{
	background:#f7f7f7;

}	

.odd{
	background:#f7f7f7;


}

.comments a:link, .comments a:visited{
	color:#333333;
	font-weight:bold;
}

.comments a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
		}
	
.comments ol li p {
	padding:0;
	margin:0px 0;
	color:#333333;
	
	}
.commentmeta small{
	color: #F5072B;
	
}
.comments img{

	margin:0px;
	background:#ffffff;
	padding:0px;

}

.featlist {
	width:300px;
	}	

.highlight {
	height:30px;
	background:#000 url(images/article.gif) no-repeat;
	width:305px;
margin-right:-10px;
margin-top:10px;
}

.fblock h2{
	margin: 0px;
padding-left:3px;
margin-bottom:0px;
	text-align: left;
	font-size: 14px;
	height:16px;
}
.fblock h2 a:link, .fblock h2 a:visited{
	color:#FFFFFF;
}

.fblock h2 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
		}
.fblock {
	
	width: 300px;
	float:left;
	margin: 2px 0px 0px 0px;
	padding:0px 0 0 0;
	background:#005dcf;
	display:inline;
	color:#FFFFFF;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
}


.fblock p{
	font: normal 90% "century Gothic", Arial, Helvetica, sans-serif;
text-align: justify;
	margin:3px 3px;
	color:#FFFFFF;
}


.fblock img {
	float:left;
	border:1px solid #ffffff;
margin-left:3px;
margin-right:3px;
margin-top:7px;
	padding:0 0;
	}
	
.fcats{
	overflow:hidden;
	font-size:12px;
	color:#DAD0C1;
	padding: 0 0 0 0px;
	margin:1px 0 0px 0;
	height:15px;
}
.fcats a:link,.fcats a:visited {
	overflow:hidden;
	font-size:12px;
	color:#83A1AF;
	padding: 0 0 0 0px;
	margin:0px 0 0px 0;
	height:13px;
}	
.auth{
	overflow:hidden;
	font-size:12px;
	color:#d7ebfc;
	padding: 2px 0 0 0px;
	margin:0px 0 0px 0;
}	

.fmeta{
	overflow:hidden;
	font-size:10px;
	color:#6a8199;
	padding: 0 0 0 0px;
	margin:0px 0 0px 0;
		
}

.fmeta a:link,.fmeta a:visited{
	overflow:hidden;
	font-size:12px;
	color:#3a6e98;
	padding: 0 0 0 0px;
	margin:0px 0 0px 0;
			
}

.fmeta a:hover{
	overflow:hidden;
	font-size:12px;
	color:#fff;
	padding: 0 0 0 0px;
	margin:0px 0 0px 0;
			
}
	
.sponsor{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0px;
	width:620px;
	float:left;

}

.sponsor ul {
   	 margin: 0px 0px;
	 padding: 0px 10px;
	 overflow: auto;
	 list-style:none;
}
	 
.sponsor ul li{
	height:125px;
	width:125px;
	margin: 2px 7px ;
	padding:5px 5px;
	list-style:none;
	display : block;
	display:inline;
	float:left;
	background:#0E1829;
}

.sponsor li a:link, .sponsor li a:visited {
	text-decoration: none;
}

#sponsors {
	height:30px;
	background:#000 url(images/sponsors.gif) no-repeat;
	width:305px;
margin-right:-10px;
margin-bottom:2px;
margin-top:10px;
}

}
#sponsors1 {
	width:300px;
	background:#75bf00;
margin-top:2px;
margin-bottom:2px;
}	

#sponsors2 {
padding-top:3px;
	width:300px;
	background:#75bf00;
margin-top:2px;
margin-bottom:2px;
}

#5sponsors {
	background:#000 url(http://www.kiwipulse.com/wp-content/themes/kiwipulsetheme/images/head.jpg) no-repeat;
	width: 630px;
	margin: 0px 0px;
	padding: 10px 10px;
	border:1px solid #e4f1f1;
	margin-bottom: 15px;
}

.comment1 {
	width:300px;
	}	

.comment1a {
	height:30px;
	background:#000 url(images/comments.jpg) no-repeat;
	width:305px;
margin-right:-10px;
margin-top:10px;
}	

#partners {
	height:30px;
	background:#000 url(images/partners.gif) no-repeat;
	width:305px;
margin: 10px -10px 2px 0px;
}

}
#partners1 {
	width:300px;
	background:#FFFFFF;
margin: 0px;
padding: 0px;
}	

#partners2 {
	width:300px;
	background:#FFFFFF;
margin: 0px;
padding: 0px;
padding-top:2px;
}

#partners img {
	width:300px;
	background:#FFFFFF;
margin: 0px;
padding: 0px;
}

/************************************************
*	Sidebar Left		    	        	        * 
************************************************/

#lefttcol{
	width:140px;
	float:left;
}

.sidebar1{
	float:left;
padding-left:0px;
	width:140px;
	font-size:12px;
	font-family: century gothic,Georgia, Arial, sans-serif;
	}

.sidebar1 h2 {
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#fff;
	margin:0px 0 0 0 ;
	padding:0px 0 0 5px;
	background:url(images/sh2.jpg);
	font-weight:normal;

	}
.sidebar1 ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}

.sidebar1 ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;


	}

.sidebar1 ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.sidebar1 ul ul ul ul {

	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar1 ul li {
	height:100%;
		line-height:18px;
	}

.sidebar1 ul li a:link, .sidebar1 ul li a:visited {
	color: #606975;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	font-family: Arial, century gothic,Georgia,helvetica, sans-serif;
	background:#03070d;
	border-bottom:1px solid #020408;
	}

.sidebar1 ul li a:hover {
	background:#070d17;
	color:#bacbda;
	}

.sidebar1 p {
	padding: 7px 10px;
	margin:0;
	color:#ffffff;
	}

.sidebar1 table {
	width:100%;
	text-align:center;
	background:#03070d;
	}

#featured {
	height:21px;
	background:#000 url(images/featured.gif) no-repeat;
	width:132px;
margin-left:-5px;
margin-bottom:2px;
margin-top:0px;
}

}
#featured1 {
	width:125px;
	background:#4b9bf5;
margin-top:2px;
margin-bottom:2px;
}		

#sponsorsleft {
	height:21px;
	background:#000 url(images/sponsorsleft.gif) no-repeat;
	width:130px;
margin-left:-5px;
margin-bottom:2px;
margin-top:0px;
}

}
#sponsorsleft1 {
	width:125px;
	background:#4b9bf5;
margin-top:2px;
margin-bottom:2px;
border-top:1px solid #d9d9d1;
}	

#sponsorsleft2 {
	width:125px;
	background:#4b9bf5;
margin-top:2px;
margin-bottom:2px;
}

#artshop {
	height:21px;
	background:#000 url(images/artshop.gif) no-repeat;
	width:130px;
margin-left:-5px;
margin-bottom:2px;
margin-top:10px;
	color:#FFFFFF;
}

}
#artshop1 {
	width:125px;
	background:#FFFFFF;
margin-top:2px;
margin-bottom:2px;
border-top:1px solid #d9d9d1;
color:#333333;
}	

#artshop2 {
	width:125px;
	background:#FFFFFF;
margin-top:2px;
margin-bottom:2px;
}

#bookshop {
	height:21px;
	background:#000 url(images/bookshop.gif) no-repeat;
	width:135px;
margin-left:-10px;
margin-bottom:2px;
margin-top:10px;
}

#bookshop1 {
	width:125px;
	background:#4b9bf5;
margin-top:2px;
margin-bottom:2px;
border-top:1px solid #d9d9d1;
}	

#bookshop2 {
	width:125px;
	background:#4b9bf5;
margin-top:2px;
margin-bottom:2px;
}
/************************************************
*	single Post		    	        	        * 
************************************************/
.single{
	width: 545px;
	margin: 0px;
	padding:0px;
	background:#FFFFFF;
	color:#222;
	font-family: Helvetica, Arial, Sans-Serif;
text-align: justify;
}

.single h6 {
	color: #009ad0;
width: 545px;
	font-size: 12px;
	font-family:"Century Gothic",Verdana,Tahoma,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
border-bottom: 1px dotted;
padding-bottom: 2px;
margin-top: -3px;
margin-bottom: 0px;
text-align: center;
	}

.single h5 {
	color: #009ad0;
width: 545px;
	font-size: 12px;
	font-family:"Century Gothic",Verdana,Tahoma,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
border-bottom: 1px dotted;
padding-bottom: 5px;
margin-top: -3px;
text-align: center;
	}

.single h4 {
	color: #333;
width: 545px;
	font-size: 12px;
	font-family:"Century Gothic",Verdana,Tahoma,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
padding-bottom: 2px;
margin-top: 0px;
	}

.single h2 {
	color: #009ad0;
	font-size: 26px;
	font-family:"Century Gothic",Verdana,Tahoma,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
margin-bottom: 0px;
text-align: left;
	}
	
.single h2 a, #single h2 a:visited {
	font-family:"Century Gothic",Verdana,Tahoma,sans-serif;
	color: #009ad0;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

.single h2 a:hover {
	color: #009ad0;
	text-decoration: none;
	}

.data{
	margin: 0px 0 0px 0;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	overflow:hidden;
	line-height:14px;
	color:#A06933;
}

	
.sentry a:link,
.sentry a:visited {
	color: #009ad0;
	background-color: transparent;
}

.sentry a:hover {
	color: #009ad0;
	background-color: transparent;
	text-decoration: underline;
}
.sentry{
	margin: 0p;
	padding: 0px 0px;
}
.sentry p{
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
font-size: 1.1em;
margin: .7em 0;
line-height: 1.4em;
	}

.single img{
	margin: 0px;
	padding: 0px;
color: #FFFFFF;
	background-color: #FFFFFF;
}
.cover{
	margin: 0 0;

	}
.spostinfo{
	
	padding:5px 5px 5px 5px;
	margin:5px 0;
}	

.category{
	padding:2px 5px 0px 25px;
	margin:0px 0px;
	background:url(images/cat.png) no-repeat;
}

.category a:link,.category a:visited{
	color:#A06933;

}

.socials {
font-weight:bold;
text-transform:uppercase;
color:#009ad0;
border-bottom:1px dotted #009ad0;
	width: 545px;
	font-size: 13px;
margin-bottom:-5px;
padding-top:5px;
text-align:left;
	}

.credit {font-size:10px;margin-top:-8px;margin-bottom:2px;padding:0px 0px 0px 0px;text-align:left;}

/************************************************
*	Twitter		    	        	        * 
************************************************/
.twittertitle {
	height:30px;
	background:#000 url(images/twitter.gif) no-repeat;
	width:305px;
margin-right:-10px;
margin-top:10px;
}

.twitterlist {
	width:300px;
list-style: none;
	}	

.twitter {
	width: 300px;
	float:left;
margin-top: 2px;
margin-bottom: 10px;
	padding:0px;
	background:#15bebd;
	display:inline;
	color:#FFFFFF;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
list-style: none;
}


.twitter p{
	font: normal 90% "century Gothic", Arial, Helvetica, sans-serif;
text-align: justify;
	margin:3px 3px;
	color:#FFFFFF;
list-style: none;
}

.twitter a:link, .twitter a:visited{
	color:#FFFFFF;
	font-weight:bold;
}

.twitter a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
		}

.twitter ul {
text-align: justify;
width: 294px;
list-style: none;
margin-top: -1px;
margin-bottom: -1px;
padding:0px 0px 0px 3px;
margin:0px;
}


.twitter ul li {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px dotted #FFFFFF;
}

.more {
width: 545px;
border-bottom:1px dotted #009ad0;
		}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	height:30px;
	background:#009acf;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		150;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
	margin-bottom:0px;
	width:1001px;
}
.sf-menu a {
	padding: 8px  10.77px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.sf-menu li {
	background:		#009acf;
}
.sf-menu li li {
	background:		#009acf;
}
.sf-menu li li li {
	background:		#009acf;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#0085af;
	outline:		0;
	color:			#FFFFFF;
}