/* Main Layout for www.ryangibbons.net */

/* Universal selector.  Corrects various browser bugs. */
* { 
	margin:0;
	padding:0;
}

html {
	background: #454545;
}

body {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #e9d49a;
	margin: 2em auto;
	width: 920px; /* Overall site width */
	position: relative; /* IE bug fix */
}

img {
	border: 1px solid #000;
}

a {
	font-family: Veranda, Arial;
	color: #fff;
	font-size: 10pt;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	font-family: Veranda, Arial;
	color: #e9d49a;
	font-size: 10pt;
	font-weight: 700;
	text-decoration: underline;
}

h1 {
	font-family: Veranda, Arial;
	color: #fff;
	font-size: 10pt;
	font-weight: 700;
	margin: 0 0 1em 0;
}

h2 {
	font-family: Veranda, Arial;
	color: #fff;
	font-size: 10pt;
	font-weight: 700;
	margin: 0 0 1em 0;
}

p {
	margin: 0 0 1em 0;
}

#center {
	position: absolute;
	z-index: 1;
}


#top {
	background: #353535;  
	width: 900px;
	height: 20px;
	padding: 10px 10px 0px 10px;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000;

	border-bottom-style: none;

	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000;
}

#top #logo {
	text-align: left;
	float: left;
	display: inline;
	position: relative;
	width: 400px;
	clear: none;
}

#top #logo img {
	border: none;
}

#top #links {
	width: 450px;
	float: right;
	text-align: left;
	position: relative;
	z-index: 500;
	clear: none;
}

#top #links a {
	font-family: Veranda, Arial;
	color: #fff;
	font-size: .85em;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#top #links a:hover {
	font-family: Veranda, Arial;
	color: #e9d49a;
	font-size: .85em;
	font-weight: 800;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

#top #links ul {
	display: inline;
	list-style: none;
	padding: 0em;
	position: absolute;
	margin: 0em;
}

#top #links li {
	display: inline;
	margin: 0em 0em 0em 1.5em;
}

#top #links #menu {
	padding-right: 6.2em;
	margin: 0em;
}

#top #links #menu ul {
	margin: 0 0 0 1.5em;
	margin-bottom: 1em;
	display: inline;
}

#top #links #menu ul .spacer {
	display: none;
}

#top #links #menu ul:hover .spacer {
	width: 14em;
	height: 0.8em;
	display: block;
	padding: 0.2em 0.5em;
	font-family: Veranda, Arial;
	font-size: .85em;
	background: #353535;
	border-bottom: 1px solid #000;
	margin-left: -0.5em;
}

#top #links #menu ul .gallery {
	display: none;
}

#top #links #menu ul:hover .gallery {
	border-bottom: 1px dotted black;
	width: 14em;
	display: block;
	padding: 0.2em 0.5em;
	font-family: Veranda, Arial;
	color: #e9d49a;
	font-size: .85em;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: #353535;
	margin-left: -0.5em;
}

#top #links #menu ul .album {
	margin: 0;
	display: none;
}

#top #links #menu ul:hover .album  {
	display: block;
}

#top #links #menu ul:hover .album a {
	border-bottom: 1px dotted black;
	width: 13.5em;
	display: block;
	padding: 0.2em 0.5em 0.2em 1em;
	font-family: Veranda, Arial;
	color: #fff;
	font-size: .85em;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 0.1em;
	background: #454545;
	margin-left: -0.5em;
}

#top #links #menu ul:hover .album a:hover {
	background: #353535;
	color: #e9d49a;
}

#content {
    background: #353535;
	
	height: 530px;
	width: 900px;
	padding: 10px 10px 10px 10px;

	border-top-style: none;

	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000;

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;

	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000;
}

#content p {
}

#content img {
	border: solid 1px #000;
}

#content #container {
	text-align: left;
	margin: auto;
	width: 600px;
	border-top: solid 2px #454545;
	border-bottom: solid 2px #454545;
	padding: 20px 20px 20px 20px;
}

#footer {
	height: 20px;
	padding: 4px 0px 0px 0px;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	font-family: Verdana, Arial;
	font-size: 7pt;
	letter-spacing: 1px;
	color: #dcdcdc;
	font-weight: 700;
}

#footer #left {
	text-align: left;
	float: left;
	display: inline;
	position: relative;
}

#footer #right {
	text-align: right;
	float: right;
	display: inline;
	position: relative;
}

#footer a {
	font-family: Veranda, Arial;
	color: #dcdcdc;
	font-size: 8pt;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#footer a:hover {
	font-family: Veranda, Arial;
	color: #e9d49a;
	font-size: 8pt;
	font-weight: 700;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

#notification {
	width: 400px;
	margin: 1em auto auto auto;
	text-align: center;
}
