/*
Theme Name: Shagbots
Theme URI: http://www.theshagbots.com
Description: Custom Shagbots.com theme
Version: 1.0
Author: Jason Dorn
Author URI: http://www.jasondorn.com
Tags: blue, custom header, fixed width, two columns, widgets


*/


/* CSS RESETS */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

img { border: none; }


/* TAGS */

body {
	background-color: #746c65;
	font-size: 13px;
	color: #4a4a4a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
	
}

p {
	width: 560px;
	padding-bottom: 40px;
	margin: 0px 60px 0px 60px;
}

h1 {
	font-family: Helvetica, Arial,  sans-serif;
	color: #4e9ed1;
	font-size: 30px;
	margin: 0px 60px 20px 60px;
	padding: 70px 0 0 0px;
}

h2 {
	font-family: Helvetica, Arial,  sans-serif;
	color: #4e9ed1;
	font-size: 25px;
	margin: 0px 60px 20px 60px;
	padding: 0px 0 0 0px;
}

h1 a {
	color: #4e9ed1;
	text-decoration: none;
}

h1 a:hover {
	color: #dd5b96;
}

a {
	color: #248fd1;
}

a:visited {
	color: #248fd1;
}

a:hover {
	color: #248fd1;
}

.contentColBG ul {
	width: 560px;
	padding-bottom: 40px;
	margin: 0px 60px 0px 80px;
}

.contentColBG ol {
	width: 560px;
	padding-bottom: 40px;
	margin: 0px 60px 0px 80px;
}


table {
 width: 400px;
}

hr {
	width: 500px;
	margin: 0 auto;
}	

/* Classes */

.center {
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.copyright {
	font-size: 12px;
	color: #1b1917;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
}

.picInset {
	background-color: #dd5b96;
	margin: 0px 20px 20px 0px;
	padding: 0px 2px 2px 0px;
	float: left;
	display: inline;
}

.alignleft {
	background-color: #dd5b96;
	margin: 0px 20px 20px 0px;
	padding: 0px 2px 2px 0px;
	float: left;
	display: inline;
}

.bg {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: center top;
}

table img {

	background-color: #dd5b96;
	margin: 0px 20px 20px 0px;
	padding: 0px 2px 2px 0px;
	

}


/* DIVS */

#main {
	width: 960px;
	height: 200px;
	padding-top: 170px;
	background-image:url(images/headerLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#contentCol {
	width: 681px;
	z-index: 20;
	position: relative;
}

.contentColBG {
	background-image:url(images/contentBG.png);
	background-repeat: repeat-y;
	background-position: center top;
}


/* Nav */

#navMediaBox {
	width: 380px;
	height: 500px;
	margin-left: 600px;
	position: fixed;
	top: 20px;
	z-index: 10;

}

#navBox {
	background-image:url(images/navBg.png);
	background-repeat: no-repeat;
	width: 380px;
	height: 287px;

}

ul.navList {
	width: 250px;
	font-size: 25px;
	color: #000000;
	font-weight: bold;
	list-style: none;
	padding: 20px 0px 0px 110px;
}

ul.navList li {
	margin-bottom: 23px;	
}

ul.navList li a {
	color: #000000;
	text-decoration: none;
}

ul.navList li a:hover {
	color: #4e9ed1;
}

#socialBox {
	background-image: url(images/socialMedia.png);
	background-repeat: no-repeat;
	margin-top: -25px;
	width: 380px;
}

#socialBox p {
	width: 274px;
	padding: 75px 0px 0px 32px;
	font-size: 18px;
	font-weight: bold;
	color: #e25d9b;
}

/* FLAGS */

.flag {
	width: 199px;
	height: 56px;
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 11px 20px 0 0px;
	position: absolute;
	left: -17px;
	z-index: 30;
}

.yellow {
	background-image: url(images/flagYellow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.green {
	background-image: url(images/flagGreen.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.pink {
	background-image: url(images/flagPink.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.blue {
	background-image: url(images/flagBlue.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.purple {
	background-image: url(images/flagPurple.png);
	background-repeat: no-repeat;
	background-position: center top;
}