/*
   Theme Name: Man in the Photograph
   Description: The theme for the MitP album
   Template: twentyten
*/

@import url( ../twentyten/style.css ); 

@font-face {
  font-family: 'BebasRegular';
  src: url('bebas/BEBAS___.eot');
  src: local('Bebas'), local('Bebas'), url('bebas/BEBAS___.woff') format('woff'), url('bebas/BEBAS___.ttf') format('truetype'), url('bebas/BEBAS___.svg#Bebas') format('svg');
}

@font-face {
	font-family: 'MuseoSans500Italic';
	src: url('fonts/museosans_500_italic.eot');
	src: local('â˜º'), url('fonts/museosans_500_italic.woff') format('woff'), url('fonts/museosans_500_italic.ttf') format('truetype'), url('fonts/museosans_500_italic.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Museo700Regular';
	src: url('fonts/museo700-regular.eot');
	src: local('â˜º'), url('fonts/museo700-regular.woff') format('woff'), url('fonts/museo700-regular.ttf') format('truetype'), url('fonts/museo700-regular.svg#webfont') format('svg');
}

@font-face {
	font-family: 'MuseoSlab500Regular';
	src: url('fonts/museo_slab_500.eot');
	src: local('â˜º'), url('fonts/museo_slab_500.woff') format('woff'), url('fonts/museo_slab_500.ttf') format('truetype'), url('fonts/museo_slab_500.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Museo300Regular';
	src: url('fonts/museo300-regular.eot');
	src: local('â˜º'), url('fonts/museo300-regular.woff') format('woff'), url('fonts/museo300-regular.ttf') format('truetype'), url('fonts/museo300-regular.svg#webfont') format('svg');
}

@font-face {
	font-family: 'Museo500Regular';
	src: url('fonts/museo500-regular.eot');
	src: local('â˜º'), url('fonts/museo500-regular.woff') format('woff'), url('fonts/museo500-regular.ttf') format('truetype'), url('fonts/museo500-regular.svg#webfont') format('svg');
}


body, input, textarea, .page-title span, .pingback a.url {
  font-family: 'Museo300Regular';
}

h3#comments-title, h3#reply-title, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-utility, #respond label, .page-title, .pingback p, .reply, .widget_search label, .widget-title, .navigation {
  font-family: 'Museo500Regular';
}

#access .menu {
  font-family: 'BebasRegular';
  font-weight: normal;
}

#content .entry-title, .widget-title {
  font-family: 'BebasRegular';
  font-weight: normal;
}

#content, #content input, #content textarea {
  font-size: 16px;
/*background-color: #0d0d0d;*/
}
#container {
/*background-color: #0d0d0d;*/
}

body, input, textarea {
  font-size: 11px;
}

b, strong {
  font-family: 'Museo700Regular';
  font-weight: normal;
}

h2 {
  font-size: 24px;
}


#header {
  padding: 0;
  margin: 0;
  position: relative;
}

#site-title, #site-description, #site-info {
  font-family: impact;
  font-weight: normal;
  float: none;
  position: absolute;
  margin: 20px;
}

#site-title {
  line-height: 24px;
  font-size: 40px;
  word-spacing: 4px;
  margin: 20px;
}

#site-title a, #site-description {
  color: #BBB;
  font-weight: normal;
  /*text-shadow: #RRR 20px -20px 14px;*/
}

#site-info {
  padding-left: 1em;
  font-weight: normal;
  word-spacing: 4px;
  letter-spacing: 1px;
}

#site-description {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  position: abosolute;
  top: 52px;
  right: 20px;
  width: auto;
  color: #ed1c25;
  word-spacing: 5px;
}

#site-generator {
  width: auto;
  padding-right: 15px;
}

#wrapper {
  padding: 0;
}

.widget-title {
  font-size: 16px;
  line-height: 20px;
}

#main {
  padding: 0;
}

#container, #primary {
  padding-top: 20px;
}








.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#0d0d0d;
	/*font-size:0.9em;*/
	background-color:#FFF;
	width:600px;
	/*margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;*/
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #0d0d0d;
	background-color:#fff;
	width:600px;
	font-size: 14px;
		/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:14px;	
	position:relative;
}


