/*  

Theme Name: Photo
Theme URI: http://blogs.bet.com/
Description: Simple theme used for all Photo style blogs on <a href="http://blogs.bet.com">blogs.bet.com</a>
Version: 1.0
Author: David Newman
Author URI: http://www.northps.com

Journal 1.0
http://blogs.bet.com

This theme was built by David Newman as specified by BET Interactive
*/

/* STRUCTURE

Any elements that needs to have layout overrides should be placed here. Things like float, width, height, etc.

*/

#header {
  width:955px;
  margin-left: auto;
  margin-right: auto;  
}

#headerimage {
  width: 955px;
  height: 100px;
}

#pageWrap{
}

#subPageWrap2 {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#page {
  margin-top: 0px;
  margin-left: auto;  
  width:473px;
  float: left;  
}

.narrowcolumn {
  float:left;
  width:473px;
  display: inline;
}

#content {
	margin-top: 18px;
	margin-bottom: 5px;
}

.post {
  padding-left: 10px;
  padding-right: 10px;
}

#leftsidebar {
  width:162px;
  float:left;
  margin-right:0px; 
  display: inline;
  padding: 5px;
}

#sidebar {
  width:300px;
  float: left;
  display: inline;
  padding: 4px;
}

img {
  border:none;
}

hr {
  width:400px;
  margin-top:15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

.navigation {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignleft,
.alignLeft  {
  float:left;
}

.alignright,
.alignRight {
  float:right;
}

.entry {
	margin-top: 10px;	
	width: 453px;
	overflow: hidden;
}

.entry p {
  margin-bottom: 10px;
}

.postmetadata {
  margin-bottom: 10px;
  margin-top: 10px;
}

.searchresult .postmetadata {
  margin-top:5px;
  margin-bottom:5px;
}

.searchresult h3 {
	margin-bottom: 5px;
}

#searchform {
  margin-left: auto;
  margin-right: auto;
  margin-bottom:20px;
  /*width:280px;*/
}

#searchsubmit {
  width:40px;
  height:20px;
}

/*.entry p img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
	text-align: center;
	border: 0px;	
}*/


/* END STRUCTURE */

/* TYPOGRAPHY

Font overrides should go in this section.

*/

body {
  text-align:left;
  font-family:Arial;
  font-size:12px;
}

.pagetitle {
  text-align: center;
  margin-bottom: 30px;
}

.post h2 {	
  font-size:18px;
}

small {
  font-size:12px;
}

#searchform {
  font-size:12px;
  text-align:center;
  font-weight: bold;
}

#searchsubmit {
  font-size: 11px;
}

.navigation {
  font-size:12px;
}

a {
   font-weight: bold;
}

/* END TYPOGRAPHY */

/* PALLET

All color scheme changes should go here.  Font colors, backgrounds, etc.

*/

/* END PALLET */



