/*
creative-minds.at
Copyright. All Rights Reserved.
*/

/* Basic */

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
	font-size: 75%;
	background: #EFEBE7;
	color: #000;
	text-align: center;
}

/* Selection colors */
 
::-moz-selection {
	color: #fff;
	background: #333;
}
::selection {
	color: #fff;
	background: #333;
}

/* Headings */

h1 {font-size: 200%;}
h2 {font-size: 166%;}
h3 {font-size: 150%;}
h4 {font-size: 133%;}
h6 {font-size: 116%;}
h5 {font-size: 110%;}


strong, b{ font-weight: bold;}
em, i{ font-style: italic;}
acronym, abbr{ cursor: help; border-bottom: 1px dashed #ccc;}

/* Lists  */

ul, ol {margin-left: 25px;}

/* Links  */

a:link, a:visited  {
	text-decoration: none;
	outline: none;
	color: #000;
	background: transparent;
}

a:hover, a:focus , a:active{
	text-decoration: none;
	outline: none;
	color: #000;
	background: transparent;
}

span.at{
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-style: italic;
	font-weight: normal;
	font-weight: normal;
}

span.email{
	font-weight: bold;
}


img.float{
	float: left;
}

/* Header */

div#header{
	height: 326px;
	width: 100%;
	background: #EFEBE7 url(images/header.png) left top repeat-x;
}

/* Header - Language */

div#language-box{
	background: #fff;
	padding: 3px;
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
}

div#language{
	width: 900px;
	position: relative;
	margin: 0 auto;
	color: #ccc;
}

div#language a:link, div#language a:visited{
	color: #777;
}

div#language a:hover, div#language a:focus, div#language a:active{
	color: #777;
	text-decoration: underline;
}

div#language a.language-active{ font-weight: bold;}

/* Header - Logo */

div#logo{
	width: 900px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Header - Navigation */

div#navigation{
	width: 900px;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	background: #2B2B2B;
}

div#navigation ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

div#navigation ul li{
	float: left;
	list-style-type: none;
}

div#navigation ul li a{
	text-indent: -999999px;
	overflow: hidden;
	display: block;
	float: left;
	width: 100px;
	height: 38px;
}

/* Header - Navigation - State: Normal */

div#navigation ul li a#navigation-profile{ background: url(images/navigation-profile.png) left top no-repeat; }
div#navigation ul li a#navigation-profil{ background: url(images/navigation-profil.png) left top no-repeat; }
div#navigation ul li a#navigation-info{ background: url(images/navigation-info.png) left top no-repeat; }
div#navigation ul li a#navigation-design{ background: url(images/navigation-design.png) left top no-repeat; margin-right: 35px; }
div#navigation ul li a#navigation-development{ background: url(images/navigation-development.png) left top no-repeat; margin-right: 40px; }
div#navigation ul li a#navigation-entwicklung{ background: url(images/navigation-entwicklung.png) left top no-repeat; margin-right: 40px; }
div#navigation ul li a#navigation-portfolio{ background: url(images/navigation-portfolio.png) left top no-repeat; margin-right: 200px; }
div#navigation ul li a#navigation-contact{ background: url(images/navigation-contact.png) left top no-repeat; }
div#navigation ul li a#navigation-kontakt{ background: url(images/navigation-kontakt.png) left top no-repeat; }

/* Header - Navigation - State: Hover */

div#navigation ul li a#navigation-profile:hover { background: url(images/navigation-profile.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-profil:hover { background: url(images/navigation-profil.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-info:hover { background: url(images/navigation-info.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-design:hover { background: url(images/navigation-design.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-development:hover { background: url(images/navigation-development.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-entwicklung:hover { background: url(images/navigation-entwicklung.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-portfolio:hover { background: url(images/navigation-portfolio.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-contact:hover { background: url(images/navigation-contact.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-kontakt:hover{ background: url(images/navigation-kontakt.png) left top no-repeat; background-position: 0 -38px;}

/* Header - Navigation - State: Active */

div#navigation ul li a#navigation-profile.active { background: url(images/navigation-profile.png) no-repeat; background-position: 0 -76px; }
div#navigation ul li a#navigation-profil.active { background: url(images/navigation-profil.png) no-repeat; background-position: 0 -76px; }
div#navigation ul li a#navigation-info.active { background: url(images/navigation-info.png) no-repeat; background-position: 0 -76px; }
div#navigation ul li a#navigation-design.active { background: url(images/navigation-design.png) no-repeat; background-position: 0 -76px; }
div#navigation ul li a#navigation-development.active { background: url(images/navigation-development.png) no-repeat; background-position: 0 -76px; }
div#navigation ul li a#navigation-entwicklung.active { background: url(images/navigation-entwicklung.png) no-repeat; background-position: 0 -76px; }
div#navigation ul li a#navigation-portfolio.active { background: url(images/navigation-portfolio.png) no-repeat; background-position: 0 -76px; }
div#navigation ul li a#navigation-contact.active { background: url(images/navigation-contact.png) no-repeat; background-position: 0 -76px; }
div#navigation ul li a#navigation-kontakt.active { background: url(images/navigation-kontakt.png) no-repeat; background-position: 0 -76px; }

/* Header - Navigation - State: Active + Hover */

div#navigation ul li a#navigation-profile.active:hover,
div#navigation ul li a#navigation-profil.active:hover,
div#navigation ul li a#navigation-info.active:hover,
div#navigation ul li a#navigation-design.active:hover,
div#navigation ul li a#navigation-development.active:hover,
div#navigation ul li a#navigation-entwicklung.active:hover,
div#navigation ul li a#navigation-portfolio.active:hover,
div#navigation ul li a#navigation-contact.active:hover,
div#navigation ul li a#navigation-kontakt.active:hover {
-webkit-transition: all 0.3s ease-in-out;
}

div#navigation ul li a#navigation-profile.active:hover { background: url(images/navigation-profile.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-profil.active:hover { background: url(images/navigation-profil.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-info.active:hover { background: url(images/navigation-info.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-design.active:hover { background: url(images/navigation-design.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-development.active:hover { background: url(images/navigation-development.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-entwicklung.active:hover { background: url(images/navigation-entwicklung.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-portfolio.active:hover { background: url(images/navigation-portfolio.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-contact.active:hover { background: url(images/navigation-contact.png) no-repeat; background-position: 0 -38px; }
div#navigation ul li a#navigation-kontakt.active:hover { background: url(images/navigation-kontakt.png) no-repeat; background-position: 0 -38px; }

/* Header - Showcase */

div#showcase{
	width: 900px;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: #A2A638;
}

	p#sentence{
		width: 880px;
		height: 50px;
		padding: 40px 20px 0 0;
		text-align: right;
		font-size: 19px;
		font-family: Georgia, Times, serif;
		color: #fff;
		font-weight: normal;
	}
	
	p#sentence em{
		display: block;
		text-align: right;
		font-size: 13px;
		padding: 8px 20px 0 0;
	}
	
div#wood{
	width: 100%;
	height: 33px;
	background: url(images/wood.png) left top repeat-x;
}

/* Content */

div#content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align: left;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
	line-height: 19px;
	font-size: 13px;
	background: #fff;
	min-height: 420px;
	
}

div#container{
	float: left;
	background: #fff;
	width: 100%;
	padding-bottom: 30px;
}

	div#content p{
		padding-top: 4px;
		padding-bottom: 10px;
	}
	
	div#content a{
	-o-transition-duration: .33s;
	-o-transition-property: color, background-color;
	-webkit-transition-duration: .33s;
	-webkit-transition-property: color, background;
	}
	
	div#content a:link, div#content a:visited{
		color: #A2A638;
		font-weight: bold;
	}

	div#content a:hover, div#content a:focus, div#content a:active{
		color: #757829;
		font-weight: bold;
	}
	
	div#content a:active {
 		position: relative;
 		top: 1px;
	}
	
	div#content strong{
		color: #222;
		font-weight: bold;
	}

	div#content h2{
		font-family: Georgia, Times, serif;
		font-size: 25px;
		color: #2B2B2B;
		font-weight: normal;
		text-align: left;
		border-bottom: 1px solid #D4D4D4;
		padding-bottom: 2px;
		margin: 10px 0 10px 0;
	}
	
	div#content h3{
		font-family: Georgia, Times, serif;
		font-size: 18px;
		color: #2B2B2B;
		font-weight: normal;
		text-align: left;
		border-bottom: 1px dotted #D4D4D4;
		padding-bottom: 2px;
		margin-top: 12px;
		margin-bottom: 8px;
	}
	
	div#content h4{
		font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 13px;
		color: #2B2B2B;
		font-weight: bold;
		text-align: left;
		padding-bottom: 0px;
		margin-top: 10px;
		margin-bottom: 2px;
	}
	
	div#content ul li{
		list-style-type: square;
	}
	
/* Content - Text */

blockquote{
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 55px;
	padding-top: 13px;
	padding-bottom: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(images/blockquote.png) left top no-repeat;
}

blockquote em{
	font-size: 11px
}

.block{
	border-top: 0px solid #D0CDCB;
	background: #EFEBE7 url(images/block.png) left top repeat-x;
	color: #454444;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px ! important;
	padding-bottom: 30px;
	width: 610px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	font-family: Georgia, Times, serif;
}

.block img{
	float: left;
	padding-right: 5px;
}
	
/* Content - Team */

div#team-left{
	float: left;
	width: 440px;
	padding-right: 10px;
}

div#team-right{
	float: right;
	width: 440px;
	padding-left: 10px;
}

div#content h3 em{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding-left: 7px;
}

/* Content - Design & Development */

div.column-left{
	width: 640px;
	padding-right: 20px;
	float: left;
	min-height: 400px;
}

div.column-right{
	width: 220px;
	padding-left: 20px;
	float: right;
}

ol li {
	padding-bottom: 4px;
}

a.awesome:link, a.awesome:visited{
	background: #222 url(http://www.zurb.com/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff ! important;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	font-size: 11px;
	background-color: #A2A638;
}

a.awesome:hover, a.awesome:focus{
	background-color: #797C28;
}

a.awesome:active{
	padding: 6px 10px 5px;
}

/* Content - Portfolio */


.ui-tabs .ui-tabs-hide {
     display: none;
}

ul#portfolio-select{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

ul#portfolio-select li{
	list-style-type: none ! important;
	display: inline;
}

ul#portfolio-select li a{
	background: #fff;
	color: #A3A448;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	margin: 2px;
}

ul#portfolio-select li.ui-state-active a{
	background: #A3A448;
	color: #fff ! important;
}


ul#portfolio{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#portfolio li{
	list-style-type: none ! important;
	padding-left: 3px;
	padding-bottom: 5px;
}

ul#portfolio li a:link, ul#portfolio li a:visited{
	color: #000;
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-bottom: 1px dotted #999;
}

ul#portfolio li a:hover, ul#portfolio li a:focus, ul#portfolio li a:active{
	color: #A2A638;
	border-bottom: 1px solid #A2A638;
}

ul#portfolio li a.active:link, ul#portfolio li a.active:visited{
	color: #000;
	font-weight: bold;
}

ul#portfolio li a.active:hover, ul#portfolio li a.active:focus, ul#portfolio li a.active:active{
	color: #A2A638;
	font-weight: bold;
}


div.project-details{
	width: 640px;
}

div.project-details dl{
	width: 640px;
}

div.project-details dt{
	width: 100px;
	float: left;
	font-weight: bold;
}

div.project-details dd{
	width: 540px;
	float: left;
}


p.placeholder{
	height: 300px;
}

/* Content - Contact */

div#contact-left{
	float: left;
	width: 400px;
	padding-right: 10px;
}

div#contact-right{
	float: right;
	width: 480px;
	padding-left: 10px;
}

p.name {
	margin: 15px 0px 0px 0px ! important;
	padding: 0px ! important;
	line-height: 110%;
}

/* Content - Footer */

div#clear{
	clear: both;
}

div#footer{
	background: url(images/footer.png) left top repeat-x;
	padding-top: 15px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ccc;
	width: 100%;
	height: 65px;
}

dl#contact dt{
	width: 100px;
	float: left;
}

dl#contact dd{
	width: 300px;
	float: left;
}


/* Content - Form */

label{
	display: block;
	float: left;
	width: 100px;
}

input, textarea{
	display: block;
	background: #D4D4D4;
	padding: 5px;
	color: #000;
	border: none;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input#button{
	margin-left: 100px;
}

input#button:hover, input#button:hover{
	margin-left: 100px;
	background: #A3A448;
	color: #fff;
	cursor: pointer;
}

input:hover,input:active, input:focus,
textarea:hover, textarea:active, textarea:focus{
	background: #D4D4D4;
	padding: 5px;
	color: #000;
	border: none;
}

/* Blog - Posts */

h2.post-title{
	font-family: Georgia, Times, serif;
	font-size: 25px ! important;
	margin: 10px 0 2px 0 ! important;
	border-bottom: 1px solid #D4D4D4;
	line-height: 32px;
}

h2.post-title a:link, h2.post-title a:visited{
	color: #2B2B2B ! important;
	font-weight: normal ! important;
	font-style: normal;
	font-variant: normal;
	padding: 0 0 2px 0;
}

h2.post-title a:hover, h2.post-title a:active, h2.post-title a:focus{
	text-decoration: underline;
	color: #A2A638 ! important;
}

div.post-tagline{
	background: url(/images/tagline.png) 10px center no-repeat #efeCe7;
	color: #454444;
	margin: 2px 0 0 0;
	padding: 6px 5px 4px 55px;
	height: 40px;
	font-size: 16px ! important;
	line-height: 26px;
	font-weight: 300;
	font-family: Georgia, Times, serif;
}



/* Blog - Sidebar */



/* Blog - Social Media - RSS*/

div#rss{
	background: url(/images/rss.png) no-repeat center left;
	color: #ccc;
	font-size: 11px;
	height:40px;
	width:auto;
	font-family: Georgia, Times, serif;
	font-weight: normal ! important;
	padding: 5px 0 0 40px;
}

div#rss a:link, div#rss a:visited{ color: #646463; font-weight: normal ! important;}
div#rss a:hover, div#rss a:active, div#rss a:focus{ text-decoration: underline;}
div#rss span{ display:block; font-size: 18px; color: #d96400;}

/* Blog - Social Media - Facebook*/

div#facebook{
	background: url(/images/facebook.png) no-repeat center left;
	color: #ccc;
	font-size: 11px;
	height:40px;
	width:auto;
	font-family: Georgia, Times, serif;
	font-weight: normal ! important;
	padding: 5px 0 0 40px;
}

div#facebook a:link, div#facebook a:visited{ color: #646463; font-weight: normal ! important;}
div#facebook a:hover, div#facebook a:active, div#facebook a:focus{ text-decoration: underline;}
div#facebook span{ display:block; font-size: 18px; color: #3F62A3;}

/* Blog - Social Media - Twitter*/

div#twitter{
	background: url(/images/twitter.png) no-repeat center left;
	color: #ccc;
	font-size: 11px;
	height:40px;
	width:auto;
	font-family: Georgia, Times, serif;
	font-weight: normal ! important;
	padding: 5px 0 0 40px;
}

div#twitter a:link, div#twitter a:visited{ color: #646463; font-weight: normal ! important;}
div#twitter a:hover, div#twitter a:active, div#twitter a:focus{ text-decoration: underline;}
div#twitter span{ display:block; font-size: 18px; color: #24A2CC;}


/* Blog - Sidebar - Other*/

ul#topics{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#topics li{
	list-style-type: none ! important;
	padding-left: 3px;
	padding-bottom: 5px;
}

ul#topics li a:link, ul#topics li a:visited{
	color: #000;
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-bottom: 1px dotted #999;
}

ul#topics li a:hover, ul#topics li a:focus, ul#topics li a:active{
	color: #A2A638;
	border-bottom: 1px solid #A2A638;
}
