/* Pride Source main layout */

body {
	margin: 0px 0px 0px 10px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	width: 800px;
	}
table#body {
       width:800px;
       font-family:"Trebuchet MS",Verdana,Helvetica,Arial, sans-serif;
       font-size: 10px;
       width: 800px;
}
div#masthead {
	width: 800px;
	float: left;
	}	
div#mastheadads {
        width: 800px;
        float:left;
        margin-bottom: 2px;
}
div#sponsorship {
	float:left;
	width: 250px;
	background: #FFFFFF;
	}
	
div#advertisement {
	float:right;
	width: 550px;
	text-align: right;
	background: #cc9933;
	}

div#logo {
	float:left;
	width:150px;
	height:51px;
	}
	
div#randoms {
	float:right;
	width:650px;
	height:51px; 
	}
	
div.randoms td {
	border-right: 0px;
	border-bottom: 0px;
	background: none;
}	
	
div#maindate {
	float:left;
	text-align: center;
	width: 150px;
	}
	
div#nav {
	float:left;
	width: 650px;
	}				

/* Content Section: includes left sidebar, main content, right sidebar */

div#main {
	width: 800px;
	}
	
div#leftsidebar	{
        clear:all;
	float: left;
	width: 150px;
	margin: 20px 5px 0px 0px;
	background: #FFF;
	}
	
div#content	{
	float: left;
	width: 490px;
	background: #FFFFFF;
	margin: 20px 0px 0px 0px;
	border-right: 1px solid #cc9933;
	border-left: 1px solid #cc9933;
	}

/* added min-height to content; seems to work on firefox (check on IE) */
	
div#contentfull	{
	float: left;
	width: 640px;
	background: #FFFFFF;
	margin: 20px 0px 0px 0px;
	border-right: 1px solid #cc9933;
	border-left: 1px solid #cc9933;
	}
	
div#contentphoto	{
	float: right;
	width: 275px;
	background: #fff;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CC9933;
	text-align: right;
	}
	
div#photofull	{
	float: left;
	width: 640px;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CC9933;
	text-align: left;
	}	
	
div#photobottom	{
	float: left;
	width: 640px;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #CC9933;
	text-align: left;
	}
	
div#headshot	{
	float: left;
	width: 200px;
	background: #fff;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #CC9933;
	}	
	
div#sidebarwedgetop {
	float: right;
	width: 150px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

div#sidebarwedgebottom {
	float: right;
	width: 150px;
	margin: 0px;
	padding: 0px;
}	
div#rightsidecapsule {
   float: right;
   width: 150px;
   padding: 0px;
   inline: block;
}

div#rightsidebar	{
	float: right;
	width: 150px;
	margin: -5px 0px 0px;
	background: #d0c2a4;
	padding: 0px;
	}
	
div#columnist {
	float: left;
	margin: 0px 10px 20px 10px;
	width: 50px;
	}
	
div#classified	{
	float: left;
	width: 490px;
	margin: 0px 0px 0px 0px;
	}
	
div#resize {
	float: right;
	width: 150px;
	background: #fff;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
  }			

/* Footer Section */

div#footer	{
	float: left;
	width: 800px;
	margin-top:60px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC9933;
	}
	
/* Text Styles Start Here */

.navigation {
	font-size: 110%;
	text-transform: none;
	letter-spacing: .1em;
	padding: 0px;
	margin-right: 0;
	margin-left: 2px;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.navigation a:link {
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
  }
  
.navigation a:visited {
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
  }
  
.navigation a:hover {
	color:#990000;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
  }
  
.navigation a:active {
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
  }

.content h1 {
	padding: 10px 0px 0px 10px;
	margin: -15px 0px 5px 0px;
	color: #000000;
	border-bottom: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

.content h2 {
	margin: 5px 0px 5px 10px;
	padding: 0px;
	color: #000000;
	font-size: 1.7em;
	font-weight: bold;
}

.content h3 {
	margin: 0px 0px 5px 10px;
	padding: 5px 0px 0px;
	color: #990000;
	font-size: 1.5em;
	font-weight: bold;
}

/* byline */
.content h4 {
	margin: -3px 0px 20px 12px;
	padding: 0px;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	line-height: 1.2em;
}

.content h5 {
	margin: -10px 0px 20px 12px;
	padding: 0px;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	line-height: 1.6em;
}

.content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 140%;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.content a:link {
  color:#000080;
  font-weight: bold;
  text-decoration:none;
  }
  
.content a:visited {
  color:#000080;
  font-weight: bold;
  text-decoration:none;
  }
  
.content a:hover {
  color:#990000;
  font-weight: bold;
  text-decoration:underline;
  }
  
.content a:active {
  color:#000080;
  font-weight: bold;
  text-decoration:underline;
  }

.content img {
	border: none;
}

.content ul {
	list-style-position: outside;
	list-style-type: square;
	line-height: 95%;
	font-size: 140%;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
}

.content li {
	font: normal 140%/2em;
	color: #000000;
	margin: 0px 0px 0px 15px;
	padding: 0px 5px 5px;
}

.leftsidebar h1 {
	padding: 10px 0px 0px 0px;
	color: #990000;
	border-bottom: none;
	font-size: 180%;
	line-height: 90%;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.leftsidebar h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: bold .9em;
	color: #2c4984;
}

.leftsidebar h3 {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	color: #990000;
	font-size: 180%;
	font-weight: bold;
	line-height: 75%;
}

.leftsidebar p {
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.leftsidebar a:link {
  color:#000080;
  text-decoration:none;
  font-weight: bold;  
  }
  
.leftsidebar a:visited {
  color:#000080;
  text-decoration:none;
  font-weight: bold;
  }
  
.leftsidebar a:hover {
  color:#990000;
  text-decoration:underline;
  font-weight: bold;
  }
  
.leftsidebar a:active {
  color:#000080;
  text-decoration:none;
  font-weight: bold;  
  }

.leftsidebar img {
border: none;
}

.leftsidebar ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 95%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: -10px 0px 0px 15px;
}

.leftsidebar li {
	font: normal .85em/2em;
	color: #000000;
	margin: 0px;
	padding: 0px 5px 5px;
}

/* needed as a style to prevent the background in the rightsidebar from showing through banners */

.rightsideads { 
        background-color: white;
}
.rightsidebar h1 {
	padding: 0px 0px 0px;
	color: #990000;
	border-bottom: none;
	font-size: 180%;
	line-height: normal;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.rightsidebar h2 {
	margin: 5px 0px 0px 10px;
	padding: 0px;
	color: #990000;
	font-size: 150%;
	line-height: normal;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;

}

.rightsidebar h3 {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #990000;
	font-size: 110%;
	font-weight: bold;
}

.rightsidebar p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.rightsidebar a:link {
  color:#000080;
  text-decoration:none;
  font-weight: bold;  
  }
  
.rightsidebar a:visited {
  color:#000080;
  text-decoration:none;
  font-weight: bold;
  }
  
.rightsidebar a:hover {
  color:#990000;
  text-decoration:underline;
  font-weight: bold;
  }
  
.rightsidebar a:active {
  color:#000080;
  text-decoration:none;
  font-weight: bold;  
  }

.rightsidebar img {
border: none;
padding-top: 5px;
}

.rightsidebar ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 95%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: -10px 0px 0px 15px;
}

.rightsidebar li {
	font: normal .85em/2em;
	color: #000000;
	margin: 0px;
	padding: 0px 5px 5px;
}

.contentphoto p {
	font-size: 110%;
	text-transform: none;
	margin: 0px 0px 0px 5px;
	padding: 5px;
        text-align: left;
	color: #666666;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 90%;
	}

// contentphoto span is for non-caption items
.contentphoto span {
        font-size: 11px;
        text-transform: none;
        margin: 0px 0px 0px 5px;
        padding: 5px;
        text-align: left;
        color: #666666; 
        font-weight: bold;
        font-family: "Trebuchet MS", Arial, sans-serif;
        line-height: 90%;
} 
	
.contentphoto a:link {
  color:#666666;
  text-decoration:underline;
  }
  
.contentphoto a:visited {
  color:#666666;
  text-decoration:underline;
  }
  
.contentphoto a:hover {
  color:#990000;
  text-decoration:underline;
  }
  
.contentphoto a:active {
  color:#666666;
  text-decoration:underline;
  }
  
.contentphoto h1 {
	margin: 5px 5px 0px 5px;
	padding: 0px 0px 0px 5px;
  	color:#990000;
	font-size: 150%;
	line-height: normal;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
  
.classified p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 140%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	background-color: #D7D0C4;
	border-bottom: 1px solid #ffffff;
}

.classified h1 {
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 5px 0px;
	color: #990000;
	border-top: 1px solid #cc9933;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.classified h2 {
	margin: 5px 0px 5px 20px;
	padding: 0px;
	font: bold .9em;
	color: #990000;
}

.classified h3 {
	margin: 0px 0px 5px 20px;
	padding: 5px 0px 0px;
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;

}

.classified a:link {
  color:#990000;
  font-weight: bold;
  text-decoration:underline;
  }
  
.classified a:visited {
  color:#990000;
  font-weight: bold;
  text-decoration:underline;
  }
  
.classified a:hover {
  color:#990000;
  font-weight: bold;
  text-decoration:underline;
  }
  
.classified a:active {
  color:#990000;
  font-weight: bold;
  text-decoration:underline;
  }
  
.footer {
	font-size: 110%;
	text-transform: none;
	letter-spacing: .1em;
	padding: 2px 0px;
	color: #000000;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	}

.footer a:link {
  color:#000000;
  text-decoration:underline;
  }
  
.footer a:visited {
  color:#000000;
  text-decoration:underline;
  }
  
.footer a:hover {
	color:#990000;
	text-decoration:underline;
  }
  
.footer a:active {
  color:#000000;
  text-decoration:underline;
  }

/* added this style to give the search box (in left and right columns) some breathing room */
.searchbox {
   margin-left: 10px;
}

div.float {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 10px;
  }
  
div.spacer {
  clear: both;
  	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC9933;
	margin: 5px 20px 5px 20px;
  }

div.container {
  border: 0px dashed #333;
  background-color: #fff;
  }  

div.float h1 {
	padding: 10px 0px 0px 10px;
	margin: -15px 0px 5px 0px;
	color: #000000;
	border-bottom: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

div.float h2 {
	margin: 5px 0px 0px;
	padding: 0px;
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
}

div.float h3 {
margin: 0px 0px 5px 20px;
padding: 5px 0px 0px 0px;
font: bold .7em;
color: #000000;
}

div.float h4 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #999999;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	line-height: 1.6em;
	font-variant: small-caps;
}

div.float h5 {
	margin: -10px 0px 20px 12px;
	padding: 0px;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	line-height: 1.6em;
}

div.float p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 140%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

div.float a:link {
  color:#000080;
  font-weight: bold;
  text-decoration:none;
  }
  
div.float a:visited {
  color:#000080;
  font-weight: bold;
  text-decoration:none;
  }
  
div.float a:hover {
  color:#990000;
  font-weight: bold;
  text-decoration:underline;
  }
  
div.float a:active {
	color:#000080;
	font-weight: bold;
	text-decoration:underline;
  }

div.float img {
	border: none;
}

div.float ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 95%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: -10px 0px 0px;
}

div.float li {
	font: normal 140%/2em;
	color: #000000;
	margin: 0px;
	padding: 0px 5px 5px;
}

div.center {
	position: relative;
	height: 100%;
	width: 100%;
	}
	
.center img {
	left: 25%;
	top: 25%;
	position: relative;
	right: 25%;
	bottom: 25%;
	background-position: center center;
}

.resize p {
	font-size: 110%;
	text-transform: none;
	margin: 0px 0px 0px 5px;
	padding: 5px;
	color: #666666;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 90%;
	}

.resize img {
	padding: 0px 10px 10px 0x;
	}


/* this is for the new calendar box */

div#rightsidecolor {
    background-color: #dddddd;
    border-right: 1px solid #d0c2a4;
    border-left: 1px solid #d0c2a4;
}
div.rightsidecolor p {
    font-size: 11px;
    color: #000080;
}
div.rightsidecolor a {
    font-size: 11px;
    color: #000080;
    text-decoration: none;
}
div.rightsidecolor td {
    font-size: 11px;
}
div.rightsidecolor table {
    margin-bottom: 5px;
    margin-top: 5px;
}


