/* 
	Base styles
	
	These are all the base styles that control basic HTML tags.
	All the referenced styles sheets are imported to control the UI
	of the theme.
*/

@import url("calendar.css");
@import url("pageLayout.css");
@import url("dasBlog.css");
@import url("colors.css");
@import url("admin.css");

.smallestTag { font-size: xx-small; }
.smallerTag { font-size: x-small; }
.smallTag { font-size: small; }
.mediumTag { font-size: medium; }
.largeTag { font-size: large; }
.largerTag { font-size: x-large; }
.largestTag { font-size: xx-large; } 


/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#d0a147;
}
a:hover {
	color:#d0a147;
	text-decoration : underline;
}

body {
	vertical-align:top;
	background-color:#000000;
	padding:0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 12px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #d0a147;
	margin: 0;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #d0a147;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #d0a147;
	margin: 0;
	padding: 0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

img {
	display:inline;
	margin:0;
	padding:0;
}	

#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:950px;
	height:25px;
	float:left;
	margin:0;
	padding:55px 0 0 0;
	position:relative;
	background-image: url(/images/header.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-bottom:1px solid #d0a147;
}

.logo {
	display:block;
	margin:0;
	position:absolute;
    left:0;
    top:18px;
}

.hook {
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/
#nav {
	padding:0;
	width:750px;
	margin:0;
	float:right;
}

#nav ul {
	padding:0;
	margin:0;
	width:750px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 0;
	margin:0;
}

#nav ul li a {
    float:right; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/images/arrow_off.gif);
	background-repeat:no-repeat;
	background-position:left center;
	} 

.navspace {
 	padding:0 10px 0 10px;
	} 

.navspace2 {
 	padding:0 0 0 10px;
	} 

#nav #active { 
	text-decoration: none;
	color:#d0a147;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	color:#d0a147;
	}

/*--------------------------------------------------------------------------------------------------
	index content
--------------------------------------------------------------------------------------------------*/
#blogcontainer {
width:950px;
padding:25px 0 0 0;
margin:0;
float:left;
text-align:left;
}

#container {
	width:950px;
	padding:25px 0 0 0;
	margin:0;
	float:left;
	background-image: url(/images/line.gif);
	background-repeat:repeat-y;
	background-position:right;
	text-align:left;
}

#leftcontent {
	width:700px;
	padding:0;
	margin:0;
	float:left;
}

.mainimage {
	padding:0;
	margin:0;
	float:left;
	display:block;
}

#copy {
	width:545px;
	min-height:210px;
	padding:25px 155px 20px 0;
	margin:0;
	float:left;
	background-image: url(/images/barbara.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:left;
}

/* mac hide \*/
* html #copy{height:210px}
/* end hide */

#content ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#content li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}
/*--------------------------------------------------------------------------------------------------
	right column content
--------------------------------------------------------------------------------------------------*/

#rightcontent {
	width:200px;
	padding:0 0 10px 0;
	margin:0;
	float:right;
}

.boxcontainer {
	width:200px;
	padding:0 0 15px 0;
	margin:0;
	float:right;
}

.boxheader {
	width:200px;
	padding:0;
	margin:0;
	float:right;
	background-image: url(/images/boxheader.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#d0a147;
}

.boxheader ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	margin:0;
	padding:8px 10px 5px 12px;
	font-style: normal;
	font-weight: bold;
}

.boxheader li { 
	background: url(/images/arrow.gif) left top no-repeat;
	padding-left: 9px;
}

.boxcopy {
	width:174px;
	padding:10px 12px 5px 12px;
	margin:0;
	float:right;
	border:1px solid #d0a147;
}

.columncopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}

.newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #d0a147;
	margin: 0;
	padding: 5px 0 2px 0;
	font-style: normal;
	font-weight: normal;
}

.submit {
	padding: 8px 0 8px 0;
	float:right;
}	

/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/

#copycontainer {
	width:700px;
	padding:10px 0 20px 0;
	margin:0;
	float:left;
	text-align:left;
}

#subcopy {
	width:450px;
	padding:0;
	margin:0;
	float:left;
}

#subcopy ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	margin:0;
	padding:0 0 10px 25px;
	font-style: normal;
	font-weight: normal;
}

#subcopy li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}

#subimage {
	width:220px;
	padding:0;
	margin:0;
	float:right;
}

#subimage img {
	padding:35px 0 15px 0;
	margin:0;
	float:right;
	display:inline;
}

#subimagecopy {
	width:216px;
	padding:0 0 0 10px;
	margin:0;
	float:right;
	border-left:4px solid #d0a147;
}

#subimagecopy p {
	line-height: 16px;
	padding: 0;
	font-style: italic;
}
#subimagecopy ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	margin:0;
	padding:0 0 10px 3px;
	font-style: normal;
	font-weight: normal;
}

#subimagecopy li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:540px;
	padding:15px 0 15px 10px;
	margin:5px 0 15px 0;
	float: left;
	text-align:left;
	border:1px solid #d0a147;
	background-color:#FFFFFF;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #d0a147;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:2px;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #0071bc;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0071bc;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #00235d;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #00235d;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#00235d;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:950px;
	margin:0;
	float:left;
	padding:0;
	text-align:right;
	border-top:1px solid #d0a147;
}

#footer p {
	font-family: Arial, Helvetica, san-serif;
	font-size: 9px;
	line-height: 12px;
	color:#d0a147;
	margin: 0;
	padding: 8px 0 10px 0;
	font-style: normal;
	font-weight: normal;
}		

#footerright {
	width:300px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}

#footerleft {
	width:600px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}

#footerright p {
	color:#333333;
}

.copyright {
	color:#FFFFFF;
}

a.navlink:link {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: none;}
a.navlink:visited {color: #FFFFFF; text-decoration: none;}
a.navlink:hover {color: #d0a147; text-decoration: underline;}

a.gecko:link {color: #333333; text-decoration: none;}
a.gecko:active {color: #333333; text-decoration: none;}
a.gecko:visited {color: #333333; text-decoration: none;}
a.gecko:hover {color: #d0a147; text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}

/* pre { white-space: normal; overflow: auto; } */
