/* Structure */
													/* For editing and customisation read these notes */
img{
    border: 0px solid #444;
}

body {
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;/* Set the font here to effect entire template */
	text-align: center;
}

#rap {
    min-width: 950px;
    max-width: 950px;
    margin: auto;
    border: 1px #000 solid;
}

div.sgContainer {
	width: 850px; 									/* This is the page width, if you want a full-screen/liquid layout use 'auto' */
	margin: 12px auto 0 auto;
}

img.sgThumbnailAlbum {
	margin: 10px;
}

div.sgContent {
    margin-top: 10px;
    margin-bottom: 10px;
}

#backimage{
    background-image: url(../back.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    height: 70px;
}

#menu{
    padding-top:0px;
    text-align: right;
    font-size:15px;
    margin-top:0px;
    margin-left:10px;
}

.hnav {
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

#Crumbline {
    padding-left: 5px;
    padding-top: 5px;
    white-space: nowrap;
    text-align: left;
    font-size: 15px;
}

/* Page Elements */

#footer {
    text-align: center;
    border-top: 1px solid #444;
}

div.sgDevider {
    border-bottom: 1px solid;
}

.sgGallery {
    margin-left: 8em;
    margin-right: 8em;
    margin-bottom: 20px;
    padding: 0px;
    text-align: left;
}

.sgGalleryThumbnail {
    float: left;
}

.sgGalleryTitle{
    min-height:100px;
}

.sgAlbum {
	border: 1px solid;
	margin: 18px 24px 32px 24px;
	padding: 22px 0 0 0;
	clear: both;
}

.sgImageBox {
	margin: 0 auto;
	position: relative;
	font-size: 11px;
	padding: 5px;
	border: 1px solid;
}

img.sgImage  {
	display: block;
}

/* Typography */
h1 {
	font-variant: small-caps;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: normal;
}

h2 {
	font-size: 120%;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding: 0;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	padding: 0;
}

h4 {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	padding: 0;
}


p {
	font-size: 14px;
	line-height: 14px;
	margin: 2px 16px 2px 16px;
}

#footer {
    font-size: 80%;
}
/*.sgGallery p {
	border: none;
	margin: 0 0 4px 130px;
}*/

p.label {
	text-align: left;
	padding-left: 120px;
}

p.link {
    font-size: 110%;
    line-height: 110%;
    letter-spacing: 0.1em;
    padding-left: 120px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#menu a{
    margin:0;
    padding:0px 10px 0px 10px;
    font-weight:normal;
    letter-spacing:1px;
}

#menu a:hover {

}

/* Details */

.details {
    margin: 4px auto 4px auto;
    padding: 4px;
}

dl {
	font-size: 11px;
	line-height: 16px;
	margin: 12px 64px 24px 64px;
	padding: 0;
	text-align: center;
}

dt {
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
}

dd {
	display: inline;
	margin: 0;
	padding: 0;
}

/* Utility */

.clear {
	display: block;
	clear:both;
	float: none;
}

/* In-Image Rollovers */

.sgImageBox a {
	display: block;
	position: absolute;
	text-indent: -3000px;
	font-size: 15px;
	opacity: .0;
	width: 80px;
	text-align: center;
}

.sgImageBox a:hover, .sgImageBox a.note {
	opacity: .9;
	text-indent: 0px;
	text-decoration: none;
}

.sgImageBox a span{
	display: block;
}

.sgImageBox a.thumb span, .sgImageBox a.control span{
	margin-top: 22px;
}

.sgImageBox a.prev {
	top: 5px;
	left: 5px;
	border-right: 1px solid;
}

.sgImageBox a.thumb {
	top: 5px;
	left: 5px;
	height: 60px;
	border-bottom: 1px solid;
}

.sgImageBox a.bottom {
	bottom: 5px;
	left: 5px;
	height: 60px;
	border-top: 1px solid;
}

.sgImageBox a.next {
	top: 5px;
	right: 5px;
	border-left: 1px solid;
}

.sgImageBox a.control {
	left: 5px;
	bottom: 4px;
	height: 60px;
	border-top: 1px solid;
}

/* Slideshow */

body#slideshow div.sgImageWrapper{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#slideshow div.sgImageBox {
	margin: 0 auto 0 auto;
	font-size: 11px;
	padding: 5px;
	border: none;
}

body#slideshow div img{
	margin: 0px auto 0px;
}

/* COLORS */
/* Structure */

body {
	background-color: #000;
}

#rap {
	background-color: #FF7300;
}

#sgContainer{
	background-color: #FFF;
}

#menu a{
    color: #000;
}

/* Page Elements */

.hnav {
	background-color: #DB5600;
}

#footer {
	background-color: #DB5600;
}

.sgImageBox {
	background-color: #DB5600;
	border-color: #222;
	border-right-color: #111;
	border-bottom-color: #111;
}

img.sgImage  {
	background: #111 url(../img/loader_b.gif) center bottom no-repeat;
}

/* Typography */

body {
    color: #000;
}

/* FONT COLORS */

#footer, span.label {
    color: #000;
}

.hnav ul li a:hover, .vnav ul ul li a:hover {
    color: #000;
    }

a {
	color: #A00;
}


/* Links and Thumbnails */
a:hover img.sgThumbnailAlbum, a:hover img.sgThumbGallery {
	border-color: #333;
}

/* Details */

dl {
	color: #000;
}

dt {
	color: #000;
}

/* In-Image Rollovers */

.sgImageBox a {
	background-color: #111;
}

.sgImageBox a.prev {
	border-right-color: #111;
	color: #AAA;
}

.sgImageBox a.thumb {
	border-bottom-color: #111;
	color: #AAA;
}

.sgImageBox a.bottom {
	border-top-color: #111;
	color: #AAA;
}

.sgImageBox a.next {
	border-left-color: #111;
	color: #AAA;
}

.sgImageBox a.control {
	border-top-color: #111;
}

/* Slideshow */

body#slideshow {
	background-color: #000;
}

#slideshow div.sgImageBox {
	background-color: #000;
}

.hnav {
    border-color: #444;
}

div.sgDevider {
    border-bottom-color: #444;
}

.sgImageBox {
	border-color: #444;
}


