
/* CSS - Rob Watkins Photography */


* {
	margin: 0;
	padding: 0;
}

body {
	background: #CCC url(../assets/bg_body.jpg) repeat-x;
}




/* GLOBAL POSITIONS */

#container {
	width: 100%;
	background-color: #FFF;
}

#content {
	margin: 0 auto;
	text-align: center;
}

#base_text {
	margin: 0 auto;
	text-align: center;
}




/* GLOBAL STYLES */

p {
	color: #666;
	font: small 'Arial', LucidaGrande, Lucida, Helvetica, sans-serif;
	line-height: 1.2em;
	padding-bottom: 1.2em;
}

em {
	color: #000;
	font-style: normal;
	font-weight: 800;
}

h1 {
	font: x-large 'Arial', LucidaGrande, Lucida, Helvetica, sans-serif;
	padding-bottom: 30px;
	text-align: right;
	color: #999;
}

h2 {
	font: medium 'Aria', LucidaGrande, Lucida, Helvetica, sans-serif;
	padding: 15px 0 10px 20px;
	color: #999;
}




/* IMAGE STYLES */

img.logotab {
	margin-bottom: 16px;
}





/* NAV STYLES */

#content ul {
	color: #666;
	font: small 'Arial', LucidaGrande, Lucida, Helvetica, sans-serif;
	list-style: none;
	padding-bottom: 2.5em;
}

#content li {
	display: inline;
	border-right: 1px solid #BABABA;
}

#content li.first {
	border-left: 1px solid #BABABA;
}

a:link {
	text-decoration: none;
	color: #000;
	background-color: #CCC;
	padding: 0.2em 2em;
}

a:visited {
	text-decoration : none;
	color: #333;
	background-color: #CCC;
	padding: 0.2em 2em;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #BAB9B9;
	padding: 0.2em 2em;
}

#content ul.contact {
	color: #666;
	font: small 'Arial', LucidaGrande, Lucida, Helvetica, sans-serif;
	list-style: none;
	padding-bottom: 1.8em;
}

#content ul.contact li {
	display: inline;
	padding: 0 1em;
	border: none;
}




/* BASE LINK STYLES */

#base_text a:link {
	text-decoration: underline;
	color: #000;
	background-color: #CCC;
	margin: 0;
	padding: 0;
}

#base_text a:visited {
	text-decoration: underline;
	color: #333;
	background-color: #CCC;
	margin: 0;
	padding: 0;
}

#base_text a:hover, #basetext a:active {
	text-decoration: underline;
	color: #FFF;
	background-color: #CCC;
	margin: 0;
	padding: 0;
}




/* OCTOPUS STYLES */

img.octopus {
	margin: 0;
	padding: 0 5px 0 0;
	vertical-align: bottom;
}

