/* @group General Styles */

img {
    border: none;
}

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

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

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#nav, #mobnav {
	padding: 10px 0px 10px;
	position: relative;
	left: 0px;
	z-index: 26;
	width: 100%;
	font-weight: normal;
	font-style: normal;
	opacity: 1;
	
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, .8);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, .8);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, .8);
	font-size: .8em;
}

#nav ul, #mobnav ul {
	margin: 0px;
	padding: 0px;
}

#nav ul ul, #mobnav ul ul{
	display: none;
}

#nav li, #mobnav li {
	margin: 10px 11px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#nav a, #mobnav a {	
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

#nav a, #mobnav a {
	padding: 5px 7px;
	text-decoration: none;
}

#header1, #header2{
	width: 100%;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#header1 .title, #header2 .title{
	display: block;
	padding: 0 20px;
	margin: 0;
}

.sitelogo{
	display: block;
	width: 100%;
	position: absolute;
}

.sitelogo img{
	max-width: 100%;
	height: auto;
	
	-webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.5); /* FF3.5+ */
      -ms-transform: scale(0.5); /* IE9 */
       -o-transform: scale(0.5); /* Opera 10.5+ */
          transform: scale(0.5);
}

.sitetitle{
	margin-top: -.55em;
	font-size: 4.8em;
	text-align: center;
}

.subtitle{
	background-color: rgba(50,50,50,0.6);
	font-size: .8em;
	position: absolute;
	bottom: 0;
	padding: 5px 6px;
}

#contentwrapper{
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, .8);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, .8);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, .8);
}

#content{
	margin: 0 auto;
	padding: 50px 20px;
	text-align: justify;
	line-height: 1.6em;
	font-size: 1.1em;
	z-index: 5;
}

#content img{
	max-width: 100%;
	height: auto;
	margin: 0;
}

h1, h2, h4, h5, h6{
	letter-spacing: -.04em;
	display: block;
	line-height: 1.1em;
	font-weight: normal;
}

h1, .album-title, .photo-title{
	font-size: 3.8em;
}

h2{
	font-size: 2.5em;
}

h4{
	font-size: 2em;
}

h3{
	padding-bottom: 12px;
	display: block;
	letter-spacing: -.04em;
	line-height: 1.1em;
	font-size: .8em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

#content ul{
	padding: 0;
	margin: 0 0 0 20px;
}

#content li{
	padding: 10px;
	list-style-type: disc;
	list-style-position: outside;
}

blockquote{
	margin: 0 -20px;
	padding: 0px;
	text-align: center;
	line-height: 1.1em;
	font-size: 2.4em;
}

#pluginsidebar{
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	line-height: 1.6em;
	font-size: .8em;
}

#map{
	height: 436px;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

#sidebar{
	margin: 0 auto;
	padding: 50px 20px 0;
	text-align: justify;
	line-height: 1.6em;
	font-size: 1.1em;
}

#footer{
	clear: both;
	z-index: 6;
}

#copy{
	margin: 0 auto;
	padding: 50px 20px;
	text-align: center;
	display: block;
	clear: both;
	line-height: 1.6em;
	font-size: .8em;
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {	color: #000000;	text-align: center; /* To Make Content Centered */	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}.blog-archive-headings-wrapper {
	display: none;
}

.blog-archive-entries-wrapper {
	text-align: left;
}.blog-archive-month {
	
}.blog-archive-link a {
	
}
	
/* @end */

.blog-entry {
	letter-spacing: 0;
	text-align: justify;
	padding-bottom: 50px;
}

.blog-entry:last-of-type{
	padding-bottom: 0;
}

#content .blog-entry-title {
	display: block;
	padding-bottom: 0px;
}

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

.categorycontanier {
	margin-left: 20px;
	padding-top: 20px;
}

.categorycontanier a:link {
	color: #cccccc;
}

.categorycontanier a:visited {
	color: #cccccc;
}

.blog-entry-date {
	padding: 0 0 20px;
	letter-spacing: -.04em;
	font-size: .8em;
}

.blog-entry-body {
	margin-bottom: 45px;
}

.blog-entry-comments {
	padding-top: 9px;
	text-align: right;
	color: #999999;
}

.blog-entry-comments a:link {
	text-align: right;
	color: #999999;
	padding-right: 0;
	padding-left: 0;
	background: none;
	padding-top: 5px;
}

.blog-entry-summary { }

.blog-read-more a:link, .blog-read-more a:visited {
	margin-top: 20px;
	display: block;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	padding: 0 5px;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	padding: 0 0 12px;
	letter-spacing: -.04em;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	width: 33%;
	float: left;
	padding-top: 50px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-enabled:link, .blog-archive-link-enabled:visited {
	padding-left: 14px;
	padding-right: 0;
}

.blog-archive-link-enabled:hover {
	padding-left: 14px;
	padding-right: 0;
}

.blog-archive-link-disabled {
	padding-left: 14px;
	padding-right: 0;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	width: 33%;
	float: left;
	padding-top: 50px;
}

.blog-category-link-enabled {
	padding-left: 14px;
	padding-right: 0;
}

.blog-category-link-enabled:link, .blog-category-link-enabled:visited {
	padding-left: 14px;
	padding-right: 0;
}

.blog-category-link-enabled:hover {
	padding-left: 14px;
	padding-right: 0;
}

.blog-category-link-disabled {
	padding-left: 14px;
	padding-right: 0;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	width: 33%;
	float: left;
	padding-top: 50px;
}

.blog-rss-link {
	padding-left: 14px;
	padding-right: 0;
}

.blog-rss-link:link, .blog-rss-link:visited {
	padding-left: 14px;
	padding-right: 0;
}

.blog-rss-link:hover {
	padding-left: 14px;
	padding-right: 0;
}

.blog-comments-rss-link {
	padding-left: 14px;
	float: left;
	padding-right: 0;
}

.blog-comments-rss-link:link, .blog-comments-rss-link:visited {
	padding-left: 14px;
	float: left;
	padding-right: 0;
}

.blog-comments-rss-link:hover {
	padding-left: 14px;
	float: left;
	padding-right: 0;
}

/* @group New Blog Styles */

p.blog-entry-tags {
	font-size: .8em;
	padding: 0 0 12px;
	letter-spacing: -.04em;
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
	background-image: none;
	padding: 0;
}

/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}

/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}

/* Styles the tag clous un-ordered list */
ul.blog-tag-cloud {
	width: 33%;
	display: block;
	float: left;
	margin: 0;
	padding: 50px 0 0;
}

/* Styles tag cloud list item */
ul.blog-tag-cloud li {
	list-style-type: none;
	margin: 0;
	padding-left: 14px;
}

/* Styles all links in the tag cloud in normal and visited state */
ul.blog-tag-cloud li a:link,
ul.blog-tag-cloud li a:visited {
}

/* Styles all links in the tag cloud in hover state */
ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

/* Styles all links in the tag cloud in active state */
ul.blog-tag-cloud li a:active {
}

/* Order & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */

ul.disc { list-style-type: disc;
}

ul.circle { list-style-type: circle;
}

ul.square { list-style-type: square;
}

ol.arabic-numbers { list-style-type: decimal;
}

ol.upper-alpha { list-style-type: upper-alpha;
}

ol.lower-alpha { list-style-type: lower-alpha;
}

ol.upper-roman { list-style-type: upper-roman;
}

ol.lower-roman { list-style-type: lower-roman;
}


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

/* @group Contact Form */
.message-text {
} 

.required-text {
	font-size: 10px;
} 

.form-input-field {
	width: 96%;
	padding: 8px 2%;
	font-size: 1em;
} 

.form-input-button {
	font-size: 1.1em;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	text-align: center;
	letter-spacing: -.04em;
	display: block;
	width: 100%;
	padding: 0 0 45px;
	line-height: 1.1em;
}

.album-description {
	padding-bottom: 12px;
	display: block;
	border-bottom: 1px solid #aaa;
	margin-bottom: 30px;
}

.album-wrapper {
	position: relative;
	height: auto;
}

.thumbnail-wrap {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.thumbnail-frame {
    position: relative;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
	display: none;
}
	
/* @end */

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

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

.photo-navigation {
}

#photo-navigation a {
}

.photo-navigation a:hover {
}

img.photo-frame {
	max-width: 100%;
	height: auto !important;
	position: relative;
	box-shadow: rgba(20,20,20,0.6) 0 2px 5px;
	margin-bottom: 40px;
}

.photo-links {
}

.photo-links a:link {
}

.photo-title {
	margin-bottom: 10px;
}

.photo-caption {
}

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

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
}

.filesharing-item {
	padding: 0 0 12px;
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.filesharing-item-title a:link {
	color: #666666;
}

.filesharing-item-title a:hover {
	color: #999999;
}

.filesharing-item-title {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	background: repeat-x url(images/middlehighlight.jpg);
	font-size: 2em;
	padding: 30px 0;
}

.filesharing-item-description {
}

/* @end */

/* @group Quicktime Page */
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	color: #b3b3b3;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 0;
	padding-top: 5px;
}.movie-page-description {
	margin-bottom: 10px;
	color: #999999;
	margin-top: 5px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 12px;
	margin-right: 24px;
}

.movie-thumbnail-caption {
	text-align: left;
	font-size: 0.9em;
	color: #666666;
	margin-top: 2px;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background: #333333;
	margin-top: 5px;
}

.movie-title {
	color: #cccccc;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Device targeting */

/* Desktop visibility targeting */

#mobnav{
	display: none;
}

/* Very large display targeting */
@media only screen and (max-width: 1441px) { }
/* Modernizr-enabled tablet targeting */
@media only screen and (max-width: 1280px) and (min-width: 768px) { #nav, #mobnav{
	font-size: .8em;
} }
/* Small device targeting */
@media only screen and (max-width: 767px) { #nav{position: relative;}#content, #sidebar{font-size: .9em;line-height: 1.4em;} #pluginsidebar{text-align: center;} #pluginsidebar #blog-archives{width: 100%;} #pluginsidebar #blog-categories{width: 100%;} #pluginsidebar #blog-rss-feeds{width: 100%;} #pluginsidebar ul.blog-tag-cloud{width: 100%;} #nav, #mobnav{font-size: .8em;}#map{
	display: none;
} }

/* @end */