/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	background-color: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

a {
    outline: none;
}

.clear{
	clear:both;
}

hr.clear {
    height: 1px;
    background-color: #000;
    color: #000;
    border: 0;
    margin: 10px 0;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 940px;
	margin: 0 auto; 
}
#Container { 
	width: 940px;
}
#Layout {
	clear: both;
	overflow: hidden;
	margin: 10px auto;
}
#Content {
	width: 720px;
	float: right; 	
	margin: 0;
	text-align: left;
}
    #Content #ArticleContent {
        width: 500px;
        margin-right: 20px;
        float: left;
    }
    #Content #ArticleImage {
        width: 200px;
        float: right;
    }
        #Content #ArticleImage li {
            list-style: none;
            padding: 0;
            margin: 0 0 10px;
            text-align: right;
        }
/* HEADER
----------------------------------------- */
#Header { 
 	margin: 0 auto;
        padding-bottom: 10px;
	overflow: hidden;
        border-bottom: 2px solid #000;
        position: relative;
}
 	#Header h1 { 
	  	color: #000;
		font-size: 3.2em; 
                font-family: Arial, Helvetica, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header h1.HeaderHome,
        #Header h1.HeaderMagazine,
        #Header h1.HeaderBusiness {
            width: 470px;
            height: 55px;
            background-color: #fff;
            background-position: 5px 10px;
            background-repeat: no-repeat;
        }
        #Header h1.HeaderHome {
            width: 550px;
            background-image: url('../images/header/heading_hospitality.gif');
        }
        #Header h1.HeaderMagazine {
            background-image: url('../images/header/heading_magazine.gif');
        }
        #Header h1.HeaderBusiness {
            background-image: url('../images/header/heading_business.gif');
        }
	#Header h1.HeaderHome a,
        #Header h1.HeaderMagazine a,
        #Header h1.HeaderBusiness a {
            display: block;
            position: absolute;
            top: 10px;
            left: 0;
            width: 470px;
            height: 65px;
            text-indent: -9999px;
        }
        #Header p {
		font-size: 1.4em;
		color: #000;
		clear: left;
		margin: -15px 0 0 105px;
	}
        #Header #HeaderLinks {
            margin: 10px 0;
            padding: 0;
            list-style: none;
            float: right;
        }
        #Header #HeaderLinks li {
            float: left;
            border-left: 1px solid #000;
        }
        #Header #HeaderLinks li.first {
            border: 0;
        }
        #Header #HeaderLinks li a {
            display: block;
            color: #000;
            margin: 0 5px;
            font-weight: bold;
            text-decoration: none;
        }
        #Header #HeaderLinks li a:hover {
            text-decoration: underline;
        }

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 768px;
	margin: 0 auto;
	padding-top: 5px;
	overflow: hidden;
	background: #4ea3d7 url(../images/headerRounded.gif) no-repeat center bottom;
}
	#Navigation ul { 
 		float: right; 
		margin-right: 10px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 2.8em;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.3em; 
				font-size: 1.2em;
				padding: 0 0 0 10px;
				color: #fff;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.3em;
				}
					#Navigation ul li a:hover { 
			 			background: #93C7E7 url(../images/hoverTabLeft.gif) no-repeat left top; 
						color: #fff;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						background: #93C7E7 url(../images/hoverTabRight.gif) no-repeat right top;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	background: #fff url(../images/activeTabLeft.png) no-repeat left top; 
				 	color: #444;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
					background: #fff url(../images/activeTabRight.png) no-repeat right top;
					color: #444;
				}
    
/* SECTION NAVIGATION
-------------------------------------------- */
#SectionNavigation {
    color: #000;
    text-align: left;
    font-size: 1.1em;
    margin: 0 5px 5px;
    padding: 0;
    width: 100%;
    height: 20px;
    float: left;
    clear: both;
}
    #SectionNavigation li {
        list-style: none;
        float: left;
        padding: 0 5px 2px;
        margin: 0;
        border-left: 1px solid #000;
        font-size: 1em;
    }
    #SectionNavigation li.HomeLink {
        border: 0;
        padding-left: 0;
    }
        #SectionNavigation li a {
            color: #000;
            font-weight: bold;
            text-decoration: none;
            font-size: 1em;
        }
        #SectionNavigation li a:hover {
            text-decoration: underline;
        }
        #SectionNavigation li a.current,
        #SectionNavigation li a.section {
            color: #c00;
        }


/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs {
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em;
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
	}
	#Sidebar dl {
		margin: 0;
	}
		#Sidebar dt {
                    padding: 4px;
                    list-style: none;
                    background-color: #000;
                    color: #fff;
		}
		#Sidebar dd {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
    /* MENU */
    ul#Menu2 li { 
    	font-size: 1.2em;
    	margin: 0;
        list-style: none;
        background: #000;
    }
    	ul#Menu2 li a {
            display: block;
            padding: 4px;
            color: #fff;
      	}
      	/* Level 1 */
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover,
        ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            text-decoration: none;
      	}
            /* Sub Menu */
            ul#Menu3 {
                height: 100%;
                position: relative;
                margin: 0;
                padding: 0;
            }
                ul#Menu3 li {
                    background: #fff;
                    padding: 0;
                    margin: 0;
                    color: #000;
                    font-size: 1em;
                }
                    ul#Menu3 li.link a {
                        color: #000;
                    }
                    ul#Menu3 li.link a:hover,
                    ul#Menu3 li a.current,
                    ul#Menu3 li a.section,
                    ul#Menu3 li a.section:hover,
                    ul#Menu3 li a.current:hover {
                        text-decoration: underline;
                        color: #c00;
                        background: #fff;
                    }
      			
                    ul#Menu3 li a.current,
                    ul#Menu3 li a.section {
                        text-decoration: none;
                    }

                    #ArchiveSidebar ul#Menu2 li.link ul#Menu3 li {
                        display: none;
                    }

    /* SECTIONAL MENU */
    ul#SectionalMenu li {
    	font-size: 1.2em;
    	margin: 0;
        list-style: none;
        background: #fff;
    }
    ul#SectionalMenu li.first {
        background-color: #000;
    }
    	ul#SectionalMenu li a {
            display: block;
            padding: 4px;
      	}
      	/* Level 1 */
        ul#SectionalMenu li.current a {
            background: #fff;
            color: #c00;
        }
        ul#SectionalMenu li.link a,
        ul#SectionalMenu li.first a {
            color: #000;
        }
        ul#SectionalMenu li.current a {
            color: #c00;
        }
        ul#SectionalMenu li.link a:hover,
        ul#SectionalMenu li.section a:hover{
            color: #c00;
            text-decoration: underline;
        }
        ul#SectionalMenu li a:hover,
      	ul#SectionalMenu li a.current,
      	ul#SectionalMenu li a.current:hover,
        ul#SectionalMenu li a.section,
      	ul#SectionalMenu li a.section:hover {
            text-decoration: none;
            color: #c00;
      	}
        ul#SectionalMenu li.first a,
        ul#SectionalMenu li.first a:hover {
            text-decoration: none;
        }
        ul#SectionalMenu li.first a {
            background: #fff;
        }

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
    list-style: none;
    margin: 20px 0;
}
#PageComments li {
    margin: 5px 0;
    padding: 1px;
    width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 220px;
	margin: 0;
        clear: both;
        text-align: right;
}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 178px;
	margin: 0;
	padding: 1px;
	background-color: #000;
        height: 20px;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 174px;
		border: none;
		color: #666;
                height: 16px;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
    height: 22px;
    width: 40px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 94%; /* 92% */
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}

/* BANNERS
------------------------------------------------ */
#baseBanners {
	clear: both;
}
#baseBanners div {
}

.leaderboard { /* This is the containing div, not the actual banner. */
	width: 728px;
	height: 90px;
	background-color: maroon;
	color: white;
	font-size: 1.5em;
	text-align: center;
	margin: 0 0 5px;
}

.fullbanner-left,
.fullbanner-right {
	width: 468px;
	height: 60px;
	margin: 0 0 5px;
}
.fullbanner-left {
	clear: left;
	float: left;
}
.fullbanner-right {
	clear: right;
	float: right;
}

.rectangleBanner {
	width: 180px;
/*	height: 150px;*/
	overflow: hidden;
	margin: 5px 0; /* 10px*/
	clear: both;
}

.leaderboard a img,
.rectangleBanner a img,
.fullbanner-left a img,
.fullbanner-right a img {
	border: none;
}

/* HOMEPAGE
----------------------------------------------- */
#HomeFirstSection {
    border: 1px solid #000;
    margin-bottom: 25px;
    height: 256px;
}
#HomeFirstSection a.image {
    display: block;
    height: 197px;
    background-color: #fff;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-border-radius-topleft: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-radius-topright: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
}
#HomeFirstSection,
#HomeSecondSection,
#HomeThirdSection {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;

}
#HomeSecondSection,
#HomeThirdSection {
    width: 454px;
    height: 400px;
    position: relative;
}
#HomeSecondSection a.image,
#HomeThirdSection a.image {
    display: block;
    height: 78px;
    background-color: #fff;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-border-radius-topleft: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    -webkit-border-radius-topright: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
    color: #fff;
    font-size: 4.5em;
    padding: 250px 10px 0;
    font-family: 'Times New Roman',Times,serif;
}
#HomeThirdSection a.image {
    color: #000;
    font-size: 4em;
	display: block;
	text-indent: -9999px;
	background: transparent url('../images/EPEvolution.gif') 10px 260px no-repeat;
}
#HomeSecondSection a.image:hover,
#HomeThirdSection a.image:hover {
    text-decoration: none;
}
#HomeSecondSection a.image em,
#HomeThirdSection a.image em {
    font-size: 1.5em;
    font-style: normal;
    font-family: 'Times New Roman',Times,serif;
}
#HomeSecondSection {
    float: left;
    border: 1px solid #000;
}
#HomeThirdSection {
    float: right;
    border: 1px solid #000;
}
    .homepage div ul {
        list-style: none;
        margin: 0;
    }
	#HomeThirdSection ul {
	}

/* SECTION HOMEPAGE
----------------------------------------------- */
#SectionLozenges {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 940px;
    clear: both;
}
    #SectionLozenges li {
        width: 219px;
        height: 97px;
        margin: 0 21px 15px 0;
        float: left;
        background-position: 0 0;
        background-color: #fff;
        background-repeat: no-repeat;
    }
    #SectionLozenges li.section1 {
        background-image: url('../images/lozenges/section1.gif');
    }
    #SectionLozenges li.section2 {
        background-image: url('../images/lozenges/section2.gif');
    }
    #SectionLozenges li.section3 {
        background-image: url('../images/lozenges/section3.gif');
    }
    #SectionLozenges li.section4 {
        background-image: url('../images/lozenges/section4.gif');
    }
    #SectionLozenges li.section5 {
        background-image: url('../images/lozenges/section5.gif');
    }
    #SectionLozenges li.section6 {
        background-image: url('../images/lozenges/section6.gif');
    }
    #SectionLozenges li.section7 {
        background-image: url('../images/lozenges/section7.gif');
    }
    #SectionLozenges li.section8 {
        background-image: url('../images/lozenges/section8.gif');
    }
    #SectionLozenges li.section4,
    #SectionLozenges li.section8 {
        margin-right: 0;
    }
        #SectionLozenges li a {
            font-size: 1.6em;
            color: #fff;
            display: block;
            height: 63px;
            padding-top: 37px;
            text-align: center;
        }

/* Business section variant */
    #SectionLozenges.business li.section1 {
        background-image: url('../images/lozenges/business-section1.gif');
    }
    #SectionLozenges.business li.section2 {
        background-image: url('../images/lozenges/business-section2.gif');
    }
    #SectionLozenges.business li.section3 {
        background-image: url('../images/lozenges/business-section3.gif');
    }
    #SectionLozenges.business li.section4 {
        background-image: url('../images/lozenges/business-section4.gif');
    }
    #SectionLozenges.business li.section5 {
        background-image: url('../images/lozenges/business-section5.gif');
    }
    #SectionLozenges.business li.section6 {
        background-image: url('../images/lozenges/business-section6.gif');
    }
    #SectionLozenges.business li.section7 {
        background-image: url('../images/lozenges/business-section7.gif');
    }
    #SectionLozenges.business li.section8 {
        background-image: url('../images/lozenges/business-section8.gif');
    }
        #SectionLozenges.business li a {
            color: #000;
        }


    #contentList {
        margin: 0 0 15px;
        padding: 0;
        list-style: none;
        float: left;
        clear: both;
    }

        #contentList li {
            margin: 0 10px 10px 0;
            padding: 0;
            width: 180px;
            height: 225px;
            float: left;
            overflow: hidden;
        }
        #contentList li.item5,
        #contentList li.item10,
        #contentList li.item15,
        #contentList li.item20,
        #contentList li.item25,
        #contentList li.item30,
        #contentList li.item35,
        #contentList li.item40,
        #contentList li.item45,
        #contentList li.item50,
        #contentList li.item55,
        #contentList li.item60,
        #contentList li.item65,
        #contentList li.item70 {
            margin-right: 0;
        }
        #contentList li div.image {
            overflow: hidden;
            background-color: #fff;
            height: 113px;
            width: 178px;
            margin-bottom: 5px;
            border: 1px solid #000;
        }
        #contentList li div.image a {
            height: 113px;
            display: block;
            text-align: center;
            color: #fff;

        }
        #contentList li a {
            color: #000;
            font-weight: bold;
            display: block;
            margin-bottom: 10px;
            font-style: normal;
        }
    #ImageSection {
        clear: both;
        border: 1px solid #000;
        margin-bottom: 10px;
        padding: 0;
        height: 365px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }
        #ImageSection div.image {
            -webkit-border-radius-topleft: 25px;
            -moz-border-radius-topleft: 25px;
            border-top-left-radius: 25px;
            -webkit-border-radius-topright: 25px;
            -moz-border-radius-topright: 25px;
            border-top-right-radius: 25px;
            background-position: 0 0;
            background-color: #fff;
            background-repeat: no-repeat;
            height: 300px;
        }
        #ImageSection p.IntroText {
            padding: 10px 10px 0;
            margin: 0;
        }

    #ArchiveList {
        margin: 0 0 15px;
        padding: 0;
        list-style: none;
        float: left;
        clear: both;
    }

        #ArchiveList li {
            margin: 0 10px 10px 0;
            padding: 0;
            width: 88px;
            height: 125px;
            border: 1px solid #000;
            text-align: center;
            float: left;
            background: #f0f0f0;
        }
        #ArchiveList li a.image {
            padding-top: 25px;
            height: 100px;
            display: block;
            color: #fff;
            text-indent: -9999px;
        }
        #ArchiveList li a.text {
            color: #000;
            display: block;
            margin: 5px 0;
        }

#SectionHeaderImage {
    background-position: 0 0;
    background-color: #fff;
    background-repeat: no-repeat;
    height: 150px;
    border: 1px solid #000;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}









/* ABOUT US
----------------------------------------------- */
#AboutMagazine,
#AboutBusiness {
    width: 460px;
    float: left;
}
#AboutBusiness {
    float: right;
}

#NewsletterSignupEnews {
    width: 160px;
    float: none;
    margin-bottom: 10px;
}
#NewsletterSignupEnews p {
    font-weight: bold;
    font-size: 16px;
    color: #069;
    line-height: 20px;
    margin: 0;
}
#NewsletterSignupEnews input {
    font-size: 10px;
}
#EmailAddress {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    border: 1px solid #999999;
}
#SafeSubscribe {
    padding-top: 5px;
}
#SignupFootnote {
    color: #999;
    padding-bottom: 5px;
}
#SignupFootnote a {
    text-decoration: none;
    color: #999;
}
#NewsletterSignupEnews form span {
    background-color: #069;
    float: right;
}
/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	height: 5em; 
	text-align: right;
        color: #000;
}
    #Footer #FooterLinks {
        clear: both;
        line-height: 65px;
        text-align: center;
        width: 940px;
        height: 65px;
    }
    #Footer #FooterLinks img {
        border: 0;
        vertical-align: middle;
    }
    #Footer #FooterLinks a {
        width: 52px;
        float: left;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
	#Footer .footerTop {
		width: 100%;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		font-size: 1.1em;
		margin-top: -0.6em;
	}
  		#Footer a { 
	   		text-decoration: none;
		}
			#Footer a:hover {
				text-decoration: underline;
			}