/*
Theme Name: Gabriel Jewelers
Theme URI: http://www.inggraphix.com/
Description: The Gabriel Jewelers theme.
Version: 1.0
Author: ING Graphix
Author URI: http://www.inggraphix.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Gabriel Jewelers v1.0
	 http://www.inggraphix.com/

	This theme was designed and built by ING Graphix,
	whose site you will find at http://www.inggraphix.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 60%; /* Resets 1em to 10px */
	font-family: Arial;
	background: #5E2F8F url('images/background.jpg') repeat-x;
	color: #000000;
	text-align: left;
	}

#page {
	border: 1px solid #EEEEEE;
	background: #990000;
	}
	
#title {
	font-weight: bold;
	text-decoration: none;
	color: #B5B0AE;
	font-size: 3em;
	}

#description {
	font-weight: bold;
	text-decoration: none;
	color: #F3F1CF;
	font-size: 2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	color: #5D2E8E;
	}

h1 {
	font-size: 2.5em;
	}

h2 {
	font-size: 2em;
	}

h3 {
	font-size: 1.5em;
	}
	
a {
	color: #60338E;
	text-decoration: none;
	}

#content {
	font-size: 1.5em;
	line-height: 150%;
	}

#contentbg {
	background: #CFC5E0 url('images/content_background.jpg') repeat-x;
	}	
		

a:hover {
	text-decoration: underline;
	}

a img {
	border: none;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

hr {
	display: none;
	}

#nav {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5em;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#nav a {
	background: #FFFFFF;
	color: #000066;
	display: block;
	width: 200px;
    margin: 0px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #EEEEEE;
	text-decoration: none;
	}
	
#nav a:hover {
	background: #000066;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	width: 200px;
    margin: 0px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}
	
#nav li:hover ul {
	left: auto;
	display: block;
	}