@charset "utf-8";
/* CSS Document */
body {
	color:#FFF;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#000;
	background-image:url('http://www.amandanicole.co.uk/images/brick-background.jpg');
	background-repeat: repeat-y;
	background-position: center top
}
#wrapper {
	width:1000px;
	margin:auto;
	position:relative;
	background-color:#000000;
}


.clear {
	clear:both;
}
.topnav {
	text-align:center;
	background-position:center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #000000;
	clear: both;
}
.topnav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topnav li {
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 24px;
	list-style-type: none;
}

.topnav a {
	text-decoration:none;
	color:#FFF;
	background-position:center;
	opacity:0.5;
	background-repeat:no-repeat;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #FF3300;
	height: 32px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.left {
	width:750px;
	float:left;
	margin-left: 10px;
	font-size: 12px;
	
}
.left h1 {
	font-size: 26px;
	font-weight: bold;
}
.left h2 {
	font-size: 15px;
	font-weight: bold;
}
.left .statement {
	font-weight: bold;
	color: #FFCC00;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


.footer {
	text-align:left;
	font-size: 11px;
	color: #CCCCCC;
	background-image: url('http://www.amandanicole.co.uk/images/image-stream.png');
	background-repeat: no-repeat;
	background-position: right top;
	width:100%;
}
.footer strong {
	font-weight: bold;
	color: #FFFF00;
	font-size: 12px;
}
.footer .telno {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer li {
	list-style:none;
}
a {
	text-decoration:none;
	color: #00CCCC;
}

a:hover {
	color:#33FF66;
}
.right img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ticker {
	background-color: #000000;
	margin: 0px;
	padding: 10px;
}

.right {
	width:204px;
	float:right;
	background-color:#000000;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
}
.right .lead {
	font-size: 13px;
}

.tickercontainer { /* the outer div with the black border */
	height: 35px;
	margin: 0;
	overflow: hidden;
	background-color: #000000;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7;
	padding-left: 0px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
ul.newsticker { /* that's your list */
	position: relative;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	width: 100%;
}
.topnav .butred a {
	color: #FFFFFF;
	background-image: url('http://www.amandanicole.co.uk/images/starbutton1.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 2px;
	background-color: #FF0000
}

.topnav .butgreen a {
	color: #FFFFFF;
	background-image: url('http://www.amandanicole.co.uk/images/starbutton1.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 2px;
	background-color: #00FF00
}
.topnav .butblue a {
	color: #FFFFFF;
	background-image: url('http://www.amandanicole.co.uk/images/starbutton1.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 2px;
	background-color: #00FFFF
}
.topnav .butpurple a {
	color: #FFFFFF;
	background-image: url('http://www.amandanicole.co.uk/images/starbutton1.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 2px;
	background-color: #9933FF
}

#header {
    float: left;
    height: 200px;
    width: 100%;
    overflow: hidden;
    background-image: url('http://www.amandanicole.co.uk/images/headershaded.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%
}

#danceleft {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}
#danceright {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}
#dancefull {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.footer h2 {
font-size:11px;
color:#FFFFFF;
font-weight: normal;
margin-top: -16px;
padding-top: 0px;
margin-right: -465px;
}
.footer img {
border: none;
float:left;
margin-left: -10px;
margin-top: -70px;
}
@media only screen and (min-width:880px){
#mobile {display:none;}
#desktop {display:block; }

form {
  text-align: center;
}

@media only screen and (max-width:979px){ 
#mobile {display:block;}
#desktop {display:none; }
html, body {font-size:16px;} 
#wrapper { width:100%; max-width:100%; min-width:375px; } 
img, input { max-width:100%; height:auto; } 
a {word-wrap: break-word; padding:0 10px;} 
.sidebar {float: none;}
table {max-width:100%;}
ul#menu {max-width:100%; margin:0 auto;}
#menu li {display:block;text-align:center;} 
.video-container {position:relative;padding-bottom:75%;padding-top:35px;height:0;overflow:hidden;} 
.video-container iframe {position:absolute;top:0;left:0;width:100%;max-width:420px;height:100%;max-height:315px;} 
}
@media handheld, only screen and (max-width: 767px) {
 //mobile version css

  }
   /* if desktop */
    .mobile_device_380px {
        display: none;
    }
    .mobile_device_480px {
        display: none;
    }


    /* if mobile device max width 380px */
    @media only screen and (max-device-width: 380px) {
        .mobile_device_380px{
            display: block;
        }       
    .desktop {
        display: none;
    }
}

    /* if mobile device max width 480px */
    @media only screen and (max-device-width: 480px) {
    .mobile_device_480px{
        display: block;
    }
    .desktop {
        display: none;
    }
	    /* Logo must not appear too large on mobile */
	#portal-logo img {
	   width: 33%;
	   max-width: 180px;
	}

}
@media all and (max-width: 900px) {
    .side_article { /* Hide advertisement panel*/
        display: none;
        visibility: hidden;
    }

    .siteDescription {
        width: 100%; /* Earlier 70%*/
    }

    .main_articles {
        width: 90%;/* Earlier 95%*/
    }
} 
@media all and (max-width: 700px) {

    header {
        height: 90px; * Earlier 120px*/
        line-height: 90px; * Earlier 120px*/
    }

        header span {
            font-size: 20px; /* Earlier 30px*/
        }

    .des {
        width: 50%; /* Earlier 70%*/
        background-color: #e9e9e9;
    }
}  
@media only screen and (max-device-width: 480px) {

	}
	@media only screen and (max-device-width: 480px) {
		div#wrapper {
			width: 400px;
		}

					
		div#header h1 {
			font-size: 140%;
		}

		#content {
			float: none;
			width: auto;
		}

		#navigation {
			float:none;
			width: auto;
		}
	}
	/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
video {
    max-width: 100%;
    height: auto;
}


