/* RESPONSIVE CSS FOR POSTS

#TABLET - 768px
#MOBILE (Landscape) - 480px
#MOBILE (Portrait) - 320px

*/

/* Widescreen */

@media only screen and (min-width: 960px) and (max-width: 1169px) {

	#mainContent h3 {
	font-size: 36px !important;
	}

	#mainContent p {
	width: 640px
	}

#mainContent img.article {
	width: 640px;
	height: auto;
}

#mainContent img {
	max-width: 640px;
}

#mainContent p iframe, #mainContent #reviewvid iframe {
	width: 640px;
	height: 387px;
}

#postBanner {
	background-color: #fff;
	width: 640px;
	margin: 15px;
}

#postBanner img {
	width: 640px;
	height: 320px;
}

hr.post_divider {
	width: 640px;
}

#disqus_thread {
	width: 640px;
}

/* Related Stories CSS */

#relatedStories {
	margin: 5px 15px 15px 15px;
	width: 640px;
}

#related {
	width: 310px;
	height: 183px;
}

#related h3 {
	width: 280px;
	font-size: 14px !important;
	padding: 5px 15px !important;
}

#related img {
	width: 310px;
	height: 155px;
}

/* RECENT POSTS CSS */

#recentPosts {
	width: 280px;
}

#recentPosts img {
	width: 100px;
	height: 100px;
}

#review_advertisement {
	width: 265px;
	height: 250px;
	float: right;
	background: #d1d1d1;
	margin-bottom: 15px;
	margin-right: 15px;
}



#postBanner iframe {
	width: 640px !important;
	height: 387px !important;
}

#mainSidebar img {
	width: 280px;
	height: 140px;
	margin-left: 10px !important;
}

#mainSidebar #author_info, #mainSidebar #category_tag_info, #mainSidebar h3.article_title, #mainSidebar .excerpt p {
	width: 280px !important;
	margin-left: 10px !important;
}

#review_advertisement {
	width: 160px;
	height: 600px;
}

#review_advertisement .responsivebox {
	width: 160px;
	height: 600px;
}

/* Small Desktop Table CSS */
table {
	width: 640px !important;;
}

.hover-gallery2 {
	width: 610px !important;
}

#staff_member {
	width: 290px;
}

#staff_member img {
	width: 290px;
}

.review-page .hover-wrap-gallery2 {
	width: 450px;
	float: left;
}

.review-page .hover-wrap-gallery2 a img {
	width: 450px;
}

.review-page .hover-wrap-gallery2 .hover-gallery2 {
	width: 420px !important;
}

}

/* Tablet  (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {

#postBanner {
	width: 768px !important;
	max-width: 768px !important;
	margin: 0px !important;
}

#review_advertisement {
	width: 728px;
	height: 90px;
}

.review-page .hover-wrap-gallery2 {
	width: 375px;
	float: left;
}

.review-page .hover-wrap-gallery2 a img {
	width: 375px;
}

.review-page .hover-wrap-gallery2 .hover-gallery2 {
	width: 345px !important;
}

#review_advertisement .responsivebox {
	width: 728px;
	height: 90px;
}

#postBanner img {
	width: 768px !important;
	max-width: 768px !important;
	height: auto;
	margin: 0px !important;
}

#mainContent p {
	width: 738px;
}

#mainContent img.article {
	margin: 15px 0px !important;
	width: 768px !important;
}

#mainContent img {
	max-width: 738px;
}

#mainContent p iframe, #mainContent #reviewvid iframe {
	width: 738px;
	height: 447px;
}

#mainContent p iframe {
	margin: 0px;
}

hr.post_divider {
	margin: 25px 0px 0px 0px;
	width: 768px;
}

#mainContent blockquote {
	margin-right: 15px;
}

#related {
	width: 359px;
	height: 208px;
}

#related img {
	width: 359px;
	height: 180px;
}

#related h3 {
	width: 329px;
}

#sidebar {
	display: block;
	margin-right: 15px;
}

#sidebar {
	width: 738px;
}

#mainSidebar {
	width: 738px;
	float: none;
}

#mainSidebar h3 {
	margin-left: 0px;
}

#sidebar_advertisement, #review_advertisement {
	float: none;
	width: 738px;
	height: 150px;
}

#review_advertisement {
	float: right;
}

#recentPosts {
	float: left;
	width: 359px;
}

#recentPosts img {
	margin-left: 0px;
}

#recentPosts.odd {
	margin-right: 20px;
}


#recentPosts h3 {
	margin-top: 0px;
}

#recentPosts p {
	margin-left: 0px;
}

#disqus_thread {
	width: 738px !important;
}

#postBanner iframe {
	width: 768px !important;
	height: 465px !important;
}

#mainSidebar img {
	width: 354px;
	height: 177px;
	margin-left: 0px !important;
}

#mainSidebar #author_info, #mainSidebar #category_tag_info, #mainSidebar h3.article_title, #mainSidebar .excerpt p {
	width: 354px !important;
	margin-left: 0px !important;
}

#mobile-grid {
	width: 354px;
	float: left;
	margin-right: 30px;
}

#mobile-grid:nth-child(even) {
	margin-right: 0px;
}

#sidebar_advertisement {
	width: 728px !important;
	height: 90px !important;
	margin-left: 5px;
}

#mainContent #reviewvid {
	margin: 15px;
}

 .responsivebox {
	width: 728px !important;
	height: 90px !important;
}

/* Tablet Table CSS */
table {
	width: 738px !important;
}

.hover-gallery2 {
	width: 708px !important;
}

#staff_member:nth-child(even) {
	margin-left: 5px;
}
 
}

/* Mobile (Landscape) */

@media only screen and (min-width: 480px) and (max-width: 767px) {

#postBanner {
	width: 480px !important;
	max-width: 480px !important;
	margin: 0px !important;
}

#postBanner img {
	width: 480px !important;
	max-width: 480px !important;
	height: auto;
	margin: 0px !important;
}

#mainContent h3 {
	font-size: 28px !important;
	line-height: 32px;
}

#mainContent p {
	width: 450px;
}

#mainContent p iframe, #mainContent #reviewvid iframe {
	width: 450px;
}

#mainContent p iframe {
	margin: 0px;
}


#mainContent img.article {
	margin: 15px 0px !important;
	width: 480px !important;
}

#mainContent img {
	max-width: 450px;
}

#mainContent p iframe {
	width: 450px;
	height: 272px;
}

#mainContent blockquote {
	margin-right: 15px;
}

hr.post_divider {
	margin: 25px 0px 0px 0px;
	width: 480px;
}

#relatedStories {
	width: 480px;
}

#related {
	width: 450px;
	height: auto;
	margin-bottom: 15px;
}

#related img {
	width: 450px;
	height: auto;
}

#related h3 {
	width: 420px;
	font-size: 18px !important;
}

#sidebar {
	display: block;
	margin-right: 15px;
}

#sidebar {
	width: 450px;
}

#mainSidebar {
	width: 450px;
	float: none;
}

#sidebar_advertisement, #review_advertisement {
	float: none;
	width: 450px;
	height: 150px;
}

#review_advertisement {
	float: right;
}

#recentPosts {
	float: left;
	width: 450px;
}

#recentPosts img {
	margin-left: 0px;
}

#mainSidebar h3 {
	margin-left: 0px;
}


#recentPosts h3 {
	margin-top: 0px;
}

#recentPosts p {
	margin-left: 0px;
}

#disqus_thread {
	width: 450px !important;
}

#postBanner iframe {
	width: 480px !important;
	height: 291px !important;
}

#mainSidebar img {
	width: 450px;
	height: 225px;
	margin-left: 0px !important;
}

#mainSidebar #author_info, #mainSidebar #category_tag_info, #mainSidebar h3.article_title, #mainSidebar .excerpt p {
	width: 450px !important;
	margin-left: 0px !important;
}

#sidebar_advertisement {
	width: 300px !important;
	height: 250px !important;
	margin-left: 70px;
}



 .responsivebox {
	width: 300px !important;
	height: 250px !important;
}

#review_advertisement {
	width: 300px;
	height: 250px;
	margin-right: 90px;
}

#review_advertisement .responsivebox {
	width: 300px;
	height:250px;
}

/* Phone Landscape Table CSS */
table {
	width: 450px !important;
}

.hover-gallery2 {
	width: 420px !important;
}

#staff_member {
	width: 450px;
}

#staff_member img {
	width: 450px;
}

}


/* Mobile (Portrait) */

@media only screen and (max-width: 479px) {

#postBanner {
	width: 320px !important;
	max-width: 320px !important;
	margin: 0px !important;
}

#caption {
width: 320px;
float: none;
margin: 15px;
}

#caption img {
width: 320px;
}

#caption p {
width: 320px !important;
margin: 0px;
font-style: italic;
}

/* Phone Portrait Table CSS */
table {
	width: 290px !important;
}

.hover-gallery2 {
	width: 260px !important;
}

#postBanner img {
	width: 320px !important;
	max-width: 320px !important;
	height: auto;
	margin: 0px !important;
}

#mainContent h3 {
	font-size: 28px !important;
	line-height: 32px;
}

#mainContent p {
	width: 290px;
}

#mainContent blockquote {
	margin-right: 15px;
}

#mainContent img.article {
	margin: 15px 0px !important;
	width: 320px !important;
}

#mainContent img {
	max-width: 290px;
}

#mainContent p iframe, #mainContent #reviewvid iframe {
	width: 290px;
	height: 176px;
	margin: 0px;
}

hr.post_divider {
	margin: 25px 0px 0px 0px;
	width: 320px;
}

#relatedStories {
	width: 320px;
}

#related {
	width: 290px;
	height: auto;
	margin-bottom: 15px;
}

#related img {
	width: 290px;
	height: auto;
}

#related h3 {
	width: 260px;
	font-size: 14px !important;
}

#sidebar {
	display: block;
	margin-right: 15px;
}

#sidebar {
	width: 290px;
}

#mainSidebar {
	width: 290px;
	float: none;
}

#sidebar_advertisement, #review_advertisement {
	float: none;
	width: 290px;
	height: 150px;
}

#review_advertisement {
	float: right;
}

#recentPosts {
	float: left;
	width: 290px;
}

#recentPosts h3 {
	margin-top: 0px;
}

#recentPosts img {
	margin-left: 0px;
}

#mainSidebar h3 {
	margin-left: 0px;
}

#recentPosts p {
	margin-left: 0px;
}

#disqus_thread {
	width: 290px !important;
}

#postBanner iframe {
	width: 320px !important;
	height: 194px !important;
}

#mainSidebar img {
	width: 290px;
	height: 145px;
	margin-left: 0px !important;
}

#mainSidebar #author_info, #mainSidebar #category_tag_info, #mainSidebar h3.article_title, #mainSidebar .excerpt p {
	width: 290px !important;
	margin-left: 0px !important;
}

#sidebar_advertisement {
	width: 300px !important;
	height: 250px !important;
	margin: 15px 0px 0px 0px;
}



 .responsivebox {
	width: 300px !important;
	height: 250px !important;
}

#review_advertisement {
	width: 300px;
	height: 250px;
	margin-right: 10px;
}

#review_advertisement .responsivebox {
	width: 300px;
	height:250px;
}

#staff_member {
	width: 290px;
}

#staff_member img {
	width: 290px;
}

}