body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border: none;
	margin-right: 5px;
	margin-left: 5px;
} 
.oneColLiqCtrHdr #container {
	width: 320px;  /* this will create a container 80% of the browser width */
	background: #999999;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/back.png);
	background-repeat: repeat;
	border-bottom: 2px solid #FFF;
}
.oneColLiqCtrHdr #header {
	background-color: #666;
	border: 2px solid #fff;
	border-top: none;
	position: relative;;
	height: 70px;
	padding-left:0px;
  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header img {
	padding-top: 3px;
	padding-left: 5px;
	vertical-align:middle;
	}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
}
.oneColLiqCtrHdr h1 {
	text-align: left;
	margin-left: 20px;
	font-size: 25px;
	color: #333;
}
.oneColLiqCtrHdr h2 {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 28px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.3em;
}
.oneColLiqCtrHdr h2 a {
color:#06F;
background: #CCC;
padding: 5px;
border: 2px solid #333;}
.oneColLiqCtrHdr h3 {
  font : Verdana, sans-serif;
  font-size : 24px; 
  line-height: 1.3em;
  font-variant: lowercase;
  text-transform: capitalize;
  color: #06f;
}

.oneColLiqCtrHdr h4 {
	font : Verdana, sans-serif;
    font-size : 23px; 
    line-height: 1.3em;
    font-variant: lowercase;
    text-transform: capitalize;
    color: #FFF;
	padding-left: 10px;
}
.oneColLiqCtrHdr h5 {
	font-family:Georgia,serif;
	color:#FFF;
	font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 5px;
	text-align: left;
	font-size : 25px;
    margin-top: 10px;
	letter-spacing: 0.4em;
	padding : 0px;
	text-align:center;
	background: #333;
	padding: 5px;
	/* TOP Right BOTTOM LEFT*/
	margin: 10px 15px 0px 15px;
	border: 2px solid #CCC;
}
.oneColLiqCtrHdr h5:first-letter a {
    text-transform: uppercase;
	font-size : 25px; 
}
.oneColLiqCtrHdr h6 {
  font : Verdana, sans-serif;
  font-size : 20px; 
  line-height: 1.3em;
  letter-spacing: 0.01em;
  font-variant: lowercase;
  text-transform: capitalize;
  color: #FFF;
  background: #333;
  border: 2px solid #000;
  margin-right:10px;
  margin-left:10px;
  margin-bottom: -5px;
}
.oneColLiqCtrHdr h6 a {
	font-size: 17px;}
.oneColLiqCtrHdr #mainContent {
	margin-top: 10px;
	}
.oneColLiqCtrHdr #boxybrown {
	}
.oneColLiqCtrHdr #bxSlider {
	width: 320px;
}
.oneColLiqCtrHdr #bxSlider h1 {
	font-size: 16px;
	color:#FFF;
	font-weight: bold;
	margin-left: 1px;
}
.oneColLiqCtrHdr #bxSlider a {
	color: #06F;
}
.oneColLiqCtrHdr #bxSlider h5 {
	font-size: 16px;
}
.oneColLiqCtrHdr #feed-control {
	width: 300px;
	padding-left: 3px;
}
.oneColLiqCtrHdr #wallpaper {
	padding : 0px;
	text-align: left;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #FFF;
}
.oneColLiqCtrHdr #wallpaper a img {
	margin-bottom: -5px;
	margin-right: 5px;
	margin-left: 5px;
	}
.oneColLiqCtrHdr #wallpaper p {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 22px;
	margin-top: -5px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.3em;
	color:#06F;
	background: #CCC;
	padding: 5px;
	border: 2px solid #333;
	}	
	.oneColLiqCtrHdr #wallpaper p a {
		color: #09F;}
.oneColLiqCtrHdr #play {
	position: relative;
	width: 320px;
	height: 600px;
	margin-bottom: 10px;
}
.oneColLiqCtrHdr #play img {
	padding-left: 5px;
	}
.oneColLiqCtrHdr #iPhone {
	
	}
.oneColLiqCtrHdr #iPhone img {
	padding-left: 5px;
	width: 150px;
	height: 225px;
	padding-top: 10px;
	}	
.oneColLiqCtrHdr #iPad {
	
	}
.oneColLiqCtrHdr #iPad img {
	padding-left: 3px;
	}
.oneColLiqCtrHdr #HTC {
	padding-left: 5px;
	}
.oneColLiqCtrHdr #HTC img {
	width: 150px;
	padding-top: 10px;
	}		
.oneColLiqCtrHdr #footer { 
	background:#333333;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	}
	
/* SLIDING CONTENT */
/* SLIDING CONTENT */
.slides1_wrap {
	width:310px;
	margin-top: -10px;
}

#slides1 { 
height: 460px;
overflow: hidden;}
#slides1 li {
	list-style: none;
	margin-left: -20px;
	padding-bottom: 15px;
	padding-top: 10px;
	margin-top:-25px;
}

#slides1 li img {
	float: left;
}

#slides1 .content {
	float: left;
	width: 270px;
}

#slides1 li p {
	line-height: 22px;
}

#slides1 h3 {
	font-size: 36px;
	color: #8d8d8d;
	font-weight: normal;
	text-transform: lowercase;
}

#slides1 h4 {
	font-size: 18px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}

.slides1_wrap .prev {
	margin-left: 30px;
	left: -6px;
	top: 100px;
	outline: 0;
	background: #FFF;
	color: #333;
	border: 1px solid #000;
	font-size: 22px;
}

.slides1_wrap .next {
	margin-left: 30px;
	right: 38px;
	top: 100px;
	outline: 0;
	background: #FFF;
	color: #333;
	border: 1px solid #000;
	font-size: 22px;
}

.slides1_wrap a:active {
}

#boxybrown .bx_pager a {
	margin-top: 15px;
	background: #FFF;
	color: #333;
	border: 1px solid #000;
	font-size: 30px;
	margin-left: 50px;
	padding-left: 10px;
}

#boxybrown .bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	text-decoration: none;
}

#boxybrown .auto_controls {

}

#boxybrown .auto_controls a {
	font-size: 16px;
	color: #a3a3a3;
	outline: 0;
	padding: 2px;
}

#boxybrown .auto_controls a:hover {
	text-decoration: none;	
	background: ;
	color: #e41996;
}


/* SLIDING CONTENT */
#main { background: #fff; }
h1.title { text-align: center; background-color: #C2CFF1; }

div.twitter { width: 290px; margin-left: -10px; padding-bottom:10px; }
#twitter1 { height: 400px;  }
#twitter2 { height: 400px;  }
#twitter3 { height: 400px;  }

div#slideshow {
	width: 320px; height: 250px;
	background: url(images/border.png);
	overflow: hidden; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; z-index: 5;
}
	div#slideshow ul#slides {
		list-style: none;
}
	div#slideshow ul#slides li {
			margin: 0 0 0px 0;
}
/* SLIDING CONTENT */
#posts #listticker {
	height:250px;
	width:285px;
	overflow:hidden;
	margin-top: -10px;
	margin-left: -10px; 
}
#posts #listticker li{
	border:0; 
	margin-left:-25px;
	padding:0; 
	list-style:none;
}
#posts #listticker li {
		height:80px;
		background: #666;
		padding:5px;
		list-style:none;
}
#posts #listticker a {
			color:#000000;
			margin-bottom: 0;
}
#posts #listticker .news-title {
	display:block;
	font : Verdana, sans-serif;
	font-size : 15px; 
	line-height: 1.3em;
	text-transform: lowercase;
	margin-bottom:5px;
	color: #09F;
	font-weight: bold;
}
#posts #listticker .news-text {
			display:block;
			font-size:12px;
			color:#FFF;
}
#posts #listticker img {
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
			width: 50px;
}
.oneColLiqCtrHdr #feeder {
	padding : 0px;
	text-align: left;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #FFF;
}
.oneColLiqCtrHdr #feeder p {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.3em;
	color:#06F;
	background: #CCC;
	border: 2px solid #333;
	}
.oneColLiqCtrHdr #feeder p a {
	color: #F60;
		}
.oneColLiqCtrHdr #feeder h3 {
	color: #000;
	font-size: 15px;
		}
.oneColLiqCtrHdr #feeder p a img {
	padding-top: 5px;
		}
.oneColLiqCtrHdr #feederresults {
	width: 320px;
	position:absolute;
	top: 0;
	background-color: #FFF;
	font-size:18px;
	color:#C00;
	text-align: center;
		}