
/* @group RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font:.75em/1.9em "helvetica neue",helvetica,arial,sans-serif;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke:1px rgba(0,0,0,0);
	overflow: auto;
	margin: 0;
}

/*p {margin:0 0 1.0em}*/

strong{
	font-weight:bold
}

sup{
	font:.9em "Times New Roman",Times,sans-serif;
	font-style:italic;
	vertical-align:super
}
sub{
	font:.9em "Times New Roman",Times,sans-serif;
	font-style:italic;
	vertical-align:sub
}

.standout
{
	font-size:1.4em;
	font-family:serif;
	font-style:italic;
	line-height:1.7em;
	letter-spacing:.05em;
	padding:1em;
	text-indent:2em;
	word-spacing:.05em
}

.image-left {
	float: left;
	position: relative;
	margin: 5px 5px 5px 0;
	padding: 3px
}

.image-right {
	float: right;
	position: relative;
	margin: 5px 0 5px 5px;
	padding: 3px
}

img {border: none;}

h1,h2,h3,h4,h5 {
	line-height: 1em;
	text-decoration: none
}

h1 {
	font-size: 2.2em
}

h2 {
	font-size: 2em
}

h3 {
	font-size: 1.8em;
	font-weight: 100;
	line-height: 4px;
}

h4 {
	font-size: 1.6em;
	font-style: italic;
}

h5 {
	font-size: 1.4em
}

blockquote, .standout {
	font: italic bold 1.6em Georgia, "Times New Roman", Times, serif;
	padding: 2px
}

code {
	font: 500 1.1em "Courier New", Courier, mono;
	padding: 2px;
}

ul.disc {
	list-style-type: disc;
	padding: 5px 20px;
}

ul.circle {
	list-style-type: circle;
	padding: 5px 20px;
}

ul.square {
	list-style-type: square;
	padding: 5px 20px;
}

ol.arabic-numbers {
	list-style-type: decimal;
	padding: 5px 20px;
	
}

ol.upper-alpha {
	list-style-type: upper-alpha;
	padding: 5px 20px;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
	padding: 5px 20px;
}

ol.upper-roman {
	list-style-type: upper-roman;
	padding: 5px 20px;
}

ol.lower-roman {
	list-style-type: lower-roman;
	padding: 5px 20px;
}

b{
	font-weight: bold;
}

i{
	font-style: italic;
}

em{
	font-style: italic;
}

/* @end */

/* @group BLOG */

.blog-entry {
	color: #000;
	padding-bottom: 100px;
	margin: 0;
}

.blog-entry-title {
	font-size: 1.5em;
	color: #000;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.blog-entry-date {
	margin-bottom: 15px;
	color: #000;
	padding: 10px 0;
	position: relative;
	display: inline;
	top: 10px;
	left: 0;
	text-align: center;
	width: 30px; 
	height: 40px;
	z-index: 9999;
	list-style: none;
	line-height: 1.5em;
	font-family: 'FontAwesome';
	cursor: pointer;
	font-size: 1em;
	letter-spacing: 0;
	-webkit-transition: color .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: 50% 50%;
}

.blog-entry-date::before{
	content: "\f073";
	padding-right: 10px;
}

#blog-categories {
	padding-top: 50px;
}

#blog-categories:before {
	content: "Categories:";
	display: block;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #000;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
	
.blog-entry-body {
	color: #fff;
	margin-top: 20px;
	border-top: 1px solid #333;
	padding-top: 20px;
}

.blog-entry-comments {
	margin-top: 10px;
	font-size: 1em
}

#blog-archives:before {
	content: "Archives:";
	display: block;
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #000;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

#blog-rss-feeds:before {
	content: "Feeds:";
	display: block;
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #000;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.blog-entry-author {
	padding-top: 0;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #333;
}

.blog-entry-tags {
	margin-top: 20px;
	line-height: 1em;
	font-family: 'FontAwesome';
	cursor: pointer;
	font-size: 1em;
	-webkit-transition: color .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: 50% 50%;
}

.blog-entry-tags::before{
	content: "\f02b";
	padding-right: 10px;
}

p.blog-entry-tags {
	font-size: 1em;
}

.blog-read-more {
	margin-left: 5px;
}

ul.blog-tag-cloud:before {
	content: "Tags:";
	display: block;
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #000;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

ul.blog-tag-cloud li a:after {
	content: " ";
}

ul.blog-tag-cloud {
	text-align: justify;
	margin: 0;
	padding: 0;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px
}

.blog-tag-size-10 {
	font-size: 1.2em
}

.blog-entry-title{
	color: #fff;
}

.blog-archive-link a:link,.blog-archive-link a:visited {

}

.blog-archive-headings-wrapper {
    padding-bottom: 50px;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 700;
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
		
}

.blog-archive-entries-wrapper .blog-entry-body {
		
}

.blog-archive-month {
		
}

.blog-archive-link {
	
}

/* @end */

/* @group PHOTO ALBUM */

/* @group Index Page (Thumbnail view) */

.album-title {
	padding: 5px;
	font-size: 2.5em;
}

.album-description {
	padding: 5px;
	font-size: 1em;
	text-align: justify;
}

.album-wrapper {
	display: inline-block;text-align: center;
	width: 100%;
	max-width: 1000px;
	height: auto;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	margin-right: 32px;
	margin-left: 10px;
	padding-top: 60px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

@media screen and (max-width: 950px) {
	.thumbnail-wrap {
	    margin-right: 10px;
	    margin-left: 10px;
	    margin-bottom: 0;
	}
}

.thumbnail-frame {
	position: absolute;
    left: 0;
    float: left;
    text-align: center;
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border: 1px solid #333;
}

.thumbnail-frame img {
    height: auto;
    margin: auto;
    border: none;
    display: inline;
    padding-top: 5px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -ms-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
    
}
 
.thumbnail-frame img:hover {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.thumbnail-caption {
	margin: 5px -5px;
	padding: 10px;
	display: block;
	height: 40px;
	font-size: 1.2em;
}

	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	padding: 20px;
}

.photo-navigation {
	margin: 0 auto; 
	padding: 20px 0;
	width: 100%;
	max-width: 1000px;
	text-align: left;
	text-shadow: none;
}

.photo-navigation a, .photo-navigation a:visited {
	display: inline-table;
	padding-right: 5px;
	margin-top: 10px;
	text-decoration: none;
}

.photo-navigation a:hover {
	text-decoration: none;
	background: transparent;
}

.photo-frame{
	border-style:solid;
	border-width: 1px;
	margin: 5px;
	width: 96%;
	height: auto;
	max-width: 1000px;
	padding: 5px;
	border: 1px solid #333;
}

.photo-links {
	padding: 0;
}

.photo-title {
	padding: 20px 0;
	/*font-weight: bold;*/
	font-size: 2.5em;
	margin: 0;
}

.photo-caption {
	padding: 0;
	font-size: 1.2em;
}

/* @end */
	
/* @end */

/* @group SITEMAP */

.rw-sitemap ul {
	padding: 0 0 20px 20px
}

.rw-sitemap ul li {
	padding: 5px
}

.rw-sitemap ul li a {
	border: none
}

/* @end */

/* @group QUICKTIME */

.movie-page-title {
	font-size: 1.5em;
/*	letter-spacing: .1em;*/
	margin-bottom: 10px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.movie-page-description {
    margin-top: 36px;
    margin-bottom: 20px;
}

.movie-thumbnail-frame {
	display: inline-block;
	position: relative;
	width: 620px;
	height: 300px;
	margin: 30px 30px 150px 0;
}

.movie-thumbnail-frame:hover {
	-webkit-transform: scale(1.009);
}

.movie-thumbnail-frame span {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 620px;
	height: 300px;
	opacity: 1;
	background: url('images/bg80.png') repeat;
}

.movie-thumbnail-frame span:hover {
	opacity: 1;
}

.movie-thumbnail-frame img {
	width: 100%;
	height: 100%;
	display: inline;
	margin: 0
}

.movie-thumbnail-caption {
	font-size: 1em;
	margin-top: 20px;
	line-height: 20px
}

.movie-background {
	background-image: none;
	display: inline;
	padding: 0
}

.movie-frame {
	text-align: center;
	padding-top: 25px
}

.movie-title {
	padding-top: 20px;
	font-size: 14px;
	margin: 0 30px
}

/* @end */

/* @group FORM */

.message-text {
	font-size: 1.1em;
	margin-bottom: 20px;
}

.form-input-field {
	font-size: 1em;
	width: 95%;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
	background-color: #FFF;
	padding: 5px
}

.form-input-field:focus {
	-webkit-transform: scale(1.03);
	background-color: #FFF;
	outline: none
}

.form-input-button {
	margin: 10px 10px 20px 0
}

/* @end */

/* @group FILESHARING */

.filesharing-description {
	padding-bottom: 25px;
	padding-top: 2px;
	font-size: 1.em!important;
	font-weight: normal;
}

.filesharing-item-title a {
    float: left;
    /*width: 100%;*/
	/*border-top: 1px solid #000;*/
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	background: -webkit-linear-gradient(top, #000, #000);
	background: -moz-linear-gradient(top, #000, #000000);
	background: -ms-linear-gradient(top, #000, #000);
	background: -o-linear-gradient(top, #000, #000);
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #ffffff;
	font-size: 1.2em;
	/*font-family: Georgia, serif;*/
	text-decoration: none;
	vertical-align: middle;
}

.filesharing-item-title a:hover {
	border-top-color: #666;
	background: #666;
	color: #fff;
}

.filesharing-item-title a:active {
	border-top-color: #1b435e;
	background: #1b435e;
}

.filesharing-item-description {
	padding: 2px;
	margin-top: 10px;
	float: left;
	display: block;
}

.filesharing-item {
	clear: both;
	min-height: 50px;
	overflow: hidden;
	padding: 25px 0;
}

/* @end */
