#jquerymenu { background-color: #464646; overflow: hidden; border: 1px solid transparent; width: 972px; }

#jquerymenu ul li { width: 140px; float: left; list-style: inside none; padding: 5px 10px; }
#jquerymenu ul li:hover { background: url(../img/themecolors/bg-default.jpg) repeat-y; }
#jquerymenu ul li.selected {background: #000; }
#jquerymenu ul li a { font-size: 14pt; font-weight: bold; color: #fff; text-transform: uppercase; display: block; text-shadow: 1px 1px 1px #111;}
#jquerymenu ul li a span { font-size: 10pt; font-weight: normal; color: #ffd900; display: block; text-transform: lowercase; text-shadow: 1px 1px 1px #000; border-top: 1px solid #4d90fe; padding-top: 5px margin-top: 5px; }

#jquerymenububble { display: none; position: absolute; background-color: #464646; overflow: hidden; width: 972px; z-index: 9999999999; }
#jquerymenububble .slider { overflow: hidden; height: 305px; top: 0px; left: 0px; position: relative; }
#jquerymenububble .slider .set { overflow: hidden; width: 800px; float: left; }
#jquerymenububble .slider .set ul { margin: 0; padding: 0; }
#jquerymenububble .slider .set ul li { width: 160px; height: 295px; float: left; list-style: inside none; padding: 5px 0; text-align: center; }
#jquerymenububble .slider .set ul li:hover { background: url(../img/themecolors/bg-default.jpg) repeat-y; }
#jquerymenububble .slider .set ul li:hover a { color: #ffd900; }
#jquerymenububble .slider .set ul li a { font-size: 10pt; color: #fff; display: block; line-height: 1.6em; text-shadow: 1px 1px 1px #000; }
#jquerymenububble .slider .set ul li a:hover { color: #fff; }
#jquerymenububble .slider .set ul li span { padding: 15px 10px; display: block; } 
#jquerymenububble .slider .set ul li:hover span { background: url(../img/themecolors/shadow-default.jpg) no-repeat 0px 6px; }

#jquerymenu a, #jquerymenububble a { font-family: "Century Gothic","Helvetica Neue", Helvetica, "Trebuchet MS", tahoma, verdana, "Lucida Sans Unicode", arial, san-serif; text-decoration: none; }

		


html {
	height: 100%;
}

body:before {
	
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
body {
	height: 100%;
	font-family: Arial,"Helvetica Neue",sans-serif;
	font-size: 12px;
	text-align: left;
	background: url(../images/ign_gradient.jpg) top repeat-x #EDEDED;
	margin: 0;
	padding: 0;
	line-height: normal;
}
a, a:visited {
	color: #039;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


		


header {
	width:100%;
	background:#000;
	padding:10px 0px 5px 0px;
	position: relative;
}
#search-login-holder {
	width:972px;
	margin:auto;
	position:relative;
}
p#socialIcons {
	padding:0px;
	margin:0px;
	float:right;
	margin-right: 15px;
}
p#socialIcons img{
	border: none;
	padding: 0px;
	margin: 0px;
}
#search-form {
	float: right;
	opacity: 1;
	position: relative;
}
#searchContainer {
   //margin:20px;
   float: right;
   padding: 0;
   margin: 0;
}
#field {
	float:left; 
	width:250px; 
	height:27px; 
	text-indent:5px;
	padding-left: 5px;
	font-size:14px; 
	color:#333; 
	background: #fff; 
	border: none;
	margin-right: 10px;
	background-color:#fff;
}
span.glass {
	display: block;
	position: absolute;
	cursor: pointer;
	display: block;
	right: 0;
	padding: 7px 15px 5px 8px;
}
span.glass i {
	background-image: url(http://a2.twimg.com/a/1311111325/phoenix/img/sprite-icons.png);
	background-position: -224px -96px;
	width: 14px;
	height: 14px;
	display: block;
	font-size: 0;
}

#loginContainer {
    position:relative;
    float:left;
    font-size:12px;
    padding: 0;
    margin: 0;
    z-index: 500;
}

#loginButton { 
    display:inline-block;
    float:left;
    background-color:#f2f2f2; 
    position:relative;
    z-index:30;
    cursor:pointer;
    border:1px solid #f2f2f2; 
}

#loginButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    padding:7px 29px 5px 10px;
    background:url(../images/loginArrow.png) no-repeat 53px 7px;
    display:block
}
#loginButton:hover {
    //background:url(images/buttonbgHover.png) repeat-x;
     //border:1px solid #999;
}

#loginBox {
    position:absolute;
    top:28px;
    left:0;
    display:none;
    z-index:29;
}
    
#loginButton.active {
    //border-radius:3px 3px 0 0;
}
#loginButton.active span {
    background-position:53px -76px;
}

#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    //background:#d2e0ea;
    bottom:-1px;
}

#loginForm {
    width:248px; 
    //border:1px solid #899caa;
    margin-top:-1px;
    background:#f2f2f2;
    padding:6px;
}
#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    background:#fff;
    border-radius:3px;
    padding:10px 13px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; 
}
#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

#loginForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

#loginForm #login {
    width:auto;
    float:left;
    background-color:#4d90fe;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; 
}

#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}
#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}
input:focus {
    outline:none;
}
.not-a-member {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	font-weight: bolder;
	float: left;
}
.not-a-member a {
	color: #fff;
	text-decoration: none;
}


		


.logo-holder {
	width:972px;
	position:relative;
	margin:auto;
	color:#000;
	margin-top: 25px;
}
#logo {
	float:left;
	border: 2px solid #000;
	margin-right:25px;
	background-color:white;
}
#logo-name {
	font-size:44px;
	font-weight: lighter;
	font-family: "Helvetica Neue",Arial,Sans-serif;
	color: #000;
}
#slogan {
	font-size:14px; 
	color:#4d90fe;
	font-style: italic;
}


		


.menu-holder {
	margin: 100px auto 0 auto;
	width: 972px; 
	margin-top:25px;
}


		


.container-content-main {
	position: relative;
	background: white;
	padding: 10px;
	width: 972px;
	-moz-box-shadow: 0 0 8px #666;
	-webkit-box-shadow: 0 0 8px #666;
	box-shadow: 0 0 8px #666;
	margin:auto;
	margin-top: 25px;
}
#container {
	min-height: 100%;
	width: 100%;
}
#main {
	overflow:auto;
	padding-bottom: 150px;
}  


		


.txt-hdr {
	border-bottom: 1px solid #4d90fe;
	float: left;
	margin-bottom: 12px;
	padding: 0;
	width: 100%;
	margin-top: 10px;
}

.txt-hdr span {
	background-color: #4d90fe;
	color: white;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
}


		


#footer {
	position: relative;
	//margin-top: -150px; 
	height: 150px;
	clear:both;
	//background-color:#4d90fe;
	background-color:#fff;
	width: 972px;
	margin: auto;
	margin-top: 25px;
	padding: 10px;
	-moz-box-shadow: 0 0 8px #666;
	-webkit-box-shadow: 0 0 8px #666;
	box-shadow: 0 0 8px #666;
	//opacity: .2;
}
.footer-links {
	color:#000;
	font-size:12px;
	line-height:18px;
	padding-left:0px;
	padding-top:15px;
	width:960px;
}
.footer .footer-links a {
	font-size:10px;
}


		


.home-left {
	float:left; 
	width:626px;
}
.headlines {
	width: 100%;
	marign:10px 0px 0px 0px;
	margin-bottom: 20px;
}
.img-thumb {
	float: left;
	margin: 0px 10px 0px 0px;
}
.hdr {
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}

.content-headlines {
	color: #3A3939;
	font-size: 14px;
	line-height: 21px;
}
.headline-date {
	font-weight: bold;
	font-size: 11px;
	color: gray;
	line-height: 21px;
	text-transform: uppercase;
}
#home-right {
	float: right;
	width: 300px;
	margin:0px;
}


		


#articleHeader {
	margin-left: 0px;
	margin-bottom: 18px;
}
.article-headline {
	margin: 0;
	font-size: 24px;
	font-family: "proxima-nova-1","proxima-nova-2","Helvetica Neue",Helvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 28px;
}
.article-subheadline {
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	font-weight: 300;
	font-style: normal;
}
.publish-date {
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	font-family: "Helvetica Neue",Arial,sans-serif;
}
#content-main {
	width: 658px;
	background: white;
	float: left;
	position: relative;
}
.hdr-sub {
	width: 138px;
	float: left;
	margin-left: -12px;
	//border-top: 1px solid #4d90fe;
	border-bottom: 1px solid #4d90fe;
	color: black;
	padding: 5px 14px;
	font-size: 14px;
	margin-bottom:10px;
}
.byline {
	font-size:12px;
}
.article-content {
	font-size: 14px;
	line-height: 22.16px;
}
#main-article-content {
	border-right: none;
	margin-left: 152px;
	padding-left: 11px;
	margin-right: 0;
	padding-right: 0;
	width: 460px;
}
#latest-media {
	float: left;
	text-align: left;
	clear: left;
	margin-right: 7px;
	xfont-size: 12px;
	margin-left: 2px;
}
.latest-media-images {
	margin-bottom: 1em;
}
.hdr-article {
	width: 147px;
	margin-top:5px;
	margin-bottom:5px;
}
.lnk-thumb {
	margin-bottom: 12px;
	text-align: center;
}
img[height=109] {
	height: 109px;
}
.latestMediaThumb {
	border: 1px solid #999;
}
.label-media, .lnk-thumb, .lnk-media {
	display: block;
	font-size: 12px;
}
.article-content blockquote {
margin: 10px 0 14px 0;
//border-left: 10px solid #4d90fe;
border-left: 10px solid #e2e2e2;
padding-left: 10px;
font-style: italic;
font-size: 13px;
}



		


#tweets {
	width:300px;
	//padding:20px;
}

#tweets li {
	padding: 10px;
	color:#000;
	list-style: none;
	border-bottom: 1px dotted #000;
	color: #3A3939;
	font-size: 14px;
	line-height: 21px;
}

#tweets li.tweet_content_0 {
	border-top:0px none;
}
#tweets li:last-child{
	border-bottom:0px none;	
}

#tweets .hash { color:#4d90fe; } 
#tweets .reply { color:#4d90fe; } 


#info {
	width:300px;
	height:300px;	
	position:relative;
	float:left;
}
#info p {
	padding:10px 10px 10px 20px;
	line-height:150%;
}


		


#pagination-holder {
	width: 150px;
	position: relative;
	margin: auto;
}
.paginate {
	font-size: 14px;
}
a.paginate {
	border: 1px solid #000080;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #000080;
}
a.paginate:hover {
	background-color: #000080;
	color: #FFF;
	text-decoration: underline;
}
a.current {
	border: 1px solid #000080;
	font-size: 14px;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#999;
	color: #FFF;
	text-decoration: none;
}
span.inactive {
	border: 1px solid #999;
	font-size: .7em;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}





		


.clearfix {
	clear: both;
	font-size:1px; 
	line-height:0
}
.disabled-section {
	opacity: .2;
	display-block;
}@charset "utf-8";

.lof-slidecontent, .lof-slidecontent a {
	color:#FFF;	
}
.lof-slidecontent a.readmore{
	color:#58B1EA;
	font-size:95%;
	
}
.lof-slidecontent{
	position:relative;
	overflow:hidden;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;
	background:#FFF
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:900px;
	z-index:3px;
	overflow:hidden;
}



.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:0px;
	right:0px;
	width:300px;
	background:url(../images/bg_trans.png);
	height:100%;
	
	padding:10px;
}
.lof-main-item-desc p{
	margin:0 0px;
	//padding:8px 0
	font-size: 14px;
}
.lof-main-item-desc h3{
	padding:0;
	margin:0
}
.lof-main-item-desc h2{
	padding:0;
	margin:15px 0 0 0px;
}
.lof-main-item-desc h3 a{	
	margin:0;
	background:#4d90fe;
	font-size:18px;
	//padding:2px 3px;
	text-transform:uppercase;
	text-decoration:none;
	padding: 5px;
}
.lof-main-item-desc h3 a:hover{

	text-decoration:underline;
}



ul.lof-main-wapper{
	
	overflow:hidden;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{
	padding:0px;	
}


.lof-navigator-wapper {
	position:absolute;
	bottom:10px;
	left:10px;
	background:url(../images/transparent_bg.png) repeat;
	padding:5px 0px;
}
.lof-navigator-outer{
	position:relative;
	z-index:100;
	height:180px;
	width:310px;
	overflow:hidden;
	color:#FFF;
	float:left
}
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;
	float:left;
	display:block;

	text-align:center;

}
ul.lof-navigator li img{
	border:#666 solid 3px;	
}
ul.lof-navigator li.active img, ul.lof-navigator li:hover img {
	border:#A8A8A8 solid 3px;
}
.lof-navigator-wapper .lof-next,  .lof-navigator-wapper .lof-previous{
	display:block;
	width:22px;
	height:30px;
	color:#FFF;
	cursor:pointer;

}
.lof-navigator-wapper .lof-next {
	float:left;	
	text-indent:-999px;
	margin-right:5px;
	background:url(../images/arrow-l.png) no-repeat right center;
}
.lof-navigator-wapper .lof-previous {
	float:left;	
	text-indent:-999px;
	margin-left:5px;
	background:url(../images/arrow-r.png) no-repeat left center;
}

#overlay {
    position:absolute;
    top:0; right:0;
    bottom:0; left:0;
    background:url(../images/overlay-pattern.png);
    z-index:10000;
    display:none;
}

#alertModalOuter {
    padding:6px;
    border-radius:5px;
    background:url(../images/alert-modal-outer.png);
    position:absolute;
    top:50%; left:50%;
    z-index:10001;
    margin-left:-36px;
    margin-top:-36px;
}

#alertModal {
    padding:30px;
    background:#fff;
    border-radius:5px;
}



#alert { display:none; width:300px; height:80px; text-align:center }
#alert p { font-size:16px; color:#616161; margin-bottom:20px; display:inline-block; text-shadow:0 1px 1px transparent }



.alertButton {
    display:inline-block;
    padding:4px 15px 4px 12px;
    border-radius:3px;
    font-size:16px;
    color:#fff;
    box-shadow:0 1px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.4);
    margin-right:15px;
}

.alertButton span {
    display:block;
    padding:0 0 0 22px;
}



#yes {
    background: #7ce59a; 
    background: -moz-linear-gradient(top, #7ce59a 0%, #3bc261 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ce59a), color-stop(100%,#3bc261)); 
    background: -webkit-linear-gradient(top, #7ce59a 0%,#3bc261 100%); 
    background: -o-linear-gradient(top, #7ce59a 0%,#3bc261 100%); 
    background: -ms-linear-gradient(top, #7ce59a 0%,#3bc261 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7CE59A', endColorstr='#3BC261',GradientType=0 ); 
    background: linear-gradient(top, #7ce59a 0%,#3bc261 100%); 
    border:1px solid #5ca64c;
    border-bottom-color:#318123;
    text-shadow:0 -1px 0px #1cc132;
}

#yes:hover {
    background: #99f0b2; 
    background: -moz-linear-gradient(top, #99f0b2 0%, #3ac160 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99f0b2), color-stop(100%,#3ac160)); 
    background: -webkit-linear-gradient(top, #99f0b2 0%,#3ac160 100%); 
    background: -o-linear-gradient(top, #99f0b2 0%,#3ac160 100%); 
    background: -ms-linear-gradient(top, #99f0b2 0%,#3ac160 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99F0B2', endColorstr='#3AC160',GradientType=0 ); 
    background: linear-gradient(top, #99f0b2 0%,#3ac160 100%); 
}

#yes span { background:url(../images/tick-cross.png) no-repeat 0 4px; }



#no { 
    background: #fc8a95; 
    background: -moz-linear-gradient(top, #fc8a95 0%, #e74c74 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc8a95), color-stop(100%,#e74c74)); 
    background: -webkit-linear-gradient(top, #fc8a95 0%,#e74c74 100%); 
    background: -o-linear-gradient(top, #fc8a95 0%,#e74c74 100%); 
    background: -ms-linear-gradient(top, #fc8a95 0%,#e74c74 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FC8A95', endColorstr='#E74C74',GradientType=0 ); 
    background: linear-gradient(top, #fc8a95 0%,#e74c74 100%); 
    border:1px solid #cb3f63;
    border-bottom-color:#a61f41;
    text-shadow:0 -1px 0px #f5445c;
    margin:0
}

#no:hover {
    background: #faa7af; 
    background: -moz-linear-gradient(top, #faa7af 0%, #e74c74 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa7af), color-stop(100%,#e74c74)); 
    background: -webkit-linear-gradient(top, #faa7af 0%,#e74c74 100%); 
    background: -o-linear-gradient(top, #faa7af 0%,#e74c74 100%); 
    background: -ms-linear-gradient(top, #faa7af 0%,#e74c74 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAA7AF', endColorstr='#E74C74',GradientType=0 ); 
    background: linear-gradient(top, #faa7af 0%,#e74c74 100%); 
}

#no span { background:url(../images/tick-cross.png) no-repeat 0 -22px; }

.block {
	clear:both;
	width:100%
}

.comments.block {
	position:relative
}

.comments .item {
	overflow:hidden;
	position:relative;
	padding:10px 0 13px 34px
}

.comments .children,.grandchildren {
	clear:left;
	padding-left:26px;
	position:relative
}

.comments div.avatar {
	display:inline;
	position:relative;
	z-index:3;
	//background:#111111;
	margin:-10px 8px 0 -34px;
	padding:13px 0 0
}

.comments .avatar a {
	display:block;
	position:relative
}

.comments .avatar a:hover {
	filter:alpha(opacity=70);
	opacity:0.7
}

.comments .avatar img {
	display:block
}

.comments .avatar .border {
	position:absolute;
	//background:url(../images/comments/gravatar_borders.png);
	width:65px;
	height:65px;
	top:13px;
	left:0;
}

.comments .line {
	width:19px;
	height:9999px;
	border:solid #5c5c5c;
	position:absolute;
	bottom:50%;
	left:-26px;
	border-width:0 0 1px 1px
}

.comments .info {
	margin:0 10px 0 0
}

.comments .info strong {
	display:block;
	font-size:13px;
	color:#4e4b37;
	line-height:15px
}

.comments .info strong a {
	color:#5587cc;
	text-decoration:none
}

.comments .info em {
	font-style:normal;
	font-size:11px;
	height:1%;
	display:block;
	color:#989898
}

* html .comments .info em {
	display:inline
}

.comments .info a.comment-reply {
	float:left;
	width:48px;
	height:30px;
	overflow:hidden;
	font-size:.7em;
	text-align:center;
	line-height:28px;
	position:relative;
	background:url(../images/comments/reply.png) no-repeat left top;
	display:block;
	margin-top:10px;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}

.comments .info a:hover.comment-reply {
	background:url(../images/comments/reply.png) no-repeat left bottom;
}

.comments div.reply {
	clear:left;
	padding-top:24px;
	position:relative
}

.comments div.reply div.reply {
	margin-left:33px
}

.comments .reply:after {
	content:"";
	display:block;
	clear:both
}

.comments .reply .avatar {
	margin-left:0;
	z-index:2
}

.comments .text {
	overflow:hidden;
	//background:#404040 url(../images/comments/bg-comment-l.png) repeat-y;
	position:relative;
	margin:0 0 -2px;
	border: 2px solid #999;
}

.comments .text .r {
	//background:url(../images/comments/bg-comment-r.png) repeat-y 100% 0
}

.comments .text .tl {
	//background:url(../images/comments/bg-comment-tl.png) no-repeat
}

.comments .text .tr {
	//background:url(../images/comments/bg-comment-tr.png) no-repeat 100% 0
}

.comments .text .bl {
	//background:url(../images/comments/bg-comment-bl.png) no-repeat 0 100%
}

.comments .text .br {
	//background:url(../images/comments/bg-comment-br.png) no-repeat 100% 100%;
	min-height:28px;
	position:relative;
	padding:17px 20px 20px 24px
}

.comments .text p {
	margin:10px;
	color:#000;
	font: 15px/21px;
}

.comments .grandchildren {
	overflow:hidden
}

.comments .info,.comments .avatar {
	float:left
}



.pagination {
	text-align:right;
	padding:20px 0 5px 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#404040;
}

.pagination a {
	margin:0 5px 0 0;
	padding:3px 6px;
	color:#404040;
	text-decoration:none;
}

.pagination a.number {
	background-color:#404040;
	color:#fff;
}

.pagination a.current {
	background:#5587cc url(../images/comments/bg-pagination-button.gif) top left repeat-x;
	color:#fff;
}

.pagination a.current:hover {
	text-decoration:none;
}



fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	//margin-top: 10px;
}

:focus {
	outline: 0;
}

#respond {
	width: 98%;
	padding: 10px;
}

#respond h2 {
	color:#c0c0c0;
}

#respond form {
	position: relative;
}

#respond p {
	clear: both;
	overflow: hidden;
}

#respond label {
	display: block;
	width: 12%;
	float: left;
	font-size: 12px;
	line-height: 30px;
	color:#c0c0c0;
}

.input {
	width: 85%;
	display: block;
	margin-bottom: 5px;
	background-color: #333;
	border: none;
	padding: 10px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
}
input {
	background-color: ##333;
}
#respond textarea {
	width: 85%;
	padding: 10px;
	margin-bottom: 15px;
	border: none;
	background: #333;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
}

.clear {
	clear: both;
}

#cancel-comment-reply a {
	position: absolute;
	right: 130px;
	bottom: 5px;
	color: #fff;
	font-size: 11px;
	padding: 3px 8px;
	border: 1px solid transparent;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #5587cc;
	text-decoration: none;
}

#cancel-comment-reply a:hover {
	background-color: #404040;
	text-decoration: none;
}

#submit {
	padding: 5px 8px;
	padding-bottom: 6px;
	color: #ffffff;
	position: absolute;
	right: 0px;
	bottom: 5px;
	cursor: pointer;
	background-color:#4D90FE;
	margin-top: 10px;
	border: none;
}

#submit:hover {
	background-color: #404040;
	text-decoration: none;
}



.notification {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	font-size: 13px;
	width: 99.8%;
}

.success {
	background: #d5ffce;
	border-color: #9adf8f;
	color: #556652;
}

.error {
	background: #ffcece;
	border-color: #df8f8f;
	color: #665252;
	padding: 0px;
}

.notification div {
	display:block;
	font-style:normal;
	padding: 10px;
	line-height: 1.5em;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; 
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox.png') -55px -90px no-repeat;
}



.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_loading.png', sizingMethod='scale'); }



.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_nw.png', sizingMethod='scale'); }
