/************************************************************************************
RESET
*************************************************************************************/
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, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
    border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
    background: #404759 url(images/PixelPatternBG.jpg) repeat left top;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;
    line-height: 1;
}
a {
	color: #5E11EE;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
    font-family: 'Junge', serif;
    line-height:150%
}

p.page3 {
    
    color: #e4e4e4;
}


/* list */
ol, ul {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
    list-style: none;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #1f293a;
    font-family: 'Cuprum', sans-serif;
}
h1 {
	font-size: 2em;
    text-shadow:0px 1px 0px #fff;
}

h2 {
	font-size: 1.6em;
    padding: 20px 0 30px;
    font-size: 18px;
    line-height: 22px; font-style: italic;
    color: #427f9e;
    
}
h2 a {text-decoration: none; }
h2 a:hover {border-bottom: 1px dotted #427f9e;}
h3 {
	font-size: 1.4em;
    text-shadow:0px 1px 0px #fff;
}
h3.page3header {
	color: #8a8ab3;
    text-shadow:0px 2px 0px #353542;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
TWITTER
*************************************************************************************/

.twtr-widget {
	padding: 0 0 15px;
}
.twtr-widget .twtr-bd .twtr-tweet { /* they have 2 classes in default, do we have to use 3 */
 	margin: 5px 0 0;
	 padding: 0 0 5px;
	 border-bottom: 1px solid #cecece;
     
}
.twtr-tweet:before {
	display: block;
	float: left;
	margin: -5px 0 0 5px;
	font-size: 50px; /* let's make it a big quote! */
	content: &quot;“&quot;;
	color: #bababa;
	text-shadow: 0 1px 1px #909090;
	font-family: &quot;times new roman&quot;, serif;
}
.twtr-hd { display: none; }
.twtr-ft { display: none; }

/************************************************************************************
FLEXSLIDER
*************************************************************************************/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}

#container {width: 100%; max-width: 1000px; margin: 0 auto;}

/************************************************************************************
RESPONSIVE VIDEO
*************************************************************************************/
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}
#pagewrap-page2 {
    background: #222222 url(images/page2-bg.jpg) repeat left top;
    padding: 0;
    position:relative;
    top:40px;
	display: block;
	float: none;
    width: 100%;
    border-top:solid #e4e4e4;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}
#pagewrap2 {
    padding: -40;
	width: 980px;
	margin: 0 auto;
}

#pagewrap-page3 {
    background: #545471 url(images/page3-stripes-bg.jpg) repeat left top;
    padding: 0;
    position:relative;
    top:0px;
	display: block;
	float: none;
    width: 100%;
    border-top:solid #e4e4e4;
	-webkit-box-shadow: inset 0px 8px 15px -6px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0px 8px 15px -6px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px 8px 15px -6px rgba(0, 0, 0, 0.6);
}

#pagewrap3 {
    padding: 0;
	width: 980px;
	margin: 0 auto;
    
}

#pagewrap-page4 {
    background: #222222 url(images/page2-bg.jpg) repeat left top;
    padding: 0;
    position:relative;
    top:0px;
	display: block;
	float: none;
    width: 100%;
    border-top:solid #e4e4e4;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}
#pagewrap4 {
    padding: -40;
	width: 980px;
	margin: 0 auto;
}

#pagewrap-page5 {
    background: #343949 url(images/footerpattern.png) repeat left top;
    padding: 0;
    position:relative;
    top:0px;
	display: block;
	float: none;
    width: 100%;
    border-top:solid #e4e4e4;
	-webkit-box-shadow: inset 0px 8px 15px -6px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0px 8px 15px -6px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px 8px 15px -6px rgba(0, 0, 0, 0.6);
}

#pagewrap5 {
    padding: 20px 0 20px 0;
	width: 980px;
	margin: 0 auto;
    
}


/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 160px;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: ##e4e4e4;
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
    
    
    
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #e4e4e4;
    font-size:18px;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow:1px 1px 1px #000000;
}
#main-nav a:hover {
	color: #a8a4ff;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#games {
    position:relative;
    top:-60px;
	background: #e4e4e4;
	margin: 30px 0 30px;
	padding: 20px 35px;
	width: 600px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}

#about {
    position:relative;
	margin: 30px 0 30px;
	padding: 20px 35px;
	width: 900px;
	float: left;
}

/* post */
.post {
	margin-bottom: 0px;
}
.post-title {
	margin: 0 0 15px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title2 a {
    color: #8a8ab3; /* text color */
    text-shadow: 0 2px 0 #353542; /* drop shadow */
    font-family: 'Cuprum', sans-serif;
    text-decoration: none;
    font-size: 36pt;
}
.post-title a {
	text-decoration: none;
	color: #000;
    font-family: 'Cuprum', sans-serif;
    color: #1f293a;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 5px 0 15px;
}

.pixtweets {
    width: auto;
    max-width: 85%;
    margin-top: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.aboutsplit {
    width:48%;
    display: inline-block;
    vertical-align: text-top;
}
.aboutsplit2 {
    width:48%;
    padding-left: 1%;
    display: inline-block;
    vertical-align: text-top;
}

.pressbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bcaed9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bcaed9;
	box-shadow:inset 0px 1px 0px 0px #bcaed9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8a8ab3), color-stop(1, #555585) );
	background:-moz-linear-gradient( center top, #8a8ab3 5%, #555585 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a8ab3', endColorstr='#555585');
	background-color:#8a8ab3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
    font-family: 'Cuprum', sans-serif;
	font-size:17px;
	padding:8px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.pressbutton:hover {
	text-decoration:none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555585), color-stop(1, #8a8ab3) );
	background:-moz-linear-gradient( center top, #555585 5%, #8a8ab3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555585', endColorstr='#8a8ab3');
	background-color:#555585;
}.pressbutton:active {
	position:relative;
	top:1px;
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
    position:relative;
    top:-60px;
	width: 280px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #e4e4e4;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
    font-size: 18pt;
}
.widgettitle a {
    color: #5e11ee;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
    font-family: 'Cuprum', sans-serif;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
PAGE 3 NEWS LOGOS
*************************************************************************************/
#logo1 {
    text-align: center;
    font-size: 0px;
    width: 24%;
    padding:20px 0 20px 20px;
    margin: 0;
    display: inline-block;
    height: 137px;
}
.logos {
    text-align: center;
    font-size: 0px;
    width: 24%;
    padding:20px 0 20px 0;
    margin: 0;
    display: inline-block;
}

/************************************************************************************
FORMS
*************************************************************************************/

#mc_embed_signup label {
	color:#646492;
    font-family: 'Cuprum', sans-serif;
    text-shadow:0px 1px 0px #fff;
}

#mc_embed_signup input.email {
    font-family: 'Verdana', sans-serif;
    height: 16px;
    font-size: 12px;
    /* rounded corner */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#mc_embed_signup input.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #bcaed9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bcaed9;
	box-shadow:inset 0px 1px 0px 0px #bcaed9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8a8ab3), color-stop(1, #555585) );
	background:-moz-linear-gradient( center top, #8a8ab3 5%, #555585 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a8ab3', endColorstr='#555585');
	background-color:#8a8ab3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
    font-family: 'Cuprum', sans-serif;
	font-size:17px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}
#mc_embed_signup input.button:hover {
	text-decoration:none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555585), color-stop(1, #8a8ab3) );
	background:-moz-linear-gradient( center top, #555585 5%, #8a8ab3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555585', endColorstr='#8a8ab3');
	background-color:#555585;
}
#mc_embed_signup input.button:active {
	position:relative;
	top:1px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
}
#footer a {
	color: #fff;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }