/*
Theme Name: Animech
Theme URI: http://www.animech.com/
Description: Custom theme for Animech
Version: 1.0
Author: Arvid Janson
Tags: 


*/

body {
	font-family: "Georgia";
	font-size: 14px;
	color: #28292c;
	color: #45484e;
}

p {
	line-height: 16px;
	margin-bottom: 16px;	
}

h1, h2, h3 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #991f36;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 4px;
}

h2 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 14px;	
}
h3 {
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h4 {
	font-family: 'Trebuchet MS';
	font-size: 12px;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover { color: #991f36; }
a img { border: 1px solid #333; }

a.no_underline { text-decoration: none; }

h1 a, h2 a, h3 a { 
	color: #991f36;
	text-decoration: none;
}


blockquote {
	font-family: Georgia;
	font-size: 18px;
	padding: 20px 100px 0 10px;
	margin-bottom: 14px;
	border-top: 1px solid #f5f5f5; 	
	border-bottom: 1px solid #f5f5f5; 	
}

#header_container {
	height: 85px;
	margin-bottom: 10px;
	background: #fff url('images/header.jpg') center top no-repeat;	
}

	#header #logo {
		float: left;
		display: block;
		width: 140px;
		height: 60px;
		text-indent: -9999px;
	}
	#topmenu {
		float: right;
	}
	#topmenu li {
		line-height: 10px;
		font-family: Arial;
		font-size: 10px;
		text-transform: uppercase;
		float: left;
	}
	#topmenu li a {
		display: block;
		padding: 30px 10px 25px	10px;
		color: #ddd;
		text-decoration: none;
	}
	#topmenu li a:hover { color: #991f36; color: #fff; }
	#topmenu li.current_page_item a, #topmenu li.current_page_parent a {
		background: #991f36;
		color: #fff;
	}
	#topmenu li#client_login {
		margin: 20px 0 15px 0;
		border-left: 1px solid #333;
		margin-left: 4px;
	}
	#topmenu li#client_login a {
		padding: 10px 10px 10px	10px;
		font-family: Georgia;
		font-weight: normal;
		font-style: italic;
		color: #fff;
	}
	#topmenu li#client_login a:hover { color: #b1ab77; }

	#breadcrumbs { 
		padding-top: 10px;
		height: 25px; 
		color: #ccc;
		font-size: 10px;
		font-family: Arial;
	}
	#breadcrumbs a {
		color: #ccc;
		font-size: 10px;
		font-family: Arial;
	}
	#breadcrumbs li a { color: #ccc; }
	
	
	
#page_container {
	clear: both;
	margin-bottom: 40px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.post {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
	.post .profile {
		margin-top: 10px; 
		text-align: right;	
		font-size: 10px; 
		line-height: 12px;
	}
	.post .profile img {
		float: right; 
		margin-left: 10px;	
		width: 50px
		height: 50px;
	}
	.post.highlight {
		background: #f5f5f5;
	}
	.post .padding_right {
		padding-right: 15px;
	}

#tags li {
	display: block;
	height: 28px;
	border-bottom: 1px solid #e5e5e5;
}
	#tags li a {
		display: block;
		padding: 9px 6px 9px 0;
		color: #999;
		text-decoration: none;
		font-size: 10px;
		text-transform: uppercase;
	}
	#tags li a.high { color: #666; }
	#tags li a.low { color: #ccc; }
	#tags li a:hover { color: #45484e; }
	#tags li a span { float: right; }

/****  single  ****/

	#large_image {
		width: 940px;
		height: 400px;
		background: #000;
		position: relative;
		overflow: hidden;
	}
	#large_image.loading { background: url('images/ajax_loader.gif'); }
	
	#large_image_slider {
		width: 9999px;	
	}
	.single_large_image { 
		text-align: center; 
		width: 940px;
		height: 400px;
		float: left;
	}
	#gallery_navigation {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	#navigation {
		clear: both;
		text-align: right;
		height: 30px;	
		margin-top: 20px;
	}
	#content.single {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 20px;
	}
	#sidebar_margin {
		border-left: 1px solid #e5e5e5;
		padding-left: 10px;
	}
	#sidebar_margin p {
		font-family: "Trebuchet MS";	
		font-size: 12px;
	}
	#sidebar h3 {
		margin-top: 5px;
		margin-bottom: 5px;
	}


/*** blog list */

.read_full { text-align: right; }
.read_full .button_small { font-size: 10px; }
.blog_feature {
	background: black;	
	text-align: center;
}
#sticky {
	position: relative;
	margin-bottom: 20px; 
	display: block; 
	height: 400px;
}
#sticky a img { border: 0; }
.sticky_title {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 70px;
	padding: 20px;
	background: #000;	
}
.sticky_title#sticky_author {
	bottom: 37px;
	padding: 10px;
}
.sticky_title h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 30px;
}
.sticky_title h2 {
	margin: 0;
	padding: 0;
	color: #aaa;
}




#author {
	padding: 10px; 
	background: #f5f5f5; 
	margin-bottom: 10px;	
}
#author img {
	float: left; 
	margin-right: 10px;	
}
#author p {
	margin-bottom: 0;
}

.puff {
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	height: 259px;	
	position: relative;
	overflow: hidden;
}
	.puff.contact {
		background: #f5f5f5;
		padding: 10px;
		height: 238px;
	}
	.puff.contact .text {
		padding: 5px;
		width: 188px;
		border: 1px solid #ccc;
		margin: 0;
		margin-bottom: 5px;
	}
	.puff.contact textarea {
		height: 115px;
	}

	.puff.feature {
		border-bottom: 1px solid #e5e5e5;
		height: 539px;	
		position: relative;
	}
	.puff.twitter {
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		height: 208px;	
		padding-top: 50px;
		position: relative;
	}
	.puff.image {
		height: 260px;
		width: 220px;
		border: 0;
		
	}
		.puff.image img {
			float: left;	
		}
		.puff.image a.content {
			display: block;
			float: left;
			background: #f4f1f1;
			padding: 20px;
			width: 180px;
			height: 220px;
			line-height: 16px;
			color: #000;
			text-decoration: none;
		}
		.puff.image a { text-decoration: none; }
		.featured_tier a { text-decoration: none; }		
		.puff.image a span, #featured_work a span {
			font-family: "Trebuchet MS";
			font-size: 10px;
			text-transform: uppercase;
			display: inline-block;
			line-height: 20px;
			padding: 5px 10px 5px 15px;
			position: absolute;
			bottom: 20px;
			right: 0px;
			background: #000;
			color: #fff;
			text-decoration: none;
		}
		#featured_work a span {
			bottom: 10px;	
		}
		
		.puff .button_small {
			font-size: 10px; 
			position: absolute;
			bottom: 5px;
			right: 0;	
			padding: 3px 6px 4px 6px;
		}
		

#feature_actions {
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 0;
}



#featured_work {
}

	#featured_work h3 {
		margin-bottom: 8px;
	}
	#featured_work p {
		margin-bottom: 0;
		padding: 0;
		line-height: 12px;
		font-size: 10px;
		text-transform: uppercase;
	}
	#featured_work .title a {
		display: block;
		float: right;
		margin-top: 10px;
		padding: 10px 0;
		color: #45484e;
		font-weight: bold;
		text-decoration: none;
	}

	#featured_work_slider_container {
		clear: both;
		width: 960px;
		height: 130px;
		overflow: hidden;
	}
	#featured_work a {
		position: relative;
		text-decoration: none;
	}
	
	#featured_work_buttons {
		clear: both;
		height: 20px;
		padding-top: 10px;
		text-align: center;
	}


#footer_container {
	background: #010a11 url('images/footer.jpg') left top repeat-x;
	padding: 40px 0 100px 0;	
}
#footer { font-size: 11px; }

	#footer h3 { 
		color: #fff; 
		margin: 0 0 10px 0;
	}
	#footer h3.gold { color: #b1ab77; }
	
	#footer ul { margin-bottom: 30px; }
	#footer ul li { 
		margin-bottom: 6px; 
		font-family: "Trebuchet MS";
	}
	#footer a { 
		text-decoration: none;
		color: #fff;
	 }
	 #footer p {
	 	color: #fff;	
		font-family: "Trebuchet MS";	
	 }
	 
	 #footer #quick-flickr img {
	 	width: 58px;
	 	height: 58px;
	 	border: 1px solid #fff;
	 	margin-right: 10px;
	 	margin-bottom: 10px;
	 }

.meta {
	font-size: 10px;
	color: #ccc;
	text-transform: uppercase;
	font-family: Arial;
	margin-bottom: 15px;
}
a.button_weak, span.button_weak a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 10px;
	text-transform: uppercase;
	background: #bfbfbf;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: "Trebuchet MS";
}
a.button_weak:hover, span.button_weak a:hover { background: #aaa; color: #45484e; }
a.button_weak:active, span.button_weak a:active { background: #666; }
a.button_small {
	display: inline-block;
	font-family: "Trebuchet MS";
	padding: 2px 7px;
	font-size: 12px;
	background: #bfbfbf;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.button_small:hover { background: #aaa; color: #45484e; }
a.button_small:active { background: #666; }
a.button_small.disabled {
	background: #eee;
	color: #fff;
}

.bembo {
	font-size: 20px;
	font-family: "Times New Roman";
	font-style: italic;	
}
.bembosss {
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;	
}

.bembo a { text-decoration: none; }

#client_list_container { display: none; }
#client_list { margin-bottom: 40px; }
#client_list ul li {
	display: block;
	padding: 5px 10px;
	margin-bottom: 5px;
	border-left: 1px solid #ccc;
	font-size: 11px;
}
#client_list ul li.link {
	display: block;
	padding: 0;
	margin-bottom: 5px;
	border-left: 5px solid #991f36;
}
#client_list ul li.link a {
	display: block;
	padding: 5px 10px 5px 6px;
}
.widgettitle { display: none; }

