/* Global
------------------------------------------------------------------*/
html, body, div, ul, p
{
    margin: 0;
    padding: 0;
}
html, body
{
    width: 100%;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
}
h1#logoHolder
{
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    text-indent: -9000px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
}
form 
{
    margin-bottom: 0em;
}
em
{
}
img
{
    border: 1px solid #6ADEC9;
    margin: 0px;
}
#mainContent img
{
    border: none;
    margin-bottom: 0px;
}
#mainContent img.ImgFullName
{
    margin-top: 20px;
    border: none;
    margin-bottom: 0px;
}

hr
{
    border: 0;
    width: 80%;
    color: #8d0005;
    background-color: #e5e3df;
    height: 1px;
    margin: 5px auto 20px auto;
    padding: 0;
    text-align: center;
}


/* Header
------------------------------------------------------------------*/

#headerOuter
{
    width: 100%;
    height: 229px;
    position: relative;
    background: transparent url(/images/header_bg.jpg) repeat-x 0 0;
    background-color: #000;
}
#headerInner, #headerInnerHome, #headerInnerServices, #headerInnerBlog, #headerInnerContact, #headerInnerPhotos, #headerInnerSearch
{
    position: relative;
    width: 1080px;
    height: 229px;
    margin: 0px auto;
}

#headerInnerHome
{
    background: transparent url(/images/titlebar_home.jpg) no-repeat;
    background-position: 30px 0px;
}

#headerInnerServices
{
    background: transparent url(/images/titlebar_services.jpg) no-repeat;
    background-position: 30px 0px;
}

#headerInnerPhotos
{
    background: transparent url(/images/titlebar_photos.jpg) no-repeat;
    background-position: 30px 0px;
}

#headerInnerBlog
{
    background: transparent url(/images/titlebar_blog.jpg) no-repeat;
    background-position: 30px 0px;
}

#headerInnerContact
{
    background: transparent url(/images/titlebar_contact.jpg) no-repeat;
    background-position: 30px 0px;
}
#headerInnerSearch
{
    background: transparent url(/images/titlebar_contact.jpg) no-repeat;
    background-position: 30px 0px;
}
/* Main navigation
------------------------------------------------------------------*/
ul#nav
{
    position: absolute;
    width: 727px;
    height: 38px;
    left: 50px;
    top: 186px;
    background: transparent url(/images/menu.jpg) no-repeat 0 38px;
}
ul#nav li
{
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    text-indent: -9999px;
}
ul#nav li a
{
    border: 0;
    display: block;
    height: 38px;
    text-decoration: none;
    background: transparent url(/images/menu.jpg) no-repeat;
}
li#home a
{
    width: 97px;
}
li#services a
{
    width: 100px;
}
li#blog a
{
    width: 101px;
}
li#photos a
{
    width: 101px;
}
li#contact a
{
    width: 134px;
}
li#search a
{
    width: 101px;
}
li#home a:link, li#home a:visited
{
    background-position: 0px -38px;
}
li#home a:hover, li#home a:focus
{
    background-position: 0px 0px;
    outline: none;
}
li#services a:link, li#services a:visited
{
    background-position: -97px -38px;
}
li#services a:hover, li#services a:focus
{
    background-position: -97px 0px;
    outline: none;
}

li#blog a:link, li#blog a:visited
{
    background-position: -197px -38px;
}
li#blog a:hover, li#blog a:focus
{
    background-position: -197px 0px;
    outline: none;
}

li#photos a:link, li#photos a:visited
{
    background-position: -298px -38px;
}
li#photos a:hover, li#photos a:focus
{
    background-position: -298px 0px;
    outline: none;
}

li#search a:link, li#search a:visited
{
    background-position: -400px -38px;
}
li#search a:hover, li#search a:focus
{
    background-position: -400px 0px;
    outline: none;
}

li#contact a:link, li#contact a:visited
{
    background-position: -509px -38px;
}
li#contact a:hover, li#contact a:focus
{
    background-position: -509px 0px;
    outline: none;
}


/* Main navigation "active tabs"
------------------------------------------------------------------*/
#headerInnerHome ul#nav li#home a
{
    background-position: 0px 0px;
}
#headerInnerServices ul#nav li#services a
{
    background-position: -97px 0px;
}
body#bodyBlog ul#nav li#blog a
{
    background-position: -197px 0px;
}
#headerInnerPhotos ul#nav li#photos a
{
    background-position: -298px 0px;
}
#headerInnerSearch ul#nav li#search a
{
    background-position: -400px 0px;
}
body#bodyContact ul#nav li#contact a
{
    background-position: -502px 0px;
}

/* Content body
------------------------------------------------------------------*/

#contentOuter
{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    padding-bottom: 60px;
}
#contentInner
{
    width: 980px;
    height: auto;
    margin: 0px auto;
    padding: 60px 0px 40px 0px;
    background-color: #fff;
}
#contentInner p
{
    padding: 10px 0px 18px 0px;
    line-height: 150%;
}
#contentInner ul
{
    margin: 0px 0px 10px 25px;
    line-height: 150%;
}
#contentInner li
{
    padding-left: 5px;
}
#contentInner a
{
    color: #60B8A8;
    text-decoration: underline;
}
#contentInner a:hover
{
    color: #FF7B24;
}




#mainContent {
width: 100%;
}

#sideBar
{
    width: 260px;
    height: auto;
    margin: 10px 0 0 30px;
    float: left;
}
#sideBar h2
{
    width: 300px;
    border-bottom: 1px solid #d2d1cd;
    padding: 10px 0px 5px 0px;
    margin-bottom: 10px;
}
#sideBar p
{
    font-size: 1em;
    line-height: 1.3em;
    padding: 20px 0 10px 0;
    width: 200px;
    text-align: right;
    color: #666;
}

#sideBar img.ImgNoBorder
{
    padding-top: 15px;
    border: none;
}

/* moreButton
------------------------------------------------------------------*/

.moreButton, .moreButton2
{
    width: 105px;
    height: 42px;
    display: block;
}
.moreButton
{
    float: right;
}
.moreButton2
{
    width: 105px;
    height: 42px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.moreButton a, .moreButton2 a
{
    width: 105px;
    height: 42px;
    display: block;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9000px;
    overflow: hidden;
    text-decoration: none;
    outline: none;
}
.moreButton a
{
    background: transparent url(/images/more_button.jpg) no-repeat 0 0;
}
.moreButton2 a
{
    background: transparent url(/images/more_button2.jpg) no-repeat 0 0;
}
.moreButton a:hover
{
    background: transparent url(/images/more_button.jpg) no-repeat 0 -42px;
}
.moreButton2 a:hover
{
    background: transparent url(/images/more_button2.jpg) no-repeat 0 -42px;
}


/* Sitemap
------------------------------------------------------------------*/
ul.siteMap
{
    line-height: 200%;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
}
ul.siteMap li
{
    display: block;
    padding: 5px 0 5px 20px;
    background-image: url(/images/bullet_icon.jpg);
    background-repeat: no-repeat;
    background-position: 0px 11px;
}
ul.siteMap li a
{
    color: #0383ff;
    text-decoration: underline;
}
ul.siteMap li a:hover
{
    color: #2f6aa1;
    text-decoration: underline;
}
.contentBox h3
{
    font-size: 1.2em;
    color: #333;
    padding: 0;
    margin: 20px 0 0 0;
}

/* Footer
------------------------------------------------------------------*/

#footerTear
{
    clear: left;
    width: 100%;
    height: 26px;
    position: relative;
    background: #fff url(/images/footer_bg.jpg) no-repeat 0 0;
}
#footerOuter
{
    width: 100%;
    position: relative;
    background: #000;
    text-align: center;
}
#footerInner
{
    position: relative;
    width: 980px;
    margin: 0px auto;
}

#footerFirst
{
    display: block;
    position: relative;
    width: 980px;
    height: auto;
    text-align: center;
    font-size: 14px;
}
#footerFirst ul
{
    padding: 35px 0px 20px 0px;
    margin: 0px;
    list-style-type: none;
    background: transparent;
    font-size: .9em;
    font-family: Lucida Sans;
}
#footerFirst li
{
    display: inline;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    border-right: 1px solid #f3f1e9;
}

#footerFirst li a
{
    color: #f3f1e9;
    text-decoration: none;
    font-weight: normal;
    margin-left: 4px;
}
#footerFirst li a:hover
{
    color: #FF7B24;
    text-decoration: underline;
}
#footerFirst li.last
{
    border: 0px;
}

#footerLast
{
    position: relative;
    width: 980px;
    padding: 0px;
}

#copyrightInfo
{
    position: relative;
    width: 100%;
    text-align: center;
    color: #60B8A8;
    padding: 14px 0px 20px 0px;
    background: transparent;
    font-size: 16px;
}
#copyrightInfo .separator2
{
    color: #60B8A8;
}
#sueetieFooterLogo
{
    padding-bottom: 40px;
    margin-left: auto;
}
#sueetieFooterLogo img, #sueetieFooterLogo img a
{
    border: none;
}
#sueetieFooterLogo p
{
    width: 400px;
    display: block;
    font-size: .6em;
    color: #ccc;
    margin: 0px auto;
}
#sueetieFooterLogo a
{
    color: #60B8A8;
}
#sueetieFooterLogo a:hover, #sueetieFooterLogo a:active
{
    color: #FF7B24;
}
/* Misc
------------------------------------------------------------------*/
.clearB
{
    clear: both;
    height: 0;
    margin: 0; /* I think this is unnecessary */
    font-size: 1px; /* helps WinIE with B1 and B2 */
    line-height: 0px; /* helps WinIE5 */
}
.right
{
    text-align: right;
}
.center
{
    text-align: center;
}


#topLinks
{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    width: 291px;
    height: 19px;
    font-size: 11px;
    background: transparent url(/images/top_links_bg.gif) no-repeat 0 0;
}
#topLinks ul
{
    list-style-type: none;
    margin-top: 2px;
}

#topLinks li
{
    display: inline;
    margin: 0;
    padding: 0px 12px 4px 0px;
    height: 14px;
}

li#topLink1
{
    padding-left: 50px;
}
li#topLink2
{
    padding-left: 10px;
}
#topLinks li.RegisterLI
{
    padding-left: 10px;
}
#topLinks li a
{
    color: #f3f1e9;
    text-decoration: none;
    font-size: 11px;
}
#topLinks li a:hover
{
    color: #FF7B24;
    text-decoration: underline;
}
#sideBarText
{
    font-size: 14px;
}
.GalleryAdminText
{
    margin-top: 54px;
    margin-bottom: 40px;
    font-size: 14px;
}

/*
------------------------------------------------------------------------
CONTENT PARTS
------------------------------------------------------------------------
*/
.contentpart
{
    border: solid 1px transparent;
}

.contentpart:hover
{
    background-color: #eee;
    border: dashed 1px #666;
    cursor: pointer;
}

.contenteditorouter
{
    width: 625px;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
}

.contenteditor
{
    width: 609px;
    border: double 3px #111;
    padding: 5px;
    color: #444444;
    font-family: Arial;
    font-size: 14px;
}

.contenteditor a:link, .contenteditor a:visited, .contenteditor a:active, .contenteditor a:hover
{
    color: #B2161B;
    text-decoration: none;
}
.contenteditor textarea
{
    min-height: 350px;
    width: 607px;
    border-color: #eee;
}

.contenteditor .lastchanged, .contenteditor .contentid
{
    font-size: 11px;
    font-family: Tahoma;
}
.contenteditor .contentid
{
    padding: 5px 0;
    color: #B2161B;
}
.contenteditor .links
{
    margin-top: 12px;
    margin-bottom: 5px;
}
.contenteditor .links a.cancel, .contenteditor .links a.save, .contenteditor .links .htmlmode
{
    cursor: pointer;
    margin-left: 10px;
    padding: 3px;
    border: solid 1px #ddd;
    background-color: #f4f4f4;
    font-size: 10px;
    font-family: Tahoma;
    line-height: 16px;
}
.contenteditor .links .htmlmode input
{
    padding-top: 3px;
    margin-bottom: 1px;
    vertical-align: bottom;
}
.contenteditor .links a.cancel:hover, .contenteditor .links a.save:hover, .contenteditor .links .htmlmode:hover
{
    background-color: #ddd;
    border: solid 1px #ccc;
}
.contenteditor .links .cancel, .contenteditor .links .save
{
    color: #B2161B;
}

.contenteditorouter .topmenu
{
    width: 100%;
    height: 20px;
    background-color: #000;
}

.ui-draggable-dragging .contenteditor
{
    z-index: 1000;
}

.menuclose, .menumaximize, .menuadmin
{
    float: right;
    margin: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.menuclose
{
    background: url(/images/shared/nicedit/cpmenuclose.png) no-repeat;
}

.menumaximize
{
    background: url(/images/shared/nicedit/cpmenumax.png) no-repeat;
}

.menuadmin
{
    background: url(/images/shared/nicedit/cpmenuadmin.png) no-repeat;
}

/*
------------------------------------------------------------------------
SUEETIE LOGO
------------------------------------------------------------------------
*/


.SueetieLogoImage
{
}
.SueetieLogoText
{
    clear: both;
}
#sueetielogo
{
    clear: both;
    margin-top: 32px;
    margin-bottom: 30px;
    color: #60B8A8;
    width: 100%;
    text-align: center;
}
#sueetielogo p
{
    margin: 5px auto;
    font-size: 11px;
    color: #ccc;
    width: 400px;
}
#sueetielogo IMG
{
    border: none;
}
#sueetielogo p a
{
    font-weight: bold;
    text-decoration: none;
    border: none;
    color: #fff;
}
#sueetielogo p a:hover
{
    text-decoration: underline;
    color: #FF7B24;
}
.AvatarBig {
background-image:url("/themes/lollipop/images/avatars/noavatar.jpg");
background-repeat:no-repeat;
border:1px solid #DDDDDD;
height:200px;
margin:0;
width:200px;
}

/*
------------------------------------------------------------------------
MODAL WINDOWS
------------------------------------------------------------------------
*/
.modalPanelTitle td
{
    padding: 3px;
    font-weight: bold;
    font-size: 0.9em;
    background-image: url(/themes/lollipop/images/window_titlebg.gif);
    cursor: hand;
    color: black;
    font-family: Verdana;
    width: 100%;
    height: 30px;
    background-color: #6f90dc;
}

.modalPanel
{
    border-right: 1px outset;
    border-top: 1px outset;
    z-index: 500;
    width: 500;
    border-left: 1px outset;
    border-bottom: 1px outset;
    position: absolute;
    border-collapse: collapse;
    background-color: buttonface;
}

.modalPanel td
{
    vertical-align: top;
}

.titleIcon
{
    padding-right: 20px;
}
input.modalPencil
{
    display: inline;
    float: right;
    margin-left: 4px;
    margin-right: 2px;
    margin-top: 2px;
}

tr.modalPanelButtonRow td
{
    text-align: right;
}
tr.modalPanelButtonRow td input
{
    margin-right: 8px;
    padding: 3px 5px;
}
/*
------------------------------------------------------------------------
CONTENT PAGES
------------------------------------------------------------------------
*/
.ContentSidebarViewItem
{
    margin-bottom: 3px;
}
.ContentSidebarViewItem a:link, .ContentSidebarViewItem a:visited
{
    text-decoration: none;
    color: #D50031;
}
.ContentSidebarViewItem a:hover, .ContentSidebarViewItem a:active
{
    text-decoration: underline;
    color: #000;
}
.ContentSidebarTitleCurrent
{
    font-weight: bold;
}
.ContentSidebarListTitle
{
    font-size: 1.1em;
    letter-spacing: -.04em;
    color: #000;
    font-weight: lighter;
    margin-bottom: 20px;
}
#ContentBodyArea h3
{
    font-size: 1.5em;
    letter-spacing: -.04em;
    color: #D50031;
    font-weight: lighter;
    margin-bottom: 35px;
    width: 100%;
    overflow: hidden;
}
#content #ContentBodyArea p
{
    font-size: 16px;
    margin-right: 30px;
}
.CreativeCommonsAttrib  {
color:#666666;
display:block;
font-family:Lucida Sans;
font-size:11px;
margin:20px 0 0;
text-transform:uppercase;
width:100%;
}
.TextButtonBig, .TextButtonBigLeft, .TextButtonBig input, tr.modalPanelButtonRow td input, .TextButtonBigArea input, .tagsEditButtonArea input, .calendarEditButtonArea input
{
    background-color: #EEEEEE;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-right: 1px solid #999999;
    border-style: solid;
    border-width: 1px;
    font-size: 18px;
    font-weight: lighter;
    margin: 3px;
    padding: 7px 6px;
    text-decoration: none;
    white-space: nowrap;
}
.TextButtonBig:hover, .TextButtonBigLeft:hover, .TextButtonSmall:hover, .TextButtonBigArea input:hover, tr.modalPanelButtonRow td input:hover, .TextButtonBigArea input:hover
{
    background-color: #ddd;
}
.TextButtonBig input.TextButtonBigMatchHeight
{
    padding: .2em 6px;
}

/*
------------------------------------------------------------------------
TAGS
------------------------------------------------------------------------
*/
.tagsEditPanel
{
    width: 100%;
    overflow: hidden;
    margin: 20px 0px;
}
.tagsEditToggleImage
{
    margin-left: 7px;
}
input.tagsEditBox
{
    width: 100%;
    overflow: hidden;
    border: solid 1px #ccc;
    background: none;
    padding: 5px;
    font-size: 16px;
    margin-top: 20px;
}
input.tagsEditBox:hover, input.tagsEditBox:focus
{
    background-color: #eee;
}
input.tagsDisplayBox:hover, input.tagsDisplayBox:focus
{
    background: none;
    color: #000;
}
SPAN.tagMatches
{
    font-size: .9em;
    margin: 20px 0px 10px 0px;
    width: 100%;
    line-height: 28px;
    display: block;
}
SPAN.tagMatches SPAN
{
    padding: 3px;
    margin-right: 5px;
    background-color: #60b8a8;
    border: solid 1px #fff;
    color: #fff;
    cursor: pointer;
}
SPAN.tagMatches SPAN:hover
{
    background-color: #000;
}
.tagsLabel
{
    font-weight: bold;
    margin-right: 6px;
    color: #60b8a8;
}
.tagsArea
{
    overflow: hidden;
    margin-top: 20px;
}


/*
------------------------------------------------------------------------
CALENDAR EDIT CONTROL
------------------------------------------------------------------------
*/
.calendarArea
{
    overflow: hidden;
    display: block;
    margin-top: 20px;
}
.calendarEditPanel
{
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
}
input.calendarEditTitleTextBox
{
    width: 90%;
    overflow: hidden;
    border: solid 1px #ccc;
    padding: 5px;
    font-size: 16px;
    margin-top: 20px;
}
textarea.calendarEditDescriptionTextArea
{
    width: 90%;
    height: 60px;
    padding: 5px;
    font-size: 14px;
    margin-top: 10px;
    font-family: Arial;
    margin-bottom: 15px;
    border: solid 1px #ccc;
}
span.calendarNotesArea
{
    display: block;
    overflow: hidden;
    width: 90%;
    font-size: .8em;
    font-family: Tahoma;
    text-transform: uppercase;
    color: #D50031;
    margin-top: 20px;
}
.calendarEditButtonArea
{
    margin-top: 18px;
}
.calendarStartEndTimeLabel, .calendarAllDayLabel, .calendarStartDateLabel, .calendarRepeatDateLabel
{
    font-size: 12px;
    margin-left: 0px;
    color: #D50031;
    font-weight: bold;
    margin-right: 8px;
}
.calendarRepeatDateLabel
{
    margin-left: 15px;
}
.calendarStartEndTimeDiv, .calendarStartDateDiv, calendarRepeatEndDateDiv
{
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.calendarStartEndTimeDiv
{
    height: 20px;
}
input.calendarEditStartTimeTextBox, input.calendarEditEndTimeTextBox, input.calendarEditStartDateTextBox, 
input.calendarEditEndDateTextBox, input.calendarEditRepeatEndDateTextBox
{
    width: 100px;
    margin-left: 8px;
    border: solid 1px #ccc;
    padding: 5px;
    font-size: 16px;
}
input.calendarEditStartDateTextBox, input.calendarEditRepeatEndDateTextBox
{
    width: 100px;
    margin-left: 0px;
}
 input.calendarEditEndDateTextBox
 {
     margin-left: 8px;
 }
.calendarAsterisk
{
    font-size: 21px;
    color: #D50031;
    margin-left: 4px;
    height: 20px;
    vertical-align: bottom;
}

/*
------------------------------------------------------------------------
SIMPLE DATE PICKER
------------------------------------------------------------------------
*/

.datepicker
{
    border-collapse: collapse;
    border: 2px solid #999;
    position: absolute;
}
.datepicker tr.controls th
{
    height: 22px;
    font-size: 11px;
}
.datepicker select {
font-size:11px;
max-width:80px;
}
.datepicker tr.days th
{
    height: 18px;
}
.datepicker tfoot td
{
    height: 18px;
    text-align: center;
    text-transform: capitalize;
}
.datepicker th, .datepicker tfoot td
{
    background: #eee;
    font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
}
.datepicker th span, .datepicker tfoot td span
{
    font-weight: bold;
}

.datepicker tbody td
{
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    font: 11px/22px Arial, Helvetica, sans-serif;
    text-align: center;
    background: #fff;
}
.datepicker tbody td.date
{
    cursor: pointer;
}
.datepicker tbody td.date.over
{
    background-color: #99ffff;
}
.datepicker tbody td.date.chosen
{
    font-weight: bold;
    background-color: #ccffcc;
}
table.datepicker
{
    width: 280px;
}
/*
------------------------------------------------------------------------
JQUERY ALERTS
------------------------------------------------------------------------
*/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(/images/shared/jalerts/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/images/shared/jalerts/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/images/shared/jalerts/info.gif);
}

#popup_content.confirm {
	background-image: url(/images/shared/jalerts/important.gif);
}

#popup_content.prompt {
	background-image: url(/images/shared/jalerts/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

