/*
CSS TEMPLATE - PAGODE PHAT HUE - www.phathue.de
*/

/*
	- GENERAL
	- HEADINGS
	- BASIC LAYOUT
		+LAYOUT FRONTPAGE
		+LAYOUT AUDIO
		+LAYOUT EVENTS
	- HEADER
		+HEADER PHOTOS
		+HEADER NAVIGATION
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ CONTENT PHOTOS
		+ CONTENT BLOG
		+ CONTENT NEWS
	- COMMENTS
	- SEARCHFORM
	- DONATIONFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */

/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
body {
	margin: 0px;
	padding: 0px;
	background-color: #c87819;
	color: #000;
	font-family: Lucida Grande, Lucida Sans Regular, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	line-height: 1.75em;
	font-size: 13px;
}
/* -------------------------------------------- */


a {
	color: #5e1b0b;
	text-decoration: none;
}

a:hover {
	color: #5e1b0b;
	text-decoration: underline;
}

p {
	margin: 0 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

#content li {
	margin-left: 30px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
  font-size: 25px;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 25px;
  line-height: 1.2em;
  font-weight: bold;
}

h2 {
	font-size: 18px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    line-height: 1em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
	margin-bottom: 20px;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	display: block;
	color: #2B1413;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h4 a:hover {
	color: #83793c;
	text-decoration: underline;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#spacer {
	margin: 0 auto;
	height: 15px;
	padding: 0;
	margin: 0;
}

#page {
	width: 990px;
	margin: 0 auto;
	background: #fff;
	padding: 110px 0 0 0;
}
	
#header {
	position: relative;
	height: 190px;
}

#content {
	padding: 20px 40px 20px 40px;
	background: #fff;
}

#content-left {
	float: left;
	width: 570px;
}

#content-left.PAGEWIDE{
	float: left;
	width: 770px;
}

#content-right {
	float: right;
	width: 300px;
}

/** LAYOUT FRONTPAGE */

#frontpage { 
	width: 560px;
	margin: 0; 
	float: left;
}

h2.frontpage {
	font-size: 25px;
	margin-bottom: 10px;
}

h4.frontpage-date {
	margin:0 0 10px 0;
	font-size: 11px;
	font-weight: normal;
}

#frontpage-left p { 
	margin: 0 0 0 0;
}

#frontpage-right p { 
	margin: 0 0 0 0;
}

/** LAYOUT EVENTS */

.event {
	margin: 0 0 0 15px;
}

h3.eventheader {
	margin: 10px 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	
}

/** LAYOUT PHOTOS */

#photos {
	float: left;
	width: 920px;
}


/** LAYOUT VIDEO */

#content-left-video {
	float: left;
	width: 990px;
	padding-bottom: 10px;
}

/*	##################################
   	HEADER
	################################## */
	
#logo {
	position: absolute;
	width: 852px;
	height: 71px;
	top: -85px;
	left: 40px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(img/logo-en-phathuev2.png) no-repeat 0px 0px;
}

#logo-link {
	width: 470px;
	height: 55px;
	display: block; 
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -2000px;
}

#logo-link a {
	width: 515px; 
	height: 47px; 
	display: block; 
	padding-top: 60px; 
	overflow: hidden;
}

#visualkey {
	width: 990px;
	height: 140px;
	background: #fff;
}

#languages {
	position: absolute;
	font-size: 14px;
	width: 140px;
	height: 30px;
	top: -34px;
	right: 120px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#languages p a {
	color: #5e1b0b;
}

/** HEADER NAVIGATION */

#navigation {
	margin: 0; 
	padding: 3px 0 0 30px;
}

/** HEADER PHOTOS - FLICKR RSS */

.flickrrss {
	width: 990px;
	height: 140px;
	padding-left: 40px;
	overflow: hidden;
}
.flickrrss a {
	display:block;
	float:left;
	padding-right: 7px;
}
.flickrrss a img {
	border:none;
	cursor: default;
}

/*	##################################
   	CONTENT
	################################## */
	
/** breadcrumb */

.breadcrumb {
	font-size: 0.9em;
	padding: 0 0 10px 5px;
	margin: 0;
}
	
/** box left */

.box-left {
	margin: 0 0 40px 5px;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 0 20px 0;
	padding: 20px 10px 20px 10px;
	background: #f7f7f7 url(img/bg-box-right.gif) no-repeat left top;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}

/** PHOTOS */

#photos {
	padding-bottom: 20px;
}

/** BLOG // CATEGORY */

.excerpt {
	margin: 0 25px 50px 15px;
	padding-bottom: 25px 0 0 0;
	border-bottom: 2px dotted #dbdbdb;
}

.excerpt-headline {
	font-size: 25px;
	margin: 0;
	padding-bottom: 4px;
}

.excerpt-meta {
	padding: 5px 0 20px 0;
	height: 15px;
	color: #5b5b5b;
}


.excerpt-comments {
	float:right;
	padding-right: 20px;	
	background: url(img/bg-meta-comments.gif) top right no-repeat;
	display: block;
}

.excerpt-more {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-right: .2em;
	clear: left;
	height: 1.8em;
}

* html .excerpt-more
{
	height: 2em;
}

/** NEWS */

.news-excerpt {
	margin: 0 25px 70px 15px;
	padding-bottom: 25px 0 0 0;
	border-bottom: 2px dotted #398fc2;
}

.news-meta {
	padding: 0 0 15px 0;
	color: #176ea0;
}

.news-headline {
	font-size: 1.8em;
	font-weight: normal;
	padding-bottom: 15px;
	margin: 0;
}

.news-comments {
	float:right;
	font-size: 1.1em;
	padding-right: 20px;	
	background: url(img/bg-meta-comments.gif) top right no-repeat;
	display: block;
}

.news-author-date {
	font-size: 1.8em;
}


/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	width: 610px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	SEARCHFORM
	################################## */

.red {
	color:#ff0000;
}

.icon_warning {
	background:transparent url(http://www.phathue.com/content/img/exclamation.png) left no-repeat;
	padding:4px;
	padding-left:20px;
}

input {
	padding:3px;
	border:1px solid #ddd;
	background:#fefefe;
}

form#form_paypal input#input_amount {
	width:50px;
	font-size:1em;
	padding:3px;
}

form#form_paypal .submit {
	cursor:pointer;
	border-style:outset;
}		

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 990px;
	margin: 0 auto;
	background-color: #fff;
}

#footer p {
	margin: 0 0 20px 0;
	padding: 0 60px 0 60px;
	font-size: 11px;
}

#footer p a, #footer p a:visited {
	color: #5e1b0b;
	text-decoration: none;
}

#footer p a:hover {
	color: #5e1b0b;
	text-decoration: underline;
}

#legal {
	float: left;
	width: 990px;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

.spacer-10 {
	height: 10px;
	margin: 0;
	padding: 0;
}

.spacer-20 {
	height: 20px;
	margin: 0;
	padding: 0;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
}

.alignright {
   	float: right;
}

img.alignright {
   	float: right;
   	margin: 5px 0 5px 15px;
}

img.alignleft {
   	float: left;
	padding:5px 15px 5px 0;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

