@charset "utf-8";

/******************************************************************
 *Author: Duy Tran
 *Created: 08.06.2009					
/******************************************************************


/* --------------------------------------------------------------------------- */
/* -------------------------->>> global tags<<<---------------------------- */
/* --------------------------------------------------------------------------- */

* { 
	margin: 0;	
	padding: 0; 
	list-style-type: none; 
	text-decoration: none;
	border: none;
	outline: none;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #5f5f5f;
	font-size: 12px;
	line-height: 20px;
}

html[xmlns^="http"] { overflow-y: scroll;}

hr { 
	color: #41100C; 
	height: 1px; 
	border-top: solid 1px #41100C;
	border-bottom: transparent;
	clear: both;
	margin-bottom: 15px;
}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> global classes <<<----------------------------------- */
/* --------------------------------------------------------------------------- */

.clear { 
	clear: both; 
	height: 0; 
	width: 0;
}

.floatLeft { float: left;}

.floatRight { float: right;}

.textIndent { text-indent: -5000px;}

.noMarginRight { margin-right: 0!important;}

.display-none { display: none;}

.line {
	height: 1px;
	border-bottom: 1px solid #cfcfcf;
	margin: 50px 0 50px 0;
	position: relative;
}

.seperator {
	height: 1px;
	border-bottom: 1px solid #cfcfcf;
}


.highlight {
	border-bottom: 1px dotted #3e3e3e;
	color: #252525;
}	


/* --------------------------------------------------------------------------- */
/* -------------------------->>> container <<<------------------------------- */
/* --------------------------------------------------------------------------- */

div#container {
	width: 980px;
	position: relative;
	margin: 25px auto;
	overflow: hidden;
}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> branding <<<-------------------------------- */



h1#branding {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 160px;
	height: 38px;
	border: none;
}

h1#branding a {
	display: block;
	width: 160px;
	height: 38px;
	font-size: 23px;
	color: #3c3631;
	border: none;
	font-size: 19px;
	font-weight: lighter;
	text-transform: uppercase;
}


h1#subtitle {
	position: absolute;
	bottom: 6px;
	_bottom: 2px;
	left: 0;
	width: 160px;
	height: 20px;
}

h1#subtitle a {
	display: block;
	width: 160px;
	height: 20px;
	font-size: 13px;
	color: #969696;
	border: none;
	font-weight: lighter;
	text-transform: uppercase;
}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> header <<<----------------------------------- */
/* --------------------------------------------------------------------------- */

div#header { 
	width: 980px;
	height: 61px;
	position: relative;
	border-top: 4px solid #333;
	background: #fff;
}

.dottedLine {
	height: 1px;
	width: 980px;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 45px 0;
}
	

div#claim {
	width: 962px;
	padding: 0 18px 68px 0;
}


/* --------------------------------------------------------------------------- */
/* -------------------------->>> claim <<<----------------------------------- */
/* --------------------------------------------------------------------------- */


div#claim h1 {
	font-size: 80px;
	color: #3c3631;
	padding: 0!important;
	width: 328px;
	height: 107px;
}

div#claim h1 a {
	width: 384px;
	height: 100px;	
	background: url(images/bg-branding.gif) no-repeat;
	display: block;
	text-indent: -5000px;
}

div#claim h1 a:hover {
	background-position: 0 -100px;
}


/* --------------------------------------------------------------------------- */
/* -------------------------->>> navi <<<------------------------------- */
/* --------------------------------------------------------------------------- */


ul#navi  {
	width: 235px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	right: 0px;
}

ul#navi li { 
	float: left; 
	position: relative;
	text-align: center;
	margin: 0 5px 0 0;
	color: #5f5f5f;
}

ul#navi li a {
	height: 16px;
	border: none;
	font-size: 11px;
	color: #5f5f5f;
	text-transform: uppercase;
}

ul#navi li a:hover {
	color: #ccc;
	border: none;

}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> content container<<<----------------------- */
/* --------------------------------------------------------------------------- */

div#contentContainer {
	min-width: 705px;
	float: left;
	overflow: hidden;
}

div#content {
	width: 663px;
	padding: 0;
	margin: 0 0 35px 0;
	position: relative;
}

div#sidebar {
	float: left;
	width: 231px;
	overflow: hidden;
	min-height: 700px;
	padding: 0 0 0 42px;
}


/* --------------------------------------------------------------------------- */
/* -------------------------->>> p <<<------------------------------------ */
/* --------------------------------------------------------------------------- */


div#content p {
	margin: 0 0 19px 0;
}

/* --------------------------------------------------------------------------- */
/* -------------------------->>> footer <<<----------------------------------------- */
/* --------------------------------------------------------------------------- */

div#footer {
	width: 980px;
	height: 20px;
	position: relative;
	border-top: 1px solid #e2e2e2;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	clear: both;
}


/* --------------------------------------------------------------------------- */
/* -------------------------->>> navigation add <<<----------------------------------------- */
/* --------------------------------------------------------------------------- */

ul#navigationAdd {
	width: 500px;
}

ul#navigationAdd li {
	margin-right: 17px;
	font-size: 10px;
	float: left;
	position: relative;
	text-transform: uppercase;
}

ul#navigationAdd li a {
	color: #5f5f5f;
}

ul#navigationAdd li a:hover {
	color: #ccc;
}


/* wp-content */

h1, h2, h3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	}
		
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #5f5f5f;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #e22a10;
}

div.entry a {
	border-bottom: 1px solid #000;
	
}

div.entry a:hover {
	border: none;
	text-decoration: none!important;
}


/* post */

.post {
	margin: 0 0 60px 0;
	width: 663px;
	border-bottom: 1px solid #e2e2e2;
}

.post p strong {
	color: #000;
}

p.date {
	float: left;
	font-size: 10px;
	padding: 0 8px 0 0;
	line-height: 11px;
}

	
div.entry a:hover {
	color: #e22a10;
	text-decoration: underline;
}

div.entry {
	padding: 10px 0 0 0;
}

div.entry ul {
	/*width: 620px;*/
	margin: 0 0 22px 0;
	background: #f5f5f5;
	padding: 10px 3px 0 10px;
	border: 1px solid #e6e6e6;
}

div.entry ul li {
	background: url(images/arrow-list.gif) no-repeat left top;
	padding: 2px 2px 2px 13px;
	margin: 0 0 10px  0;
	line-height: 14px;
	font-size: 12px;
}


ul.whiteList {
	width: 620px;
	margin: 0 0 22px 0;
	padding: 0!important;
	background: none!important;
	border: none!important;
}

ul.whiteList li {
	background: url(images/arrow-list.gif) no-repeat 0 0!important;
	padding: 0 0 0 13px;
}


ul.bigList {
	width: 649px!important;
	margin: 0 0 22px 0;
	padding: 0!important;
	background: #f5f5f5;
	padding: 10px 3px 0 10px!important;
	border: 1px solid #e6e6e6;
}

ul.bigList li {
	background: url(images/arrow-list.gif) no-repeat left top;
	padding: 2px 2px 2px 13px;
	margin: 0 0 10px  0;
	line-height: 14px;
	font-size: 11px;
}

p.comment {
	width: 200px;
	float: left;
	font-size: 11px;
	line-height: 11px;
}

p.comment a {
		font-size: 10px;
		color: #5f5f5f;
}

p.comment a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}

small {
	font-size: 10px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	margin-bottom: 7px!important;
}

a.more-link {
	width: 73px;
	height: 15px;
	display: block;
	text-transform: uppercase;
	padding: 0 5px 5px 5px;
	_padding: 0 5px 0 3px;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	background: #2b2723;
	color: #fff;
	text-decoration: none!important;
	border: none!important;
}

a.more-link:hover {
	background: #e22a10;
	color: #fff!important;
	text-decoration: none!important;
}

a.external {
	width: 88px;
	height: 15px;
	display: block;
	text-transform: uppercase;
	padding: 0 4px 5px 20px;
	_padding: 0 5px 0 3px;
	font-size: 10px;
	margin-top: 10px;
	background: #2b2723 url(../../../../images/external-link.png) no-repeat 4px 3px;
	color: #fff;
	text-decoration: none!important;
	border: none!important;
}

a.external:hover {
	background: #e22a10 url(../../../../images/external-link.png) no-repeat 4px 3px;
	color: #fff!important;
	text-decoration: none!important;
}


p.postmetadata {
	font-size: 10px;
	padding: 5px 0 0 0;
	line-height: 15px;
}

p.postmetadata a {
	color: #707070;
	border: none;
}

p.postmetadata a:hover {
	color: #e22a10;
	border: none!important;
}

div.entry h3 {
	color: #2b2723;
	padding: 0 0 12px 0;
	font-size: 15px;
}

pre {
	background: #f5f5f5;
	padding: 10px 3px 10px 15px;
	font-size: 11px;
	/*width: 450px;*/
	border: 1px solid #e6e6e6;
	margin: 0 0 35px 0;
}

.link {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}


#socialbookmarkeu a {
	border: none!important;
}

/* sidebar */

#sidebar h3, #flickr_badge_wrapper h3, div#inspirations h3 {
	font-size: 12px;
	color: #2b2723;
	font-weight: bold;
	padding: 0 0 10px 0!important;
	text-transform: uppercase;
}


#sidebar p {
	font-size: 11px;
	line-height: 17px;
}


/* archiv... search */

h3.pagetitle {
	font-size: 14px;
	margin: 8px 0 0 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}


/* tag cloud */

div#tagCloud {
	margin: 0 0 43px 0;
}

div#tagCloud a {
	color: #5f5f5f;
}

div#tagCloud a:hover {
	color: #e22a10;
}

/* flickr */

#flickr_badge_uber_wrapper { width:200px; margin:0 0 13px 0;}

#flickr_badge_uber_wrapper a { width: 100px!important; padding: 0!important;}

.flickr_badge_image {margin:0 0 20px 0; /*border-bottom: 1px solid #e2e2e2;*/ padding: 0 0 10px 0;}
.flickr_badge_image img {border: none!important; width: 100px;}
.flickr_badge_image img:hover { border: none!important;}

#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff; border: none!important; padding: 0!important;}


#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}


p#mehr-fotos a { 
	text-transform: uppercase;
	width: 83px!important;
	height: 16px!important;
	display: block!important;
	text-transform: uppercase;
	padding: 2px!important;
	font-size: 10px!important;
	text-align: center!important;
	background: #2b2723;
	color: #fff!important;
	margin: 0 0 43px 0;
}

p#mehr-fotos a:hover {
	background: #e22a10;
	color: #fff!important;
	text-decoration: none!important;
}

/* comments */

.commentlist cite, .commentlist cite a {
	font-style: normal;
}



/* ka */

a.z {
	width: 150px;
	height: 20px;
	padding: 5px;
	background: #424242;
	color: #fff;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
	

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}



/* images */

p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

a img {
	border: 1px solid #fff!important;
	padding: 0!important;
}

a img:hover {
	border: 1px solid #3c3c3c!important;
	padding: 0!important;
}
	
.size-full {
	border: 1px solid #fff!important;
	padding: 0!important;
}

.size-full:hover {
	border: 1px solid #3c3c3c;
}

.imageBorder {
	border: 1px solid #fff!important;
}


.noBorder, .noBorder:hover, .aligncenter a {
	border: none!important;
}

.border, .border:hover {
	border: 1px solid #e6e6e6!important;
}

.borderTextUnder, .borderTextUnder:hover {
	border: 1px solid #e6e6e6!important;
	margin-top: 20px!important;
}

.borderPadding {
	border: 1px solid #e6e6e6!important;
	padding: 6px!important;
}

.borderPadding:hover {
	border: 1px solid #3c3c3c!important;
	padding: 6px!important;
} 

.aligncenter {
	margin-bottom: 40px!important;
}

.wp-caption {
	border: none!important;
	background: #fff!important;
}

.wp-caption-text {
	margin: 10px 0 35px 0!important;
	font-weight: bold;
	font-size: 13px;
}

img.alignright {
	padding: 4px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	display: inline;
	}

.alignright {
	float: right;
	margin: 0 0 0 15px!important;
	}

.alignleft {
	float: left;
	margin: 0 15px 0 0!important;
	}
	
.big-distance {
	margin: 0 58px 0 0!important;
}

.no-margin {
	margin-right: 0!important;
}
	



/* list */

/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 43px 0!important;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
	
#sidebar ul li a {
	color: #5f5f5f;
	font-size: 11px;
	padding: 2px 0 2px 0;
}

#sidebar ul li a:hover {
	color: #e22a10;
}
	
ul.list {
	width: 300px;
	margin: 0 0 30px 0;
}

ul.list li, li.categories ul li , #linkcat-2 li,  div#inspiration ul li 
 {
	line-height: 24px;
	font-size: 11px;
	border-bottom: 1px solid #e2e2e2;
}	


/* social networks */

div#socialnetworks ul, div#inspiration ul  {
	width: 300px;
	margin-top: 12px!important;
}

div#socialnetworks ul li { 
	margin: 0 0 12px 0!important;	
	line-height: 15px!important;
	padding: 0 0 10px 0!important;
	border-bottom: 1px solid #e2e2e2;	
}


div#socialnetworks ul li a {
	display: block;
	width: 150px;
	height: 14px;
	padding: 0 0 0 22px;
}


div#socialnetworks ul  li a:hover {	background-position: 0 -14px; color: #3c3c3c;}

a.facebook {	background: url(images/icon-facebook.gif) no-repeat left top;}
a.xing {background: url(images/icon-xing.gif) no-repeat left top;}
a.twitter {background: url(images/icon-twitter.gif) no-repeat left top;}
a.delicious  {background: url(images/icon-delicious.gif) no-repeat left top;}
a.skype  {background: url(images/icon-skype.gif) no-repeat left top;}
a.flickr  {background: url(images/icon-flickr.gif) no-repeat left top;}



#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

p#mehr-tweets a { 
	text-transform: uppercase;
	width: 83px!important;
	height: 16px!important;
	display: block!important;
	text-transform: uppercase;
	padding: 2px!important;
	font-size: 10px!important;
	text-align: center!important;
	background: #2b2723;
	color: #fff!important;
	margin: -40px 0 43px 0;
}

p#mehr-tweets a:hover {
	background: #e22a10;
	color: #fff!important;
	text-decoration: none!important;
}

#sidebar form {
	padding: 0;
	margin: 0;
}
	
/* search form */

#searchform {
	margin: 8px 0 50px 0!important;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 165px;
	_width: 159px;
	*width: 159px;
	padding: 3px;
	border: 1px inset #c2c2c2;
}

#sidebar #searchsubmit {
	padding: 2px;
	background: #2b2723;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	height: 21px;
	margin: 1px 0 0 0!important;
	cursor: pointer;
}

#sidebar #searchsubmit:hover {
	background: #e22a10;
}
	
/* Safari & Firefox Mac Hack*/	

/*html * #sidebar #searchsubmit {
	padding: 100px 1px 3px 1px;
}


	
/* comment form */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border: 1px solid #d8d8d8;
}

#commentform input:hover, #commentform input:focus, #commentform textarea:hover, #commentform textarea:focus {
	border: 1px solid #2b2723;
}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #d8d8d8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	}
			
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0;
	background: #424242;
	color: #fff;
	text-transform: uppercase;
	border: none;
	width: 150px;
	position: absolute;
	bottom: -17px;
	right: 0;
	cursor: pointer;
	font-size: 11px;
	}
	
#commentform #submit:hover { background: #2b2723;}
	

.alt {
	margin: 0;
	padding: 10px;
	}


.url, .fn {
	font-size: 11px!important;
}

.comment-meta a {
	font-size: 11px;
}

em { color: #2b2723; font-size: 11px;}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 0 0 10px 0;
	list-style: none;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	

.author-date {
	float: left;
	width: 100px;
	border-top: 1px solid #d8d8d8;
	padding: 15px 0 0 0;
	margin: 0 12px 0 0;
}
	
.commentmetadata {
	margin: 0;
}

.comment-text {
	float: left;
	width: 550px;
	padding: 15px 0 0 0;
	border-top: 1px solid #d8d8d8;
}	

.comment-text p {
	font-size: 11px;
}

#respond h3 {
	margin: 25px 0 30px 0;
}



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin:  0 0 20px 0!important ;
	height: 30px;
	}
	
.navigation .alignleft a, .navigation .alignright a { 
	padding: 4px;
	display: block;
	font-size: 11px;
	background: url(images/li-arrow-left.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #424242;
}

.navigation .alignright a { 
	background: url(images/li-arrow.gif) no-repeat center right;
	padding: 0 12px 0 0;
}

.navigation .alignleft a:hover, .navigation .alignright a:hover  {
	color: #e22a10;
}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

