/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#eee;
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#header
{
   	margin-top:150px;
	height:105px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/csr.png');
	background-repeat:no-repeat;
	width:618px;

}
#toplinks
{
	width:139px;
}
#twitter
{
	height:26px;
	background-image:url('images/twitter.png');
	background-repeat:no-repeat;
	width:96px;
        background-position: 0px -26px;
}
#twitter:hover
{
	background-position: 0px 0px;
}
#facebook
{
	height:26px;
	background-image:url('images/facebook.png');
	background-repeat:no-repeat;
	width:139px;
        background-position: 0px -26px;
}
#facebook:hover
{
	background-position: 0px 0px;
}
#menu
{
   	margin-top:50px;
	height:26px;
	margin-left:auto;
	margin-right:auto;
	width:618px;

}
.blog
{
        display: block;
	float:left; 
	display:inline;
	height:26px;
	background-image:url('images/blog.png');
	background-repeat:no-repeat;
	width:57px;
        background-position: 0px -26px;
}
.blog:hover
{	
	background-position: 0px 0px;
}
.games
{
        display: block;
	float:left; 
	display:inline;
	height:26px;
	background-image:url('images/games.png');
	background-repeat:no-repeat;
	width:112px;
        background-position: center -26px; 
}
.games:hover
{
	background-position: center 0px;
}
.interviews
{
        display: block;
	float:left; 
	display:inline;
	height:26px;
	background-image:url('images/interviews.png');
	background-repeat:no-repeat;
	width:149px;
        background-position: center -26px;
}
.interviews:hover
{
	background-position: center 0px;
}
.contact
{
        display: block;
	float:left; 
	display:inline;
	height:26px;
	background-image:url('images/contact.png');
	background-repeat:no-repeat;
	width:116px; 
        background-position: center -26px;
}
.contact:hover
{
	background-position: center 0px;
}
.about
{
        display: block;
	float:left; 
	display:inline;
	height:26px;
	background-image:url('images/about.png');
	background-repeat:no-repeat;
	width:92px;
        background-position: center -26px;
}
.about:hover
{
	background-position: center 0px;
}
.press
{
        display: block;
	float:left; 
	display:inline;
	height:26px;
	background-image:url('images/press.png');
	background-repeat:no-repeat;
	width:79px;
        background-position: center -26px;
}
.press:hover
{
	background-position: center 0px;
}
.theme-default #slider {
    margin:0 auto 0 auto;
    width:618px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}