/* You'll need prefixes. @-ms-viewport, @-o-viewport, etc... */
@viewport {
    width: device-width;
}


body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
    /* Resetting some of the page elements */
    margin: 0;
    padding: 0;
}


body {
	font: 1em/110% Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	background-color: #000000;
	color: #f8f8f8;
	background:url('/Images/baseballblackandwhite.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	min-height: 100%;
}
a {
	color: #f8f8f8;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: bold 36px/100%;
}

#content h2, #content h3 {
	margin-top: 1.5em !important;
	line-height: 115%;
}

#content p {
	padding-left: 0.5em;
}
#content li {
	margin: 0.75em auto;
}

#footer p {
	color: #b9b9b9;
	font-weight: normal;
	font-style: italic;
}

p.center {
	text-align: center;
}
img.center {
	display: block;
	margin: 0 auto;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;
}
#header {
	height: 140px;
}
#content {
	width: 615px;
	float: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	
}
#sidebar, #sidebar-bottom {
	width: 285px;
	float: right;
	clear: right;
}
#footer {
	clear: both;
}

#desktopGallery { display: block; }
#mobileGallery { display: none; }

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/




/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 65%;
		min-height: 300px;
		height: auto !important;
		height: 300px;
	}
	#sidebar, #sidebar-bottom {
		width: 30%;
	}

}

/* for 700px or less */
@media screen and (max-width: 700px) {
	body {
		background:url('/Images/baseballblackandwhite.jpg') repeat-y center center fixed;
		background-color: #000000;
	}
	#content {
		width: auto;
		float: none;
		min-height: 200px;
		height: auto !important;
		height: 200px;
	}
	#sidebar, #sidebar-bottom {
		width: auto;
		height: auto;
		float: none;
	}
	#desktopGallery { display: none; }
	#mobileGallery { display: block; }

}

/* for 480px or less */

@media screen and (max-width: 480px) {
	body {
		background: none /*url('/Images/baseball-972-756.jpg') no-repeat center center fixed */;
		background-color: #000000;
		
	}
	#header {
		height: auto;
	}
	#content {
		min-height: 100px;
		height: auto !important;
		height: 100px;	
	}
	h1 {
		font-size: 24px;
	}
	#sidebar, #sidebar-bottom {
		/*display: none;*/
	}
	#blazersLogo {
		
		width: 22%;
		height: auto;
		margin-bottom:-10px;
	}
	#rspaLogo {
		width: 25%;
		height: auto;
	}
	.tweet {
		width: auto;
	}
	
	#desktopGallery { display: none; }
	#mobileGallery { display: block; }

}

/* border & guideline */
#content, #sidebar, #sidebar-bottom {
	background: #0b0330;
	/* ie6 fallback - no opacity */
  	background-color:rgb(11, 3, 48);
	/* rgba(red, green, blue, alpha); */
  	background-color:rgba(11,3,48,0.9);
	color: #f8f8f8;
	/*opacity:0.90;
	filter:alpha(opacity=90);*/
	padding: 0.5em;
}

#content {
	
}
#sidebar, #sidebar-bottom {

}
#header, #content, #sidebar, #sidebar-bottom {
	margin-bottom: 5px;
	
}
#pagewrap, #header, #content, #sidebar, #sidebar-bottom, #footer {
	border: none; /* solid 1px #ccc; */
}

#blazersLogo {
 	max-width: 100%;
	height: auto;
 	
}

/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}

th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #333; 
  text-align: left; 
}


/** Start Twitter Ticker stuff **/

h2.tut{
    /* This is the "MY TWEETS" title */
    color:white;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
    font-size:16px;
    padding:12px 0 0 58px;
    /*text-transform:uppercase;*/

    /* The CSS3 text-shadow property */
    text-shadow:2px 1px 6px #333;
}

#twitter-ticker{
    /* Styling the ticker */
    width:100%;
    height:300px;
    /*background:url(/Images/twitter/slickbg.png) no-repeat #f5f5f5;*/
    color:#666666;
    display:none;

    /* Rounded corners */
    -moz-border-radius:10px 10px 6px 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:6px;

    text-align:left;
}

#tweet-container{
    /* This is where the tweets are inserted */
    height:230px;
    width:auto;
    overflow:hidden;
}

#twitIcon{
    /* Positioning the icon holder absolutely and moving it to the upper-left */
    position:absolute;
    top:-25px;
    left:-10px;
    width:64px;
    height:64px;
}

#top-bar{
    height:45px;
    background:url(/Images/twitter/top_bar_grayscale.png) repeat-x;
    border-bottom:1px solid #6C0000;
    position:relative;
    margin-bottom:8px;

    /* Rounding the top part of the ticker, works only in Firefox unfortunately */
    border-radius:6px 6px 0 0;
    -moz-border-radius:6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
}

.tweet{
    /* Affects the tweets */
    padding:5px;
    margin:0 8px 8px;

    /*border:1px solid #6C0000;*/
    background:#363636 /*url(/Images/twitter/transparent.png)*/;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    width:auto;
    overflow:hidden;
}
.time {
	margin-left: 1em;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
    float:left;
}

.tweet .time{
    text-transform:uppercase;
    font-size:10px;
    color:#f8f8f8;
    white-space:nowrap;
}

.tweet .avatar img{
    width:46px;
    height:46px;
    /*border:2px solid #eeeeee;*/
    margin:0 5px 5px 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.tweet .txt{
    /* Using the text container to clear the floats */
    clear:both;
    color: #f8f8f8;
}

.tweet .user{
    font-weight:bold;
}

#twitter-ticker a,#twitter-ticker a:visited {
    /* Styling the links */
    color:#f8f8f8;
    text-decoration:none;
    outline:none;
    font-weight: bold !important;
}

#twitter-ticker a:hover{
    text-decoration:underline;
}

#loading{
    /* The loading gif animation */
    margin:100px 95px;
}

/** End Twitter Ticker stuff **/

/** Start wmuSlider **/

/* mwuSlider */
.wmuSlider {
    position: relative;
    overflow: hidden;
    
}
.wmuSlider .wmuSliderWrapper {
    display: none;
}
.wmuSlider .wmuSliderWrapper article {
    position: relative;
    text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* mwuGallery */
.wmuGallery .wmuGalleryImage {
    position: relative;
    text-align: center;
}
.wmuGallery .wmuGalleryImage img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Default Skin */
.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
    position: absolute;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    background: url(/Images/wmuSlider/sprites.png) no-repeat 0 0;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
}
.wmuSliderPrev {
    background-position: 100% 0;
    left: 20px;
}
.wmuSliderNext {
    right: 20px;
}
.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    left: 20px;
    bottom: 10px;
}
.wmuSliderPagination li {
    float: left;
    margin: 0 5px 0 0;
    list-style-type: none;
}
.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: url(/Images/wmuSlider/sprites.png) no-repeat 0 -80px;
}
.wmuSliderPagination a.wmuActive {
    background-position: -10px -80px;
}

/** End wmuSlider **/


/** Start Contact Form **/
form.email p {
font-size: 15px;
padding: 0 0 10px 0;
margin: 0;
}

form.email input, form.email textarea {
font-family: Arial;
font-size: 15px;
margin: 0 0 20px 0;
}

form.email input {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
border-radius: 5px;
}

form.email textarea {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
border-radius: 5px;
width: 400px;
height: 175px;
}

.shortmessage { height: 60px !important; }

form.email input.send {
color: #fff;
background: #222;
border: #000;
padding: 10px 25px 10px 25px;
cursor: pointer;
}
/** End Contact Form **/

/* This rule is read by Galleria to define the gallery height: */
#galleria { height:420px; }

.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 33.33333333%; }
.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
.gallery li img { display: block; width: 100%; height: auto; }
