/*
Theme Name: photomig
Theme URI: http://www.ambientdefocus.com/design/
Description: Private blog theme made for photomig.bg. For WordPress 2.8+. by ambientdefocus.com
Version: 1.2
Author: George Ivanov
Author URI: http://www.ambientdefocus.com/
Tags: grey, black and black
*/
h1, h1 a, h2, h2 a, h3, h3 a { color: #9e0021; }
a { text-decoration: none; color: #9e0021; }
p { color: #ffffff; }

.leftbox {
	float: left;
	margin-right: 15px;
	border: 0px #000;
	padding: 0px ;
	text-align: center;
	background-color: #fff;
}
.leftbox img  {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	line-height:0px;
}
.content img  {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	line-height:0px;
}
.rightbox {
	float: right;
	margin-left: 10px;

	border: 1px solid #000;
	padding: 2px;
	text-align: center;
	background-color: #fff;
}
.rightbox img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	line-height:0px;
}

html, body {
	background:	#222;
	margin: 0;
	padding:	0;
	font-family: Arial, sans-serif;
	text-align:	center;
}
/*#####################
#	GLOBAL LINK AND TEXT COLOR AND FONT
#####################*/
#leftmenu a {
	font-size:	14px;
	font-weight: bold;
	text-decoration:	none;
	color: #fff;
}
#leftmenu a:hover {
	text-decoration:	underline;
}
#leftmenu ul ul a {
	font-size:	12px;
	font-weight: normal;
}
.hor_menu a {
	font-size:	12px;
	text-decoration:	none;
	color: #909090;
}
	.hor_menu a:hover {
		text-decoration:	underline;
	}
#content div.inside {
	font-size:	14px;
}
	#content div.inside h1 {
		font-size:	2em;
		font-weight:	normal;
		text-align:	right;	
	}
	#content div.inside h2 {
		font-size:	1em;
		font-weight:	normal;
		text-align:	left;
		color: #9e0021;
	}
#best_of_phm h1 {
	font-size:	14px;
	text-align:	center;
	color: #ffffff
}
#best_of_phm {
	text-align:	center;
}
#footer,
#footer a {
	color: #fff;
	font-size:	12px;
	text-decoration:	none;
}
/*#######################
#	GLOBAL LAYOUT
########################*/
#leftmenu {
	float:	left;
}
	#leftmenu .banners {
		padding:	20px;
	}
#content {
	float:	left;
}
/*	threecols */
	.threecols {
		background: url(img/bodybg.jpg) top left repeat-y;
	}
	.threecols #content {
		width:	600px;
	}
	/*twocols */
	
	
	
#main {
	width: 980px;
	margin:	0 auto;
	text-align:	left;
	color: #fff;
}
#content div.inside {
	margin:	0 20px;
}
#best_of_phm {
	width:	190px;
	float:	left;
}
#footer {
	width:	980px;
	margin:	0 auto;
}

/* ############################################################################*/
/*#####################
#	HEADER
#####################*/
	#header {
		border-bottom:	1px solid #9E0023;
		background: #000;
		height:	98px;
		clear: both;
	}
		#header h1,
		#header h1 a {
			display:	block;
			width:		300px;
			height:		98px;
			margin:		0;
		}
		#header h1 {
			background: url(img/PhotoMig_logo.jpg) top left no-repeat;
			float:	left;
			text-indent:	-9999px;
		}
		#header h2,
		#header h2 a	{
			display:	block;
			width:		230px;
			height:		98px;
			margin:		0;
		}
		#header h2 {
			background:	url(img/logo_DPV.jpg) top right no-repeat;
			float:	right;
		}

/*##########################
#	LEFTMENU
###########################*/
	#leftmenu {
		width:	190px;
	}
		#leftmenu ul {
			margin:	0;
			padding:0;
			list-style-type:	none;
		}
		#leftmenu li {
			background: url(img/brush.jpg) center bottom no-repeat;
			padding:	5px 20px;
		}
		#leftmenu li a {
			display:	block;
			padding:	5px 0px;
		}
		#leftmenu li a span {
			display:	block;
			background:	url(img/arrow.jpg) top right no-repeat;
		}
		/* SUBMENU */
		#leftmenu ul ul li {
			background:	none;
			padding:	0;
		}
		#leftmenu ul ul li a {
			padding:	1px 0;
		}
/*############################
#	CONTENT
#############################*/
#content {
	
}
	#content .inside h1 {
		font-size:	1em;
		font-weight:	normal;
		text-align:	left;
		color: #9e0021;		
	}
		#content .inside h2 {
		font-size:	1em;
		font-weight:	normal;
		text-align:	left;
		color: #9e0021;
	}
/*############################
#	HORIZONT MENU
############################*/
	.hor_menu ul {
		margin:	5px 0;
		padding:0;
		text-align:	center;
		list-style-type:	none;
	}
	.hor_menu li {
		border-left:	1px solid #909090;
		display:	inline;
		padding:	0 1px 0 3px;
	}
		.hor_menu li.first-child {
			border:	none;
		}
	.hor_menu a {
	}
		
	

/*################################
#	BEST OF PHOTOMOMEMNT
#################################*/
#best_of_phm ul {
	margin:	0;
	padding:0;
	list-style-type:	none;
}
	#best_of_phm img {
		border:	none;
	}

/*##################################
#	FOOTER
##################################*/	
#footer {
	border-top:	1px solid #9E0023;
	background: #000;
	text-align:	left;
}
	#footer p {
		padding:	10px;
		float:	left;
	}
	#footer p.copyright {
		float:	right;
	}
		
.clearfix:after {
	content:	".";
	display:	block;
	height:		0;
	clear:		both;
	visibility:	hidden;
}

.clearfix {
	display:	block;
}

.invisible { display:none }
