/* ============================================================== */
/* FOUNDATIONAL */

body
  {
  background: url('images/bg.png') repeat-x #CDCDCD;
  font-family: 'Lucida Grande', sans-serif, sans;
  margin: 0px;
  }

pre
	{
	font-size: 11px;
	}
	
p, a, td, tr, table, h1, h2, h3, h4, h5, h6, li {
 	color: #666;
 	font-size: 14px;
	padding:0;
	margin: 0;
	border: 0;
}

ul
  {
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 14px;
  }

.clickable
  {display: block;}
p
  {
  font-family: Arial;
  font-size: 12px;
  color: #000;
  margin-top: 4px;
  margin-bottom: 14px;
  }


a
  {
  color: #008aB0;
  font-family: Arial;
  font-size: 13px;
  }


h1
  { 
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 0px;  
  padding-bottom: 6px;
  color: #282828;
  }


h1
  {
  color: #222;
  font-size: 20px;
  }
  

h2
  {
  font-family: "Arial"
  font-weight: bold;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 4px;
  color: #444;
  }


h3
  {
  font-family: "Arial"
  font-size: 12px;
  padding-bottom: 8px;
  }


hr
  {
  height: 2px;
  border-bottom: solid 1px #aaa;
  }


b
  {
  font-family: Arial;
  font-size: 13px;
  color #333;
  font-weight: bold;
  }
  
 
.smalltext
  {
   font-size: 12px;
  }


.lowlight
  {
  color: #aaa;
  }
  
.tiny
  {
  margin-top: 14px;
  font-size: 8px;  
  color: #999;
  }


/* ============================================================== */
/* SPLASH / LOGO  */

#splash
  {
  background: #fff;
  }  
  
#longsplash
  {
  width:1000px;
  background: #fff;
  height: 165px;
  vertical-align: middle;
  }	

  #longsplashlogo
    {
    margin-top: 0px;
    height: 140px;
    width: 350px;
    background: url('images/logo.png') no-repeat;
    background-position: 15px;
    float: left;
    }


#shortsplash
  {
  height:130px;
  width:1000px;
  background: #fff;
  }
  
  #shortsplashlogo
    {
    height: 120px;
    width: 350px;
    background: url('images/logo.png') no-repeat;
    background-position: 16px 16px;
    }


/* ============================================================== */
/* CATEGORY NAV */

/* KIM */
  #category_nav
  {
     text-align:right;
  }
  
  #category_nav a
  {
     text-decoration: none;
  }
  
  #category_nav a:hover
  {
     text-decoration: underline;
  }
 
  #category_nav h2
    {
    background-image:url(images/bg-header.gif);
	background-repeat:repeat-x;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	height:22px;
	margin-top:30px;
	padding:5px 19px;
	text-align:right;
    }
    
  #category_nav p
	  { 
	  width: 100%;
	  text-align:right;
	  background-color:#eeeeee;
	  padding: 5px 0px;
	  margin: 3px 0px;
	  }
 
  #category_nav p.nav-main-p a {
  	padding-right: 18px;
	font-weight: bold;
	text-align: right;
	font-size: 15px;
	color: #666666;
  }

  #category_nav ul
    {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
	
  #category_nav ul li
    {
    text-align: right;
    color: #1E5B7A;
    padding: 6px 20px;
    border-bottom: 1px dashed #ccc;
    }		
		
  #category_nav ul li a
    {
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #707070;
    padding-left: 30px;
    }		


  #category_nav ul li a:hover
    {
    text-decoration: underline;
    }		
  
  .below_category_nav
    {
    padding: 10px 20px 20px 28px;
    }

  .below_category_nav p
    {
    font-size: 10px;

    }



/* ============================================================== */
/* TOP MENU */

#topmenubar
	{
  height: 30px;
  width: 1000px;
  background: url('images/bg_top.png') repeat-x;
  
	}

  #help_menu
    {
    width: 600px;
    height: 28px;
    float: left; 
    }

  #help_menu ul
    {
    padding: 4px 0 0 18px ;
    margin: 0;
    list-style-type: none;
    }

  #help_menu ul li
    {
    display: inline;
    padding-right: 10px;
    }

  #help_menu ul li a
    {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -.5px;
    }  

  #help_menu ul li a:hover
    {
    font-size: 14px;
    color: #888888;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -.5px;
    }  

  #topmenuaccount
    {
    width: 380px;
    height: 34px;
    text-align: right;
    float: right;
    }

  #topmenuaccount ul
    {
    padding-right: 20px;
    margin: 0;
    list-style-type: none;
    }

  #topmenuaccount ul li
    {
    display: inline;
    padding: 0px 10px 8px 10px;
    }

  #topmenuaccount ul li a
    {
    padding-top: 6px;
    vertical-align: middle;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    }  

  #topmenuaccount ul li:hover, #topmenuaccount ul li:hover a
    {
    color: #fff;
    background: #000;
    }


  
/* ============================================================== */
/* PAGE WRAP & LAYOUT ( after / seperate from main menu ) */
 

#main
  {
  background: url(images/mainstyle.png) no-repeat #fff;
  overflow: auto;
  padding: auto;
  min-height: 100%;
  }

#pagewrap
  {
  width: 1000px;
  margin: 0px auto 0 auto;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;  
  }

#pagetop
  {
  }

#post_pagewrap
  {
  }
  
#post_pagewrap p
  {
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  }

  
#page
  {
  height: 100%;
  }
  
/* IE-specific hack */
* html #page {
height: 100%;
  }
  

#pagebottom
  {  
  }


#leftcol
  {
  margin: 0px;
  width: 178px;
  float: left;
  padding-top: 20px;
  padding-bottom: 30px;
  }    


#rightcol
  {
  margin-left: 810px;
  padding: 60px 10px 60px 5px;
  }
  
#rightcol h3 {
  font-size:15px;
  margin-top:10px;
  padding-bottom:3px;
}

a.rsscategory {
  font-weight: bold;
  text-decoration: none;
}
  
a.rsscategory:hover {
  text-decoration: underline;
} 
  
#centercol
  {
  margin: 0 0;
  padding: 0 0 40px 0;
  min-height: 400px;
  float: left;
  width: 620px;
 }
  
  
#centercoltop
  {
  }
  
  
#contenttop
  {
  margin-top: 22px;
  min-height: 300px;
  }


.contentdivider
  {
  height: 2px;
  width: 100%;
  border-bottom: 1px dashed #ddd;
  margin-top: 20px;
  margin-bottom: 10px;
  }

  
#contentbottom
  {
  }

  
#wrapfooter
  {
  }


#footertop
  {
  }


#footer
  {
  }


#footerbottom
  {
  }


/* ============================================================== */
/* MAIN BODY OF CONTENT  */
/* Note. There's a separate surround for project page now project_content  */

  
#content
  {
  width: 540px;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;      
  padding: 20px 40px 40px 40px;
  height: 100%;
  overflow: hidden;
  padding: auto;
 
  }


/* ============================================================== */
/* ICONS */
  
.icon_back
  {
  background: #FF9900;
  padding: 0px 1px 0px 1px;
  }


.video_icon p
  {
  font-size: 8px !important;
  font-family: 'Arial Black';
  color: #fff;
  font-weight: bold;
  padding-top: 14px;  
  padding-left: 2px;
  text-align: left;
  margin: 0px;
  }

.release_icon p
  {
  font-size: 8px !important;
  font-family: 'Arial Black';
  color: #fff;
  font-weight: bold;
  padding-top: 14px !important;  
  padding-left: 2px;
  margin: 0px;  
  text-align: left;
  }


.other_icon p
  {
  font-size: 8px !important;
  font-family: 'Arial Black';
  color: #fff;
  font-weight: bold;
  padding-top: 14px !important;  
  padding-left: 2px;
  margin: 0px;  
  text-align: left;
  }

.audio_icon p
  {
  font-size: 8px !important;
  font-family: 'Arial Black';
  color: #fff;
  font-weight: bold;
  padding-top: 14px !important;  
  padding-left: 2px;
  margin: 0px;  
  text-align: left;  
  }

.photo_icon p
  {
  font-size: 8px !important;
  font-family: 'Arial Black';
  color: #fff;
  font-weight: bold;
  padding-top: 14px !important;  
  padding-left: 2px;
  margin: 0px;    
  text-align: left;  
  }


/* ============================================================== */
/* JOURNALIST SIGNUP / PROFILE */

.wrapform
  {
  width: 500px;
  padding: 20px;
  background: #E0EEFB;
  border-top: 40px solid #3C91C7;
  }

.wrapform p
  {
  color: #444;
  size: 10px;
  }  

.wrapform h1
  {
	font-size:160%;
	font-weight: normal;
	color:#1c2742;
	padding-bottom: 0px;
  }

.wrapform h2
  {
	font-size:110%;
	font-weight: bold;
	color:#1c2742;
	padding-bottom: 10px;
  }


/* ============================================================== */
/* ASSET PAGE */

.releasesurround  
  {
  background: url(images/slice_bluefade.png) repeat-x #fff;
  }


/* ============================================================== */
/* FEATURE GRID STYLING - KIM */

.feature_grid
  {
  text-align: center;
  margin-left: 370px;
  padding-right: 30px;
  }

.center_grid
  {
  margin: 0px auto;
  }
  
table.feature_grid_wrapper
  {

  border-collapse: collapse;  
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  }

  table.feature_grid_wrapper td.feature_left
    {
    min-width: 23px;
    width: 23px;  
    height: 145px;
    background: url('images/featured.png') no-repeat;
    padding: 0px;
    margin: 0px;
    }

  table.feature_grid_wrapper td.feature_right
    {
    width: 23px;
    min-width: 23px;
    height: 145px;
    background: url('images/featured_right.png') no-repeat;
    padding: 0px;
    margin: 0px;
    }

  table.feature_grid_wrapper td.grid_space
    {
    width: 10px;
    min-width: 10px;
    background: #777777;
    }
  
  .grid_container
    {
    padding-top: 10px;
    width: 130px;
    height: 133px;
    text-align: center;
    background: #D9E6EF;
    border: 1px solid #999;
    }

/* IE6 */
* html .grid_container {
    height: auto;
    padding: 4px 0 0 0;
  }


  .grid_preview
   {
   margin: 0px auto;
   }
   
  .grid_image
    {
   margin: 0px auto;
   height: 94px;
    }

  .grid_text
    {
    padding: 0 10px;
    }

  .grid_text a
    {
    text-decoration: none;
    font-size: 10px;
    letter-spacing: -1px;
    }

#changelog{
	width:349px;
	border-right:solid 1px #666;
	float:left;
	margin-top: 15px;
}
#changelog div{
	text-align: justify;
	padding: 0 15px 5px 15px;
}
  
  
  
  