/*
Theme Name: TMP
Theme URI: http://takemorephotos.com
Description: my theme
Author: takemorephotos.com
Author URI: takemorephotos.com
Template: k2
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #000;
	background: #000;
	text-align: center;
	margin: 30px 0 0 0;
	}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: Georgia,Times,"Times New Roman",serif;
	}
	
.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	}

#page {
	/* The entire design is contained within the 'page' id */	
	border: none;
	}
	
.columns-one #page {
	width: 1020px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: white url(/TMP/wp-content/themes/TMP/TMP5.png) no-repeat scroll center center;
	height: 150px;
	}
	

	
#primary {
	/* Contains the main column */
	position: relative;
	float: left;
	width: 960px;
	padding: 10px;
	
	}
	
.content {
	padding: 0 20px 250px;
	background: white url(/TMP/wp-content/themes/TMP/footer.png) no-repeat scroll center bottom;
	
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
.entry-content div.ngg-gallery-thumbnail-box, .entry-content div.ngg-gallery-thumbnail-box div {margin:0;}
	
.entry-meta {

	display:none;

}

#sidebar-1 {
	/* The first sidebar */
	text-align:right;
	
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

.columns-one .secondary {
	width: 470px;
	border-top: 1px solid #eee;
	}
	
ul.menu {
	display: none;
	}
	
.ngg-gallery-thumbnail img !important !important{
	background-color:#000000;
	border:0px solid #A9A9A9;
	display:block;  
	margin:0px 0px 0px 0px;
	padding:0px;
	position:relative;
}