
/* =Tablet (Portrait) - Width of 768px
-------------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {
/* START */
#site-container {width:768px;}
#content {width:523px;}
#sidebar {width: 150px;}
/* Logo */
#header #logo{float:none; margin:0 auto; width:320px;}
/* Nav */
#primary-nav{float:none; margin:30px auto 0;}
#primary-nav ul {display:table; margin:-50px auto 15px;}
#primary-nav ul li a strong {font-size:13px;}
#primary-nav ul li a span {font-size:12px;}
/* Home */
#callout {width:260px;}
#hpslider {width:818px;margin:40px 0 0 -25;min-height: 200px;}
#home-blog li, #home-blocks li, #home-portfolio li {width:168px;}
.flex-control-nav {display:none;}
/* Portfolio */
#portfolio-wrapper .hentry {width:229px;height: 255px;}
#portfolio-wrapper .overlay {height: 172px;width: 229px;}
.single-st_portfolio .entry-thumb, .single-st_portfolio .entry-video {width:450px;}
.single-st_portfolio .entry-wrap {margin: 0 0 0 505px;}
#entry-related ul li {width:169px;height:150px;}
#entry-related .overlay {width:169px;height:127px;}
/* Footer */
#footer-widgets .widget {margin: 0 20px 0 0;width: 227px;}
/* Comments */
#commentform #comment {width:341px;}
/* Misc */
.overlay {height: 167px;width: 168px;}
.widget_search #s {width: 132px;}
/* Aaron Customizations to the portfolio. Includes Slider */
.entry-thumb img { width:100%;}
.game_slider {width:450px;}
.game_thumbs {width:450px; margin:0px 0 0}
.game_thumbs ul li {max-width:40px;	height:40px; margin:-5px 0 15px 15px; float:left; list-style:none; padding:3px;}
.game_slider .entry-thumb {height:253px; width:450px;}



/* END */
}

/* =Mobile - Width of 320px
-------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
/* START */
#site-container {width:320px;}
/* Responsive Grid */
.row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
.row .row .column, .row .row .columns { padding: 0; }
.column, .columns { width: auto !important; float: none; margin-left: 0; margin-right: 0; }
.column:last-child, .columns:last-child { margin-right: 0; float: none; }
[class*="column"] + [class*="column"]:last-child { float: none; }
.column:before, .columns:before, .column:after, .columns:after { content:""; display:table; }
.column:after, .columns:after { clear: both; }	
/* Layout */
#primary {padding:0;}
#content, #sidebar {width:100%;float:none;}
#header {text-align:center;}
#header-top {text-align:center;}
#header-top .left {float:none;margin:0 0 10px;}
#header-top #social {float:none;}
#header #logo {padding:0 0 20px 0}
#header #logo h1 {margin: 0 auto;}
#header #logo, #primary-nav {float:none;}
/* Nav */
#primary-nav {margin:0 0 15px;}
#primary-nav ul     { display: none; }
#primary-nav select { display: inline-block; margin:8px 10px;padding:5px; }
/* Home */
#callout {text-align:center;}
#callout, #hpslider {float:none;width:100%;}
#hpslider {min-height: 0; width:370px; margin:-10px 0  95px -25px;}
h3.deco {margin: 0 0 20px;}
 .flex-control-nav {display:none;}
 .flex-caption 
 {
	 display:block;
	 max-height:50px;
	 width:100%;
	 max-width:350px;
	 width:100%;
	 bottom:-70px;
	 -webkit-border-radius:0 0 10px 10px;
	 padding:10px;
	 font-size:12px;
 }
.flex-direction-nav li a {bottom:10px;}
.flex-direction-nav {right:10px;}
#home-blog ul, #home-blocks ul, #home-portfolio ul {margin:0;}
#home-blog li, #home-blocks li, #home-portfolio li {
	float:none;
	width:100%;
	margin:0 0 20px;}
#home-blog .entry-thumb-placeholder {width:320px;height:240px;}
/* Blog */
.blog .post {margin: 0 0 30px;padding: 0 0 30px;}
.entry-meta {display:none;}
.entry-wrap {margin:0;}
/* Comments */
#comments, #comments ol.commentlist {margin: 0;}
#comments .comment-wrap {margin:0 0 20px;}
.commentlist ul {padding:0 0 0 30px;}
.comment-body {margin:20px 0 0;}
#respond {margin:0 0 20px;}
#commentform #comment {width:288px;}
/* Portfolio */
#portfolio-wrapper .hentry, .item img {width:320px;height:315px;}
.single-st_portfolio .entry-thumb, .single-st_portfolio .entry-video {width:100%;float:none;margin:0 0 20px;}
.single-st_portfolio .entry-wrap {margin:0;}
#entry-related ul li, #entry-related .item img {width:320px;height:240px;}
/* Footer */
#footer-widgets {margin:0;}
#footer-widgets .widget {margin: 0 0 20px 0;width: 100%;float:none;}
#footer-bottom #footer-nav {display:none;}
#footer-bottom #copyright {float:none;text-align:center;}
/* Misc */
.overlay {width: 320px;height:240px;}
/* Aaron Customizations to the portfolio. Includes Slider */
.entry-thumb img { width:320px;}
.game_slider {width:320px;}
.game_thumbs {width:320px; margin:-30px 0 0 0;}
.game_thumbs ul li {max-width:30px;	height:30px; margin:0px 0 10px 5px; float:left; list-style:none; padding:3px;}
.game_slider .entry-thumb {height:180px;}
 /* END */      
}