/* Global Font Style */
*, html, body { font-family: "Droid Sans", Helvetica, Arial, sans-serif; }

/* Selected Text */
*::selection { background-color: #ffffe0; color: #050505; }
*::-moz-selection { background-color: #ffffe0; color: #050505; }
*::-webkit-selection { background-color: #ffffe0; color: #050505; }

/* Headings */
h1, h2, h3, h1 a, h2 a, h3 a { font-family: "Droid Serif", Georgia, serif; color: #bbbbbb; margin: 15px 0 18px 0; line-height: 1.4em; }

h4, h5, h6, h4 a, h5 a, h6 a { font-family: "Droid Serif", Georgia, serif; color: #333333; margin: 15px 0 18px 0; line-height: 1.4em; }

h1, h1 a { font-size: 28px; }
h2, h2 a { font-size: 26px; }
h3, h3 a { font-size: 22px; }
h4, h4 a { font-size: 18px; }
h5, h5 a { font-size: 16px; }
h6, h6 a { font-size: 14px; }

/* Links */
a, a:active, a:visited { text-decoration: none; border: none; outline: none; }
a:hover, a:visited:hover { border: none; outline: none; }

/* Base Typography */
p, pre, abbr, dl, dt, dd, ol, ul, li, span, small, a { font-family: "Droid Sans", Helvetica, Arial, sans-serif; font-style: normal; font-weight: 100; text-transform: normal; letter-spacing: normal; line-height: 1.4em; font-size: 12px; }
p { color: #999999; margin: 15px 0 8px 2px; }

/* List Styles */
ul, ol { color: #999999; padding: 0 0 5px 20px; }
ul li, ol li { font-size: 12px; }
ol li { list-style: decimal; padding: 0 0 5px 0; }

/* Other Type */
span { font-size: 100%; }
span.amp { "Book Antiqua", font-family: Baskerville, Palatino, serif; font-style: italic; }
em { font-style: italic; }
strong { font-weight: bold; }
pre, code { padding: 0 0 0 15px; font-family: monospace; font-size: 12px; }
sup { bottom: 1ex; }
sub { top: .5ex; }
blockquote { color: #999999; font-size: 14px; margin: 5px 0 25px 25px; border-left: 5px solid #4c4c4c; padding: 0 0 0 5px; line-height: 18px; float: left; }
blockquote p { margin: 0; font-family: Georgia, serif; font-size: 14px; font-style: italic; }

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

	1.	Document Setup
	2.  HeaderWrapper
	3.  Main Navigation
	4.	CenterContentWrapper
	5.	Fullscreen Gallery Page
	6.	Post Styles
	7.	Comments
	8.	Sidebar
	9.	Gallery Page
	10.	Contact Page
	11. Footer
	12. Widgets
	13. Wordpress Default Styling
	14. Shortcodes

/* 1. Document Setup */

html, body { 
	background: #000000;
	height: 100%; 
	padding:0;
	margin:0;
	}

body.default { 
	width: 100%; 
	min-width: 1100px;
	height: 100%; 
	overflow-x: hidden; 
	}

body.home { 
	overflow: hidden; 
	}

/* 2. HeaderWrapper */

#headerWrapper {
	background: black;
	width: 100%;
	height: 115px;
	position: fixed;
	top: 0;
	border-bottom: 0px solid #1b1b1b;
	z-index: 5;
	/*float: left; */
	}
	
#headerHome{
		width:100%;
		margin: auto;
		height: 125px;
		}

#header{
		
		margin: auto;
		}

#logo {
	
	position: relative;
	z-index: 5;
	margin-top: 5px;
	
	}

/* 3. Main Navigation */

#navWrapper{position: absolute; width:100%; z-index: 999; margin-top: 575px; margin-left: -125px;}
#navHome{position: relative;
	z-index: 999;
	margin: 0;
	padding: 0;
	margin-top: -70px;
	float: right;
	left: -18px;
	width: 660px;}
#nav {
	
	position: relative;
	width: 660px;
	margin: auto;
	padding: 0;
	
	}

#nav ul { 
	margin: 0; 
	float: right;
	list-style-type: none;
	}
	
	
#nav ul li {
	margin: 0 0 0 2px;
	display: inline;  
	text-decoration: none;
	text-align:center;
	}
	
#nav ul li a {
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 11px 16px 11px 16px;
	}
	
#nav ul li a:hover {
	color: #ffffff;
	text-shadow: 0px 0px 5px #ffffff;
	}
	
#nav ul li.current_page_item a { 
	color: #bbbbbb; 
	text-shadow: 0px 0px 5px #ffffff;
	}
	
#nav ul li.current_page_item a:hover { 
	color: #bbbbbb; 
	}

/* Second level dropdown */
#nav ul li ul { 
	background: rgba(0,0,0,0.6);
	display: none; 
	position: absolute; 
	margin: 8px 0 0 0; 
	padding: 0 0 3px 0; 
	z-index: 99; 
	border: 1px solid #1b1b1b;
	}
	
#nav ul li ul li { 
	background: none; 
	margin: 0; 
	padding: 10px 20px 10px 20px; 
	position: relative; 
	z-index: 99999;  
	display: block;
	float: none;
	border-bottom: 1px solid #1b1b1b;
	}
	
#nav ul li ul li:nth-last-child(1) { 
	border: none; 
	}
	
#nav ul li ul li a { 
	background: none;
	color: #cccccc;  
	padding: 0;  
	position: relative; 
	z-index: 102; 
	display: block;
	float: none;
	}

/* Third level dropdown */
#nav ul li ul li ul { 
	width: 150px; 
	display: none; 
	position: absolute; 
	top: 0; 
	margin: 0 0 0 -172px; 
	padding: 0; 
	z-index: 105; 
	}
	
#nav ul li ul li a { 
	color: #cccccc; 
	background-color: none; 
	border: none; 
	}


/* 4. CenterContentWrapper */
	
	#contentWrapperHome {
	width: 100%;
	position: absolute;
	background: white;
	min-width:1024px;
	padding: 0px;
	margin:auto;
	margin-top: 115px;
	height: auto;
	}
	
#contentWrapper {
	/*background: url(../img/trans_bg.png) repeat; */
	
 	width: 100%;
	background: white;
	min-width:1024px;
	padding: 15px;
	margin: auto;
	margin-top: 150px;
	position: absolute;
	z-index: 5;
	height: auto;
	}
	
	#contentWrapper2 {
	/*background: url(../img/trans_bg.png) repeat; */
	
 	width: 100%;
	background: #fff;
	min-width:1024px;
	padding: 15px;
	margin: auto;
	margin-top: 150px;
	position: absolute;
	z-index: 5;
	height: auto;
	
	}
	
	#enter{
		position:absolute;
	width: 100%;
	margin: auto;
	z-index: 5;
	margin-top: 575px;
			}
	#enter p{
	font-size:24px;
	font-family: Tahoma, Geneva, sans-serif;
	
	} 	

#contentWrapper a {
	color: #bcbcbc;
	font-size: 12px;
	}

#contentWrapper a:hover, #contentWrapper a:visited:hover {
	color: #ffffff;
	}
	
#content {
	
	/* [disabled]padding-bottom: 50px; */
	
	height: auto;
	width: 1100px;
	margin:auto;
	background: white;
	}
	
	#content p{color:#333333;}


#left {
	
	/* [disabled]padding-bottom: 50px; */
	
	height: auto;
	width: 700px;
	
	float: left;
	
	}

	#left p{color:#333333; }

#sidebar{width: 380px; border-left: 1px solid #ccc; float:right; padding: 0 0 0 10px; height: 400px;}
	
#sidebar form label {font-size: 10px; font-family:Arial, Helvetica, sans-serif;}
	
	
/* 
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

6. Fullscreen Gallery Page

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
	
#home-slider{
	width:100%;
	
	}	
	
#imageWrapper {
	width: 2000px;
	height: 1500px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	}

#imagePan {  
	height: 1200px;
	position: relative;  
	}
	
.container {
	position: relative;
	}
	
.container img {
	margin: 0 -5px -5px 0;
	padding: 0;
	border: none;
	cursor:url(../img/zoom.png), -moz-zoom-in;
	}

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

7. Post Styles

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

.post {
	width: 250px;
	height: 400px;
	padding: 0 0 5px 0;
	margin: 0 25px 10px 0;
	border-bottom: 1px solid #1b1b1b;
	float: left;
	}

.post:nth-child(3n+3) {
	margin-right: 0px;
	}

body.ie .post {
	width: 160px;
	}

.single_post {
	width: 625px;
	float: left;
	border-bottom: 1px solid #1d1d1d;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	}
	
.post h4, .single_post h4 {
	padding-bottom: 5px;
	padding-left: 3px;
	margin: 15px 0 0 0;
	}
	
.post .date, .single_post .date {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-transform: uppercase;
	margin: 5px 3px 0 0;
	float: right;
	}
	
.post img, .post img.attachment-post-thumbnail { 
	width: 170px; 
	height: 125px;
	margin: 0; 
	border: 1px solid #1b1b1b;
	padding: 5px;
	}

.single_post img, .single_post img.attachment-post-thumbnail {
	max-width: 615px;
	max-height: 400px; /* Remove before zipping, demo only! */ 
	margin: 0 8px 8px 0; 
	border: 1px solid #1b1b1b;
	padding: 5px;
	}
	
.post .more-link a, .post a.more-link { 
	display: none;
	}

.tags {
	color: #999999;
	font-size: 11px;
	margin: 25px 0 0 0;
	float: left;
	}

.tags a {
	float: left;
	color: #999999;
	background-color: #dedede;
	background-image: url(../img/tag.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding: 0 15px 0 25px;
	margin: 0 5px 0 0;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	}

.tags a:hover {
	background-color: #cccccc;
	}
	
.postmeta { 
	width: 200px;
	color: #4c4c4c;
	text-transform: uppercase; 
	font-size: 9px; 
	letter-spacing: 0.5px; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	padding: 3px 0 15px 3px;  
	}
	
.postmeta a { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif; 
	font-size: 9px; 
	letter-spacing: 0.5px; 
	margin: 0 0 0 20px; 
	}
	
.postmeta img { 
	width: 16px;
	height: 15px;
	border: none; 
	background: transparent;  
	margin: -8px 3px 0 -7px; 
	float: left;
	} 
	
.postmeta a img:hover { 
	cursor: inherit; 
	}

.postnavi {
	width: 660px;
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
	}
	
.postnavi a, .postnavi a:visited { 
	text-align: center; 
	padding: 5px 11px 7px 11px; 
	margin: -6px 10px 0 0; 
	float: left; 
	}


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

8. Comments 

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

#comments {
	width: 600px;
	padding: 0;
	margin: -15px 0 0 0;
	float: left;
}

ul#commentlist { 
	margin: 0; 
	padding: 0; 
	}
	
ul#commentlist li {
	width: 625px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #1d1d1d;
	float: left;
	}

.singlecomment, .singlecomment-admin { 
	width: 55px; 
	float: left; 
	margin: 0;
	}

img.avatar {
	width: 35px;
	height: 35px;
	background: transparent;
	border: 1px solid #1d1d1d;
	padding: 5px;
	}
	
.commenttext, .commenttext-admin { 
	width: 550px; 
	float: left; 
	}

#commentform {
	margin: 15px 0 0 0;
	float: left;
	}
	
#commentsform {  
	width: 600px;
	float: left; 
	padding: 10px 0 0 0;
	}

#commentform label {
	width: 600px;
	float: left;
	font-size: 12px;
	color: #999999;
	}
	
#commentform input[type="text"] {
	width: 605px; 
	color: #999999; 
	background: transparent;
	color: #888888;
	font-size: 12px; 
	border: 1px solid #1d1d1d; 
	padding: 8px; 
	margin: 5px 0 10px 0;
	}
	
#commentform textarea {
	width: 605px; 
	max-width: 605px;  
	height: 150px; 
	background: transparent;
	color: #999999;
	font-size: 12px; 
	border: 1px solid #1d1d1d; 
	padding: 8px; 
	margin: 5px 0 5px 0;
	}
	
#commentform input#sbutt { 
	background: transparent;
	font-size: 12px; 
	color: #999999; 
	border: 1px solid #1d1d1d;; 
	margin: 10px 0 0 0; 
	padding: 5px 8px 5px 8px; 
	float: right; 
	}
	
#commentform input#sbutt:hover { 
	color: #ffffff; 
	cursor: pointer; 
	}

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

9. Sidebar

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

#aside { 
	width: 280px; 
	padding: 0;
	float: right; 
	}

#aside div {
	border-bottom: 1px solid #1b1b1b;
	float: left;
	}

#aside h5 { 
	margin: 15px 0 15px 0; 
	}
	
#aside p {
	color: #9e9e9e; 
	font-size: 12px; 
	}
	
#aside ul { 
	width: 267px;
	margin: 0 0 20px 0; 
	padding: 0 0 0 13px; 
	}
	
#aside ul li ul { 
	border: none; 
	margin: 0; 
	padding: 0; 
	}
	
#aside li { 
	font-size: 12px; 
	list-style: none; 
	list-style-image: url(../img/li_arrow.png); 
	padding: 3px 0 3px 0; 
	}
	
#aside li a { 
	color: #999999;
	font-size: 12px;
	}

#aside .text_widget {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#aside #popular ul {
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	}
	
#aside #popular ul li {
	list-style-image: none;
	float: left;
	padding: 0 0 15px 0;
	}

#aside #popular ul li:nth-last-child(1) {
	border: none;
	}

#aside #popular ul li span.title {
	min-width: 150px;
	max-width: 250px;
	margin-bottom: 3px;
	float: left;
	text-shadow: 0px 0px 5px #ffffff;
	color: #bbbbbb;
	}

#aside #popular ul li img {
	border: 1px solid #1b1b1b;
	padding: 3px;
	margin: 0 8px 0 0;
	float: left;
	}
	
#aside #popular ul li span.meta {
	color: #4c4c4c;
	text-transform: uppercase; 
	font-size: 8px; 
	letter-spacing: 0.5px; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	min-width: 150px;
	float: left;
	}

#aside #flickr {
	width: 280px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	}

#aside #flickr a img {
	width: 40px;
	height: 40px;
	border: 1px solid #1b1b1b;
	padding: 5px;
	}

form#searchform {
	float: right;
	border: none;
	margin: 20px 0 15px 0;
	}
	
form#searchform input[type="text"] { 
	width: 240px; 
	height: 31px; 
	background: transparent; 
	background-image: url(../img/search_bg.png); 
	background-repeat: no-repeat; 
	color: #999999;  
	font-size: 11px; 
	padding: 0 8px 0 32px; 
	border: 0!important; 
	outline: 0!important;
	}

body.ie form#searchform input[type="text"] {
	padding-top: 12px;
	}

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

10. Gallery Page

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

#gallery { 
	width: 1024px; 
	margin: 0; 
	padding: 0; 
	float: left; 
	}
	
#gallery .item {
	width: 215px;
	min-height: 275px;
	margin: 0 35px 12px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e2e2e2; 
	float: left;
	}

#gallery img, #gallery a img { 
	background-color: #fcfcfc;
	border: 1px solid #d5d5d5;
	padding: 5px;
	box-shadow: 0px 0px 3px #d5d5d5;
	-moz-box-shadow: 0px 0px 3px #d5d5d5;
	-webkit-box-shadow: 0px 0px 3px #d5d5d5;
	width: 215px; 
	height: 125px; 
	margin: 0 0 12px -3px; 
	float: left;
	}

#gallery .item h1, #gallery .item h2, #gallery .item h3, #gallery .item h4, #gallery .item h5, #gallery .item h6, #gallery .item p {
	margin-left: 3px;
	}
	
#gallery .item p {
	font-size: 12px;
	}

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

11. Contact Page 

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

#contact_text {
	width: 550px;
	border-bottom: 1px solid #1d1d1d;
	margin-bottom: 15px;
	padding-bottom: 25px;
	float: left;
	}
	
#contact {
	width: 450px;
	float: right;
	
	}
	
	#contact label{color: #cccccc; font-size: 12px; }
	
#contact form { 
	padding: 3px 0 0 0; 
	}
	
#contact_form label.error { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif; 
	font-size: 9px; 
	letter-spacing: 0.5px;
	color: #ff0000; 
	width: 605px; 
	margin: 5px 0 15px 3px; 
	float: left; 
	}
	
#contact form input[type="text"] {
	background: transparent;
	color: #ffffff;
	font-size: 12px;
	width: 350px;
	border: 1px solid #1d1d1d;
	padding: 8px;
	margin: 3px 0 3px 0;
	}
	
#contact form textarea {
	background: transparent;
	color: #ffffff;
	font-size: 12px;
	width: 605px;
	max-width: 350px;
	height: 143px;
	border: 1px solid #1d1d1d;
	padding: 8px;
	margin: 3px 0 5px 0;
	}
	
#contact form input[type="submit"] { 
	background: transparent;
	font-size: 12px; 
	color: #ffffff; 
	border: 1px solid #1d1d1d;
	margin: 10px 0 0 0; 
	padding: 5px 8px 5px 8px; 
	float: left; 
	}
	
#contact form input[type="submit"]:hover { 
	color: #ffffff; 
	cursor: pointer; 
	}
/*
#contact #gmap {
	margin-bottom: 15px;
	}
	
#contact #gmap img {
	width: 595px;
	background: transparent;
	border: 1px solid #d5d5d5;
	margin: 6px 0 0 0;
	padding: 5px;
	}
*/
/* 
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

12. Footer 

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

#footerWrapper { 
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	bottom: 0px;
	position: absolute;
	border-top: 0px solid #1d1d1d;
	background-color: black; 
	clear: both; 
	z-index; 5;
			}

#footer { 
	font-family: "Droid Serif", Georgia, serif; 
	position: relative;
	width:1024px;
	margin: auto;
	background-color: black;
	} 
	
#social { 
	width: 335px;
	margin: 0 0 0 0;
	float: right; 
	}
	
	#social img{float: right; padding: 0px 3px;}

#social h6 {
	margin: 10px 0 10px 0;
	}
	
#social a { 
	text-decoration: none;
	}
	


#social a:hover {
	background-position: 0;
	}

#legal {
	font-family: "Droid Serif", Georgia, serif;
	position: relative;
	font-size: 11px; 
	font-style: italic; 
	color: #999999; 
	width: 675px; 
	margin: auto;
	padding: 0 0 0 0;
	margin-top: -7px;
	float: left; 
	}

#legal a {
	font-family: "Droid Serif", Georgia, serif;
	font-size: 11px; 
	font-style: italic;
	}

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

13. Widgets

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

#tweet {
	margin: -15px 0 0 0;
	padding: 0;
	}
	
ul#twitter_update_list li { 
	font-family: "Droid Serif", Georgia, serif;
	font-size: 11px; 
	color: #999999;
	font-style: italic;
	margin: 0 0 10px 0; 
	}
	
ul#twitter_update_list li span { 
	font-family: "Droid Serif", Georgia, serif;
	font-size: 11px; 
	color: #999999;
	font-style: italic; 
	}
	
ul#twitter_update_list li a { 
	font-family: "Droid Serif", Georgia, serif;
	font-size: 11px; 
	color: #999999;
	font-style: italic; 
	list-style: none; 
	}
	
p.preLoader { 
	font-size: 11px; 
	}
		
/* 
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

14. Wordpress Default Styling

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
	
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
	}

.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
	}

.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
	}

#calendar_wrap { 
	background-color: #dfdfdf; 
	}
	
table#wp-calendar { 
	border-collapse: collapse; 
	margin: 0 0 0.4em; 
	width: 100%; 
	background-color: #808080; 
	margin-bottom:0 !important; 
	border-spacing: 0; 
	}
	
#wp-calendar td { 
	background-color: #ffffff; 
	border: 1px solid #cfcfcf !important; 
	color: #808080; 
	padding: 6px !important; 
	}
	
#wp-calendar th { 
	background-color: #eeeeee; 
	border: 1px solid #cfcfcf !important; 
	color: #808080; 
	padding: 3px 0 !important; 
	font-weight: bold; 
	text-align: center; 
	}
	
#wp-calendar caption { 
	color: #808080; 
	font-weight: bold; 
	text-align: center; 
	padding: 10px; 
	}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	height: auto;
	}
	
.alignleft,
img .alignleft {
	display: inline;
	margin: 0 10px 10px 0;
	float: left;
	}
	
.alignright,
img .alignright {
	display: inline;
	margin: 0 0 10px 10px;
	float: right;
	}
	
.aligncenter,
img .aligncenter {
	clear: both;
	display: block;
	margin: 0 10px 10px 10px;
	}
		
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 675px !important;
	padding: 5px;
	text-align: center;
	}
	
.wp-caption img {
	margin: 0 10px 10px 0;
	}
	
.wp-caption p.wp-caption-text {
	color: #999999;
	font-size: 12px;
	margin: 5px;
	}
	
.wp-smiley {
	margin: 0;
	}
	
.gallery {
	margin: 0 auto 18px;
	}
	
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
	}
	
.gallery-columns-2 .gallery-item {
	width: 50%;
	}
	
.gallery-columns-4 .gallery-item {
	width: 25%;
	}
	
.gallery img {
	border: 2px solid #ececec;
	}
	
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
	}
	
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
	}
	
.gallery .gallery-caption {
	color: #999999;
	font-size: 12px;
	margin: 0 0 12px;
	}
	
.gallery dl {
	margin: 0;
	}
	
.gallery img {
	border: 10px solid #ececec;
	}
	
.gallery br+br {
	display: none;
	}
	
#content .attachment img {
	display: block;
	margin: 0 auto;
	}

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

15. Shortcodes

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

.one_full { 
	width: 600px; 
	margin: 0; 
	float: left; 
	}

.one_half { 
	width: 285px; 
	margin: 0 15px 0 0; 
	float: left; 
	}
	
.one_half_last { 
	width: 285px; 
	margin: 0; 
	float: right; 
	}

.one_third { 
	width: 175px; 
	margin: 0 50px 0 0; 
	float: left; 
	}
	
.one_third_last { 
	width: 175px; 
	margin: 0; 
	float: right; 
	}

.two_third { 
	width: 400px; 
	margin: 0 50px 0 0; 
	float: left; 
	}
	
.two_third_last { 
	width: 400px; 
	margin: 0; 
	float: right; 
	}

.one_quarter { 
	width: 120px; 
	margin: 0 44px 0 0; 
	float: left; 
	}
	
.one_quarter_last { 
	width: 120px; 
	margin: 0; 
	float: right; 
	}

.default_box { 
	background-color: #f7f7f7; 
	color: #808080; 
	}
	
.notice_box { 
	background-color: #ffffe0; 
	color: #c7b634; 
	}
	
.warning_box { 
	background-color: #ffdfdf; 
	color: #ff0000; 
	}
	
.success_box { 
	background-color: #e2f3c3; 
	color: #708421; 
	}
	
.download_box { 
	background-color: #aad0e4; 
	color: #0097ce; 
	}
	
.default_box, .notice_box, .warning_box, .success_box, .download_box { 
	font-family: "Droid Serif", Georgia, serif;
	font-style: italic;
	font-size: 14px; 
	width: 592px; 
	margin: 5px 0 5px 0; 
	padding: 8px 15px 8px 15px; 
	float: left; 
	line-height: 20px; 
	}
	
.default_box a, .notice_box a, .warning_box a, .success_box a, .download_box a { 
	font-family: "Droid Serif", Georgia, serif;
	font-style: italic;
	font-size: 14px; 
	color: #333333;
	position: relative;
	z-index: 10;
	}
	
.default_box img, .notice_box img, .warning_box img, 
.success_box img, .download_box img { 
	width: 16px; 
	height: 16px; 
	margin: 0 5px 0 0; 
	padding: 0; 
	border: none; 
	float: left; 
	}

.bullet_list li, .arrow_list li, .check_list li { 
	margin: 0 0 0 10px; 
	}

.bullet_list li { 
	list-style-image: url(../img/bullet.png); 
	}
	
.arrow_list li { 
	list-style-image: url(../img/arrow.png); 
	}
	
.check_list li { 
	list-style-image: url(../img/check.png); 
	}

.ui-accordion-content { 
	padding: 15px 0 15px 5px; 
	}

.accordion_title { 
	background: transparent; 
	border: 1px solid #1d1d1d; 
	margin: 0 0 1px 0; 
	padding: 8px 0 7px 10px; 
	text-transform: uppercase; 
	cursor: pointer; 
	}

.accordion_title a {
	font-size: 11px; 
	color: #999999;
	}
		
.accordion_title a:hover { 
	color: #ffffff;
	}
	
.accordion_title a img { 
	width: 16px; 
	height: 16px; 
	margin: 0 5px 0 -3px; 
	padding: 0; 
	border: none; 
	float: left; 
	}

.splitter {
	background: #1d1d1d;
	width: 625px;
	height: 1px;
	margin: 15px 0 15px 0;
	float: left;
	}
	
.highlight { 
	background-color: #ffffe0; 
	color: #050505;
	padding: 3px; 
	}
	
/*
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

End of editable section.
 
Do not edit the values below unless you know what you're doing! 

It could totally destroy the themes styling!

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

/* Tooltip */
.tipsy { font-family: "Droid Serif", Georgia, serif; color: #ffffff; font-style: italic; padding: 5px; position: absolute; z-index: 100000; }
.tipsy a { font-family: "Droid Serif", Georgia, serif; color: #ffffff; font-style: italic; }
.tipsy-inner { padding: 5px 8px 6px 8px; background-color: black; color: white; max-width: 200px; text-align: left; border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-size: 12px; }
.tipsy-arrow { position: absolute; background: url('../img/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

/* Loader */
.QOverlay { background-image: url(../img/trans_bg.png); background-repeat: repeat; z-index: 99999; }
.QLoader { background-color: #ff6900; height: 3px; }

/* Clear Fix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }

/* Hide from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* Generic Classes */
.clear { clear: both; }
.tiny { font-size: 10px; }
.error { color: #ff0000; }
.small { font-size: 11px; }
.alignleft { float: left; }
.alignright: { float: right; }
.center { margin: 0 auto; text-align: center; }
.fadein { visibility: hidden; }
.nobox { border: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
.hide { display: none; }

#boxes{z-index:6; padding: 0; margin:0; position: relative; }

.box1
{margin:0; padding:0; border-right:solid 1px #ccc; }
.box2 {padding:0; margin: 0;  }
.box3
{margin:0; padding:0;  border-left:solid 1px #ccc; }

#footer img {border: 0;}
#footer a:hover{box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);}

.bgimg{
position: absolute;
width: 100%;
z-index:-1;
	}