/* Custom Style Sheet for WelcometoAustin.net */
/* Created by Rho Chalmers */
/* Use id= for items marked with # (pound sign) and class= for items marked with . (period) */

/* General Styles */
body
{background-color:#002B57;
text-align: center;}

/* Positioning Elements */
#container01 
{position:relative;
height:1%;}

#container02 
{position:absolute;
left: 25px;
}

/* Navigation on Top */
#topbar
{position: absolute;
left: -15px;
top: 5px;
width: 235px;
}

#navlist a:link
{display: block;
padding: 2px 2px 2px 4px;
border: 4px solid;
border-color: #DDD #74D #74D #DDD;
background-color: #999999;
background-image:  url(menudown.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #FFF;
font-size:medium;
font-weight:bold;
font-family:verdana;
text-decoration: none;
}

#navlist a:visited 
{display: block;
padding: 2px 2px 2px 4px;
border: 4px solid;
border-color: #DDD #74D #74D #DDD;
background-color: #999999;
background-image:  url(menudown.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #FFF;
font-size:medium;
font-weight:bold;
font-family:verdana;
text-decoration: none;
}

#navlist a:hover
{display: block;
padding: 2px 2px 2px 4px;
border: 4px solid;
border-color: #DDD #74D #74D #DDD;
background-color: #999999;
background-image:  url(menuover.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #000;
font-size:medium;
font-weight:bold;
font-family:verdana;
text-decoration: none;
}

/* Banner section */
.banner
{width: 900px;
position: float;
top: 2px;
background-repeat: no-repeat;
}

/* Text and Content Styles */
.context
{width: 650px;
position:absolute;
left: 280px;
top: 380px;
background:#FFFFFF;
font-family:arial;
font-size:medium;
font-weight:bold;
color:#000000;
padding:20px;
}

.special
{color:#221100;
font-weight:bold;
}

h2
{color: #000000;
text-align:center;
font-size:extra-large;
font-weight:bold;
font-family:arial;
}

h3
{color: #000000;
text-align:center;
font-size:large;
font-weight:bold;
font-family:arial;
}

hr
{color:#002B57;
border: 0;
width: 50%;
background-color:#002B57;
height: 5px;
}

/* Quotes, Text and Photos with Borders */
.pullphoto 
{width: 184px;
text-align:center;
font-size:small;
font-weight:bold:
margin:10px;
padding:5px;
border:1px solid #BB6600;
background:#FF8800;
}

.pullphoto2 
{width: 140px;
text-align:center;
font-size:small;
font-weight:bold:
margin:10px;
padding:5px;
background:#77DDFF;
}

.pullphoto3
{width: 180px;
text-align:center;
font-size:small;
font-weight:bold:
margin:10px;
padding:5px;
background:#BBEE88;
}

.pullphoto4 
{width: 160px;
text-align:center;
font-size:small;
font-weight:bold;
margin:10px;
padding:5px;
background:#77FF33;
}

/* Bullets and List Behavior */
#basiclist
{margin-left: 50;
padding-left: 5;
list-style: none;
}

#basiclist li
{padding-left: 10px;
background-image: url(star.png);
background-repeat: no-repeat;
background-position: 0 .3em;
font-weight:bold;
color:#BB3300;
}

.todolist {
list-style-type:decimal;
padding-left:10px;
margin-left:5px;
text-align:left;
}

/* PRINT allows text to be printed but not viewed real-time */
.printtext 
{display: none;
}

/* PRINT determines which graphics may be seen but not printed */
.nographic 
{ }