@charset "utf-8";

@font-face{
	font-family: 'DallianceRoman'; 
	src: url('/fonts/DallianceRoman.eot');
	src: url('/fonts/DallianceRoman.eot?#iefix') format('embedded-opentype'), url('/fonts/DallianceRoman.woff') format('woff');
	src: local("DallianceRoman"), url('/fonts/DallianceRoman.ttf') format("truetype");
/*
 format('eot'); 
*/
	font-style: normal;
	font-weight: normal;
}
html {
}
body {
	margin: 0;
	font-size: small;
	padding: 0;
	font-family: Helvetica, sans-serif;
	color: #4e4e4e;
	position: relative;
	min-width: 980px;
}

img {
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

select {
/*
	padding: 2px 0 2px 0;
*/
padding: 0;
	vertical-align: top;
}


#header {
	margin: 0 0 10px 0;
	height: 80px;
	padding: 10px 0 0 40px;
	background-color: black;
	background-image: url(/images/thin_banner.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
#header a {
	color: white;
}
#user {
	font-size: medium;
	min-width: 610px;
	color: black;
	padding: 10px 40px 10px 0px;
/*
	margin-right: 7px;
*/
	text-align: right;
}
#user a {
	color: white;
}
#page {
	padding: 0 290px 0 285px;
	max-width: 1360px;
	min-width: 405px;
	position: relative;
	min-height: 100%;
}
#leftColumn {
	width: 200px;
	position: absolute;
	top: 0;
	left: 45px;
	border: none;
	margin-bottom: 50px;
}
#rightColumn {
	width: 200px;
	position: absolute;
	top: 0;
	right: 45px;
	border: none;
	margin-bottom: 50px;
}
#rightColumn fieldset {
	padding: 2px;
}
fieldset legend {
	padding: 0;
	font-family: DallianceRoman;
	font-size: x-large;
}
#rightColumn ul {
	margin: 2px;
}
#rightColumn img {
	width: 100%;
}

#content {
	height: auto;
	min-height: 400px;
/*
	padding: 0px 7px 7px 10px;
*/
	right: 0;
	bottom: 0;
}

footer {
/*
	
	left: 0;
*/
	margin: 0 290px;
	bottom: 0;
	height: 40px;
	border-top: 1px dotted black;
	padding-top: 20px;
	position: relative;
}
fieldset {
	border: none;
	margin: 5px 0;
	padding: 5px 8px;
}
fieldset.filters {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}
.filters legend {
	font-family: DallianceRoman;
	margin-top: 35px;
	background: none;
	display: none;
}
legend {
	color: #4e4e4e;
	font-size: x-large;	
	margin: 0 2px 0 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

fieldset li, fieldset p {
	position: relative;
	margin: 2px 0;
	padding: 0 0 0 110px;
	vertical-align: top;
}
fieldset li li, fieldset p p {
	padding: 0;
}
textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
fieldset textarea {
	resize: vertical;
	width: 100%;
} 
fieldset select {
	width: 95%;
	vertical-align: top;
} 
.filters select {
	width: auto;
}

input[type="text"].filter, fieldset p input.filter {
    width: 40px;
}


fieldset label:not(.radio):not(.radio-inline) {
	float: left;
	margin-left: -110px;
	width: 105px;
	text-transform: capitalize;
	text-align: left;
}

#Login legend {
	margin: 0;
}
#Login li br {
	display: none;
}
#Login fieldset li, #Login fieldset p {
	padding-left: 150px;
}
#Login fieldset label {
	margin-left: -150px;
	width: 145px;
}
#Login fieldset label.radio {
	margin: 0;
	width: auto;
}
/*
dark: #330000
less brown: #663300
light#CC9900
lighter: #FFF2AC
*/
input, textarea, select, option {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: top;
/*
	background-color: white;
	color: black;
*/
	font-size: small;
	outline: 0;
	max-width: 100%;
}
input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
}
table.List input {
	width: 95%;
}
.Page {
	border: 1px solid #330000;
	background-color: #DFD6B4;
	padding: 5px;
	margin: 0;
} 
.PageTitle {
	display: none;
	position: absolute;
	top: 45px;
	right: 20px;
	float: right;
	text-align: right;
	color: #4e4e4e;
}
.PageTitle h1 {
	text-align: right;
	margin: 0;
	font-size: xx-large;
}
.PageTitle h2 {
	text-align: right;
	margin-top: 0;
	font-size: x-large;
}

#ErrorExplanation {
	width: 400px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#ErrorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}

#ErrorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}
													 

.spacer {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}
table.List {
	border: none;
	table-layout: fixed;
	border-bottom: 1px solid #ff321e;
}
th {
	color: #000000;
	border-bottom: 1px solid #ff321e;
	padding: 1px;
	text-align: left;
}
.money {
	text-align: right;
}

td { padding: 1px; 
	vertical-align: top;
}

.DroppableOn {
	border-color: #8C94BA;
}
.DroppableOff {
	border-color: #000000;
}

tr.totals {
	border-top: 1px solid #ff321e;
}


a {
	text-decoration: none;
/*
	padding-right: 2px;
	padding-left: 2px;
*/
	color:black;
	outline: 0;
}

p.buttons {
	text-align: left;
}
@media print {
	p.buttons {
		display: none;
	}
}
hr {
	color: #ff321e;
	background-color: #ff321e;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Helvetica, sans-serif;
	padding: 4px 5px 4px 5px;
	margin: 0 0 2px 3px;
	vertical-align: top;
	text-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	/* Color */
/*
	background: -moz-linear-gradient(center top , #666666, #000000) repeat scroll 0 0 transparent;
*/
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 43%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(43%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 43%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 43%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 43%); /* IE10+ */
background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 43%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

	border: 1px solid #333333;
	color: #D7D7D7;

}
.button:hover {
	text-decoration: none;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
/*
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
*/
}
.button:active {
	position: relative;
	top: 1px;
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
/*
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
*/
}

#user .button {
	color: #4e4e4e;
	background: none;
	font-family: DallianceRoman;
	font-size: x-large;
	font-weight: normal;
	border: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	border-bottom: 2px solid white;
}
#user .button:hover {
	border-bottom: 2px solid #4e4e4e;
}
.ContactInfo fieldset {
}
.ContactInfo fieldset p {
	padding-left: 10px;
	text-align: left;
}
.ContactInfo fieldset p br {
	display: block;
}

.colRow {
		background-color: #e3e4f0;
}
.roweven {
		background-color: #e3e4f0;
}/* alternating row color in generated tables */
br.pagebreak {
	page-break-after: always;
}

table.List p {
	margin: 0;
	padding: 0;
}

.fieldWithErrors {
			background-color: red;
	padding: 2px;
	display: table;
border: 1px solid black;
margin: 0;
clear: none;
}
.leftColumn {
	float: left;
	width: 49%;
}
.rightColumn {
	float: right;
	width: 49%;
}
.DateSelector, .DateSelectorC, .DateSelectorT, .DateSelectorCT {
	vertical-align: top;
	display: inline-block;
}
.DateSelector {
	min-width: 197px;
/* ipad was like 188, firefox on 1024x768 ubuntu ius 197 */
}
.DateSelectorC {
    min-width: 220px;
}
.DateSelectorT {
    width: 220px;
}
.DateSelectorCT {
    min-width: 255px;
}
.DateSelectorC .button,
.DateSelectorT .button,
.DateSelectorCT .button {
	margin: 0;
}
.DateSelector span, .DateSelectorC span,.DateSelectorT span, .DateSelectorCT span, .DateTimeSelector span {
	vertical-align: top;
}


.DateTimeSelector {
	vertical-align: top;
	display: inline-block;
	min-width: 400px;
}
.DateSelector select,
.DateSelectorC select, 
.DateSelectorT select, 
.DateSelectorCT select, 
.DateTimeSelector select,
.DateTimeSelectorC select,
.DateTimeSelectorT select,
.DateTimeSelectorCT select {
		width: auto;
		max-width: none;
}
.DateTimeSelector .time {
	display: inline-block;
}
table .Date {
	width: 130px;
	text-align: left;
}
table .DateTime {
	width: 125px;
	text-align: left;
}
table .Price {
	width: 85px;
	text-align: right;
}
table .Rate {
	width: 75px;
	text-align: right;
}

th.EmployeeName {
	text-align: left;
	width: 80px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: xx-large;
	color: black;
	clear: none;
}

h2 {
	font-size: x-large;
	color: #313131;
	clear: none;
}

h3 {
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: black;
}


#home_image {
	width: 100%;
	max-height: 315px;
	overflow: hidden;
	height: auto;
	margin: 43px 0 0 0;
	padding: 0;
}

#container {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}


.logo {
	font-family: DallianceRoman;
	font-size: 30pt;
	float: left;
	height: auto;
	margin-left: 3px;
	color: white;
/*
	opacity: 0.8;
	filter:alpha(opacity=80);
*/
}
#header .Tagline {
	font-family: DallianceRoman;
	font-size: 16pt;
	height: auto;
	margin-left: 3px;
	color: white;
position:absolute;
top: 60px;
left: 60px;
}

fieldset p:after, #header:after, fieldset.filters:after, ul:after, li:after, #page:after, #nav:after, .content:after, .comment:after, #Photos:after, #online:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.ArticleCategories {
	width: 100%;
}
.ArticleCategories li {
	margin: 0 0 40px 0;
	position: relative;
}
.ArticleCategories li a {
	color: #4e4e4e;
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;
}
.ArticleCategories li a img {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
.ArticleCategories .name {
	position: absolute;
	bottom: 0;
	left: 3px;
	height: auto;
	font-weight: normal;
	color: #ffffff;
	font-family: DallianceRoman;
	font-size: x-large;
	text-shadow: #000000 3px 3px 2px;
}
.ArticleCategories .description {
	height: auto;
	font-weight: normal;
	color: #4e4e4e;
	font-family: Helvetica;
	font-size: small;
	display: none;
}
.ArticleCategories .HotLinks .name,
.ArticleCategories .FAQs .name {
	color: #4e4e4e;
	text-shadow: none;
}
.Article {
	margin: 0 0 10px 0;
}
.Article .body ul,
.Article .body ul li {
	list-style: disc inside none;
	margin-left: 10px;
}
.Article .body ul:after,
.Article .body li:after {
	clear: none;
}
.Article .Article {
	position: relative;
	padding: 0 0 0 2px;
/*
	border-bottom: 2px dotted black;
	height: 300px;
*/
	font-size: small;
	border: 1px solid #eee;
	margin: 0 0px 5px 0px;
}
.Article .Edit li input[type="text"] {
	width: 100%;
}
.Article .Edit #View {
	background-color: white;
	height: 100%;
}
.Article h1 {
	font-size: medium;
}
.Article a.source, .Article .summary a {
	color: #ff321e;
}
.Article a.source:before {
	content: "\0028";
	color: black;
}
.Article:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.Article a.source:after {
	color: black;
	content: "\0029";
}
.Article .Assets {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
.required:before {
	content: "\00BB";
}
.error, .warning {
		color: red;
}
.autocomplete {
	position: absolute;
	background: white;
	width: 100px;
	z-index: 10000;
}
.autocomplete li {
	padding: 0;
}
.autocomplete li.selected { font-weight: bold; color: #ff321e; }

#QuickLogin {
	padding: 0;
}
#QuickLogin ul {
	float: left;
}
#QuickLogin li {
	padding: 2px 0px 2px 90px;
	text-align: left;
}
#QuickLogin label {
	margin-left: -90px;
	width: 85px;
	display: inline-block;
	padding: 1px 0 1px 0;
	text-align: right;
}
#QuickLogin label.radio {
	margin: 0;
	width: auto;
	display: inline;
	vertical-align: middle;
}
#QuickLogin input[type="text"], #QuickLogin input[type="password"], #QuickLogin input[type="email"] {
	width: 210px;
}
#admin_menu {
	border-bottom: 1px dotted black;
	width: 100%;
	position: relative;
	height: auto;
}
#admin_menu ul li {
	border-bottom: 1px dotted black;
	font-weight: bold;
}
#admin_menu li ul li {
	border-bottom: none;
	font-weight: normal;
}
.menu {
	border-bottom: 2px dotted black;
	position: absolute;
	height: 20px;
    width:100%;
	top: 0;
    left:0;
    margin: 3px 0;
    padding: 0;
    z-index: 6000;
    display: block;
}
@media print {
    .menu {
        display: none;
    }
}

.menu li {
    border: none;
}

.menu li a {
    color: black;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    text-align: left;
}
.menu li ul {
	background-color: white;
    display: none;
}

.menu  .on ul {
    /*  display the other topics when their parent is hovered */
    display: block;
}

#sitemap {
	float: left;
	width: 240px;
	margin: 2px 2px;
}
#sitemap ul {
	width: 100%;
}
#sitemap li {
	float: left;
	width: 60px;
}
.copyright {
/*
	font-size: xx-small;
	vertical-align: bottom;
	line-height: 25px;
*/
	width: auto;
	float: left;
	margin: 2px 2px;
}
.follow {
	float: right;
	text-align: right;
	width: auto;
	margin: 2px 2px;
}
.follow a, .follow img {
	width: 35px;
}
.paypal {
	float: left;
	margin: 8px 2px;
}
.bitcoin {
	float: left;
	width: 100px;
	padding-left: 10px;
	padding-top: 7px;
}
.rta { 
	float: left;
	width: auto;
}
.rta img {
	height: 35px;
	width: auto;
}
.PopularStuff li, .StuffYouLove li {
	padding: 0;
	font-size: xx-small;
}
table .checkbox {
	width: 20px;
	text-align: center;
}
.comment {
	border-top: 1px dotted black;
}
.comment .buttons {
	float: right;
}
.comment .when {
	display: none;
}
.Register {
/*
	display: none;
*/
}
#Login .Register ul,
#Login .Register li {
	list-style: disc inside none;
	margin-left: 10px;
	padding: 0;
}
.disclaimer {
	font-size: small;
	font-style: italic;
}
#header .PT {
	font-weight: normal;
	color: #cccccc;
	font-family: DallianceRoman;
	font-size: 72pt;	
opacity:0.3;
filter:alpha(opacity=30); /* For IE8 and earlier */
	position: absolute;
	top: -12px;
	left: 36px;
	width: 132px;
	display: inline-block;
}
.Comments h1 {
	display: none;
}

ul.location {
	width: 49%;
	float: left;
}
ul.ancestors {
	width: 49%;
	float: right;
}
p {
	margin-top: 0;
}
#Likes {
	border-top: 1px dotted black;
	padding-top: 2px;
	margin-top: 20px;
}
div.User {
	float: left;
	width: auto;
	min-width: 400px;
	margin-top:5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: small;
}

.medium {
	width: 300px;
}
.medium img {
	width: 300px;
}
.thumbnail {
	width: 50px;
	min-height: 50px;
	max-height: 75px;
	float: left;
	margin: 0 10px 0 0px;
	padding: 0;
	display: inline-block;
	position: relative;
	overflow:hidden;
}
img.thumbnail {
	width: auto;
	min-width: 50px;
}
.thumbnail img {
	width: 50px;
}
.User .thumbnail {
	float: left;
	margin: 0 5px 5px 0;
	height: 75px;
	width: 80px;
}
.User img {
	width: 75px;
}
.Privacy #UserGoups li,
.Privacy #Relationships li {
	float: left;
	width: 150px;
}
.Privacy #specific_options {
	padding-left: 30px;
}
.Privacy #specific_div {
}
#privacy_users li.User {
	height: 50px;
	width: 150px;
	min-width: 150px;
	position: relative;
	float: left;
}
#privacy_users li.User .thumbnail {
	width: 50px;
	height: 50px;
}
#privacy_users li.User .thumbnail img {
	width: 50px;
	height: 50px;
}
#privacy_users li.User .buttons {
	position: absolute;
	top: 0;
	left: 30px;
}
#privacy_users li.User a.button {
	height: auto;
	margin-right: 0;
	background:none;
	text-shadow: #000000 3px 3px 2px;
	width: auto;
	height: auto;
	line-height: 10px;
	border: none;
	padding: 0 3px;
}
.News li.news_item {
	position: relative;
	margin: 5px 0;
	border-bottom: 1px dotted black;
	padding: 0px 10px 10px 55px;
}
.News li .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
}
.News li .content  {
	position: relative;
	
}
.News li .content .thumbnail {
	float: right;
	position: relative;
	width: auto;
	max-width: 50%;
}
.News li .content a.Portrait {
    margin: 0;
    min-height: 58px;
    max-height: 233px;
    overflow: visible;
}
.News li .content a.Landscape, .News li .content a.Landscape img {
    margin: 0;
    min-height: 58px;
    max-height: 131.25px;
    overflow: visible;
}
.News li .content .thumbnail img {
	height: 100%;
	width: auto;
}
.thumbnail + .buttons .button {
	background: none;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin: 0 0 0 3px;
	padding: 2px 2px;
	text-shadow: 0 3px 3px rgba(0,0,0,.3);
	text-shadow: #000000 2px 2px 1px;
	font-weight: bold;
}

#rightColumn .Affiliates a {
	margin-bottom: 20px;
	display: block;
}
.preview {
}
.preview img {
	width:75px;
}
.preview li {
	padding: 0;
}
.throbber {
	width: 100%;
	height: 30px;
}
#Opinions {
	border-top: 1px solid red;
	margin-top: 10px;
	padding-top: 4px;
}
/* These are here because they are used on any page that includes photos */
#Photos .Photo {
	float: left;
	max-width: 175px;
	margin-right: 10px;
	/* To make them line up nice. */
	min-height: 155px;
}
#Photos .Photo a.Portrait {
	margin: 0;
	width: 175px;
	min-height: 0;
	max-height: 233px;
	overflow: visible;
}
#Photos .Photo a.Portrait img {
	width: 175px;
}
#Photos .Photo a.Landscape {
	margin: 0;
	width: 175px;
	min-height: 0;
	max-height: 131.25px;
	overflow: visible;
}
#Photos .Photo a.Landscape img {
	width: 175px;
}
#Photos .Photo a.thumbnail img {
	width: 175px;
}

.latest_survey fieldset {
	padding: 0;
}
.latest_survey fieldset li,
.latest_survey fieldset p {
	padding: 0;
}
.latest_survey fieldset label {
	margin: 0;
	width: auto;
}
.latest_survey input {
	margin: 3px 2px 0 0;
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
	#page {
		padding: 0 245px 0 245px;
	}
	#leftColumn {
		left: 0;
	}	
	#rightColumn {
	right: 0;
	}
}
#ButtonBug img {
	height: 24px;
}
#header #ButtonMessages {
	color: red;
font-weight: bold;
}
