﻿@charset "utf-8";
/* theScottAnson.com CSS Document */

img, div, span { behavior: url(iepngfix.htc) }

/* Remove cross browser spacing */
body, div, span, h1, h2, h3, h4, h5 , p, dd, dt, image, img, form, field 
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body
{
    background:#000000 url(../images/base/sa-bg.jpg) no-repeat top center;
}

html
{
    height: 100%; 
    margin-bottom: 1px;
}

#container
{
    width: 850px;
    margin: 0 auto;
	text-align:left;
    overflow:hidden;
	border: dashed 0px #fff;
}

/* Top Content Area */
#topcontent
{
    position: relative;
	min-height:500px;
	width: 850px;
}

#signup
{
    position: absolute;
    top: 1px;
    left: 10px;
	min-height:18px;
	width: 300px;
	border: dashed 0px #ccc;
}

#follow
{
    position: absolute;
	top: 1px;
	right: 0px;
	min-height:18px;
	width: 392px;
	border: dashed 0px #ccc;
}

#navmenu
{
    position: absolute;
	top: 25px;
	left: 10px;
	min-height: 30px;
	width: 840px;
	border-top: solid 1px #fff;
}

#framephoto
{
    position: absolute;
	top: 95px;
	left: 35px;
	min-height: 330px;
	width: 245px;
	border: dashed 0px #ccc;
}

#logo
{
    position: absolute;
	top: 50px;
	right: 90px;
	min-height: 131px;
	width: 320px;
	border: dashed 0px #ccc;
}

/* Main Content Area */
#content
{
    position: relative;
    min-height: 850px;
    width: 850px;
}

/* Internal Content */
#contentint
{
    position: relative;
    min-height: 850px;
    width: 850px;
}

#leftcol
{ 
	width: 479px; 
	float: left;
	border: dashed 0px #ccc;
	
}

#lefttop
{ 
	width: 479px; 
	min-height: 548px;
	float: left;
	padding-bottom: 20px;
	border: dashed 0px #ccc;
	background-image: url(../images/base/sa-lefttop.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#lefttoplg
{ 
	width: 479px; 
	min-height: 1024px;
	float: left;
	padding-bottom: 20px;
	border: dashed 0px #ccc;
	background-image: url(../images/base/sa-lefttop-xlg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#leftbot
{ 
	width: 479px; 
	min-height: 287px;
	float: left;
	padding-top: 10px;
	border: dashed 0px #ccc;
	background-image: url(../images/base/sa-leftbot.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#rightcol
{
	width: 348px; 
	float: right;
	border: dashed 0px #ccc;
}


#righttop
{
	width: 348px; 
	min-height: 167px;
	float: right;
	padding-bottom: 23px;
	border: dashed 0px #ccc;
	background-image: url(../images/base/sa-righttop.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#righttoplg
{
	width: 348px; 
	min-height: 609px;
	float: right;
	padding-bottom: 23px;
	border: dashed 0px #ccc;
	background-image: url(../images/base/sa-righttop-lg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#rightmid
{
	width: 348px;
	min-height: 360px; 
	float: right;
	padding-bottom: 13px;
	border: dashed 0px #ccc;
	background-image: url(../images/base/sa-rightmid.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#rightbot
{
	width: 348px; 
	min-height: 209px;
	float: right;
	padding-bottom: 20px;
	border: dashed 0px #ccc;
	background-image: url(../images/base/sa-rightbot.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#rightbotph
{
	width: 348px; 
	min-height: 209px;
	float: right;
	padding-bottom: 20px;
	border: dashed 0px #ccc;
	background-image: url(../images/base/sa-rightbotph.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Footer Content Area */
#footer
{
    position: relative;
    min-height: 50px;
    width: 850px;
    border-top: solid 1px #fff;
}

#footerlinks
{
    position: absolute;
	top: 5px;
	left: 10px;
	min-height:25px;
	width: 350px;
	border: dashed 0px #ccc;
}

#footercopy
{
    position: absolute;
	top: -5px;
	right: 5px;
	text-align: right;
	min-height:25px;
	width: 450px;
	border: dashed 0px #ccc;
}

/* Typeface List */
p
{
    padding: 10px 15px 10px 15px;
    font:  10pt Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 1.4;
}

h1
{
    padding: 10px 10px 10px 15px;
    font:16pt "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-weight:bold;
    color:#fff;
    letter-spacing: 1px;
} 


h2
{
    padding: 10px 10px 10px 15px;
    font:14pt "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-weight:bold;
    color:#fff;
}  

h3
{
    padding: 10px 10px 10px 15px;
    font:12pt "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-weight:bold;
    color:#fff;
}

h4, h5, h6
{
    padding: 10px 10px 0px 15px;
    font:10pt "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-weight:bold;
    color:#fff;
}  

small
{
  	color: #ffffcc;  
}
ul
{
    list-style-type:none;
}

ul li
{
    padding:5px 0px 5px 0px;
	font:  10pt Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 1.4;
}

ol
{
    list-style-type:decimal;
}

ol li
{
    padding:0px 10px 0px 20px;
	font:  10pt Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 1.4;
}

hr.dashed
{
    border: dotted #fff; 
    border-width: 1px 0 0 0; 
    height: 0;
    line-height: 0px;
    font-size: 0;
    margin-top: 0;
    padding: 0 0 0 15px;
}

/* Navigation Menu */
.menu
{
	float:left;
	width: 800px;
}

.menu ul
{
	float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.menu ul li
{
	display: inline;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.menu ul li a
{
	float: left; 
	text-decoration: none;
    font:14pt "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-weight:bold;
    letter-spacing: 1px;
	color: #fff;
	padding-right: 15px;
}

.menu ul li a:visited
{
	color: #fff;
}

.menu ul li a:hover, .menu ul li .current
{
	color: #EEDD82;
	font-weight:bold;
}


/* Links */
a:link
{
    text-decoration: none;
    padding:0 0 0 0;
    font:10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #fff;
}

a:visited
{
    text-decoration: none;
    padding:0 0 0 0;
    font:10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #fff;
}

a:hover
{
    text-decoration: none;
    padding:0 0 0 0;
    font:10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #EEDD82;
}

a:active
{
    text-decoration: none;
    padding:0 0 0 0;
    font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
    color: #fff;
}

h3 a
{
    font:12pt "trebuchet MS", Arial, Helvetica, "Sans Serif" !important; 
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}
h3 a:visited
{
	color:#fff;
	text-decoration: none;
}
h3 a:hover
{
	color:#EEDD82;
	text-decoration: none;
}

/* Specials */
.shortfields, .uploadcounter, .managepicturecontainer
{
    font:  8pt Verdana, Arial, Helvetica, sans-serif !important;
    color: #ffffff;
}

table tr td p, table tr td a
{
    font:  8pt Verdana, Arial, Helvetica, sans-serif !important;
    padding: 5px 5px !important;
    margin-left: -5px;
}

div.pad p
{
    margin-top: 0px !important;
    padding-top: 0px !important; 
    margin-bottom: 0px !important;
    padding-bottom: 10px !important; 
}

div.padphoto
{
    margin-top: 0px !important;
    padding-top: 0px !important; 
    margin-bottom: 0px !important;
    padding-bottom: 10px !important; 
}
.mod-head /*Latest News */
{
    position: relative;
    margin-top: -15px;
    margin-left: 15px;
    z-index: 99;
}

.mod-head2 /*Follow Me*/
{
    position: relative;
    margin-top: -29px;
    margin-left: 15px;
    z-index: 99;
}

.mod-head3 /*Featured Video*/
{
    position: relative;
    margin-top: -17px;
    margin-left: 15px;
    z-index: 99;
}

.mod-head4 /*Featured Photos*/
{
    position: relative;
    margin-top: -13px;
    margin-left: 15px;
    z-index: 99;
}

.mod-head5 /*Tour Dates*/
{
    position: relative;
    margin-top: -12px;
    margin-left: 15px;
    z-index: 99;
}

.mod-head6 /*Tour Page Right Head*/
{
    position: relative;
    margin-top: -12px;
    margin-left: 15px;
    z-index: 99;
}

.mod-head7 /*Tour Page Right Head*/
{
    position: relative;
    margin-top: -17px;
    margin-left: 15px;
    z-index: 99;
}

.mod-head8 /*Downloads Page Right Head*/
{
    position: relative;
    margin-top: -12px;
    margin-left: 15px;
    z-index: 99;
}

.mod-head9 /*Downalods Page Right Head*/
{
    position: relative;
    margin-top: -17px;
    margin-left: 15px;
    z-index: 99;
}

#topcontent #signup h2
{
    padding:0px 10px 0px 0px;
    font:11pt "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-weight:bold;
    color:#EEDD82;
} 

#topcontent #follow h2
{
    padding:0px 10px 0px 0px;
    font:11pt "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-weight:bold;
    color:#EEDD82;
} 

.clear 
{ 
	clear: both;
}

.block
{
	display:block;
}

.inline
{
	display:inline;
}

.pad
{
    padding: 10px 10px 10px 15px;
}

.padphoto
{
    padding: 1px 10px 20px 25px;
}









/* Typeface List For TinyMCE Manager Interface - Resource Content */
.p
{
    padding: 10px 15px 10px 15px;
    font:  10pt Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 1.4;
}

.h1
{
    padding: 10px 10px 10px 15px;
    font:16pt "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-weight:bold;
    color:#fff;
    letter-spacing: 1px;
} 


.h2
{
    padding: 10px 10px 10px 15px;
    font:14pt "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-weight:bold;
    color:#fff;
}  

.h3
{
    padding: 10px 10px 10px 15px;
    font:12pt "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-weight:bold;
    color:#fff;
}

.h4, .h5, .h6
{
    padding: 10px 10px 0px 15px;
    font:10pt "trebuchet MS", Arial, Helvetica, "Sans Serif"; 
	font-weight:bold;
    color:#fff;
}  

.small
{
  	color: #ffffcc;  
}

.strong 
{
    font-weight: bold;
}