/* @group NOTES */


/*
	Copyright by iPresentee Team 
	www.ipresentee.com
	2012
	
	Default Border Style
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	Default Box Shadow Style
	
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	
	Default Text Shadow Style

	text-shadow: 0px 0px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);

*/

/* @end */

/* @group GENERAL ELEMENTS */

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, font, 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 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

html, body {
	height: 100%;
}

body {
	background: #cecece url(images/BruserFill.jpg) repeat-x;
	font: 13px/150% Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	color: #5e5e5e;
}

img {
	
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

#contact a:hover, #SidebarContent a:hover, #content a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6, .album-title, #SidebarContent h2, .movie-page-title{
	padding-bottom: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: 140%;
}
 #SidebarContent h2  {

padding-top: 20px;
}


h1, .album-title, .movie-page-title {
	font-size:23px;
}

h2, #SidebarContent h2 {
	font-size:21px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}



.clear {
	clear: both;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

blockquote, code {
	text-shadow: none;
	margin: 8px 0;
	padding: 13px 15px;
	display: block;
}

code {
	font: 12px 'Courier New', Courier, monospace;
}

ul, ol {
	margin-bottom: 18px;
	padding-left: 15px;
}

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;
}

hr {
border-color:  grey;
}
/* @end */

/* @group BASIC LAYOUT */

#wrapperOuter {
/*	height: auto !important;
	height: 100%;*/
	width: 1003px;
	padding: 0 0px;
	margin: 0 auto;
}

.wrapper {
	width: 1003px;

	margin: 0 auto;
	position: relative;
	height: 100%;
	background: white;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
		
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	
	margin-top: 20px;
	
/*	padding-left: 20px;
	padding-right: 20px;*/
}

#container {
	padding-top: 0px;
	padding-bottom: 20px;
	height: 100%;
	padding-right: 0;
	margin-right: 0;
	width: 100%;
	margin-bottom: 30px;
		
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

#container {
	padding-top: 15px;
	position: relative;
	top: 0px;
}



}

@media only screen and (max-device-width: 480px) {

#container {
	padding-top: 15px;
	position: relative;
	top: 0px;
	
}

}

#content, #sidebar {
/*	position: relative;*/
	padding-bottom: 30px;
}

#content {
margin-top: 0px;
padding-top: 0;
padding-bottom: 0;
padding-left: 16px;
padding-right: 35px;
margin-bottom: 40px;
}

#contentText {
	padding-left: 20px;

	}
	
#SidebarContent {
	padding: 10px;
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 20;
	padding-left: 40px;
	padding-right: 20px;
}

#contact {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footerEnd {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}


/* @group Header Title & Slogan */

#logoPlace {
	height: 0;
}

#logoBox {
	position: relative;
	z-index: 101;
	top: 150px;
}

#logoPlace img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#banner {
	background: url(images/editable_images/customheader.jpg);
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#HeaderTitleBox {
	position: relative;
	z-index: 500;
	height: 0px;
	/*background: black;*/
	text-transform: uppercase;
}

#HeaderTitlePadding {
	padding-top: 315px;
}

#HeaderTitleBG {
	height: 70px;
	background: none;
}

h1#title {
	font: 100 45px/32px 'BebasNeueRegular', Helvetica, Arial, sans-serif;
	float: left;
	width: 540px;
	padding-left: 10px;
	padding-top: 20px;
	font-family: 'Flamenco', cursive;
	text-shadow: 0px 0px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}

h2#slogan {
	font: 12px/12px Helvetica, Arial, sans-serif;
	float: right;
	width: 400px;
	padding-left: 10px;
	padding-top: 20px;
	margin-right: 20px;
	
}

/* @end */

/* @end */

/* @group HEADER SLIDESHOW */

#bannerWrapper {
	display: block;
	margin-left: 2px;
	width: 99.8%;
	
}

#banner,
#bannerOuter,
.pageHeader {
	height: 400px;
}

.pageHeader {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	
}


/* @end */

/* @group AUX */

h2#aux {
	font: italic bolder 17px georgia;
	padding: 0 0 9px;
}

#sidebar h2#aux {
	font-size: 15px;
}

#auxContent {
	position: relative;
}

#content #auxContent {
	padding: 10px 15px;
/*	clear: both;*/
}

#sidebar #auxContent {
	width: 85%;
/*	float: left;
	clear: both;*/
}

#auxPos>#auxContent {
	margin: 0 0 30px 0;
}

#auxPos1>#auxContent {
	margin: 0 0 30px;
}

#auxPos2>#auxContent {
	margin: 20px 0;
}

#auxPos3>#auxContent {
	margin: 35px 0 0;
}

/* @end */

/* @group NAVIGATION */


#nav {
	position: relative;
	z-index:1010;
	height: 50px;
	width: 1010px;	
	background: url(images/Navigation.png) no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#nav #current {
	background: url(images/hoverNav.png) no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

#nav #current:hover {
	background: url(images/hoverNav.png) no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#nav .currentAncestor {

/*	background: url(images/hoverNav.png) no-repeat;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}

#nav #current ul ul {

	
}

#nav a {
	-webkit-transition: All 0.15s linear;
	text-align: center;
	display: block;
	padding: 6px 3px 6px;
	position: relative;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 12px;
	width: 140px;
	height: 20px;
	background: url(images/Normalhover.png) no-repeat 0 0;
	margin-left: 0;
	margin-right: 0;
	font: bold 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-shadow: 0px 0px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
	padding-left: 0;
	margin-top: 1px;
	padding-right: 3px;
	
}

#nav ul ul #current:hover, #nav ul ul #current
{
background: none;
}



#nav a.current {
	background: url(images/hoverNav.png) no-repeat;
	


}

#nav a.currentAncestor, #nav a.currentAncestor:hover
{
	background: url(images/hoverNav.png) no-repeat;


}

#nav ul ul a.current, #nav ul ul a.current:hover   {
	background: none;
	}


#nav a.current:hover {
	background: none;
	background: url(images/hoverNav.png) no-repeat;
} 


#nav a:hover {
	height: 20px;
	background: url(images/Normalhover.png) no-repeat 0 -47px;
/*	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/

}


#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:1010;
	margin-left: 3px;
	margin-top: 1px;
}

#nav li {
	position: relative;
	display: inline;
	float: left;
}

#nav ul ul {
	position: absolute;
	top: 48px;
	left: -3px;
	right: 0;
	display: none;
	z-index: 5;
	background: black;
	width: 142px;
	
		
	
}

#nav ul ul ul {
	position: absolute;
	left: 135px;
	top: 0;
	font-size: 1em;
	
}

#nav ul ul li {
	display: block; 
}

#nav ul ul a {
	display: block;
	text-align: center;
	background: none;
	height: 10px;
}

#nav ul ul a:hover {
	background: none;
	height: 10px;
}


#nav li li {
	/*margin-left: 11px;*/
	padding: 1px 0 3px;
	font: italic normal 12px/14px Helvetica, Arial, sans-serif;
}

#nav>ul>li>a.current>span {
	display: none;
}

#nav li li a.current span {
	font-size: 8px;
	vertical-align: 2px;
	margin-left: -10px;
}

#nav>ul>li>ul {
	padding: 5px 0 15px;
}

div#nav ul ul, div#nav ul ul ul, div#nav ul li:hover ul ul, div#nav ul li:hover ul ul ul, div#nav ul li:hover ul ul ul ul, div#nav ul li:hover ul ul ul ul ul{
display:none;
}

div#nav ul li:hover ul, div#nav ul ul li:hover ul, div#nav ul ul ul li:hover ul, div#nav ul ul ul ul li:hover ul, div#nav ul ul ul ul ul li:hover ul{
display:block;
}


/* @end */

/* @group CONTACT INFO */

/* CONTACT INFO */

#contact {
	float: left;
	clear: both;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
}

#contact a {
	margin-top: 6px;
}

#rw_email_contact {
	display: block;
	font-weight: bolder;
}

/* @end */

/* @group BREADCRUMB */

ul#breadcrumb {
	padding: 0 0 25px;
	margin: 0;
	line-height: 14px;
	text-transform: uppercase;
}

ul#breadcrumb li {
	font-size: 11px;
}

ul#breadcrumb li:last-child {
	font-weight: bolder;
}

/* @end */

/* @group COLOR BAND */

#band {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: 330px;
}

#band .detail {
	height: 1px;
	margin: 1px 0;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: .25;
}

#band #fat {
	width: 100%;
	height: 100%;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

/* @end */

/* @group PHOTO ALBUM */

#sidebar {
	float: left;
/*	width: 260px;*/
	width:275px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-right: 0;

}

#slideHeight img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


#slideHeight {
/*	position: relative;*/
padding-top: 20px;
text-align: center;

}

#slideWrapper {
	position: relative;
	display: inline-block;
	line-height: 0;
	margin-bottom: 15px;
	clear: both;
	margin-left: 0;
}

#loading {
/*	background: transparent url('images/loading.gif') no-repeat 55% bottom;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	display: block !important;
	position: absolute;
	display:none;
}

#slideshow span.image-wrapper {
	display: block;
	position: relative;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
	top: 0;
	left: 0;
	border: 1px solid transparent;
	z-index: 500px;
}

span.previous {
	display: block;
	position: absolute !important;
	
}

span.previous img {
	position: relative;
}

a.advance-link {
	display: block;
	padding: 10px;
}

.ss-controls a, .nav-controls a, .pagination a, .pagination span {
	display: block;
	float: left;
	padding: 4px 11px;
	margin: 5px 0 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: none;
	
}

#captionWrapper {
	bottom: 0;
	line-height: 18px;
	left: 0;
	width: 99.3%;
	position: relative;
	z-index: 300;
	top:-89px;
	margin-left: 3px;
}

#caption {
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
	position: relative;
	padding: 25px;
	margin: 10px;
	text-shadow: none;
}

.pagination {
	display: inline-block;
	float: right;
}

.pagination a, .pagination span {
	margin-left: 4px;
}

.pagination span {
	font-weight: bolder;
}

#sidebar .ss-controls a {
	margin-right: 4px;
}

#sidebar .pagination {
	margin-left: -4px;
	float: left;
}

/* @end */

/* @group THUMBNAILS */

#thumbs {
	position: relative;
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	margin-top: -30px;
}
#thumbs img {
	

-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }


#thumbs ul {
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 0;
}

ul.thumbs li {
	position: relative;
	display: inline-block;
	*display: inline;
	margin: 0 8px 12px 0;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	width: 80px;
	height: 60px;
}

a.thumb:focus, 
.controls a:focus, 
#thumbs a:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

a.thumb {
	margin: 5px;
	width: 70px;
	height: 50px;
	display: block;
	overflow: hidden;
}

#thumbCount, #autoPlay, #slideDelay, #slideSpeed {
	top: 0;
	position: relative;
	display: none;
}

#thumbCount {
	top: 12px;
}

#slideDelay {
	top: 3000px;
}

#slideSpeed {
	top: 1000px;
}

#thumbPos1 #thumbs {
	padding: 0 0 0px 0;
}

#thumbPos1 #thumbs {
	padding: 0 0 0px 0;
}

#thumbPos2 #thumbs {
	padding: 0px 0 0 0;
}

#thumbPos3 #thumbs {
	padding: 0 0 0px;
}

#thumbPos4 #thumbs {
	padding: 0 0 0px 0;
}

.empty {
	display: none;
}

/* @end */

/* @group BLOG ELEMENTS */

.blog #auxPos2 {
	margin: 0 0 25px;
}

.blog #auxContent {
	margin: 0;
}

.blog-entry {
	overflow: hidden;
	margin: 0 0 40px;

}

.entry-body-wrap {
}

.blog-entry-body {
	overflow: hidden;
}

.blog-entry-title {
margin-bottom: 20px;
}

.blog-entry-date {
	font-size: 11px;
	background: #333;
	display: inline-block;
	text-shadow: none;
	padding: 10px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	float: left;
	margin-right: 20px;
	
	
}

.blog-entry-tags {
	margin-top: 10px;
}

.blog-read-more {
	display: block;
	font-weight: bolder;
	font-size: 13px;
	padding: 15px 0;
}

#blog-categories a {
	display: block;
}

#blog-archives, 
#blog-categories, 
#blog-rss-feeds,
ul.blog-tag-cloud,
#blog-rss-feeds {
	padding: 5px 0 20px 0;
}

#blog-archives a:hover, 
#blog-categories a:hover, 
#blog-rss-feeds a:hover,
ul.blog-tag-cloud a:hover,
#blog-rss-feeds a:hover {
	text-decoration: underline;
}

#blog-categories:before {
/*	content: "Categories";*/
}

#blog-archives:before {
/*	content: "Archives";*/
}

ul.blog-tag-cloud:before {
/*	content: "Tag cloud";*/
}

#blog-rss-feeds:before {
/*	content: "Feeds";*/
}

#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before {
	text-transform: uppercase;
	display: block;
}

ul.blog-tag-cloud {
	margin: 0;
}

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

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

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

.blog-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/rss_icon.gif);
	background-position: left center;
	padding-left: 19px;
	display: block;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/rss_icon.gif);
	background-position: left center;
	padding-left: 19px;
	display: block;
}

.js-kit-comments, .js-CommentsArea {
	width: 98%;
}

/* @end */

/* @group FILE SHARING ELEMENTS */


.filesharing-description {
	margin-bottom: 32px; 
	margin-right: 25px;
}

.filesharing-item-title {
	font-size: 14px;
	padding: 5px 12px;
	margin-bottom: 12px;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

.filesharing-item {
	margin-bottom: 35px;
	padding: 13px;
	display: inline-block;
	
	


}

/* @end */

/* @group PHOTO ALBUM  */

/* PHOTO ALBUM */

.album-wrapper {
	margin-top: 20px;
}

.thumbnail-frame, #thumbs p.thumbnail-caption {
	visibility: hidden;
}

.album-title {
}

.album-description{
	
}

/* @end */

/* @group MOVIE ALBUM */

.movie-page-title {
	
}


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

.movie-thumbnail-frame {
/*	float: left;*/
	width: 133px;
	height: 125px;
	padding: 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	text-shadow: none;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 50px;
}


.movie-thumbnail-frame img {
-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);	}

.movie-thumbnail-caption {
	position: relative;
	font: 11px/15px Helvetica, Arial, sans-serif;
	float: left;
	padding-top: 2px;
}

/* @end */

/* @group MOVIE POPUP */

.movie-background {
	padding: 24px;
	text-align: center;
}

.movie-title {
	font-size: 14px;
	line-height: 18px;
	margin: 20px 0;
}

.movie-frame {
	margin-bottom: 10px;
}

/* @end */

/* @group CONTACT FORM */

.contact label {
	line-height: 16px;
	font-size: 13px;
	padding: 5px 9px;
	margin-bottom: 6px;
	display: inline-block;
	text-shadow: none;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.form-input-field {
	font-size: 13px;
	padding: 8px;
	display: inline-block;
	width: 90%;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	border: 1px solid #333;
}

.form-input-field:focus {
	zoom: 1;
	outline: none;
	border: 1px solid grey;
	background: #ededed;
	
}

.form-input-button { 
	padding: 10px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	

	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	
	border: none;

} 

.form-input-button:hover {
	background-color: #a9a9a9;
}


/* @end */

/* @group HIDE ELEMENTS */

/* HIDE ELEMENTS */

#caption, div.content, div.download, #slideWrapperOuter, ul.thumbs, #controls, #controls a, .pagination, #thumbCount, #autoPlay, #blog-categories br, #blog-archives br, #blog-rss-feeds br, .blog-category-link-disabled, .blog-archive-link-disabled,  .album-title{
	display: none;
}



/* @end */

/* @group CLEARER */

.clear {
	clear: both;
}

#clearFloat{
	clear: both;
}

/* @end */

/* @group SNIPPETS */

#colone {width:290px; height:100px;  float:left; 
height: 100%;}
#coltwo {width:292px; height:100px;  float:left; height: 100%;}
#colthree {width:289px; height:100px;  float:right; 
 height: 100%;
 margin-left: 28px;}

.clear {
	clear: both;
}

#colone, #coltwo, #colthree {
	padding: 0px;
} 

#coltwo  {
	margin-left: 40px;
	
	
}



#colone img, #coltwo img, #colthree img, #ColRight img, #ColLeft img {
	
}

#ColLeft{
	float: left;
	width: 48%;
}
#ColRight
{
	 float: right;
	 width: 48%;
}

#SocialBox td {
	vertical-align: middle;
	padding-left: 10px;
}

#SocialBox img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
		
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}


/* @end */
/* TEXT COLORS */

body {
	background-color: #CECECE;
}


h1#title {
	color: #FFFFFF;
}

h2#slogan {
	color: #D2D2D2;
}

h1, h2, h3, h4, h5, h6, 
#auxContent h2#aux,
#content h1.blog-entry-title>a,
span.blog-read-more a,
#blog-categories:before, 
#blog-archives:before, 
ul.blog-tag-cloud:before, 
#blog-rss-feeds:before,
.message-text, 
.movie-title, 
.movie-page-title {
	color: #3A3E41;
}

#content, #SidebarContent {
	color: #646F77;
}

.nav-controls a, 
.pagination a, 
.pagination span, 
.ss-controls a,
.blog-entry-date,
.filesharing-item-title,
.filesharing-item-title a,
blockquote, code,
.contact label, .form-input-button {
	background-color: #CCCCCC;
	color: #000000 !important;
}

.movie-thumbnail-frame{
	background-color: #CCCCCC;
	border-top-color: #F2F2F2;
	border-bottom-color: #BFBFBF;
}

.contact label, .movie-thumbnail-caption {
	color: #000000;
}

ul.thumbs li {
	background-color: #FFFFFF;
}

span.image-wrapper {
	background-color: #FFFFFF;
}

.pagination span {
	color: #FFFFFF !important;
}

#caption {
	background-color: #0B1117;
	color: #FFFFFF;
}

#content a, #auxContent a, ul.blog-tag-cloud a, #SidebarContent a {
	color: #4CA6A7;
}

#content a:hover, #SidebarContent a:hover {
	color: #5FCFD0;
}

#nav li a {
	color: #FFFFFF;
}

#nav li a:hover{
	color: #D5D5D5;
}

#nav a.current, #nav a.currentAncestor,
#nav a.current:hover, #nav a.currentAncestor:hover {
	color: #D5D5D5;
}

ul#breadcrumb a, ul#breadcrumb a:hover {
	color: #747A7F;
}


#contact {
	color: #747A7F;
}

#contact a {
	color: #5F656A;
}

#contact a:hover {
	color: #5F656A;
}




		#HeaderTitleBG {
	height: 70px;
	background: url(images/ColorTransparent.png) repeat;
	margin-left: 2px;
	width: 99.8%;
}



#logoPlace {
	display: none;
}

img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


img {
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	margin-left: 2px;
	}


#slideDelay{top: 3500px;}

#slideSpeed{top: 1500px;}

#thumbCount{top: 12px;}

#thumbs { display: none !important; }
#sidebar{display: none;}






#automaticCol {
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
	
}


		