/*  
Theme Name: GagBag Theme
Theme URI: http://gagbag.com.au/
Description: The <a href="http://gagbag.com.au">GagBag</a> WordPress theme.
Version: 1.0
Author: Clever Starfish
Author URI: http://cleverstarfish.com/

*/

@charset "utf-8";

/* CSS flags 

=layout	(divs and positioning)
=basic-elements (basic tags, h1-h6, p, etc)
=nav (nav menu styles)
=pretty (specific styles to add to elements, specific forms, quotes)

*/

/* =layout */

body {
	background:url('/wp-content/themes/gagbag/images/body-bg.gif') top left; 	/*	repeating diagonal background	*/
	margin:0;
	padding:0;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;		/* set the font size to 0.9em of the default size	*/
}

#container {
	width:960px;
	margin:0 auto;
	background:url('/wp-content/themes/gagbag/images/container-bg.jpg') top left repeat-y;	/*	contains drop shadow images for the left and right column, will repeat down entire page	*/
}

#header {
	height:192px;
	background:url('/wp-content/themes/gagbag/images/header.jpg') top right no-repeat #ffffff;	/*	adding background image and setting colour to white to block shadow images	*/
	width:100%;
}

#gagbag-logo {
	margin:11px 0 0 20px;
}

#nav-column {
	width:167px;
	padding:21px 11px;
	float:left;
	background:url('/wp-content/themes/gagbag/images/left-col-top.jpg') top left no-repeat;		/*	put the shadow on the top of the column, the drop shadow image on the container will feign the column going to the bottom of the page */
}

#content {
	background:url('/wp-content/themes/gagbag/images/content-bg.jpg') top left repeat-x;		/*	repeat the top shadow image across the main content area	*/
	float:left;
	width:510px;
	padding:21px 21px;
	font-size: 1.1em;
}

#right-column {
	width:179px;
	padding:21px 20px;
	float:left;
	background:url('/wp-content/themes/gagbag/images/right-col-top.jpg') top left no-repeat;	/*	put the shadow on the top of the column, the drop shadow image on the container will feign the column going to the bottom of the page */
}

#footer {
	background: #fafafa url('/wp-content/themes/gagbag/images/content-bg.jpg') top left repeat-x;
	padding:0;
	height:33px;
	color:#999;
}

#footer a {
	color:#e60003;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#left-foot {
	float: left;
	width: 600px;
	padding: 9px 0 0 8px;
	text-algin: left;
}

#right-foot {
	float: right;
	width: 200px;
	padding: 5px 5px 0 0;
	text-algin: left;
}

.clear {
	clear:both;		/*	so things are better	*/
}

.left {
	float:left;
	padding:0 10px 5px 0px;
}

.right {
	float:right;
	padding:0 0 5px 10px;
}

/* =basic */

h1 {
	font-size:1.3em;
	color:#e60003;
	margin:0;
	padding:0;	
}

h2 {
	font-size:1.4em;
	color:#e60003;
	margin-top:0;
	padding-top:0;
	text-transform:uppercase;
}

h3 {
	font-size:1em;
	margin:0;
	padding:9px 0;
	color:#333333;
}

h4 {
	font-size:1em;
	color:#666666;
	margin:0;
	padding:0;
}

h5, h6 {
	color:#000000;
	font-size:1em;
}

p {
	color:#333333;
	line-height:1.4em;
	margin:0;
	padding:5px 0 10px 0;
}

a {
	color:#e60003;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* =nav */

#nav-column ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav-column li {
	width:167px;
	margin:0 0 8px 0;
	padding:0;
}

#nav-column ul li a {
	border-left:1px solid #f07d7e;
	color:#e60003;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding-left:8px;
}

#nav-column li a:hover {
	text-decoration:underline;
}

#nav-column li ul {
	padding:8px 0 0 0;
	margin-left:16px;
}

#nav-column li ul li {
	width:151px;
}

#nav-column li ul li a {
	color:#666666;
	border-left: 1px solid #666666;
	text-transform:capitalize;
}

/* =pretty */

p.news-info {
	margin:0;
	padding:0 0 16px 0;
	font-size:0.8em;
	color:#666666;
}
#right-column h4 a {
	color:#e60003;
	text-decoration:none;
}
#right-column h4 a:hover {
	text-decoration:underline;
}
div.edit {
	float:right;
}
div.edit a {
	color:#e60003;
	text-decoration:none;
}
div.edit a:hover {
	text-decoration:underline;
}

/* =specific */

.bag {
	display: block;
	float: left;
	width: 250px;
	height: 150px;
	overflow: hidden;
	margin: 0 5px 10px 0;
}
.bag .bag-desc {
	padding-top: 50px;
	float: right;
	width: 140px;
}
.bag .bag-img {
	text-align: center;
}
.bag img {
	border: none;
}
.bag .bag-title {
	color: #E60003;
	font-weight: bold;
	font-size: 1em;
}
.bag .flashsound {
	margin: 4px 0 0 4px;
}
#contactcomments {
	width: 99%;
}
a#starfish {
	float: right;
	margin: 0 auto 0 auto;
	display: block;
	width: 78px;
	height: 23px;
	background-image: url('/wp-content/themes/gagbag/images/starfish.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a#starfish:hover {
	background-position: 0px -23px;
}
a#starfish span {
	display: none;
}
img.smallproductimg {
	float: right;
	margin: 0 0 0 10px;
}
.gallery {
	float: left;
	width: 49%;
	display: block;
	width: 250px;
	overflow: hidden;
	margin: 0 5px 10px 0;
	text-align: center;
}
a img {
	border: none;
}
div.flags a {
	display: block;
	float: left;
	margin: 10px 5px 0px 5px;
	width: 16px;
	height: 11px;
	padding: 0px 0px 0px 0px;
}