/*  
Theme Name: 33Main
Version: v1
Author: Sebastian Bentler
Author URI: http://thirtythr33.de/
*/

/*
@import url(styles/reset.css);
*/

body {
	background: #000000;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
}

body {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #494949;
	line-height: 1.5em;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px; 
}

/**************************
 * MAIN CONTAINERS
 **************************/
 
/*
Switched to tables for outer layout due to some heavy css-shortcomings...
*/

table.containertable {
	padding: 13px;
}

td {
	text-align: left;
	vertical-align: top;
}

td.container {
	text-align: center;
	vertical-align: top;
}

/*
 * Left column
 */
td.leftcol {
	background-color: #141414;
	width: 130px;
	height: 100%;
	padding: 0px 0px 0px 20px;
	border: 1px solid #1b1b1b;
}

/*
 * Left column border
 */
td.leftborder {
	background-color: #121212;
	width: 5px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	border: 1px solid #0f0f0f;
}

div.borderarrow {
	padding: 78px 0px 0px 0px;
	margin-left: -1px;
}

/*
 * Left content
 */
div.leftcontent {
	padding: 0px 0px 0px 0px;
	padding-top: 58px;
	padding-right: 18px;
}

/*
 * Left hidden content
 */
div.lefthide {
	color: #141414;
}

/*
 * Main column
 */
td.maintop {
	background-color: #1b1b1b;
	width: 720px;
	height: 76px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #222222;
}

td.main {
	background-color: #1b1b1b;
	width: 720px;
	padding: 0px 0px 0px 28px;
	border: 1px solid #222222;
}

/*
 * Right column
 */
td.rightcol {
	color: #494949;
	background-color: #222222;
	width: 240px;
	height: 100%;
	padding: 0px 0px 0px 8px;
	border: 1px solid #292929;
}

/*
 * Right column border
 */
td.rightborder {
	background-color: #121212;
	width: 5px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	border: 1px solid #0f0f0f;
}

/*
 * Right content
 */
div.rightcontent {
	padding: 0px 0px 0px 10px;
}

td.footer {
	background-color: #111111;
	color: #111111;
}

/**************************
 * PORTFOLIO CONTAINERS
 **************************/

div.portfoliocontainer {
	float: left;
}
 
div.portfolioleft {
	color: #494949;
	font-size: 13px;
	float: left;
	width: 200px;
}
 
div.portfolioright {
	text-align: right;
	float: left;
	padding-left: 4px;
	/*width: 407px;*/
}

div.client {
	padding-bottom: 18px;
}

div.notes {
	float: left;
	padding-bottom: 18px;
}

div.download {
	clear: both;
	padding-bottom: 18px;
}

div.share {
	padding-bottom: 14px;
}

div.date {
	padding-bottom: 14px;
}

/**************************
 * BLOG CONTAINERS
 **************************/
 
div.blogcontainer {
	width: 100%;
	float: center;
}


/**************************
 * NEWS CONTAINERS
 **************************/
 
table.newstable td {
	color: #494949;
	font-size: 13px;

}

/**************************
 * ABOUT CONTAINERS
 **************************/
 
div.about {
	color: #494949;
	font-size: 13px;
	width: 400px;
	margin-top: -10px;
}

div.aboutphoto {
	float:left;
	border: 6px solid #141414;
}

div.aboutphotoborder {
	float:left;
	border: 1px solid #222222;
	margin-left: 49px;
}

/**************************
 * BLOG CONTAINERS
 **************************/
 
div.blog {
	color: #494949;
	font-size: 13px;
	width: 100%;
	margin-top: -10px;
}

/**************************
 * CAPTIONS
 **************************/

h1.imagecaption {
	font: 18px "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #9f9f9f;
	font-weight: bold;
	padding-bottom: 20px;
	margin: 0px;
}

h1.imagecaption a {
	font: 18px "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #9f9f9f;
	font-weight: bold;
	padding-bottom: 20px;
	margin: 0px;
}

div.shopcaption {
	font: 18px "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #494949;
	font-weight: bold;
	padding-left: 13px;
	padding-bottom: 7px;
	margin: 0px;
}

div.shopcaption a {
	font: 18px "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #494949;
	font-weight: bold;
	padding-left: 13px;
	padding-bottom: 7px;
	margin: 0px;
}

div.colcaption {
	padding: 25px 0px 22px 0px;
	width: 100%;
}

div.colcaptionmain {
	float: left;
	padding: 25px 0px 21px 0px;
	width: 73%;
}

div.colcaptionbubble {
	float: left;
	padding: 0px 0px 0px 0px;
}


div.subcaption {
	padding: 30px 0px 5px 0px;
}

/**************************
 * IMAGES
 **************************/
 
div.imageportfolioborder {
	text-align: left;
	border: 1px solid #222222;
}

img.imageportfolio {
	border: 6px solid #141414;
}

div.videoborder {
	border: 2px solid #141414;
}

div.imageblogborder {
	text-align: center;
	border: 1px solid #222222;
}

img.imageblog {
	border: 6px solid #141414;
}


div.shopimage img {
	border: 0px;
}

div.networkborder {
	width: 113px;
	height: 45px;
	border: 1px solid #292929;
	margin: 5px 0px 5px -28px;
}


/**************************
 * DIVIDERS & HELPERS
 **************************/

div.totop {
	padding: 13px 0px 0px 0px;
}

div.dividermid1 {
	padding: 10px 0px 28px 0px;
}

div.dividermid2 {
	padding: 0px 0px 23px 0px;
}

div.dividerright1 {
	padding: 0px 0px 0px 0px;
}

div.dividerright2 {
	padding: 26px 0px 0px 0px;
}

div.maintopspacing {
	padding-top: 28px;
}

div.networks {
	padding: 0px 0px 0px 0px;
}	

div.quote {
	padding: 5px 0px 0px 0px;
}


.clearb {
	clear: both;
}

div.spacer {
	padding: 0px 0px 0px 0px;
}

div #shopimage img {
	border: 0px;
}

/**************************
 * MENU
 **************************/

div.activesection {
	background-color: #1b1b1b;
	margin-left: -20px;
	margin-right: 20px;
	padding-left: 20px;
	margin-bottom: 23px;
	width: 100%;
}

div.menu {
  padding-bottom: 0px;
}

td.mainsubmenu {
	background-color: #121212;
	width: 720px;
	height: 30px;
	padding: 0px 0px 0px 28px;
	border-top: 1px solid #0f0f0f;
	border-bottom: 1px solid #0f0f0f;
}

div.submenu {
	float: left;
  padding: 0px 13px 0px 0px;
}

div.submenuarrow {
	float: left;
	margin-left: -30px;
	margin-top: -1px;
	overflow: auto;
  padding: 0px 0px 0px 0px;
}


/**************************
 * FOOTER
 **************************/

td.footer
{
  font-size: 11px; 
  font-family: Century Gothic, 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif; 
  font-weight: normal; 
  color: #F70148; 
  background-color: #000000;
  border: 1px solid #0f0f0f;
  text-decoration: none;
  align: center;
  width: 100%;
}

.footertable
{
  width: 938px;
  text-align: left;
  vertical-align: top;
  background-attachment: scroll; 
  background-repeat: repeat-x; 
  background-image: url(p/bg_footer.jpg);
  background-position: top center;
}

td.footercell
{
  width: 25%;
  text-align: left;
  vertical-align: top;
  padding: 17px 17px 72px 17px;
}

.footercaption
{
  font-variant:small-caps;
  font-family: Century Gothic, 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif; 
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;  
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #444444;
}

.footercaption td
{
  font-variant:small-caps;
  font-family: Century Gothic, 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif; 
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;  
}


.footerelement
{
  font-family: Century Gothic, 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif; 
  font-size: 12px;
  color: #494949;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-bottom: 1px solid #444444;
}

.footerelement:hover 
{
  font-family: Century Gothic, 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif; 
  font-size: 12px;
  color: #494949
  background-color: #1b1b1b;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-bottom: 1px solid #444444;
}


.footerelement a:active 
{ 
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #494949; 
  text-decoration: none 
}
.footerelement a:hover 
{ 
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #494949; 
  text-decoration: none 
}
.footerelement a:link 
{ 
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #494949; 
  text-decoration: none 
}
.footerelement a:visited 
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #494949; 
  text-decoration: none
}



.footerimage
{
  text-align: right;
  vertical-align: top;
  float: right;
}



/* ----------------------------- start #nav ----------------------------- */
div.menu img { border: none; }
div.menu a { float: left; display:block; }
div.menu a img {  border:none; vertical-align:bottom; /* for IE6 */}
div.menu a:hover { visibility:visible; }
div.menu a:hover img { visibility:visible; }
div.menu a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}
/* ----------------------------- end #nav ----------------------------- */


/* ----------------------------- start #nav ----------------------------- */
div.submenu img { border: none; }
div.submenu a { float: left; display:block; }
div.submenu a img {  border:none; vertical-align:bottom; /* for IE6 */}
div.submenu a:hover { visibility:visible; }
div.submenu a:hover img { visibility:visible; }
div.submenu a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}
/* ----------------------------- end #nav ----------------------------- */


/* ----------------------------- menu ids ----------------------------- */
#menu1 { background:url(p/menua_portfolio.gif) no-repeat left bottom; }
#menu2 { background:url(p/menua_blog.gif) no-repeat left bottom; }
#menu3 { background:url(p/menua_news.gif) no-repeat left bottom; }
#menu4 { background:url(p/menua_shop.gif) no-repeat left bottom; }
#menu5 { background:url(p/menua_prints.gif) no-repeat left bottom; }
#menu6 { background:url(p/menua_contact.gif) no-repeat left bottom; }
#menu7 { background:url(p/menua_about.gif) no-repeat left bottom; }
#menu8 { background:url(p/menua_rss.gif) no-repeat left bottom; }


/* ----------------------------- submenu ids ----------------------------- */
#submenu0 { background:url(p/submenua_latest.gif) no-repeat left bottom; }
#submenu1 { background:url(p/submenua_illustration.gif) no-repeat left bottom; }
#submenu2 { background:url(p/submenua_logos.gif) no-repeat left bottom; }
#submenu3 { background:url(p/submenua_webdesign.gif) no-repeat left bottom; }
#submenu4 { background:url(p/submenua_motion.gif) no-repeat left bottom; }
#submenu5 { background:url(p/submenua_digitalart.gif) no-repeat left bottom; }
#submenu6 { background:url(p/submenua_fonts.gif) no-repeat left bottom; }
#submenu7 { background:url(p/submenua_other.gif) no-repeat left bottom; }


/**************************
 * PAGE NAVIGATION
 **************************/

div.portfoliolinkboxes {
	float: left;
	padding-top: 28px;
	padding-bottom: 28px;
}

div.portfoliolinkbox {
	float: left;
}

.c1 {background:#FF0073 url(p/historyform.png) no-repeat }
.c2 {background:#B10069 url(p/historyform.png) no-repeat }

.nE, .naviSubElement{
 width: 13px;
 height: 13px;
 font-size: 0px;
 margin-right: 1px;
 padding: 0;
}

p.nE {
 display: block;
}

.naviSubElement {
 float:left;
}

.nE a, .naviSubElement a {
 width: 13px;
 height: 13px;
 display:block;
}

.nE a:visited, .naviSubElement a:visited {
 background:#770013 url(p/historyform.png) no-repeat;
}


.notify 
{ 
  font-size: 13px; 
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: bold; 
  color: #FF0073; 
  background-color: #222222;
  text-decoration: none;
  text-align: center; 
  vertical-align: middle;
  border-bottom: 1px #FF0073 dotted;
  margin: 10px;
}

/**************************
 * LINKS
 **************************/

a:active 
{ 
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #FF0073; 
  text-decoration: none 
}
a:hover 
{ 
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #FF2093; 
  text-decoration: none 
}
a:link 
{ 
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #FF0073; 
  text-decoration: none 
}
a:visited 
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #FF0073; 
  text-decoration: none
}


/**************************
 * FORMS
 **************************/

form table td {
	color: #4f4f4f;
	font-size: 13px;
}

.field
{ 
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 10px;
  color: #FF0073;
  background: #141414; 
  width: 100px;
  height: 17px;
  border-top: #222222 1px solid; 
  border-left: #222222 1px solid; 
  border-right: #222222 1px solid; 
  border-bottom: #222222 1px solid; 
}

.textarea
{ 
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 10px;
  color: #FF0073;
  background: #141414; 
  width: 200px;
  height: 80px;
  border-top: #222222 1px solid; 
  border-left: #222222 1px solid; 
  border-right: #222222 1px solid; 
  border-bottom: #222222 1px solid; 
}

.button
{ 
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #FF0073;
  background-color: #141414; 
  border-top: #222222 1px solid; 
  border-left: #222222 1px solid; 
  border-right: #222222 1px solid; 
  border-bottom: #222222 1px solid; 
}

/**************************
 * ROUNDED CORNERS
 **************************/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:800px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:5px; /* default, width of left corner */
 margin-bottom:0em; /* spacing under dialog */
}

.dialog .content,
.dialog .content2,
.dialog .content3,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(p/roundedcorner.png) no-repeat top right;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 width: 605px;
 padding:0px 5px 0px 0px;
}

.dialog .content2 {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 5px 0px 0px;
}

.dialog .content3 {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 //width: 400px;
 padding:0px 5px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:5px; /* top slice width */
 margin-left:-5px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:5px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:5px; /* bottom corner width */
 margin-left:-5px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0px 0px 0px 0px;
}

.dialog h1 {
 padding-bottom:0px;
}


/**************************
 * ROUNDED CORNERS #2
 **************************/

.dialogx {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:500px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialogx */
}

.dialogx .contentx,
.dialogx .tx,
.dialogx .bx,
.dialogx .bx div {
 background:transparent url(p/roundedcorner.png) no-repeat top right;
 _background-image:url(dialogx2-blue.gif);
}

.dialogx .contentx {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialogx .tx {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialogx .bx {
 /* bottom */
 position:relative;
 width:100%;
}

.dialogx .bx,
.dialogx .bx div {
 height:5px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogx .bx {
 background-position:bottom right;
}

.dialogx .bx div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialogx .hdx,
.dialogx .bdx,
.dialogx .ftx {
 position:relative;
}

.dialogx .wrapperx {
 /* extra contentx protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialogx h1,
.dialogx p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialogx h1 {
 padding-bottom:0px;
}