/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	background-color:#C0C0C0; /* Silver */
	background-color:#738678; /* Xanadu */
	background-color:#5D8AA8; /* Air Force blue */
	background-color:#E5E4E2; /* Platinum */
	background-position:50% 0;
	background-repeat:no-repeat;
	
	/* busy */
	background-image:url(../../../uploads/backgrounds/855394_20508428.jpg); /* palms by sea */
	background-image:url(../../../uploads/backgrounds/319149_4803.jpg); /* globe */
	background-image:url(../../../uploads/backgrounds/839642_15044891.jpg); /* mayan temple */
	background-image:url(../../../uploads/backgrounds/501846_13414682.jpg); /* jungle by sea */
	background-image:url(../../../uploads/backgrounds/709636_40178662.jpg); /* flag */
	background-image:url(../../../uploads/backgrounds/841208_43371669.jpg); /* mayan wall */
	background-image:url(../../../uploads/backgrounds/855373_64196899.jpg); /* beach palms boat */

	/* clean */
	background-image:url(../../../uploads/backgrounds/rbrands-2441438738.jpg); /* pelican */
	background-image:url(../../../uploads/backgrounds/967255_11202424.jpg); /* tulum */
	background-image:url(../../../uploads/backgrounds/dolfindans-100605160.jpg); /* pier */
	background-image:url(../../../uploads/backgrounds/paulpetersen-school.jpg); /* diving school */
	background-image:url(../../../uploads/backgrounds/625331_68724982.jpg); /* green sea */
	background-image:url(../../../uploads/backgrounds/736325_29230568.jpg); /* green water boat */
	background-image:url(../../../uploads/backgrounds/523920_36046586.jpg); /* beach bikini */
	background-image:url(../../../uploads/backgrounds/872168_51829208.jpg); /* beach rocks */
	background-image:url(../../../uploads/backgrounds/paulpetersen-school.jpg); /* diving school */
	background-image:url(../../../uploads/backgrounds/523921_95813941.jpg); /* beach */
	
	/* unsorted */

}
.custom a:link {
	color:#FBEC5D; /* Maize */
}
.custom a:visited {
	color:#FBEC5D; /* Maize */
}
.custom a:hover {
	color:#FBEC5D; /* Maize */
}
.custom a:active {
	color:#FBEC5D; /* Maize */
}
.custom .format_text p {
	margin:1em 0.5em;
}
.custom .format_text ul {
	margin-top:1em;
}
.custom #container {
	width:980px;
}
.custom #page {
	position:relative;
	width:950px;
	padding:15px;
	background-color:transparent;
}
.custom #header {
	position:absolute;
	top:0;
	left:15px;
	width:950px;
	height:90px;
	border-width:0;
	margin:5px 0 10px 0;
	padding:0;
}
.custom #header #logo {
	float:left;
	width:200px;
	height:96px;
	font-size:22px;
	-moz-box-shadow:0 0 20px #333;
	-webkit-box-shadow:0 0 20px #333;
	box-shadow:0 0 20px #333;
	border-width:1px;
	border-style:solid;
	border-color:rgb(0, 0, 0);
	border-color:rgba(0, 0, 0, 0.5);
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	background-color:rgb(255, 255, 255) !important;
	background-color:rgba(255, 255, 255, 0.5) !important;
}
.custom #header #ad1 {
	float:right;
	width:728px;
	height:90px;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	box-shadow:0 0 10px #333;
	border-width:0px;
	border-style:solid;
	border-color:rgb(255, 255, 255);
	border-color:rgba(255, 255, 255, 0.8);
	padding:4px;
	background-color:rgb(255, 255, 255);
	background-color:rgba(255, 255, 255, 0.5);
}
.custom #header #tagline {
	width:205px;
	font-size:12px;
}
.custom .menu {
	position:absolute;
	top:117px;
	left:15px;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	box-shadow:0 0 10px #333;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-width:1px;
	border-style:solid;
	border-color:rgb(0, 0, 0);
	border-color:rgba(0, 0, 0, 0.5);
	background-color:rgb(255, 255, 204) !important; /* cream */
	background-color:rgba(255, 255, 204, .8) !important; /* cream */
}
.custom .menu .tab {
	
}
.custom .menu, .custom .menu a, .custom .menu li ul {
	border-color:rgb(0, 0, 0);
	border-color:rgba(0, 0, 0, 0.5);
}
.custom .menu li ul {
	margin-top:-1px;
	border-left:5px solid rgba(0, 0, 0, 0.5);
}
.custom .menu ul, .custom .menu ul li {
	width:200px;
}
.menu ul ul, .menu :hover ul :hover ul {
	left:200px;
}
.custom #page .submenu {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:rgba(0, 0, 0, 0.5) !important;
}
.custom #page .submenu li {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:rgba(0, 0, 0, 0.5) !important;
}
.custom #page .menu a:link {
	color:#333;
}
.custom #page .menu a:visited {
	color:#333; 
}
.custom #page .menu a:hover {
	color:#000; 
}
.custom #page .menu a:active {
	color:#000; 
}
.custom #page .menu a {
	border-top-width:0;
	padding:8px;
	background-color:transparent;
	letter-spacing:1px !important;
	text-transform:none;
	font-variant:small-caps;
	font-size:1.3em;
}

.custom #page .menu a:hover {
	background-color:rgba(255, 255, 255, 1.0) !important;
}
.custom #page .menu .tab .submenu a {
	width:178px;
	-moz-box-shadow:0 2px 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	box-shadow:0 0 10px #333;
	padding:6px 10px;
	background-color:rgb(255, 255, 204); /* cream */
	background-color:rgba(255, 255, 204, 0.9); /* cream */
	text-transform:none;
	font-variant:normal;
}
.custom .menu .tab-home a {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
}
.custom .menu .tab-7 a {
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
}
.custom .menu .tab-7 li a {
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
}
.custom .menu .current a, .custom .menu .current-cat a {
	border-bottom-color:#666666;
}
.custom #content_box {
	padding:150px 0 15px 0;
	background-image:none;
}
.custom #content_box #content {
	width:560px;
	min-height:700px;
	padding:0 10px 10px 10px;
}
.custom #content_box #content .post_box {
	margin:0;
	padding:0;
}
.custom #content_box #content .headline_area {
	margin:0;
}
.custom #content_box #sidebars {
	width:350px;
}
.custom #sidebars #multimedia_box {
	width:330px;
	margin:0 0 15px 0;
	padding:10px;
}
.custom #sidebars #multimedia_box #image_box img, .custom #sidebars #text-3 .textwidget img, .custom #sidebars #ad2 {
	width:300px;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	box-shadow:0 0 10px #333;
	border-width:12px;
	border-style:solid;
	border-color:rgb(255, 255, 255);
	border-color:rgba(255, 255, 255, 0.8);
	padding:3px;
	background-color:rgb(255, 255, 255);
	background-color:rgba(255, 255, 255, 0.5);
}
.custom #sidebars #sidebar_1 {
	width:330px;
	margin:0 0 15px 0;
	padding:0 10px 10px 10px;
}
.custom #sidebars #sidebar_2 {
	width:330px;
	margin:0 0 0 0;
	padding:0 10px 10px 10px;
}
.custom #sidebars .sidebar_list {
	margin:0;
	padding:0;
}
.custom #sidebars .sidebar_list li {
	margin:0 0 0 0;
	padding:0;
}
.custom li.widget {
	margin-bottom:0;
}
.custom #footer {
	width:560px;
	-moz-border-radius-topleft:0px !important;
	-webkit-border-top-left-radius:0px !important;
	margin:0 0 15px 0;
	text-align:left;
}
.custom #footer a {
	color:#fff;
}

.custom #content, 
.custom #multimedia_box, 
.custom #sidebar_1, 
.custom #sidebar_2, 
.custom #footer {
	-moz-box-shadow:0 0 20px #333;
	-webkit-box-shadow:0 0 20px #333;
	box-shadow:0 0 20px #333;
	border-width:1px;
	border-style:solid;
	border-color:rgb(0, 0, 0);
	border-color:rgba(0, 0, 0, 0.5);
	border-bottom-width:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	background-color:rgb(51, 102, 102) !important; /* teal */
	background-color:rgba(51, 102, 102, 0.8) !important; /* teal */
	color:#fff !important;
}
.custom .format_text h1, 
.custom .format_text h2, 
.custom .format_text h3, 
.custom .format_text h4, 
.custom .format_text h5, 
.custom .format_text h6 {
	margin-top:5px;
	margin-bottom:0;
}
.custom .format_text h1 {
	font-size:180%;
}
.custom .format_text h2 {
	font-size:150%;
}
.custom .format_text h3 {
	font-size:120%;
}
.custom .format_text h4 {
	font-size:110%;
}
.custom .format_text h5 {
	font-size:100%;
}
.custom .format_text h6 {
	font-size:90%;
}
.custom h1, 
.custom h2, 
.custom h3, 
.custom h4, 
.custom h5, 
.custom h6 {
	display:inline-table;
	-moz-box-shadow:2px 2px 8px #333;
	-webkit-box-shadow:2px 2px 8px #333;
	box-shadow:2px 2px 8px #333;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	margin:0 -10px 10px -10px;
	padding:0.4em;
	background-color:rgb(255, 255, 204) !important; /* cream */
	background-color:rgba(255, 255, 204, 0.7) !important; /* cream */
	color:#333 !important;
	letter-spacing:1px !important;
	font-variant:small-caps;
	font-weight:normal;
}
.custom h1 a, 
.custom h2 a, 
.custom h3 a, 
.custom h4 a, 
.custom h5 a, 
.custom h6 a {
	color:#333 !important;
}
.custom #content h1, .custom #text-3 h3, .custom #search h3 {
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
}
.custom #text-3 .textwidget {
	width:300px;
}
.custom .format_text ol {
	width:565px;
	clear:both;
	margin:0;
	padding:0;
}
.custom li.collage img {
	border-width:5px;
	border-style:solid;
	border-color:rgb(255, 255, 255);
	border-color:rgba(255, 255, 255, 0.8);
	background-color:rgb(255, 255, 255);
	background-color:rgba(255, 255, 255, 0.5);
	margin:0 !important;
	padding:1px;
}
.custom li.collage + li.collage img {
	border-width:2px;
}
.custom li.collage {
	list-style-type:none;
	float:left;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	box-shadow:0 0 10px #333;
	margin:0;
	padding:0 4px 0 0;
	line-height:10px;
}
.custom li.collage + li.collage {
	border:0;
	padding:0 0 5px 4px;
}
.custom li.collage + li.collage + li.collage {
	border:0;
	margin-bottom:10px;
	padding:5px 0 0 4px;
}

/* Text ad begin */
.custom .format_text blockquote {
	display:block;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	box-shadow:0 0 10px #333;
	float:left;
	width:220px;
	border:3px solid #fff;
	margin:5px 15px 5px 5px;
	padding:5px 10px;
	background-color:rgb(255, 255, 255);
	background-color:rgba(255, 255, 255, 0.5);
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.custom .format_text blockquote ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.custom .format_text blockquote strong {
	-moz-box-shadow:0 1px 3px #333;
	-webkit-box-shadow:0 1px 3px #333;
	box-shadow:0 1px 3px #333;
	display:block;
	width:230px;
	margin:-5px -10px 5px -10px;
	padding:5px;
	background-color:rgb(203, 65, 11); /* Sinopia */
	background-color:rgba(203, 65, 11, 0.8); /* Sinopia */
	font-size:larger;
}
.custom .format_text blockquote a {
	color:#333;
}
.custom .format_text blockquote strong a {
	display:block;
	text-decoration:none;
	color:#fff;
}
/* Text ad end */

.custom #header:after, .custom .format_text ol:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
	}
