/*  
Theme Name: RockinBlue Web2.0
Author URI: http://www.corymiller.com
Version: 1
Author: Cory Miller
Description: RockinBlue 2.0 is a Web 2.0-style, widget-ready, two-column, clean and sleek theme with BIG FONTS and easily changed graphical header, with Photoshop file included.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #ffffff;
	color: #000000;
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}
a, a:visited{
	color: #da590b;
text-decoration: none;
	-webkit-transition:color 500ms ease-in;
	 -moz-transition:color 500ms ease-in;
 -o-transition:color 500ms ease-in;
 transition:color 500ms ease-in;
	}
	
a:hover{
	color: #000;
	-webkit-transition:color 300ms ease-in;
	 -moz-transition:color 300ms ease-in;
 -o-transition:color 300ms ease-in;
 transition:color 300ms ease-in;
	}
#container { 
	width: 960px; 
	text-align: left; 
	margin: 0 auto; 
	}

#header { 
	padding: 0px 0px 0px 0px;
	}
#content_header { 
	margin-bottom: 10px;	
	margin-top: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#menu { 
	margin-bottom: 19px; 
	color: #99cc00;
	font-size: 15px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
text-align: center;
	}
#menu h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	color: #da590b;
	padding: 0px 40px 0px 40px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #cccccc;
	}


#content { 
	width: 960px; 
	float: left; 
	margin-bottom: 20px;	
	margin-top: 20px;
	padding: 0px 30px 15px 30px;

	}
#content p{
	margin: 0px;
	line-height: 160%;
	padding: 0px 0px 15px 0px;
	}
	
#content p img{
	border: none;
	margin-right: 5px;
	}
#content h1 {
	color: #333333;
	font-size: 15px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%
	margin: 0px;
	}
	
#content h1 a  {
	color: #006699;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #fc5f00;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	line-height: 150%;
	}
#content h2 a  {
	color: #fc5f00;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #99cc00;
	text-decoration: none;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

.comments h3 {
	font-family: Arial, Sans-Serif;
	margin-bottom: 10px;
}
.comments ol, .comments ol li {
	list-style-type: none;
}
.comments ol li {
	margin: 5px 40px 5px 0px;
	padding: 10px;
	border: 1px solid #003053;
	background: #F2F2F2;
	overflow: hidden;
}
* html .comments ol li {
	word-wrap: break-word;
}

#sidebar { 
	width: 270px; 
	background: #ffffff;
	float: right; 
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px 10px 15px 30px; 
	}

#sidebar h2 {
	color: #fc5f00;
	line-height: 30px;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
        text-align: center;
	text-transform: uppercase;
	list-style: none;
	padding: 0px 50px 0px 50px;
	margin: 0 0 0 0px;
        background: url(images/sidebar_h.jpg) no-repeat right top;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 15px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	color: #000000;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #fa6000;
	text-decoration: underline;
	}

.textwidget button {
        font-size: 14px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	}
        button:hover {
	color: #fa6000;
	text-decoration: none;
-webkit-transition:color 500ms ease-in;
-moz-transition:color 500ms ease-in;
-o-transition:color 500ms ease-in;
transition:color 500ms ease-in;
	}

#footer { 
	border-top: 10px solid #fa6000;
	clear: both;
	padding: 15px; 
	text-align: center;
	}



#header_vigits {
float: left;
width: 33%;
padding-bottom: 10px;
}
#header_vigits ul {
padding-left: 15px;
}


.cont {
height: 117px;
width: 350px;
}

.cont .photo {
position: inherit;
height: 117px;
width: 92px;
background-image: url("http://www.nofaq.net/img/MyFace.png");
background-position: 0px -121px;
float: left;
}

.cont:hover .photo{ 
background-position: 0px -6px !important;
 }

.cont:hover .textuphoto{ 
text-shadow: 0px 0px 3px rgba(0,0,0,.4);
 }

/*ОЙ слайдшоу*/
#slideshow {
	width: 918px; height: 546px;
	overflow-x: scroll; overflow-y: hidden;
	margin: 100px auto 50px auto;
/*	box-shadow: 0px 0px 50px #000;
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 50px #000; */
}

#slideshow ul {
	width: 4590px; list-style: none; 	
	}

#slideshow ul li {
	float: left;
	}
	

#slideshow-nav {
	width: 250px; margin: 0 auto 200px auto; visibility: hidden;
	}	
	
#slideshow-nav ul {
	list-style: none; 
	}
	
#slideshow-nav ul li {
	float: left; 
	}
	
#slideshow-nav ul li a {
	display: block; width: 20px; height: 20px;
	float: left; margin: 0 10px;
	text-indent: -9999px;
	background-image: url("http://www.nofaq.net/test/img/bg-button.png");
	background-position: 0px 0px;
	}
	
#slideshow-nav ul li a:hover {
	background-image: url("http://www.nofaq.net/test/img/bg-button.png");
	background-position: 0px -20px;
	}
	
#slideshow-nav ul li a.active {
	background-image: url("http://www.nofaq.net/test/img/bg-button.png");
	background-position: 0px -40px;
	}

/*Page Navi*/

.wp-pagenavi  {
	font-family: Sans-Serif; /* IE fix */
}
 
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 5px 8px 5px 8px; 
	margin: 2px 0px 2px 0px;
	border-top: 1px solid black;
	color: #000;
	background-color: #fc5f00;	
	font-weight: bold;
	-webkit-transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;
	transition:all 500ms ease-in;
}

.wp-pagenavi a:hover {	
	border-top: 1px solid black;
	color: #f2cb65;
	background-color: #9e6214;
	font-weight: bold;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.wp-pagenavi span.pages {
	padding: 5px 8px 5px 8px;
	margin: 2px 0px 2px 0px;
	color: #000;
	border-top: 1px solid black;
	background-color: #fc5f00;
	font-weight: bold;
}
.wp-pagenavi span.current {
	padding: 5px 8px 5px 8px;
	margin: 2px 0px 2px 0px;
	font-weight: bold;
	border-top: 1px solid black;
	color: #fc5f00;
	background-color: #000;
	font-weight: bold;
}
.wp-pagenavi span.extend {
	padding: 5px 0px 5px 0px;
	margin: 2px 0px 2px 0px;
	border-top: 1px solid black;
	color: #000;
	background-color: #fc5f00;
	font-weight: bold;
}
.wp-pagenavi span.next-prev {	
}
 
/* Конкурс */

.conkurs {
height: 117px;
width: 500px;
}

.conkurs .photo {
position: inherit;
height: 117px;
width: 200px;
background-image: url("http://www.nofaq.net/img/conkurs.gif");
background-position: 0px 0px;
float: left;
}

.conkurs:hover .photo{ 
background-position: 0px -118px !important;
 }

.conkurs:hover .textuphoto{ 
text-shadow: 0px 0px 3px rgba(0,0,0,.4);
 }
