@charset "UTF-8";

a { 
	color:#c402c6;
        text-decoration: none;
        font-weight:bold;      
}

a:hover  {
	text-decoration: underline;
}

body {
	background: #000 url('http://i1157.photobucket.com/albums/p592/RockBarbieUK/background-image1-1.jpg') no-repeat top right fixed;
        color: #fff;

	font-family: ''Lucida Sans Unicode', 'Lucida Grande', sans-serif';
        text-shadow: 2px 2px 1px #000;
}

body,td {
	
	
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	
	filter:alpha(opacity=100);
}
.container {
	
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}
.container img {
        border-radius: 5px;
        box-shadow: 0 0 1px 1px #fc02ff;
}

.container .heading {
	padding: 5px;
        font-family: 28DaysLaterRegular;
	font-style: normal;
	font-size: 18px;
        font-weight:bold;
        background: #fc02ff;
        border-radius: 5px;
        display:inline-block;
		color:#680469;
        text-shadow: 0 1px 1px #f6a6f7, 0 -1px 1px black;
        box-shadow: inset 1px 1px 1px #f6a6f7, inset -1px -1px 1px #000;
}

.content {
	padding:5px;
}
.gallery_image {
        border: none;
}
div.adBox img {

        box-shadow: none !important;
        margin-left:10px;
}

.dos {
    background: #000 url('http://i1157.photobucket.com/albums/p592/RockBarbieUK/rockbarbieyes.jpg') no-repeat bottom right;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #fc02ff;
    padding: 10px;
    margin-bottom:10px;
}
.donts {
    background: #000 url('http://i1157.photobucket.com/albums/p592/RockBarbieUK/rockbarbiefingers.png') no-repeat bottom right;
    height:auto;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #fc02ff;
    padding: 10px;
    margin-bottom:10px;
}
.header2 {
        position: relative;  
        font-size: 3em;  
        margin: 0;  
         
    }  
  
    p.header2 span {  
        text-decoration: none;  
        color: #666;  
        position: absolute;  
  
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));  
    }  
  
    .header2:after {  
        content : 'YES';  
        color: #d6d6d6;  
        text-shadow: 0 1px 0 white;  
    }
.header3 {
        position: relative;  
        font-size: 3em;  
        margin: 0;  
         
    }  
  
    p.header3 span {  
        text-decoration: none;  
        color: #666;  
        position: absolute;  
  
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));  
    }  
  
    .header3:after {  
        content : 'NO!';  
        color: #d6d6d6;  
        text-shadow: 0 1px 0 white;  
    }
.rules {
    width:80%;
}

.noShadow img {
    box-shadow:0 0 5px 2px #443501;
    text-align: center;
}
.noShadow1 img {
    box-shadow:none;
    text-align: center;
}

.caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98%;
    padding:0;
    width: auto;
	box-shadow: 0 0 4px 1px #000;
	
    
}

.caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
	color:#680469;
	text-shadow: none;
	font-weight: bold;
	text-shadow: 0 1px 1px #f6a6f7, 0 -1px 1px black;
}
.caption {
    background: #fc02ff;
    border-radius: 5px;
    max-width: 16%;
    padding: 5px 2px 10px 2px;
    text-align: center;
	float: left;
	margin-left: 1px;
	
        box-shadow: inset 1px 1px 1px #f6a6f7, inset -1px -1px 1px #000;
}