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

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { 

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

#wrapper,
#header,
#footer,
#page-loading,
.gallery-text {
	width: 720px;
}
#header {
	width: 720px;
}
#footer {
	width: 720px;
}
.container {
	width: 480px;
}
.post .content {
	width: 480px;
}
.sidebar {
	width: 215px;
}

.items {
	width: 746px;
}

.col5 {
	width: 148px;
	margin: 0 16px 16px 0;
}

.col4 {
	width: 210px;
	margin: 0 15px 15px 0;
}

.col3 {
	width: 328px;
	margin: 0 24px 24px 0;
}

.APV1_container {
	width: 277px !important;
}

h3#comments-title {
	float: none;
	max-width: 100%;
	margin-bottom: 10px;
}
.add-comment {
	float: none;
	margin-bottom: 25px;
}

}/* END Smaller than standard 960 (devices and browsers) */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

#wrapper,
#header,
#footer,
#page-loading,
.gallery-text,
.menu ul {
	width: 440px;
}
/* Disable menu */
#access .menu {
	border:none;
}
#access .menu #tiny {
	display: none;
}
/* Enable dropdown menu */
#access .menu .selectnav {
	display: block;
}
#header {
	width: 440px;
}
#footer {
	width: 440px;
}
.container {
	width: 440px;
	float: none;
	margin-bottom: 25px;
}
.container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.post .content {
	width: 440px;
	
}
.sidebar {
	width: 440px;
	float: none;
}
.sidebox {
	width: 440px;
}

.items {
	width: 456px;
}

.col5 {
	width: 118px;
	margin: 0 14px 14px 0;
}

.col4 {
	width: 193px;
	margin: 0 14px 14px 0;
}

.col3 {
	width: 193px;
	margin: 0 14px 14px 0;
}

.APV1_container {
	width: 238px !important;
}
h3#comments-title {
	float: none;
	max-width: 100%;
	margin-bottom: 10px;
}
.add-comment {
	float: none;
	margin-bottom: 25px;
}

#comments .user {
	display: none;
}
.alignleft,
.alignright {
	float: none;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
}
ul.tabs li {
	float: none;
	margin: 0;
	display: block;
}
ul.tabs li a {
	text-align: center;
}

}/* END Mobile Landscape Size to Tablet Portrait (devices and browsers) */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

#wrapper,
#header,
#footer,
#page-loading,
.gallery-text,
.menu ul {
	width: 280px;
}
/* Disable menu */
#access .menu {
	border:none;
}
#access .menu #tiny {
	display: none;
}
/* Enable dropdown menu */
#access .menu .selectnav {
	display: block;
}
#header {
	width: 280px;
}
#footer {
	width: 280px;
}
.container {
	width: 280px;
	float: none;
	margin-bottom: 25px;
}
.container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.post .content {
	width: 280px;
	
}
.sidebar {
	width: 280px;
	float: none;
}
.sidebox {
	width: 280px;
}

.items {
	width: 298px;
}

.col5 {
	width: 113px;
	margin: 0 16px 16px 0;
}

.col4 {
	width: 260px;
	margin: 0 0 16px 0;
}

.col3 {
	width: 260px;
	margin: 0 0 16px 0;
}

.APV1_container {
	width: 78px !important;
}

h3#comments-title {
	float: none;
	max-width: 100%;
	margin-bottom: 10px;
}
.add-comment {
	float: none;
	margin-bottom: 25px;
}
#comments .user {
	display: none;
}
#lastfm dl {
	width:200px;
	height: auto;
	padding-top: 25px;
	margin-bottom: 15px;
	border-top: 1px solid #dedede;
}
#lastfm dl:first-child {
	padding-top: 0;
	border: none;
}
#lastfm .lfm_art {
	position: relative;
	margin-bottom: 10px;
}
#lastfm dl dd {
	margin-left: 0;
}
.alignleft,
.alignright {
	float: none;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
}
ul.tabs li {
	float: none;
	margin: 0;
	display: block;
}
ul.tabs li a {
	text-align: center;
}
}/* END Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */