/* (c) matthew walsh 01/2008 mwalsh@sarasotawebworks.com

/***************************************************************************
 * Zero down margin and padding on all elements
 ***************************************************************************/
 
* {
	margin: 0;
	padding: 0;
}

body {
	background:#eaeaea url(img/bg.gif) top center repeat-y;
	font:85% Verdana,Tahoma,Arial,sans-serif;
}

/***************************************************************************
 * Column Layout Control
 ***************************************************************************/
#wrapper {
	width:760px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	color:#333;
}

#primaryContent{
	width:760px;
	margin:5px 0px 5px 0;
	text-align:left;	
}
#twoColLayout #primaryContent{
	float:left;
	width:610px;
	background-color:#CACACA;
	margin-bottom: 5px;
}
#threeColLayout #primaryContent{
	float:left;
	width:450px;
	margin: 0 0 20px 0;
	padding: 5px 0 0 5px;
}

#secondaryContent{
	float:left;
	width:150px;
	margin: 0 0 20px 5px; 
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
}
#sideContent{
	float:left;
	width: 150px;
	margin:0 0 10px 0;
	font-size:0.9em;
}

/***************************************************************************
 * primaryContent layout
 ***************************************************************************/
#primaryContent h1 {
	font-size:1.4em;
	color:#336633;
	margin-bottom:1em;
}
#primaryContent h2 {
	font-size:1.4em;
	font-weight:normal;
	margin:0 0 10px 3px;
	color: #000000;
}
#primaryContent h3 {
	font-size:1.2em;
	margin-bottom: 15px;
	color: #336633;
	font-weight: bold;
	text-align: left;
}
#primaryContent h5 {
	font-size:1.2em;
	margin-bottom: 15px;
	color: #336633;
	font-weight: bold;
	text-align: center;
}
#primaryContent p{
	font-size:1em;
	color:#313131;
	padding-right: 5px;
	line-height:1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#primaryContent p img{
	float:left;
	border: 1px solid #878787;
	padding:1px;
	margin:0 5px 0 0;
}

/***************************************************************************
 * secondaryContent layout
 ***************************************************************************/
#secondaryContent h2{
font-size:1em;
color:#000000;
}
#secondaryContent p{
	color:#333333;
	font-size:.8em;
}
#secondaryContent .announce {
margin:0px 0 10px 0;
padding:10px 0px;
color:#505050;
background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
line-height:1.3em;
}

#secondaryContent .announce a {
font-weight:bold;
}

#secondaryContent .announce p {
	font-size:0.8em;
	padding: 0 3px 5px 5px;
}

#secondaryContent .announce h2 {
	margin-bottom: 10px;
	color:#000;
	padding: 0 0 0 5px;
}

/***************************************************************************
 * sideContent layout (menu nav)
 ***************************************************************************/

#sideContent p {
margin:0 0 1.5em 0;
line-height:1.3em;
}

#sideContent a {
font-weight:bold;
}

#sideContent h2 {
font-size:1.5em;
font-weight:normal;
margin:0 0 6px 0;
}
#sideContent h3 {
	font-size: 1em;
	color:#6B6B6B;
}
#sideContent ul {
list-style:none;
width:140px;
margin:0px 0 5px 5px;
}

#sideContent li {
	font-size: 1.2em;
	margin-bottom: 7px;
}

#sideContent li a {
font-weight:bold;
height:20px;
text-decoration:none;
color:#207E1B;
display:block;
padding:3px 0 0 3px;
background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
}

#sideContent li a:hover, #sideContent li a.current {
color:#006600;
background:#eaeaea url(img/menubg2.gif) bottom left repeat-x;
border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
border-left:4px solid #336633;
}

#sideContent ul ul {
margin:5px 0 0 5px;
font-size:0.7em;
width:135px;
}

#sideContent ul ul a {
	margin:0;
	padding:6px 0 2px 12px;
	border:0;
	background-image:none

}

#sideContent li li a:hover, #sideContent li a.current {
color:#006600;
border: 0;
	background-image: url(images/sww-logomini.png);
	background-repeat:no-repeat;
	background-position:left;
}

/***************************************************************************
 * Page Header            
 **************************************************************************/

.masthead {
color:#505050;
height:275px;
margin:0 0 10px 0;
}

.masthead img {
	float:left;
}

.masthead h1 { 
margin-left: -9000px;
clear:both;
}


/***************************************************************************
 * Page Footer            
 **************************************************************************/

#footer {
clear:both;
margin:0 auto;
padding:8px 0;
border-top:2px solid #dadada;
width:750px;
text-align:center;
color:#808080;
background-color:#ffffff;
font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***************************************************************************
 * Page Tag Defaults            
 **************************************************************************/

a {
text-decoration:none;
color:#006699;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

p {
margin:0 0 16px 0;
}

blockquote {
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
margin:16px;
padding:7px 7px 7px 11px;
background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
color:#505050;
}

blockquote p {
font-size:1.1em;
line-height:1.3em;
margin:0;
}


/***** Form styles *****/

.button {
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
margin:0 0 15px 0;
padding:7px 7px 7px 11px;
background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
color:#505050;
font-weight:bold;
width:120px;
}

input, textarea {
border:1px solid #cccccc;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
}

label {
margin:2px;
}

input {
width:200px;
}

textarea {
width:400px;
}

/***** Various classes *****/

.left {
margin:10px 10px 5px 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}


.textright {
text-align:right;
margin:-10px 0 4px 0;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.clear{
	clear:both;
}

.large {
font-size:1.3em;
}

.bold {
font-weight:bold;
}

.highlighted {
padding:3px;
background-color:#f0f0f0;
color:#303030;
border:1px solid #b0b0b0;
}

.hide {
display:none;
}

/* rounded corner box
================================== */

.box {
  background: #efefef url(images/boxbottom.gif) no-repeat  left bottom;
}

.box h2 {
  background: url(images/boxtop.gif) no-repeat left top;
}

.box h2 {
  padding: 10px 20px 0 20px;
}

.box p {
  padding: 0 20px 10px 20px;
}
/***************************************************************************
 * External Links
 ***************************************************************************/

a[href^="http:"] {
  background: url(images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://www.sarasotawebworks.com"], a[href^="http://sarasotawebworks.com"]  {
  background-image: none;
  padding-right: 0;
}

a[href^="mailto:"] {
  background: url(images/email.png) no-repeat right top;
  padding-right: 15px;
}

a[href^="aim:"] {
  background: url(images/im.png) no-repeat right top;
  padding-right: 15px;
}

/***************************************************************************
 * Resume Layout
 ***************************************************************************/
.resume{ 
	text-align:left;
	padding: 5px;
}
.resume h1{
	clear:both;
	font-size:1.6em;
	color:#336633;
}
.resume p{
	margin: 0 0 .5em;
}
.resume h4{
	text-align:left;
	margin: 20px 0 15px 0;
	color:#25AC48;
	font-weight:bold;
}
.resume ul{
 list-style: none;
	text-align:left;
	margin:0 0 15px 0;
}
.resume li{
	line-height:1.5em;
	padding-left:15px;
	text-align:left;
	background-image: url(images/imgrn.png);
	background-repeat:no-repeat;
	background-position:left;
}

.resume #indent{
 margin-left:50px;
}
.resume #indent img{
	margin: 0 0 0 70px;
}


/***************************************************************************
 * list layouts
 ***************************************************************************/
.listBullet ul {
	list-style:none;
}
.listBullet li {
	padding-left:15px;
	text-align:left;
	line-height:1.6em;
	background-image: url(images/sww-logomini.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
/***************************************************************************
 * Factoid
 ***************************************************************************/
#factoid{
	padding:20px;
	margin: 20px 30px;
	background-color:#e1e1e1;
}
#factoid h1{
	color:#0080FF;
	font-size:1em;
	font-family:"Comic Sans MS", Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
}
#factoid p{
	font-size:0.8em;
	margin: 0 40px 10px 40px;
	padding: 0;
}
#factoid #source{
	text-align:right;
	font-size:.7em;
	color:black;
}
/***************************************************************************
 * Articles
 ***************************************************************************/
#article-wrapper{
	padding: 10px 20px 10px 20px;
}
#article-wrapper h1{
	color:#004080;
	font-size:1.2em;
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
}
#article-wrapper p{
	margin:5px 20px 10px 20px;
	font-size:1em;
}
#article-wrapper #mast{
	color:#999999;
	text-align:center;
	color:black;
	font-size:1.4em;
}
#article-wrapper #author{
	text-align:right;
	font-size:.7em;
	color:black;
}
/***************************************************************************
 * 
 ***************************************************************************/
#center{
	text-align:center;
}

/*****************************
* generic 
*****************************/
#colHeader{
	color:white;
	text-align:left;
	font-size:.9em;
}
#colHeader img{
	float:left;
}



/***********************************************************************
*
************************************************************************/
.imgCaption{
	float:left;
	text-align:center;
}
.imgCaption img{
	padding:3px;
	border-bottom-style:solid;
	border-bottom-color:#006600;
	margin-right: 10px;
}
