/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */


/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
	
	/* rgm - test */
/*	html { background-image:url('//localhost/wp-content/themes/mystile/images/black_linen_v2.png') !important; }*/
	
	body { 
		margin: 0px auto 0px !important;
		padding: 0px !important ; 
		width: 1200px;
		background-image: url(images/bg16.png); 
	}

	/*rm_site_wrapper { padding: 5px; background: red; }*/

	#rm_side_banner_left { 
		background: url(images/A-Matter-Of-Faith-Background-Left.png) no-repeat top left;
		position: absolute;
		top: 0px;
		margin-left: -360px;
		width: 360px;
		height: 1080px;
	}

	#rm_side_banner_right { 
		background: url(images/A-Matter-Of-Faith-Background-Right.png) no-repeat top left;
		position: absolute;
		top: 0px;
		margin-left: 1200px;
		width: 360px;
		height: 1080px;
	}

	#top { float: right; width: 400px !important; padding: 0px !important; background: #FFFFFF; margin-bottom: 0px; }

		#s.input-text { box-shadow: none !important; }

		#header #navigation ul.nav {
			float: left;
		}

	#header #navigation { float: left; }

	#header { 
		background: white; 
		clear: both; 
		width: 1600px !important; 
		margin: 0px 0px 40px; 
		padding: 0px; 
		height: 50px;
	}

	#navigation { display: inline; margin: 0px !important; }

	#main-nav { 
		padding: 2px !important;
		display: inline; 
		width: 750px !important; 
		float: left; 
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
	}

		#menu-item-22 a:hover { background: #eef6ff !important; }
		#menu-item-21 a:hover { background: #eef6ff !important; }
		#menu-item-20 a:hover { background: #eef6ff !important; }
		#menu-item-19 a:hover { background: #eef6ff !important; }
		#menu-item-18 a:hover { background: #eef6ff !important; }

	.footer-wrap { margin: 0px; padding: 0px; }
	#header.col-full { max-width: 1200px; }

	nav.col-full { margin-left: 30px; }

	#wrapper {  }
	#top { width: 150px; }
	#top .wc-nav li.cart a { padding-top: 9px !important; }
	#top ul.nav li a { padding-top: 9px !important; }
	#top .wc-nav li.search form {
		margin-bottom: 0;
		padding-top: 6px;
	}

	img.attachment-shop_single.wp-post-image { width: 50%; height: 50%; }


/* SPECIFIC TO HOME PAGE */


	.clearboth { clear: both; }

	#blacboard-img {
		background-image: url('https://christianvideos.co.uk/wp-content/uploads/2013/02/tv-screen-christian-dvds.jpg') no-repeat top left; 
		width: 485px; 
		height: 410px; 
		display: inline-block; 
		float: left; 
		margin-right: 70px; 
		padding: 0px;
	}

	#video-screen-player {
		position: relative; 
		top: 48px; 
		left: 33px;
		width: 420; 
		height: 230;
	}

	#featured-product-title { margin: 40px 0px 20px; font-weight: bold; }

	#featured-product-description {
		float: left; 
		width: 500px; 
		display: inline-block; 
		padding-top: 30px;
	}

	#rentals-banner-link {
		width:1200; 
		height:140;
		cursor: pointer;
		background-image: url('//christianvideos.co.uk/wp-content/uploads/2013/02/Rentals-Banner.jpg') no-repeat top left; 
	}


}


/* Notes for banner changes 

	border: 1px solid #292929;
	width: 	243px;
	height: 729px;
	top: 	435px;
*/
