h1,
h3,
p,
img,
ul,
li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    visibility: hidden;
}

.center {
	text-align: center;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* link
------------------------------*/

a:hover,
a:visited:hover { text-decoration: underline }

a,
a:visited {
    color: #27d;
    text-decoration: none;
}

a img { border-style: none }

/*
------------------------------*/

body {
    margin: 0;
    padding: 0;
    position: relative;
}

body {
    font-size: 62.5%;
    color: #444;
    background: #eee;
    text-align: center;
}

body { font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif }

.wrapper {
    padding: 0 20px;
    margin: 0;
}

.primary {
    position: relative;
    float: left;
    width: 720px;
    margin-top: 19px;
    margin-bottom: 19px;
    margin-right: 10px;
    margin-left: 10px;
}

* html .primary { display: inline }

#page {
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    border: 1px solid #ddd;
    border-top: none;
    clear: both;
}

#page { background: #FFF }

#page { width: 780px }

/* header
------------------------------*/

#header {
    position: relative;
    height: 200px;
    /*background: #3371A3;*/
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url('images/header09.jpg');
}

h1 { font-size: 3em }

#site-title {
    /*font-size: 3em;*/
    font-size: 2em;
    font-weight: 700;
    padding: 75px 40px 0;
    color: #fff;
}

#site-title a,
#site-description {
    text-decoration: none;
    color: #fff;
}

#site-title a:hover { text-decoration: underline }

#site-description {
    margin-left: 40px;
    margin-bottom: 0;
    margin-right: 40px;
    margin-top: 3px;
}

/* header menu
------------------------------*/

.headermenu {
    position: absolute;
    white-space: nowrap;
    bottom: 0;
    right: 0;
    margin: 0 20px;
}

.headermenu > ul { float: left }

.headermenu li { list-style: none }

.headermenu li a {
    display: block;
    outline: none;
}

.headermenu li a:hover { text-decoration: none }

.headermenu > ul > li { float: left }

.headermenu > ul > li > a {
    margin-left: 5px;
    padding: 5px 15px;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}

.headermenu > ul > li.current_page_item > a {
    color: #333;
    background: #fff;
}

.headermenu > ul > li:hover > a {
    color: #eee;
    background-color: #333;
}

/* header page info and admin
------------------------------*/

.headerinfo {
    position: absolute;
    white-space: nowrap;
    bottom: 0;
    left: 0;
    margin-left: 40px;
    padding: 5px 15px;
    color: #444;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}

.headeradmin {
    position: absolute;
    white-space: nowrap;
    top: 10px;
    right: 0;
    margin: 0 20px;
}

.headeradmin a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
}

.headeradmin a:hover {
    color: #fff;
    text-decoration: underline;
}


/* index page
------------------------------*/

.album {
    width: 210px;
    height: 250px;
    float: left;
    line-height: 1.5em;
    padding: 10px;
    margin: 5px;
    background-color: #ddd;
}

.album-thumb { position: relative }

.album-thumb img {
	max-width: 210px;
	text align: center;
}

.album-thumb a { display: block }

.album-thumb a:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.album-title {
    font-family: Verdana, sans-serif;
    font-size: 1.25em;
    font-weight: 400;
	margin: 15px 5px 0;
}

.album-description {
    clear: both;
    overflow: hidden;
    text-align: left;
	margin: 5px 5px 0;
    line-height: 1.5em;
}

/* album/image page description
---------------------------------*/

.page-description {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
}

.page-description .index {
    text-align: justify;
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 5px 5px;
    padding: 10px 15px;
}

.page-description .index a {
    text-decoration: none;
}

.page-description .index a:hover,
.page-description .index a:focus { color: #7d71ff }

.page-description h3 { font-size: 1.5em }

.page-description p {
    font-size: 1.25em;
    line-height: 1.5em;
    text-align: left;
	margin: 10px 50px 0;
}

.page-description .attribute {
    color: #999;
    display: block;
    margin-top: 10px;
}

/* album page content
---------------------------------*/

.album-container {
    display: block;
    position: relative;
    margin-top: 10px;
}

.album-container .download {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.imagethumb {
    float: left;
    margin: 7px;
    border: none;
}

.imagethumb img {
    width: 130px;
    height: 130px;
}

.imagethumb a,
.imagethumb a:hover,
.imagethumb a:visited {
    display: block;
    line-height: 0;
}
.imagethumb a:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}

/* image page
------------------------------*/

.image {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
}

.image a { display: block }

/* 
------------------------------*/

.pagelist {
    text-align: center;
	margin: 20px 10px 0;
}

ul.pagelist {
    clear: both;
    padding: 0;
    list-style-type: none;
}

ul.pagelist li { display: inline }

ul.pagelist li a,
ul.pagelist span.disabledlink {
    padding: 4px;
    text-decoration: none;
    border: 1px solid #ddd;
}

ul.pagelist li.current a {
    color: #000;
    background: #e7f0f5;
    font-weight: 700;
    text-decoration: none;
    cursor: default;
    border: 1px solid #ddd;
}

ul.pagelist li a:hover {
    color: #000;
    background: #e7f0f5;
}

.disabledlink {
    color: #ddd;
    cursor: default;
}

.pagenav { clear: both }

.disabled_nav { visibility: hidden }

/* footer
------------------------------*/

#footer {
    margin: 0 auto;
    padding: 20px 0 40px;
    text-align: center;
    color: #777;
}

#footer p { line-height: 1.6em }

#footer a {
    color: #888;
    font-weight: 700;
    text-decoration: none;
}

#footer a:hover {
    border: none;
    color: #000;
}