/* @override 
	http://www.greatwhiteark.com/wp-content/themes/gwa_theme_4/css/master.css
	css/master.css
	--
	http://www.greatwhiteark.com/wp-content/themes/gwa_theme_4/style.css
*/

/* @group Basic HTML */

body
{
	margin: 0;
	padding: 0;
	background: #f2f0e1 url(img/back_cross.gif);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	
}

a:link,
a:visited
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	color: #333;
	background-color: #fff100;
}
a:active
{
	color: #333;
	background-color: #58bef2;
}

a img
{
	border: 0;
	margin: 0;
}

h2
{
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin-top: 2em;
}

h3
{
	font-size: 14px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

blockquote
{
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #b4b2a7;
}

h1, h2, h3, p, ul, ol, blockquote
{
	margin-bottom: 1em;
}

ul
{
	list-style: none;
}

li
{
	background: transparent url(img/tiny_cross.gif) no-repeat 0 3px;
	padding-left: 1.5em;
}

/* @end */



/* @group Wrapper */

#wrapper
{
	width: 960px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

#body
{
	border: 1px solid #d9d7ca;
	border-bottom: 1px solid #c4c1ad;
	border-top: 0;
}

/* @end */



/* @group Header */

#header
{
	position: relative;
	height: 150px;
	overflow: hidden;
}
body#startpage #header
{
	height: 127px;
}

#logo
{
	width: 154px;
	height: 92px;
	overflow: hidden;
}

#logo h1
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 25px;
	top: 29px;
}

#logo h1 a
{
	display: block;
	width: 154px;
	height: 92px;
	overflow: hidden;
	font-size: 2px;
	text-indent: -999px;
	background: transparent url(img/gwa_viral_marketing.gif) ;
}



#topmenu
{
	position: absolute;
	right: 25px;
	top: 0;
	width: 310px;
	height: 110px;
	overflow: hidden;
}

#topmenu ul
{
	width: 320px;
	height: 110px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#topmenu ul li
{
	margin: 0 9px 0 0;
	padding: 0;
	float: left;
	height: 110px;
	background-image: none;
}

#topmenu ul li a
{
	margin: 0;
	padding: 0;
	display: block;
	height: 110px;
	font-size: 2px;
	text-indent: -999px;
	background-repeat: no-repeat;
}

#topmenu ul li a:link,
#topmenu ul li a:visited
{
	background-position: 0 0;
}

#topmenu ul li a:hover,
#topmenu ul li a:active
{
	background-position: 0 -110px;
}

#topmenu ul li.active a,
#topmenu ul li.active a:link,
#topmenu ul li.active a:visited
{
	background-position: 0 -220px;
}

#topmenu ul li a.home        { width: 50px; background-image: url(img/tm_home.gif); }
#topmenu ul li a.agentur     { width: 60px; background-image: url(img/tm_agentur.gif); }
#topmenu ul li a.projekte    { width: 62px; background-image: url(img/tm_projekte.gif); }
#topmenu ul li a.blog        { width: 41px; background-image: url(img/tm_blog.gif); }
#topmenu ul li a.kontakt     { width: 59px; background-image: url(img/tm_kontakt.gif); }

/* @end */







/* @group Breadcrumb */

ul#breadcrumb
{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	border:  1px solid #e6e5e2;
	border-right: 0;
	overflow: hidden;
	background: transparent url(img/yellow_cross.gif) no-repeat right;
	width: 100%;
	font-size: 11px;
}
ul#breadcrumb li
{
	float: left;
	background: #faf8e8 url(img/breadcrumb_arrow.gif) no-repeat 0 0;
	background-image: url(img/breadcrumb_arrow.gif);
	margin: 0;
	padding: 5px 5px 5px 25px;
	height: 20px;
	line-height: 20px;
	text-transform: lowercase;
}
ul#breadcrumb li.first
{
	background-image: none;
	padding-left: 10px;
}
ul#breadcrumb li.active
{
	background-image: url(img/breadcrumb_arrowactive.gif);;
	background-color: #fff;
	font-weight: bold;
	color: #333;
}
ul#breadcrumb a:link,
ul#breadcrumb a:visited
{
	color: #827f6c;
}
ul#breadcrumb a:hover
{
	background: none;
	color: #333;
}

/* @end */



/* @group agentur */

div.agentur_header
{
	font-size: 0.1em;
	text-indent: -9999px;
	overflow: hidden;
	width: 910px;
	height: 250px;
	background: transparent url(img/agentur_header.gif) no-repeat 0 0;
}

div.agentur_header h1
{
	background: none;
	background-image: none;
}

/* @end */








/* @group Content */

#content
{
	margin: 0 25px;
	overflow: hidden;
	width: 910px;
}

#startpage #content
{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	width: 958px;
	overflow: visible;
	position: relative;
}

#content #socialicons
{
	position: absolute;
	top: 40px;
	right: -9px;
	z-index: 999;
}

#socialicons a
{
	display: block;
	text-indent: -9999px;
}

#socialicons a.twitter
{
	width: 32px;
	height: 34px;
	background: transparent url(img/social_twitter.gif) no-repeat top left;
}

#socialicons a.twitter:hover
{
	background: transparent url(img/social_twitter.gif) no-repeat top right;
}

#socialicons a.facebook
{
	width: 32px;
	height: 33px;
	background: transparent url(img/social_facebook.gif) no-repeat top left;
}

#socialicons a.facebook:hover
{
	background: transparent url(img/social_facebook.gif) no-repeat top right;
}

/* section */

div.section
{
	margin: 0 0 45px 0;	
}

#startpage div.section
{
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}

div.section h1
{
	margin: 0;
	padding: 10px 0 12px 0;
	color: #827f6c;
	font-size: 12px;
	background: transparent url(img/yellow_cross.gif) no-repeat 10px right;
	text-transform: lowercase;
	font-weight: normal;
}

body#startpage div.section h1
{
	border-top: 1px solid #e6e5e2;
}

div.section h1 strong
{
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left center;
}

div.line
{
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #e6e5e2;
}

#startpage div.line
{
	margin-left: 25px;
	margin-right: 25px;
}

div.section_about
{
	margin: 0 0 15px 0;
	border: 0;
}

div.section_about #about
{
	margin-left: 20px;
}


div.about_gwa
{
	background: transparent url(img/home_header_caramba.jpg) no-repeat 25px 0;
	height: 335px;
}

div.about_gwa p
{
	display: none;
}

a.about_contact:link,
a.about_contact:visited,
a.about_contact:hover,
a.about_contact:active
{
	display: block;
	float: right;
	width: 310px;
	height: 210px;
	background-color: transparent;
	text-indent: -999px;
	overflow: hidden;
}

div.kunden
{
	font-size: 2px;
	text-indent: -999px;
	background: transparent url(img/gwa_kunden_logos.gif) no-repeat 0 0;
	height: 85px;
}

a.kontakt_big:link,
a.kontakt_big:visited,
a.kontakt_big:hover,
a.kontakt_big:active
{
	display: block;
	height: 221px;
	text-indent: -999px;
	background: transparent url(img/kontakt_big.gif) no-repeat 0 0;
	margin-bottom: 40px;
}

/* @group Buttons */

a.btn145:link,
a.btn145:visited
{
	display: block;
	width: 145px;
	height: 24px;
	overflow: hidden;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.btn145:hover,
a.btn145:active
{
	background-position: 0 -24px;
}
a#btn_projekte { background-image: url(img/btn_projekte.gif); }
a#btn_prozess { background-image: url(img/btn_prozess.gif); }
a#btn_kontakt { background-image: url(img/btn_kontakt.gif); }
a#btn_jobs { background-image: url(img/btn_jobs.gif); }
a#btn_download { background-image: url(img/btn_download.gif); }

/* @end */





/* @group Cols */

div.cols
{
	width: 930px;
	overflow: hidden;
}

div.cols div.col
{
	float: left;
	width: 445px;
	margin-right: 20px;
}

div.col div.part
{
	margin-bottom: 50px;
}

div.part h2.repl
{
	font-size: 0.1em;
	text-indent: -999px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 20px;
}
h2#unser_arbeit { background-image: url(img/hl_unser_arbeit.gif); }
h2#a_bis_z { background-image: url(img/hl_a_bis_z.gif); }
h2#so_wirds_gemacht { background-image: url(img/hl_so_wirds_gemacht.gif); }
h2#werde_great { background-image: url(img/hl_werde_great.gif); }
h2#prozess { background-image: url(img/hl_der_prozess.gif); }

div.part h3.repl
{
	font-size: 0.1em;
	text-indent: -999px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 15px;
}
h3#aufsaugen { background-image: url(img/hl2_1_aufsaugen.gif); }
h3#planen { background-image: url(img/hl2_2_planen.gif); }
h3#konzipieren { background-image: url(img/hl2_3_konzipieren.gif); }
h3#umsetzen { background-image: url(img/hl2_4_umsetzen.gif); }
h3#testen	 { background-image: url(img/hl2_5_testen.gif); }
h3#analysieren { background-image: url(img/hl2_6_analysieren.gif); }
/* @end */






/* @group Thumbs */

/* thumbs */

div.thumbs
{
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	clear: both;
}

div.thumbs ul,
div.thumbsonly ul
{
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	width: 920px;
	overflow: hidden;
	/*background-image: url(img/thumb_back_170.gif);*/
}

div.thumbs ul.h120
{
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url(img/thumb_back_120.gif);
}

div.thumbs li
{
	background-image: none;
	padding: 0;
	float: left;
	width: 220px;
	height: 220px;
	margin: 0 10px 10px 0;
}

div.thumbs ul.h120 li
{
	height: 120px;
}

div.thumbs a
{
	display: block;
	position: relative;
	width: 220px;
	height: 220px;
	text-decoration: none;
	background-color: #f2f0e1;
	overflow: hidden;
}

div.thumbs ul.h120 a
{
	background-color: transparent;
	height: 120px;
	position: relative;
}

div.thumbs ul.h120 a:link span,
div.thumbs ul.h120 a:visited span
{
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 120px;
	padding: 0;
	text-indent: -999px;
	background: none;
}
div.thumbs ul.h120 a:hover span,
div.thumbs ul.h120 a:active span
{
	background: transparent url(img/yellow_frame.gif) no-repeat;
}

div.projectheader
{
	background-color: #f2f0e1;
	margin-bottom: 2em;
}

div.thumbs strong,
div.projectheader strong
{
	display: block;
	/*height: 22px;*/
	background: #fff100 url(img/white_cross.gif) no-repeat 202px 5px;
	margin: 0;
	padding: 4px 25px 4px 5px;
	height: 50px;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	font-family: Georgia, Times, serif;
}
div.projectheader strong
{
	font-family: Georgia, Times, serif;
	padding: 6px 5px;
	background-position: 893px;
	height: auto;
}

div.thumbs a:hover,
div.thumbs a:active
{
	background-color: #e5e4d5;
}

div.thumbs a:hover strong
{
	background-color: #58bef2;
}

div.thumbs span,
div.projectheader span
{
	display: block;
	padding: 5px 5px;
	color: #afab94;
}
/*
div.thumbs a:hover span
{
	background: transparent url(img/white_cross.gif) no-repeat right top;
}
*/
div.thumbs em,
div.projectheader em
{
	font-style: normal;
	color: #827f6c;
}

/* @end */


/* @group Sidebar */




div#sidebar
{
	float: right;
	width: 310px;
	color: #d7d5c7;
	font-size: 11px;
	line-height: 16px;
}

#sidebar a:link,
#sidebar a:visited
{
	color: #d7d5c7;
}
#sidebar a:hover,
#sidebar a:active
{
	color: #333;
}

#sidebar h2
{
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #e6e5e2;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 14px;
	color: #827f6c;
	background: transparent url(img/yellow_cross.gif) no-repeat right 2px;
}

#sidebar ul.cols
{
	list-style: none;
	padding: 0;
	overflow: hidden;
}

#sidebar ul.cols li.col
{
	width: 145px;
	margin: 0 0 0 10px;
	padding: 0;
	background-image: none;
	float: left;
}

#sidebar ul.cols ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

#sidebar ul.cols ul li
{
	line-height: 12px;
	margin: 0 0 4px 0;
	padding: 0;
	background-image: none;
}

a.btn_newsletter:link,
a.btn_newsletter:visited
{
	margin: 10px 0 0 0;
	display: block;
	width: 145px;
	height: 24px;
	overflow: hidden;
	text-indent: -999px;
	background: transparent url(img/btn_newsletter.png) no-repeat 0 0;
}

a.btn_newsletter:hover,
a.btn_newsletter:active
{
	background-position: 0 -24px;
}

/* @end */


div#mainbar
{
	width: 590px;
}

/* @group Post */

div.post
{
	position: relative;
	padding-right: 105px;
	margin-bottom: 50px;
}

ul.post-meta
{
	position: absolute;
	left: 500px;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.post-meta li,
ul.commentlist ul.post-meta li
{
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	width: 40px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	color: #827f6c;
	border: 0;
	font-size: 9px;
}

ul.post-meta li.date
{
	background-image: url(img/back_date.gif);
}

ul.post-meta li strong
{
	display: block;
	margin-top: 9px;
	font-size: 14px;
	line-height: 12px;
}

ul.post-meta li.comments strong,
ul.post-meta li.comments_on strong
{
	margin-top: 13px;
}

ul.post-meta li.comments_on strong
{
	color: #333;
}

ul.post-meta li.comments
{
	background-image: url(img/back_comments.gif);
}

ul.post-meta li.comments_on
{
	background-image: url(img/back_comments_on.gif);
}

div.post h1
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	height: 50px;
}

div.post img
{
	background-color: #f2f0e1;
	padding: 5px;
}

/* @end */


ul.commentlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.commentlist li
{
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	padding-right: 105px;
	background-image: none;
	border-top: 1px solid #fff;
}

div.commentbody
{
	background-color: #ebeae3;
	padding: 10px;
	margin: 0;
}

div.commentbody p
{
	margin-top: 0;
}

div.commentauthor
{
	font-family: Georgia, Times, serif;
}

form#commentform
{
	background-color: #ebeae3;
	margin-right: 105px;
	margin-bottom: 30px;
	padding: 10px;
}

textarea#comment
{
	width: 460px;
}

img.fright
{
	float: right;
	margin: 0 0 5px 5px;
}

img.fleft
{
	float: left;
	margin: 0 5px 5px 0;
}

div.navigation
{
	width: 485px;
	overflow: hidden;
	margin-bottom: 20px;
}

div.navigation a:link,
div.navigation a:visited
{
	display: block;
	padding: 4px;
	background-color: #fff100;
	font-weight: bold;
}

div.navigation a:hover,
div.navigation a:active
{
	background-color: #58bef2;
}

div.alignleft
{
	float: left;
}

div.alignright
{
	float: right;
}

/* @group Newsletter */

form#newsletter
{
	
}

#newsletter label
{
	float: left;
	display: block;
	width: 200px;
	padding-top: 6px;
}

#newsletter label.req
{
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

#newsletter input.txt
{
	width: 510px;
	color: #666;
	padding: 4px;
}

#newsletter input#email
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-color: #fffccc;
}

#newsletter div.error
{
	padding-left: 200px;
	color: #f30;
}

#newsletter input#submit
{
	margin-top: 20px;
	margin-left: 200px;
}

#newsletter div.note
{
	margin: 30px 200px 10px 200px;
	color: #827f6c;
	font-size: 11px;
	border-top: 1px solid #e6e5e2;
	padding-top: 10px;
}

div.response
{
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #b4b2a7;
	text-align: center;
}

div.response strong
{
	color: #333;
}

/* @end */

/* @group Table Data */

table.data
{
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e6e5e2;
}

table.data td
{
	padding: 2px 0;
	border-bottom: 1px solid #e6e5e2;
}

table.data tr.subscribed td
{
	font-weight: bold;
	color: #58bef2;
}

table.data tr.unsubscribed td
{
	font-weight: bold;
	color: #f90;
}

table.data tr.error td
{
	font-weight: bold;
	color: #f00;
}
/* @end */

/* @end */



/* @group Footer */

#footer
{
	margin: 0;
	color: #fff;
	background: #cecbb7 url(img/back_footer.gif) repeat-x 0 0;
	font-size: 11px;
	line-height: 16px;
}

#footer ul
{
	width: 908px;
	list-style: none;
	margin: 0;
	padding: 0 25px 20px 25px;
	overflow: hidden;
}

#footer li
{
	float: left;
	margin:  0 20px 0 0;
	padding: 0;
	background-image: none;
}

#footer li.quote,
#footer li.tagline
{
	padding-top: 20px;
}
#footer li.tagline
{
	float: right;
}

#footer a:link,
#footer a:visited
{
	display: block;
	padding-top: 20px;
	color: #827f6c;
	background: transparent url(img/back_footerbtn.gif) no-repeat center top;
}

#footer a:hover,
#footer a:active
{
	color: #333;
	background-color: transparent;
}

#quote
{
	background: #87867d url(img/back_quote.gif) no-repeat 25px 0;
	color: #cecbb7;
	border-bottom: 1px solid #6c6b64;
	padding: 14px 25px 10px 25px;
	font-family: Georgia, Times;
	font-size: 14px;
	text-shadow: #5e5e57 0 1px 0;
}

#quote .wp_quotes_author
{
	display: none;
}

/* @end */

/* @group Microformats */

div.vcard
{
	margin: 0 0 2em 0;
}

div.vcard div.country-name
{
	margin:  0 0 1em 0;
}

span.type,
span.label
{
	display: block;
	float: left;
	width: 4em;
}

/* @end */



