/*====================================================================*/
/*==============dchotspotevents stylesheet============================*/
/*==============NEW - 3/21/08 - updated with blog styles==============*/
/*====================================================================*/


body {
margin: 0;
padding: 0;
font-family:verdana;
font-size: 11px;
color: #333333;
text-align: center;
background-color: #D0CECF;
width: 100%;
}

:focus {
outline: 0;
}

#wrap1 {
margin: 0 auto;
padding: 0;
width: 864px;
text-align: center;
}

#header {
margin: 0;
padding: /*44px*/0 0 0 280px; /*this positions the nav bar in the right place*/
/*width: 864px; height: 86px;*/
height: 86px;/*42px; *//*86 (actual height) - 44 (padding)*/
background: url(images/banner.jpg) center top no-repeat;
text-align: left;
}

#toplinks {
margin: 0;
padding: 16px 40px 0 0;
height: 29px/*45px*/;
background-color: transparent;
text-align: right;
}

#contentwrap {
margin: 0;
padding: 0;
width: 864px;
background: url(images/content-bg.jpg) center top repeat-y;
text-align: center;
}

#content {
margin: 0 25px;
padding: 0 0 15px 0;
font-family:verdana;
font-size: 11px;
line-height: 16px;
color: #333333;
}

#nav {
margin: 0;/*44px 0 0 280px;-taken care of in header*/
padding: 0;
width: 560px;
height: 21px;
background-color: transparent;
}

/* ====================LEFTCOL==================== */

#leftcol {
margin: 0;
padding: 0;
width: 550px;
float: left;
text-align: left;
}

/* ====================RIGHTCOL==================== */

#rightcol {
margin: 0;
padding: 0;
width: 246px;
float: right;
text-align: center;
background: url(images/sidebar-bg-mid.gif) center top repeat-y;
}

#rightcol-top {
margin: 0;
padding: 0;
width: 246px;
text-align: center;
background: url(images/sidebar-bg-top.gif) center top no-repeat;
}

#rightcol-bot {
margin: 0;
padding: 0;
width: 246px;
height: 23px;
text-align: center;
background: url(images/sidebar-bg-bot.gif) center top no-repeat;
}

#rightcol-padding {
margin: 0;
padding: 10px 12px 0px 12px;
text-align: left;
}


/* ====================FOOTER==================== */

#footer {
margin: 0;
padding: 0;
width: 864px;
height: 77px;
background: url(images/footer-bg.jpg) center top no-repeat;
text-align: center;
}

#footercontent {
margin: 0 auto;
padding: 10px 20px 0 20px;
text-align: center;
font-family:verdana;
font-size: 10px;
line-height: 20px;
color: #ffffff;
}


/*==========LINKS=============================================*/

#content a:link 	{ color:#F3793A; font-weight:bold; text-decoration:none; }
#content a:visited 	{ color:#F3793A; font-weight:bold; text-decoration:none; }
#content a:hover 	{ color:#F3793A; font-weight:bold; text-decoration:underline; }
#content a:active 	{ color:#F3793A; font-weight:bold; text-decoration:underline; }

#toplinks a:link 	{ color:#F3793A; font-weight:bold; text-decoration:none; }
#toplinks a:visited 	{ color:#F3793A; font-weight:bold; text-decoration:none; }
#toplinks a:hover 	{ color:#F3793A; font-weight:bold; text-decoration:underline; }
#toplinks a:active 	{ color:#F3793A; font-weight:bold; text-decoration:underline; }


#footercontent a:link 		{ color:#F48D55; font-weight:bold; text-decoration:none; font-size: 10px !important; }
#footercontent a:visited 	{ color:#F48D55; font-weight:bold; text-decoration:none; font-size: 10px !important; }
#footercontent a:hover 		{ color:#F48D55; font-weight:bold; text-decoration:underline; font-size: 10px !important; }
#footercontent a:active 	{ color:#F48D55; font-weight:bold; text-decoration:underline; font-size: 10px !important; }

#bigorange { /*this is to make big links without using h2*/
padding: 0;
margin: 0 0 10px 0;
color: #F05E1C;
text-align: center;
font-family: "trebuchet MS",sans-serif;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
line-height: 26px;
}
#bigorange a:link { font-size:18px !important; font-weight: bold; text-decoration:none; color: #F05E1C !important; }
#bigorange a:visited { font-size:18px !important; font-weight: bold; text-decoration:none; color: #F05E1C !important; }
#bigorange a:hover { font-size:18px !important; font-weight: bold; text-decoration:underline; color: #F05E1C !important; }
#bigorange a:active { font-size:18px !important; font-weight: bold; text-decoration:underline; color: #F05E1C !important; }

/*==========TABBED NAVIGATION BAR==================================*/

#tabs {
margin: 0;
padding: 0;
/*float:left;*/
background:transparent;
font-size:11px !important;
line-height:10px !important;
font-family:verdana;
font-weight:bold;
border: 0;
}

#tabs ul {
margin:0;
padding:0;
list-style:none;
}

#tabs li {
display:inline;
margin:0;
padding:0;
}

#tabs a {
float:left;
background:url("images/tab-left.gif") no-repeat left top;
margin:0;
padding:0px 0 0 10px;
text-decoration:none;
background-position:0% -21px;
cursor: pointer;
cursor: hand;
}

/* text on tabs */
#tabs a span {
float:left;
display:block;
background:url("images/tab-right.gif") no-repeat right top;
padding:6px 15px 5px 3px;
color:#ffffff;
background-position:100% -21px;
cursor: pointer;
cursor: hand;
height:10px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover {background-position:0% 0px; color:#8447A9;}
#tabs a:hover span {background-position:100% 0px; color:#8447A9;}

#tabs #current a {background-position:0% 0px; color:#8447A9;}
#tabs #current a span {background-position:100% 0px; color:#8447A9;}



/* ====================HEADINGS==================== */

h1 {
padding: 0 0 0 248px;
margin: 10px 0 15px 0;
color: #713793;
text-align: left;
font-family: "trebuchet MS",sans-serif;
font-size: 26px;
font-weight: normal;
letter-spacing: 1px;
line-height: 31px;
background: url("images/three-dots.gif") no-repeat 180px 0;
}

h2 {
padding: 0;
margin: 0 0 10px 0;
color: #F05E1C;
text-align: left;
font-family: "trebuchet MS",sans-serif;
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
line-height: 28px;
}

h2 a:link { font-size:18px !important; font-weight: normal !important; text-decoration:none; color: #F05E1C !important; }
h2 a:visited { font-size:18px !important; font-weight: normal !important; text-decoration:none; color: #F05E1C !important; }
h2 a:hover { font-size:18px !important; font-weight: normal !important; text-decoration:underline; color: #F05E1C !important; }
h2 a:active { font-size:18px !important; font-weight: normal !important; text-decoration:underline; color: #F05E1C !important; }

h3 {
padding: 0 0 10px 0;
margin: 0;
color: #713793;
text-align: center;
font-family: "trebuchet MS",sans-serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 0px;
line-height: 22px;
}

h4 {
padding: 0 0 5px 0;
margin: 0;
color: #713793;
text-align: left;
font-family: "trebuchet MS",sans-serif;
font-size: 15px;
font-weight: bold;
letter-spacing: 0px;
line-height: 20px;
}

h5 { /* special for events list in sidebar */
padding: 0 0 0 0;
margin: 0 0 1px 0;
color: #713793;
text-align: left;
font-family: "trebuchet MS",sans-serif;
font-size: 13px;
font-weight: bold;
letter-spacing: 0px;
line-height: 18px;
}



/* ====================LISTS==================== */

/*=====list of events in sidebar=========*/

.events1 {
margin: 1px 0 10px 0;
padding: 0;
text-align: left;
font-size: 11px;
line-height: 14px;
border-top: 1px dotted #bbbbbb;
}

.events1 ul{
margin: 0;
padding:0;
list-style-type: none;
}

.events1 li{
margin: 0;
padding: 2px 0 2px 17px;
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 4px 6px;
font-weight:normal !important;
list-style-type: none;
border-bottom: 1px dotted #bbbbbb;
}

.events1 ul li {
margin: 0 0 0 6px;
padding: 0px 0 0px 14px;
list-style-type: none;
}

.events1 a, a:visited {
color: #F3793A;
font-weight: bold;
text-decoration: none;
font-size: 11px !important;
}

.events1 a:hover, a:active {
color: #F3793A;
font-weight: bold;
text-decoration: underline;
font-size: 11px !important;
}

/* -----------generic list-------------- */

.list1 {
margin: 4px 0 4px 30px;
padding: 0;
text-align: left;
font-size: 11px;
line-height: 14px;
}

.list1 ul{
margin: 0;
padding:0;
list-style-type: none;
}

.list1 li{
margin: 0;
padding: 2px 0 2px 17px;
background-image: url("images/bullet2.gif");
background-repeat: no-repeat;
background-position: 4px 7px;
font-weight:normal !important;
list-style-type: none;
}

.list1 ul li {
margin: 0 0 0 6px;
padding: 0px 0 0px 14px;
list-style-type: none;
}



/* ====================MISC==================== */

.line1 {
padding: 0;
margin: 0 0 15px 0;
height: 15px;
border-bottom: 1px solid #C2CEA6;
}

.clear {
clear: both;
}

p {
padding: 0 0 15px 0;
margin: 0px;
}

hr {
margin: 0 0 15px 0;
padding:0;
border: none 0; 
border-top: 1px solid #662e87;
border-bottom: 1px solid #ffffff;
width: 100%;
height: 2px;
}



/* ======================SHAMROCKFEST HEADINGS & LINKS======================= */


#shamrockfest h1 { 
margin:0 0 15px 0; 
padding: 0; 
text-align: center;
color: #007B00;
font-family: "trebuchet MS",sans-serif;
/*font-family: "georgia";*/
font-size: 30px !important;
font-weight: bold;
line-height: 35px; 
letter-spacing: 1px; 
background-image: none;
}

#shamrockfest h2 { 
margin:0 0 10px 0; 
padding: 0; 
text-align: center;
color: #007B00;
/*font-family: "georgia";*/
font-family: "trebuchet MS",sans-serif;
font-size: 22px;
font-weight: bold;
line-height: 26px; 
letter-spacing: 0px; 
}


#shamrockfest a:link 	{ color:#007B00; font-weight:bold; text-decoration:none; }
#shamrockfest a:visited { color:#007B00; font-weight:bold; text-decoration:none; }
#shamrockfest a:hover 	{ color:#59C529; font-weight:bold; text-decoration:underline; }
#shamrockfest a:active 	{ color:#59C529; font-weight:bold; text-decoration:underline; }


#shamrockfest h1 a:link 	{ color:#007B00; font-weight:bold; text-decoration:none; font-size: 30px !important;}
#shamrockfest h1 a:visited 	{ color:#007B00; font-weight:bold; text-decoration:none; font-size: 30px !important; }
#shamrockfest h1 a:hover 	{ color:#59C529; font-weight:bold; text-decoration:underline; font-size: 30px !important; }
#shamrockfest h1 a:active 	{ color:#59C529; font-weight:bold; text-decoration:underline; font-size: 30px !important; }



/* =================shamrock list======================= */

.shamlist {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	line-height: 20px;
	}

.shamlist ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	}

.shamlist li{
	margin: 0;
	padding: 0px 0 0px 32px;
	font-weight:bold !important;
	list-style-type: none;
	background-image: url("images/shamrockfestbullet.gif");
	background-repeat: no-repeat;
	background-position: 10px 2px;
	}








/*===================================================*/
/*============BLOG STYLE=============================*/
/*===================================================*/

#blogcontent {
margin:0;
padding: 5px 0 0 0;
overflow: hidden;
}

#blogcontent img {
margin: 0;
padding: 0px;
}

#blogcontent h1 {
padding: 0 0 0 70px;
margin: 10px 0 15px 0;
color: #713793;
text-align: left;
font-family: "trebuchet MS",sans-serif;
font-size: 22px;
font-weight: normal;
letter-spacing: 1px;
line-height: 30px;
background: url("images/three-dots.gif") no-repeat 0 0;
}

#blogcontent h2 {
padding: 0;
margin: 0 0 10px 0;
color: #F05E1C;
text-align: center;
font-family: "trebuchet MS",sans-serif;
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
line-height: 28px;
}

#blogcontent h1 a:link 		{ color: #713793;text-decoration:none; font-size: 22px !important;}
#blogcontent h1 a:visited 	{ color: #713793;text-decoration:none; font-size: 22px !important; }
#blogcontent h1 a:hover 	{ color: #713793;text-decoration:underline; font-size: 22px !important; }
#blogcontent h1 a:active 	{ color: #713793;text-decoration:underline; font-size: 22px !important; }


/*===============blog sidebar navigation================*/

#blog-sidebar h2 {
padding: 0;
margin: 0 0 5px 0;
color: #713793;
text-align: left;
font-family: "trebuchet MS",sans-serif;
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
line-height: 28px;
}

.blog-sidebar ul {
margin: 0 0 20px 0;
padding:0;
list-style-type: none;
font-size: 11px;
line-height: 16px;
border-top: 1px dotted #bbbbbb;
}

.blog-sidebar li{
margin: 0;
padding: 0;
}

.blog-sidebar ul li {
margin: 0;
padding: 0;
list-style-type: none;
}

.blog-sidebar ul li a:link {
margin: 0;
padding: 2px 0 2px 20px;
display: block;
border-bottom: 1px dotted #bbbbbb;
color: #F3793A;
font-weight: bold;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 5px 7px;
}
.blog-sidebar ul li a:visited {
margin: 0;
padding: 2px 0 2px 20px;
display: block;
border-bottom: 1px dotted #bbbbbb;
color: #F3793A;
font-weight: bold;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 5px 7px;
}
.blog-sidebar ul li a:hover {
margin: 0;
padding: 2px 0 2px 20px;
color: #F3793A;
font-weight: bold;
background-color: #ffffff;
text-decoration: underline;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 5px 7px;
}
.blog-sidebar ul li a:active {
margin: 0;
padding: 2px 0 2px 20px;
color: #F3793A;
font-weight: bold;
background-color: #ffffff;
text-decoration: underline;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 5px 7px;
}


/*=================POST background and content=========================*/

#post-bg {
margin: 0 0 15px 0;
padding: 0;
width: 550px;
float: right;
text-align: center;
background: url(images/blog-entry-bg-mid.gif) center top repeat-y;
}

#post-bg-top {
margin: 0;
padding: 0;
width: 550px;
text-align: center;
background: url(images/blog-entry-bg-top.gif) center top no-repeat;
}

#post-bg-padding {
margin: 0;
padding: 15px 23px 0 15px;
text-align: left;
}

#post-bg-bot {
margin: 0;
padding: 0;
width: 550px;
height: 22px;
text-align: center;
background: url(images/blog-entry-bg-bot.gif) center top no-repeat;
}

.post {
margin:0;
padding:0;
}

.date {
padding: 0 0 5px 0;
margin: 0 0 0 0;
color: #F3793A;
text-align: left;
font-family: "trebuchet MS",sans-serif;
font-size: 13px;
font-weight: bold;
letter-spacing: 0px;
line-height: 13px;
}

.post-content {
margin: 0;
padding: 0;
clear: both;
}

.post-info {
margin: 0;
padding: 8px 0 15px 0;
border-top: 1px solid #662E87;
}

.post-cat {
margin: 0;
padding: 0;
background: url(images/tag-icon.gif) no-repeat left center;
padding-left: 20px;
float: left;
}

.post-comments {
background: url(images/quote-icon.gif) no-repeat left center;
padding-left: 20px;
float: right;
}

/*========Navigation- next/previous links at bottom of blog=========*/
.navigation {
clear: both;
width:300px;
margin: 0 auto;
padding: 2px 0px;
}
.navigation a, .navigation a:visited {
}
.previous-entries a {
float: left;
padding-left: 18px;
background: url(images/doublearrow-left.gif) no-repeat left 4px;
}
.next-entries a {
float: right;
padding-right: 18px;
background: url(images/doublearrow-right.gif) no-repeat right 4px;
}

.post-meta { /*the posted-by line in the single-post view*/
margin:0 0 10px 0;
padding:0;
}

/*====COMMENTS====================*/

#comment {
margin:0;
padding:0;
}

#comment h3 {
padding: 4px 0 4px 10px;
margin: 0;
color: #ffffff;/*#713793;*/
text-align: left;
font-family: "trebuchet MS",sans-serif;
font-size: 16px;
line-height: 22px;
font-weight: bold;
letter-spacing: 0px;
background-color: #713793;/*#662e87;*/
}

/*=====Comment list - how the comments are displayed, with little doc icon=======*/
.comment-list {
margin: 10px 0;
padding: 0 0 0 0px;
}

.comment-list ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.comment-list li{
margin: 0;
padding: 10px 0 4px 22px;
font-weight:normal !important;
list-style-type: none;
background-image: url("images/post-icon.gif");
background-repeat: no-repeat;
background-position: 0px 8px;
border-bottom:1px solid #662e87;
}

/*=========comment form==================*/

#commentform {
margin: 0;
padding:0;
}
#commentform p {
}
#commentform label{
}
#commentform input{
border: 1px solid #555555;
background-color: #eeeeee;
}
#commentform textarea{
border: 1px solid #555555;
background-color: #eeeeee;
color: #000000;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
background: #dddddd;
}
#commentform #submit{
font-size: 10px !important;
font-weight: bold;
cursor: pointer;
color: #ffffff;
border: 1px solid #713793;
background-color: #713793;
padding: 1px;
}


/*=========search form (on sidebar)===========*/
#search {
margin: 0;
padding: 0;
width: 200px;
text-align: center;
}
#searchform {
margin:0;
padding: 0;
}
.searchfield {
color: #000000;
border: 1px solid #bbbbbb;
background-color: #ffffff;
margin: 0 0 5px 0;
padding: 2px;
}
.searchsubmit {
font-size: 10px !important;
font-weight: bold;
color: #ffffff;
border: 1px solid #713793;
background-color: #713793;
padding: 1px;
margin: 3px 0;
cursor: pointer;
}




/*================Gcalwidget=====================*/

.gcalwidget {
margin: 0;
padding: 0;
border:0;
}

#gcalwidget h2 {
padding: 0;
margin: 0 0 5px 0;
color: #713793;
text-align: left;
font-family: "trebuchet MS",sans-serif;
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
line-height: 28px;
}

.widgettitle h2 {
padding: 0;
margin: 0 0 5px 0;
color: #713793;
text-align: left;
font-family: "trebuchet MS",sans-serif;
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
line-height: 28px;
}

.sidebartitle h2 {
padding: 0;
margin: 0 0 5px 0;
color: #713793;
text-align: left;
font-family: "trebuchet MS",sans-serif;
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
line-height: 28px;
}

.gcalwidget ul {
margin: 0 0 6px 0;
padding:0;
list-style-type: none;
font-size: 11px;
line-height: 16px;
border-top: 0;
}

.gcalwidget li{
margin: 0;
padding: 0;
}

.gcalwidget ul li {
margin: 0;
padding: 0;
list-style-type: none;
}

.gcalwidget ul li a:link {
margin: 0;
padding: 2px 0 2px 20px;
display: block;
border-bottom: 1px dotted #bbbbbb;
color: #F3793A;
font-weight: bold;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 5px 7px;
}
.gcalwidget ul li a:visited {
margin: 0;
padding: 2px 0 2px 20px;
display: block;
border-bottom: 1px dotted #bbbbbb;
color: #F3793A;
font-weight: bold;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 5px 7px;
}
.gcalwidget ul li a:hover {
margin: 0;
padding: 2px 0 2px 20px;
color: #F3793A;
font-weight: bold;
background-color: #ffffff;
text-decoration: underline;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 5px 7px;
}
.gcalwidget ul li a:active {
margin: 0;
padding: 2px 0 2px 20px;
color: #F3793A;
font-weight: bold;
background-color: #ffffff;
text-decoration: underline;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 5px 7px;
}

















