/* $Id: layout.css,v 1.1.2.1 2007/11/27 23:30:34 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free,
 * 3-column, 2-column, or single column layout
 * depending on whether blocks are enabled in the
 * left or right columns.
 */

#container {
  margin: 0 auto;
  /*padding: 0 20px;*/
  max-width: 1270px;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.two-sidebars {
  /*min-width: 980px;*/
}
/* With 2 columsn, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  /*min-width: 780px;*/
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#main {
  float: left;
  width: 100%;
}

/* So we move the #main container over the sidebars to compensate */
/*body.sidebar-left #main,
body.two-sidebars #main {
  margin-left: -210px;*/
}
/*body.sidebar-right #main,
body.two-sidebars #main {
  margin-right: -210px;
}*/

#squeeze {
  position: relative;
  padding: 0 1em;
}

/* And add blanks left and right for the sidebars to fill */
/*body.sidebar-left #squeeze,
body.two-sidebars #squeeze {
  margin-left: 210px;
}*/
body.sidebar-right #squeeze,
body.two-sidebars #squeeze {
  margin-right: 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#container #sidebar-left {
  width: 210px;
}
#container #sidebar-right {
  width: 210px;
}
#container .sidebar {
  margin: 0;
  float: left;
  z-index: 2;
  position: relative;
}

/* Ensure long text or wide images don't break IE6 layout. */
#page, #header, #footer, #squeeze, #container .sidebar {
  _overflow: hidden;
  _overflow-y: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

#container .sidebar .block {
  margin: 0 0 0.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0;
}

#sidebar-right .block {
  padding: 0 0 0 15px;
}

.block .content {
  margin: 0.5em 0;
}

#footer {
  float: none;
  clear: both;
  margin: 4em 0 -3em;
}

#header {
	width: 998px;
	background: url('http://www.somecodes.com/images/headerbg.png') repeat-x;
	border-bottom: solid thin #b6b3b2;
}

#squeeze{
	text-align:left; 
	padding:0px; 
	margin-left:5px; 
	width:725px; 
	margin-top:10px;
	float:left;
}
#top_ad{
	/*float: left;*/
}
#ad{
	margin-top: 20px;
	margin-left: 30px;
}
#side_menu{
width: 240px;
float: right;
margin-right: 5px;
position: relative;
background: #393939;
height: 1500px;
text-align: left;
}
#menu_content{
padding-left: 15px;
width: 220px;
align: center;
}
#menu_content .caption{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
}
#menu_elem{
	margin-top: 30px;
	
}
#menu_elem .caption1{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}	
#menu_elem .subtext{
	color: #f16fcf;
	font-size: 13px;
	text-decoration: none;
	margin-top: 20px;
}
#spacer{
	margin-top: 5px;
	width: 210px;
	border-bottom: solid thin #9c9c9c;
	margin-bottom: 5px;
}
#story{
	margin-top: 10px;
}
#story .storycaption{
	color: #f26fcf;
	margin-left: 15px;
	text-decoration: none;
}

#storypic img{
	margin-top: 7px;
	width: 210px;
	height: 100px;
	border: solid thin #f26fcf;
}
#music_search{
	background: url('http://www.somecodes.com/images/music_searchbg.png') no-repeat;
	height: 30px;
	width: 261px;
	border: 0px;
	overflow: hidden;
}
#search_caption{
	margin-left: 10px;

	margin-top: 15px;
}
#abc{
	font-size: 26px;
	font-weight: bold;
	color: #f875dd;
	padding-left: 15px;
	height: 15px;
	width: 700px;
}
#abc a{
	color: #f875dd;
}
#song_amount{
	margin-top: 10px;
	text-align: center;
}
#song_amount a{	
	font-weight: bold;
	font-size: 18px;
	color: #c9c9c9;
	text-decoration: none;
}
/*MUSIC CODES*/
#today_video{
	margin-top: 50px;
	text-align: right;
}
#song_info{
	width : 270px;
	float: left;
}
#song_info .div_Title{
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #f875dd;
}
#song_info .song_caption{
	font-weight: bold;
	font-size: 17px;
	color: #393939;
	text-decoration: none;
}
#song_info .date_added{
	text-decoration: none;
	font-size: 15px;
	color: #9b9b9b;
	font-weight: bold;
}
#video_object object{
	float:right;
	margin-right: 15px;
}

#caption{
	width: 700px;;
}
#spacer1{
	float: left;
	margin-top: 17px;
	width: 210px;
	border-bottom: solid 2px #9c9c9c;
	
}
#newest_title{
	text-decoration: none;
	color: #f875dd;
	font-size: 30px;
	font-weight: bold;
}
#song_list{
	width: 700px;
}
#song_list .song_artist{
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-left: 30px;
}
#song_list .song_title{
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
/*MUSIC VIDEO CODES*/
#top_videos_list{
	margin-left: 20px;
	margin-top: 20px;
}
#top_videos_list .singer_name{
	color: #f875dd;
	font-size: 23px;
	font-weight: bold;
}
#top_videos_list .song_name{
	color: #f875dd;
	font-size: 20px;
}
#top_videos_list .views{
	font-weight: bold;
	color: 393939;
}
#songs_name{
	color: #f875dd;
	font-size: 20px;
	font-weight: bold;
}
#video_views{
	font-weight: bold;
	text-decoration: none;
	color: #989898;
	font-size: 16px;
}
#l_sidebar_cap{
	font-family:Arial;
	color: #ff0099;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
#l_sidebar_item{
	font-size: 9pt; 
	text-decoration: none; 
	color: #808080;
}
#table_cap{
	text-decoration:none;
	font-family: Tahoma;
	font-size: 10px;
	color: #f875dd;
}
#res_pages{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

/*****WORDPRESS*****/
#tags_div{
	background: #f16fcf;
	color: #fff;
	height: 25px;
}
#tags_div a{
	
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}
#tags_text{
	margin-top: 3px;
	margin-left: 15px;
	text-align: left;
	width: 700px;
}
#alignleft a{
	text-decoration: none;
	color: #393939;
	font-weight: bold;
	font-size: 15px;
}
#alignright a{
	text-decoration: none;
	color: #393939;
	font-weight: bold;
	font-size: 15px;
}
#res{
	text-decoration: none;
	color: #fff;
	
	font-size: 11px;
}
#com{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
#comments{
	background: #f875dd;
	height: 25px;

}
#author{
	text-decoration: underline;
	color: #7a7a7a;
	font-size: 13px;
}
#says{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
#ad_links{
	
}
