/* @group General Styles */

a:link, a:visited {
	text-decoration: none;
	color: #1288CF; 
}

a:hover, a:active {
	text-decoration: none;
	color: #1288CF;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 9px 9px 9px 0;
	padding: 3px;
}

.image-right {
	float: right;
	margin: 3px 0 1em 1em;
	padding: 3px;
}

/* @end */

/* @group General Styles */

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    font-size: 13px;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

#title {
	background: url(images/title_gradient.png) repeat-x right center;
	height: 25px;
	margin: 0;
	padding: 0;
	text-shadow: none;
}

#title > h1 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

#content {
	margin: 0;
	margin: 12px;
}

#content h2 {
	font-size: 19px;
    font-weight: bold;
    margin: 0;
}

#footer {
	height: 26px;
	margin: 0;
	padding: 12px 0 0 9px;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
}

/* @end */

/* @group Navcontainer */

#navcontainer {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 100%;
}

#navcontainer .current {
	font-weight: normal;
	background: url(images/menu_s_gradient.png) repeat-x right center;
	width: 100%;
	margin: 0;
}

#navcontainer .currentAncestor {
	background: url(images/menu_s_gradient.png) repeat-x right center;
	width: 100%;
	margin: 0;
}

#navcontainer a {
	display: none;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

#navcontainer li {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	list-style: none;
	float: left;
	background: url(images/shadow2.png) no-repeat right top;
}

#navcontainer li a{
	width: 100%;
	display: inherit;
	margin: 0;
	padding: 6px 0 7px 0;
	text-decoration: none;
	color: inherit;
	text-indent: 0px;
	text-align: center;
}

#navcontainer ul ul li {
	display: none;
}

/* @end */

/* @group Navcontainer2 */

#navcontainer2 .current {
	display: none;
}

#navcontainer2 a {
	display: none;
}

#navcontainer2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer2 ul ul li {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-weight: bold;
	list-style: none;
}

#navcontainer2 ul ul li a{
	display: block;
	margin: 0px 0 0 0;
	padding: 8px 32px 8px 10px;
	text-decoration: none;
	text-indent: 0px;
    background-image: url(images/listArrow.png), url(images/shadow.png) !important;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, right top;
}

#navcontainer2 ul ul li a:hover {
	text-decoration: none;
    background-image: url(images/listArrow.png), url(images/nav2g.png) !important;
    background-repeat: no-repeat, repeat;
    background-position: right center, left center;
}

#navcontainer2 ul ul ul li {
	display: none;
}

/* @end */

/* @group Page Styles */

/* @group Blog */

.blog-archive-headings-wrapper {
	padding: 9px 0 0 9px;
	font-size: 16px;
    font-weight: bold;
    color: #4d4d70;
	text-decoration: none;
}

.blog-archive-link {
	display: none;
}

.blog-entry {
	position: relative;
    margin: 0px 0 0px 0;
    padding: 12px 0px 12px 0px;
    text-align: left;
}

.blog-entry-body {
	
}

.blog-entry-title {
	margin: 0 0 3px 0;
	padding: 0;
    font-size: 20px;
    font-weight: bold;
	text-decoration: none;
}

.blog-entry-title a {
	margin: 0 0 3px 0;
	padding: 0;
    font-size: 20px;
    font-weight: bold;
	text-decoration: none;
}

#blog-rss-feeds {
	padding: 0;
	margin: 0 0 -3px 0;
}

a.blog-rss-link {
	font-size: 20px;
	margin: 16px 0 -9px 0;
	padding: 8px 32px 8px 10px;
	display: block;
	border: 1px solid #999999;
	font-weight: bold;
	font-style: normal;
	color: inherit !important;
	-webkit-border-radius: 0px;
	background-image: url(images/listArrow.png), url(images/shadow.png) !important;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, right top;
}

a.blog-rss-link:hover {
	background-image: url(images/listArrow.png), url(images/nav2g.png) !important;
    background-repeat: no-repeat, repeat;
    background-color: white;
    background-position: right center, left center;
    color: #000000 !important;
    font-weight: bold;
}

.blog-entry-date {
	margin-bottom: 5px;
	font-size: 12px;
}

.blog-entry-category {
	display: none;
}

p.blog-entry-tags {
	margin: 9px -9px 0 -9px;
	padding: 0px 10px 0 9px;
}

.blog-entry-tags a {
	text-decoration: none;
}

ul.blog-tag-cloud {
	display: none;
}

/* @end */

/* @group Photo album */

/* Thumbnails */

#clearer {
	clear: both;
}

.album-title {
	display: none;
}

.album-description {
	display: none;
}

.album-wrapper {
	max-width: 427px;
	margin: auto;
	padding: 2px 0 0 2px;
}

.thumbnail-wrap {
	float: left;
	margin: 0 0px 0px 0;
	padding: 0 3px 3px 0;
}

.thumbnail-frame {
	margin: 0;
	padding: 0;
}

.thumbnail-frame img {
	margin: 0;
	padding: 0;
}

.thumbnail-caption {
	display: none;
	margin: 0;
	padding: 0;
}

/* Large view */

.photo-links {
	width: 100%;
	margin: 0;
    padding: 6px 0 0 0;
    height: 25px;
	text-align: center;
	top: 25px;
	position: absolute;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
}

.photo-frame {
	margin-top: 50px;
	margin-bottom: -4px;
	width: 100%;
	height: auto;
}

.photo-background {
	background: url(images/gradient.png) repeat-x left top;
}
.photo-caption {
	position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 5px 0 0 -125px;
    height: 25px;
    font-size: 13px;
    width: 250px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.photo-navigation {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.photo-links a {
	color: white;
	padding: 0;
	margin: 0;
	position: 0;
}

.photo-title {
	display: none;
}

.photo-frame img {
	margin: 0;
	padding: 0;
	
}

.exif-data {
	display: none;
}

/* @end */

/* @group Contact Form */

.message-text {
	position: relative;
    margin: 0;
    padding: 0;
    background: none;
    text-align: left;
}

.required-text {
	position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
}

.form-input-field {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 0;
    width: 100%;
    margin: 3px 0 0 0;
    padding: 8px 10px 8px 10px;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
	background: url(images/shadow.png) no-repeat right top;
}

.form-input-field:focus {
	background: url(images/nav2g.png) repeat-x left top;
}

label {
    margin: 0;
	padding: 0;
    font-weight: bold;
    color: white;
}

.form-input-button[name="resetButton"] {
	display:none
}

.form-input-button[name="submitButton"] {
	display: block;
	width: 100%;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    text-decoration: inherit;
    color: white;
    -webkit-border-radius: 10px;
    -webkit-appearance: square-button;
    -webkit-border-image: url(images/grayButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
    }

/* @end */

/* @group File Sharing */

.filesharing-description {
	position: relative;
    margin: 0 0 9px 0;
    padding: 0;
    text-align: left;
}

.filesharing-item {
	position: relative;
    margin: 0 0 -2px 0;
    padding: 0;
    background: #FFFFFF;
}

.filesharing-item-title {
	position: relative;
	margin: 0;
	padding: 8px 0 8px 10px;
	font-size: 19px;
	font-weight: bold;
	list-style: none;
}

.filesharing-item-title a:link, .filesharing-item-title a:visited, .filesharing-item-title a:active {
	display: block;
	margin: -8px 0 -8px -10px;
	padding: 8px 32px 8px 10px;
	text-decoration: none;
	background-image: url(images/downArrow.png), url(images/shadow.png) !important;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, right top;
}

.filesharing-item-title a:hover {
	text-decoration: none;
    background-image: url(images/downArrow.png), url(images/nav2g.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
}

.filesharing-item-description {
	display: none;
}

/* @end */

/* @end */

/* @group HTML snippets */

/* @group Contact */

#list {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 17px 0 9px 0;
    padding: 0;
    font-size: 16px;
}

#list .row {
	position: relative;
	margin: -1px 0 0 0;
    padding: 11px 9px 12px 9px;
	font-size: 13px;
}

#list .name {
	width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
	position: absolute;
    margin: 2px 0 2px 6px;
    padding: 0;
}

#list .link {
	text-align: left;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    padding: 0;
    margin: 2px 9px 2px 80px;
    background: none;
	font-weight: bold;
}

#list .link a{
	text-decoration: none;
	color: black;
}

#list .row:first-child {
	-webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

#list .row:last-child {
	-webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

/* @end */



/* @end */