/*
Theme Name: Skullgirls Theme
Theme URL: http://skullgirls.com
Description: The custom theme for the Skullgirls website
Author: Derek Soulliere
Author URL: Your website address.
Version: 1.0
*/
@import "reset.css"; /*Resets all browsers to same defaults */

body 
{

	font: 12px/20px Trebuchet MS, Verdana, Arial, sans-serif, sans;
	color: #fff;
	background: #000 url(images/background.png) top center no-repeat;
	height: 100%;
	
}

html {height: 100%}

body{
	min-height: 1200px;			/*Sets minimum body height to browser height*/
	height: auto !important;
	height: 100%;
	position: relative;			/*Required for absolute positioning to correspond */
}



h2, h1
{
	clear: both;
	font: 36px/36px SelznickBold;
	color: #f5e56f;
	text-shadow: 0px 0px 5px #ff5f00;
	margin: 15px 0 10px 0;
	padding: 1px;

}

strong {font-size: 1.2em; font-family: SelznickBold; font-weight: normal}
/** HEADER

* Top page header. Contains header graphic, menu, and social media menu
* header - header container
* #header .menu - main menu
* #header .social - social media buttons

*/

header 
{
	width: 1112px;
	height: 209px;
	position: relative;
	margin: 25px auto 0 auto;
	background: url(images/header.png) no-repeat;
}



header .menu 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 96px; left: 60px;
}

header .menu li 
{
	height: 35px;
	float: left;
	margin-left: 20px;
}

header .menu a
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(images/en/menu.png) no-repeat;
}

.en .menu a {background-image: url(images/en/menu.png)}
.fr .menu a {background-image: url(images/fr/menu.png)}
.de .menu a {background-image: url(images/de/menu.png)}
.it .menu a {background-image: url(images/it/menu.png)}
.ja .menu a {background-image: url(images/ja/menu.png)}
.es .menu a {background-image: url(images/es/menu.png)}


/*English Menu*/
.en header li.media {margin-left: 270px}
.en header .home a {width: 73px; background-position: -73px 0px }
.en header .home a:hover, .en header .home a.hover {background-position: 0px 0px }
.en header .characters a {height: 36px; width: 154px; background-position: -154px -35px }
.en header .characters a:hover, .en header .characters a.hover {background-position: 0px -35px }
.en header .game a {width: 73px; background-position: -74px -71px }
.en header .game a:hover, .en header .game a.hover {background-position: 0px -71px }
.en header .media a {width: 77px; background-position: -77px -106px }
.en header .media a:hover, .en header .media a.hover  {background-position: 0px -106px }
.en header .community a {width: 138px; background-position: -138px -141px }
.en header .community a:hover, .en header .community a.hover {background-position: 0px -141px }
.en header .store a {height: 36px; width: 78px; background-position: -78px -176px }
.en header .store a:hover, .en header .store a.hover {background-position: 0px -176px }


/*Italian Menu*/
.it header li.media {margin-left: 235px}
.it header .home a {width: 72px; background-position: -72px 0px }
.it header .home a:hover, .it header .home a.hover {background-position: 0px 0px }
.it header .characters a {width: 154px; background-position: -154px -35px }
.it header .characters a:hover, .it header .characters a.hover {background-position: 0px -35px }
.it header .game a {width: 86px; background-position: -86px -70px }
.it header .game a:hover, .it header .game a.hover {background-position: 0px -70px }
.it header .media a {width: 76px; background-position: -76px -105px }
.it header .media a:hover, .it header .media a.hover  {background-position: 0px -105px }
.it header .community a {width: 138px; background-position: -138px -140px }
.it header .community a:hover, .it header .community a.hover {background-position: 0px -140px }
.it header .store a {width: 110px; background-position: -110px -175px }
.it header .store a:hover, .it header .store a.hover {background-position: 0px -175px }

/*German Menu*/
.de header .menu li {margin-right: 10px}
.de header li.media {margin-left: 240px}
.de header .home a {width: 70px; background-position: -70px 0px }
.de header .home a:hover, .de header .home a.hover {background-position: 0px 0px }
.de header .characters a {width: 155px; background-position: -155px -35px }
.de header .characters a:hover, .de header .characters a.hover {background-position: 0px -35px }
.de header .game a {width: 64px; background-position: -64px -70px }
.de header .game a:hover, .de header .game a.hover {background-position: 0px -70px }
.de header .media a {width: 87px; background-position: -87px -105px }
.de header .media a:hover, .de header .media a.hover  {background-position: 0px -105px }
.de header .community a {width: 138px; background-position: -138px -140px }
.de header .community a:hover, .de header .community a.hover {background-position: 0px -140px }
.de header .store a {width: 65px; background-position: -65px -175px }
.de header .store a:hover, .de header .store a.hover {background-position: 0px -175px }

/*Japanese Menu*/
.ja header .menu li {margin-right: 11px}
.ja header li.media {margin-left: 230px}
.ja header .home a {width: 78px; background-position: -78px 0px }
.ja header .home a:hover, .ja header .home a.hover {background-position: 0px 0px }
.ja header .characters a {width: 136px; background-position: -136px -35px }
.ja header .characters a:hover, .ja header .characters a.hover {background-position: 0px -35px }
.ja header .game a {width: 77px; background-position: -77px -70px }
.ja header .game a:hover, .ja header .game a.hover {background-position: 0px -70px }
.ja header .media a {width: 92px; background-position: -92px -105px }
.ja header .media a:hover, .ja header .media a.hover  {background-position: 0px -105px }
.ja header .community a {width: 132px; background-position: -132px -140px }
.ja header .community a:hover, .ja header .community a.hover {background-position: 0px -140px }
.ja header .store a {width: 71px; background-position: -71px -175px }
.ja header .store a:hover, .ja header .store a.hover {background-position: 0px -175px }


/*Spanish Menu*/
.es header .menu li {margin-left: 8px}
.es header li.media {margin-left: 245px}
.es header .menu .home {margin-left: 20px}
.es header .home a {width: 161px; background-position: -161px 0px }
.es header .home a:hover, .es header .home a.hover {background-position: 0px 0px }
.es header .characters a {width: 105px; background-position: -105px -35px }
.es header .characters a:hover, .es header .characters a.hover {background-position: 0px -35px }
.es header .game a {width: 68px; background-position: -68px -70px }
.es header .game a:hover, .es header .game a.hover {background-position: 0px -70px }
.es header .menu .media, .es header .menu .community, .es header .menu .store  {margin-right: 20px }
.es header .media a {width: 76px; background-position: -76px -105px }
.es header .media a:hover, .es header .media a.hover  {background-position: 0px -105px }
.es header .community a {width: 137px; background-position: -137px -140px }
.es header .community a:hover, .es header .community a.hover {background-position: 0px -140px }
.es header .store a {width: 82px; background-position: -82px -175px }
.es header .store a:hover, .es header .store a.hover {background-position: 0px -175px }

/*French Menu*/
.fr header .menu li {margin-left: 15px}
.fr header li.media {margin-left: 245px}
.fr header .menu .home {margin-left: 20px}
.fr header .home a {width: 92px; background-position: -92px 0px }
.fr header .home a:hover, .fr header .home a.hover {background-position: 0px 0px }
.fr header .characters a {width: 148px; background-position: -148px -35px }
.fr header .characters a:hover, .fr header .characters a.hover {background-position: 0px -35px }
.fr header .game a {width: 79px; background-position: -79px -70px }
.fr header .game a:hover, .fr header .game a.hover {background-position: 0px -70px }
.fr header .media a {width: 76px; background-position: -76px -105px }
.fr header .media a:hover, .fr header .media a.hover  {background-position: 0px -105px }
.fr header .community a {width: 145px; background-position: -145px -140px }
.fr header .community a:hover, .fr header .community a.hover {background-position: 0px -140px }
.fr header .store a {width: 106px; background-position: -106px -175px }
.fr header .store a:hover, .fr header .store a.hover {background-position: 0px -175px }







header .social 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 50px; right: 42px;
}
header .social li 
{
	height: 32px;
	width: 32px;
	float: left;
	margin-right: 5px;
}

header .social a 
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(images/social.png) no-repeat;
}

header .rss a {background-position: -32px 0}
header .rss a:hover {background-position: -32px -32px}
header .facebook a {background-position: 0px 0}
header .facebook a:hover {background-position: 0px -32px}
header .twitter a {background-position: -64px 0}
header .twitter a:hover {background-position: -64px -32px}
header .youtube a {background-position: -96px 0}
header .youtube a:hover {background-position: -96px -32px}


#main {width: 1000px; margin: 0 auto; padding-bottom: 300px; position: relative; overflow: hidden; }
#navlinks {clear: both; font: 24px Selznickbold; padding-top: 10px}
.blogpost {clear: both; overflow: hidden}

/***BORDERS***/
.head {height: 83px} 
.bottom {height: 65px} 


.main.home {float: left;}
.main.home .head { width: 735px;background: url(images/edges/home_blog-top.png) no-repeat }
.main.home .bottom{ width: 735px; background: url(images/edges/home_blog-bottom.png) no-repeat }
.main.home .content
{
	width: 655px;
	min-height: 350px;
	padding: 1px 40px 1px 40px;
	background: url(images/edges/home_blog-mid.png) repeat-y;
}
.content > * { position: relative;top: -40px }
.content > *:first-child{margin-top: 0px}

#homepagevideo 
{
	width: 1125px;
	height: 653px;
	background: url(images/home-video.png) no-repeat;
	margin: 0 auto 30px auto;
	padding-top: 45px;
	position: relative;
}

#homepagevideo a.play:link, #homepagevideo a.play:visited
{
	width: 158px;
	height: 235px;
	position: absolute;
	left: 470px;
	top: 300px;
	background: url(images/play_btn.png) no-repeat 0 0;
}

#homepagevideo a.play:hover, #homepagevideo a.play.blend
{
	background-position: -157px 0;
}
#homepagevideo .video 
{
	width: 1000px;
	height: 562px;
	margin: 0 auto;
	display: none;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5), 5px -5px 5px rgba(0,0,0,0.5), -5px 5px 5px rgba(0,0,0,0.5), -5px -5px 5px rgba(0,0,0,0.5);

}


.category.home, .recent.home  {float: right; clear: right; margin-bottom: 30px; position: relative}
.recent.home  {margin-bottom: 200px;}
.category.home .head, .recent.home .head { width: 245px;background: url(images/edges/home_blog-cat-top.png) no-repeat }
.category.home .bottom, .recent.home .bottom { width: 245px;background: url(images/edges/home_blog-cat-bottom.png) no-repeat }
.category.home .content, .recent.home .content
{
	width: 225px;
	padding: 1px 10px 1px 10px;
	background: url(images/edges/home_blog-cat-mid.png) repeat-y;
}
.category.home .content > *, .recent.home .content > * { position: relative;top: -40px }


.category.home ul, .recent.home ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 24px Selznickbold;
	color: #fff;
	text-align: center;
}

.recent.home ul{font-size: 18px}

.category.home li, .recent.home li {margin: 10px 0}
.category.home ul a:link, .category.home ul a:visited, .recent.home ul a:link, .recent.home ul a:visited
{
	text-shadow: 2px 2px 1px #000;
	color: #fff;
}


.recent.home ul a:hover, .category.home ul a:hover
{
	text-shadow: 0px 0px 3px #F5E56F;
	color: #ddd;
}

.recent.home .cerebella 
{
	position: absolute;
	bottom: -200px;
	right: 0px;
}

/*CHARACTERS*/
.characters.main {position: relative; width: 600px}
.characters .name 
{
	width: 231px;
	height: 58px;
	background: url(images/edges/character-name.png) no-repeat;
	margin: 0 auto;
	position: absolute;
	top: -20px; left: 50%; margin-left: -115px;
	text-align: center;
	font: 17px SelznickBold;
}
.ja .characters .name {font: 10px/25px SelznickBold}
.characters .name h2 {font-size: 30px; line-height: 20px; margin: 0; padding: 7px 0 2px 0}

.characters h3
{
	display: inline;
	margin: 0;
	font: 24px SelznickBold;
}

.characters .stats
{
	float: left;
	font-size: 18px;
	width: 40%;
}

.characters .likes 
{
	float: right;
	width: 50%;
}
.characters h3.dislikes
{
	padding-top: 20px;
} 
.main.characters .head {width: 600px;background: url(images/edges/character-top.png) no-repeat}
.main.characters .bottom {width: 600px;background: url(images/edges/character-bottom.png) no-repeat}
.main.characters .content
{
	width: 550px;
	min-height: 200px;
	padding: 1px 25px 1px 25px;
	background: url(images/edges/character-mid.png) repeat-y;
}

#character-portrait
{
	position: absolute;
	top: 1px; right: 0px;
	z-index: -1;
}

#character_select
{
	text-align: center;
	margin: 0 0 50px 0;
}

#character_select a
{
	margin-right: 25px;
}
#character_select .active {opacity: 1}
#character_select .inactive {opacity: 0.3}
#character_select .inactive:hover {opacity: 0.8}

#character-portrait.cerebella {top: 49px; right: -24px }
#character-portrait.peacock {top: 216px; right: 5px }
#character-portrait.filia {top: 186px; right: -22px }
#character-portrait.fortune {top: 172px; right: 5px }
#character-portrait.parasoul {top: 209px; right: 5px }
#character-portrait.painwheel {top: 119px; right: -38px }
#character-portrait.valentine {top: 106px; right: 5px }
#character-portrait.double {top: 100px; right: 5px }
#character-portrait.squigly {top: 131px; right: 5px }
#character-portrait.band {top: 86px; right: 5px }
#character-portrait.eliza {top: 162px; right: 5px }

.eliza.characters .name  
{
	width: 320px;
	height: 58px;
	background: url(images/edges/character-name-long.png) no-repeat;
	margin: 0 auto;
	position: absolute;
	top: -20px; left: 50%; margin-left: -160px;
	text-align: center;
	font: 14px SelznickBold;
}



#character-portrait img
{

}
.characters .trailer
{
	clear: both;
	display: block;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}
/*GAME*/
.main.game {float: right;}
.main.game .head { width: 735px;background: url(images/edges/home_blog-top.png) no-repeat }
.main.game .bottom{ width: 735px; background: url(images/edges/home_blog-bottom.png) no-repeat }
.main.game .content
{
	width: 655px;
	min-height: 200px;
	padding: 1px 40px 1px 40px;
	background: url(images/edges/home_blog-mid.png) repeat-y;
}

.main.game h1 
{
	clear: both;
	font: 72px/72px SelznickBold;
	color: #f5e56f;
	text-shadow: 0px 0px 5px #ff5f00;
	margin: 15px 0 20px 0;
	padding: 1px;
	text-align: center
}
.game.list {float: left; margin-bottom: 20px; position: relative}
.game.list .head { width: 245px;background: url(images/edges/home_blog-cat-top.png) no-repeat }
.game.list .bottom{ width: 245px;background: url(images/edges/home_blog-cat-bottom.png) no-repeat }
.game.list .content
{
	width: 225px;
	padding: 1px 10px 1px 10px;
	background: url(images/edges/home_blog-cat-mid.png) repeat-y;
}



.game.list ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 24px Selznickbold;
	color: #fff;
	text-align: center;
}

.game.list ul{font-size: 36px}

.game.list li {margin: 10px 0}

.store .game h2
{
	color: #fff;
	text-align: center;
	margin: 5px 0;
}

.store .game h2 a
{
	display: block;
	margin: 10px auto;
	box-shadow: 2px 2px 5px #000;
}

/*MEDIA*/
.main.media {}
.main.media .head { width: 1000px;background: url(images/edges/media-top.png) no-repeat }
.main.media .bottom{ width: 1000px; background: url(images/edges/media-bottom.png) no-repeat }
.main.media .content
{
	width: 960px;

	padding: 1px 20px 1px 20px;
	background: url(images/edges/media-mid.png) repeat-y;
}
.main.media .content > * { position: relative;top: -50px }
ul.pictures
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}



.screen, .video-player
{
	position: relative;
	height: 560px;
	width: 1000px;
	cursor: pointer;
	background: url(images/ajax-loader.gif) center center no-repeat;
	margin: 30px 0;
}



.video-player
{
	background: url(images/movie-loader.gif) 51px 19px no-repeat;
}



.media.music .yamane
{
	width: 710px;
	height: 180px;
	padding: 25px 35px 0 195px;
	background: url(images/yamane.png) no-repeat;
	margin: 20px auto;
	font-size: 14px;
	line-height: 20px;
}



.media.music #player
{
	position: relative;
	clear: both;
	width: 978px;
	height: 554px;
	margin: 0 auto;
	background: url(images/music.png) no-repeat;
}

.media.music #player .cp-container
{
	position: relative;
	z-index: 10000;
	top: 273px;
	margin: 0 auto;
}
.media.music #player h2
{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #f5e56f;
	text-decoration: none;
	text-shadow: 0px 0px 5px #ff5f00;
	font-size: 60px;
	text-transform: uppercase;
	bottom: 90px;
}

.media.music #player .select_prev:link, .media.music #player .select_prev:visited
{
	position: absolute;
	left: 270px;
	top: 290px;
	width: 60px;
	height: 65px;
	background: url(images/music_arrow-left.png) no-repeat;
}
.media.music #player .select_next:link, .media.music #player .select_next:visited
{
	position: absolute;
	right: 270px;
	top: 290px;
	width: 60px;
	height: 65px;
	background: url(images/music_arrow-right.png) no-repeat;
}

.media.music #player .art
{
	position: absolute;
	top: 257px;
	left: 350px;
}
.video-player .video
{
	width: 900px;
	height: 506px;
	position: relative;
	left: 51px; top: 19px;
	z-index: 10;
	background: url(images/videos.png) no-repeat;
}



#border
{
	width: 945px;
	height: 550px;
	background: url(images/edges/media-container.png) no-repeat;
	position: absolute;
	top: -4px; left: 28px;
	z-index: 1;
}

.screen img
{
	width: 900px;
	position: absolute;
	z-index: 0;
	left: 50px; top: 20px;
	box-shadow: 3px 3px 5px #000
}


#ost {overflow: auto; margin: 30px 0;}
#ost .cover {
	float: left;
}

#ost .info {
	float: right;
	margin-top: 40px;
	width: 491px;
	height: 123px;
	background: url(images/edges/music-info.png) no-repeat;
	padding: 45px 50px;
}

#ost .downloads
{
	float: right;
	clear: right;
	width: 590px;
	text-align: center
}	

#ost .downloads h2 {text-align: center}



#ost .downloads li
{
	display: inline-block;
	margin: 10px 20px;
	padding: 0;
	list-style-type: none;
}



/*COMMUNITY*/
#community 
{
	margin: 0 auto;
	width: 941px;
	height: 702px;
	padding-bottom: 330px;
	position: relative;
	background: url(images/community.png) no-repeat;
}

#community h2
{
	text-align: center;
	position: relative;
	top: 700px;
}

.videos h2 
{
	font-size: 20px;
	text-align: center;
	margin: 0;
}

.videos {
	padding-bottom: 70px
}

nav.media
{
	text-align: center;
}

nav.media a
{
	margin: 0 5%;
	opacity: .5;
}
nav.media a.active{opacity: 1}


/** Store

*/

body.store {
	background-image: url(images/store/background-store.png);
}

.store .game h2 {
	height: 68px;
	background: url(images/store/heading-game.png) no-repeat center center;
	text-indent: -9999px;
}
.store .merchandise h2 {
	height: 68px;
	background: url(images/store/heading-merchandise.png) no-repeat center center;
	text-indent: -9999px;
}
.store .music h2 {
	height: 68px;
	background: url(images/store/heading-music.png) no-repeat center center;
	text-indent: -9999px;
}


.store #main > section {
	margin: 50px 0;
}

ul.storelist {
	list-style-type: none;
	padding: 0;
	margin: 25px 0;
	font-size: 0;
	text-align: justify;
} 

.store #main > section:last-child {
	margin-bottom: 100px;
}

.storelist li {
	position: relative;
	display: inline-block;
	margin: 25px 20px;
	vertical-align: middle;
}
.storelist li:last-child {

}

.storelist li a {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.storelist:after {
    content: " ";
    display: inline-block;
    width: 100%;
}

.storelist .steam a { width: 291px; height: 70px; background-image: url(images/store/logo-steam.png); } 
.storelist .xbox a { width: 220px; height: 105px; background-image: url(images/store/logo-xbox.png); } 
.storelist .ps3 a { width: 128px; height: 147px; background-image: url(images/store/logo-ps3.png); margin-right: 50px; } 
.storelist .gamefly a { width: 274px; height: 54px; background-image: url(images/store/logo-gamefly.png); } 
.storelist .gamersgate a { width: 306px; height: 28px; background-image: url(images/store/logo-gamersgate.png); } 
.storelist .greenman a { width: 280px; height: 112px; background-image: url(images/store/logo-greenman.png); } 
.storelist .cws a { width: 282px; height: 88px; background-image: url(images/store/logo-cws.png); } 
.storelist .sanshee a { width: 120px; height: 132px; background-image: url(images/store/logo-sanshee.png); margin-left: 25px; } 
.storelist .eightysixed a { width: 345px; height: 74px; background-image: url(images/store/logo-eighty-sixed.png); } 
.storelist .cdbaby a { width: 290px; height: 83px; background-image: url(images/store/logo-cd-baby.png); } 
.storelist .itunes a { width: 258px; height: 76px; background-image: url(images/store/logo-itunes.png); } 
.storelist .amazon a { width: 304px; height: 59px; background-image: url(images/store/logo-amazon.png); top: 30px; } 



/** Footer

* Top page header. Contains header graphic, menu, and social media menu
* header - header container
* #header .menu - main menu
* #header .social - social media buttons

*/

footer 
{
	width: 100%;
	height: 300px;
	position: absolute; bottom: 0px;
	background: url(images/footer-bg.png) no-repeat center top;

}

footer > ul
{
	margin: 10px auto 0 auto; 
	width: 1024px;
	padding: 0px;
	list-style-type: none;
	text-align: center;

}

footer li
{
	
	display: inline-block;
	margin: 0 30px 0 30px;

}
footer .systems {margin-left: 5px; margin-bottom: 30px}

footer .copyright
{
	color: #d8cab0;
	height: 54px;
	width: 890px;
	position: absolute;
	left: 50%;
	bottom: 0px;

	margin: 0 auto 0 -500px;
	background: url(images/footer/edge.png) no-repeat top center;
	text-align: center;
	padding: 15px 55px;
	text-transform: uppercase;
	font-size: 10px;
}




/*BLOG*/

.continue_reading 
{
	font: 18px SelznickBold;
	float: left;
}

/*HYPERLINKS*/

a:link, a:visited
{
	color: #f5e56f;
	text-decoration: none;
	text-shadow: 0px 0px 5px #ff5f00;
}

a:hover
{
	color: #f4ecb0;
	text-shadow: 0 0 2px #F5E56F, 0 0 7px #FF5F00;
}

#language_list {
	list-style: none;
	position: absolute;
	right: 46px;
	top: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#language_list li {
	display: inline;
	margin: 0 3px;
}

#language_list li.active img {
	box-shadow: 0 0 2px #F5E56F, 0 0 5px #FF5F00;
}

#language_list li:hover img {
	box-shadow: 0 0 2px #F5E56F;
}




/*Forums*/

.bbPress #content, .bbp-login, .bbp-register {
		width: 960px;
	
	border-radius: 5px;
	padding: 1px 20px 1px 20px;
	background: rgba(0,0,0,0.5);
	border: 1px solid #786358;
}

.bbPress h1 {
	border-bottom: 1px solid rgba(34,34,34,0.2);
	padding-bottom: 10px;
}

.bbp-breadcrumb p {
	padding: 0;
	margin: 0;
}

.bbp-forums thead
{
	font: 24px SelznickBold;
	letter-spacing: 2px;
}

/*FONT FACE FONTS*/

@font-face {
    font-family: 'SelznickBold';
    src: url('fonts/selznick_remix_nf-webfont.eot');
    src: url('fonts/selznick_remix_nf-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/selznick_remix_nf-webfont.woff') format('woff'),
         url('fonts/selznick_remix_nf-webfont.ttf') format('truetype'),
         url('fonts/selznick_remix_nf-webfont.svg#SelznickRemixNFRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Selznick';
    src: url('fonts/selznicknormal-webfont.eot');
    src: url('fonts/selznicknormal-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/selznicknormal-webfont.woff') format('woff'),
         url('fonts/selznicknormal-webfont.ttf') format('truetype'),
         url('fonts/selznicknormal-webfont.svg#SelznickNormalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.guide-downloads {text-align: center}
.guide-downloads a {display: block; margin: 10px 0}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}