/*
Theme Name: The Web News
Author: WPThemeDesigner
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 11px Verdana;
	color: #565656;
/*	background-color: #e9e9e9; */
background-color: #ffffff;
}
a {
	color: #010000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	background: url(images/background.gif) repeat-y 0 0;
	margin: auto auto;
	text-align: left;
	padding: 0 7px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background: #ffffff url(images/header.gif) no-repeat fixed center; 
}
	#header ul {
		float: left;
		list-style-type: none;
		padding: 10px 0;
		margin-left: -5px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase; 
/** 			font-size: 0.9em; **/
/** 			font-size: 1.9em; **/
			padding: 0 15px;
			border-left: 1px solid #252525;
		}
			#header ul li.f {
				border: 0;
			}
	#header .links {
		float: right;
		font-size: 0.9em;
		color: #252525;
		padding: 10px;
	}
		#header .links a {
			margin-left: 14px;
		}
	#header .logo {
		padding: 18px 18px 40px;
		float: left;
	}
		#header .logo h1 {
			font-family: "Lucida Sans";
			font-size: 2.5em;
			text-transform: uppercase;
		}
		#header .logo h1 a {
			color: #252525;
		}
		#header .logo p {
			color: #DE2011;
			font-weight: bold;
			padding-left: 10px;
		}
	#header .ad468x60 {
		float: right;
		padding: 16px 10px;
	}
	#header ol {
		list-style-type: none;
		height: 535px;
		background-color: #252525;
	}
		#header ol li {
			float: left
		}
		#header ol li a {
			color: #ffffff;
			display: block;
			padding: 10px 12px 11px;
		}
		#header ol li a:hover {
			background-color: #AAA;
		}
	#header {
		
	}
/** END header **/

/** BEGIN content **/
#content {
	width: 776px;
	float: left;
}

/** -------------- Thumbnails ---------------- **/
	#content .post {
		width: 259px; height: 300px;
		float: left;
		padding: 20px 55px 0 55px;
		border-right: 1px solid #ccc;
	}
		#content .post h2 {
			font-family: Verdana;
			font-size: 11px;
			margin-bottom: 2px;
			padding: 2px 0px 1px 0px;
			display: block;
			border-bottom: 1px solid #252525;
		}
			#content .post h2 a {
				color: #252525;
			}
			#content .post h2 a:hover {
			color: #ffffff;
			background-color: #010000;
			padding: 0px;
			display: block;
			}
		#content .post .date {
                        font-size: 10px;
			font-weight: 800;
			font-family: Verdana; 
			margin-bottom: 5px;
			color: #888888;
		}
		#content .post .continue {
			color: #ffffff;
			background-color: #555;
			padding: 3px 5px 4px 5px;
			display: block;
			float: left;
			font-family: Verdana;
                        font-size: 10px;
			font-weight: 800;
			margin-bottom: 25px;
                        text-transform: lowercase;  
		}
		#content .post .continue:hover {
			color: #ffffff;
			background-color: #999;
			padding: 3px 5px 4px 5px;
			display: block;
			float: left;
			font-family: Verdana;
                        font-size: 10px;
			font-weight: 800;
			margin-bottom: 25px;
                        text-transform: lowercase;  
		}
		#content .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#content .post .thumb {
			height: 92px;
			overflow: hidden;
			padding: 3px 3px 25px 3px;
			background-color: #FFF;
			border: 1px solid #444444;
			margin-bottom: 10px;
		}
			#content .post .thumb div {
				height: 92px;
				overflow: hidden;
                                border-width:1px; 
                                padding: 1px;
                                border-style: solid; 
                                border-color: #444444; 
			}
			#content .post .thumb img {
				width: 247px;
			}
	#content .postnav {
		clear: both;
		padding: 20px 34px 40px;
	}
		#content .postnav ul {
			list-style-type: none;
			border: 0;
		}
			#content .postnav ul li {
				float: left;
				padding: 2px;
				padding: 2px;
			}
			#content .postnav ul li a {
				display: block;
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #9F9F9F;
				color: #ffffff;
			font-family: Verdana;
                        font-size: 10px;
			font-weight: 800;
                        text-transform: lowercase;  
			}
			#content .postnav ul li a:hover {
				background-color: #222;
				border: 0 !important;
			}
			#content .postnav ul li.next a {
				width: auto;
				padding: 2px 4px;
			}
			#content .postnav .page_info {
				text-align: center;
				text-decoration: none;
				border: 0;
				padding: 5px 8px;
				background-color: #9F9F9F;
				color: #ffffff;
				font-family: Georgia;
				font-weight: bold;
				margin: 2px;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 194px;
	float: right;
	padding-bottom: 20px;
/** position: fixed; **/
}
	#sidebar .wrapper {
		padding: 0 15px;
	}
	#sidebar h2 {
		color: #252525;
		font-size: 0.9em;
		text-transform: uppercase;
		margin: 15px 0 10px;
	}
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			border-bottom: 1px dotted #DADADA;
			line-height: 1.4em;
			padding: 4px 0;
			font-size: 10px;
		}
		#sidebar ul li a {
                        padding: 2px 4px;
			color: #808080;
		}
		#sidebar ul li a:hover {
			color: #fff;
                        padding: 2px 4px;; 
                        background-color: #010000;
		}
	#sidebar .ads {
		text-align: center;
		padding: 10px 0;
	}
		#sidebar .ads img {
			margin: 3px;
		}
	#sidebar .search {
		background: #EEEEEE url(images/search.gif) no-repeat center center;
		border-width: 1px 0;
		border-color: #E8E8E8;
		border-style: solid;
		height: 52px;
	}
		#sidebar .search input {
			float: left;
			border: 0;
			font-size: 1.2em;
			font-family: Verdana;
			width: 120px;
			margin: 18px 11px 0 8px;
		}
		#sidebar .search button {
			float: left;
			border: 0;
			text-indent: -9999px;
			width: 53px; height: 32px;
			margin-top: 10px;
			background-color: transparent;
		}
	#sidebar .flickr { }
		#sidebar .flickr img {
			margin: 3px;
		}
	#sidebar .video {
		padding-bottom: 5px;
	}
	#sidebar .tags { 
		padding-bottom: 5px;
	}
		#sidebar .tags a {
			color: #808080;
		}
		#sidebar .tags a:hover {
			color: #ff00c0;
		}
	#sidebar .l {
		float: left;
		width: 125px;
	}
	#sidebar .r {
		float: right;
		width: 125px;
	}
/** Text for sidebar - recent comments, etc **/
		#sidebar .sbar li {
			font-size: 10px;
			padding-left: 12px;
			background: url(images/bullet.gif) no-repeat 0 8px;
			border: 0;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #252525;        
	color: #ffffff;
	font-family: Verdana;
        font-weight: 100;
        font-size: 10px;
	padding: 3px;
        text-align: center;
        border-width:2px 0px 0px 0px; border-style: solid; border-color: #666666;
}
	#footer p {
		line-height: 1.5em;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 0 35px 20px;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 12px;
		font-weight: 800;
                text-decoration: underline;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
		#comments form p {
			margin-bottom: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff00c0;
	}
/** ------------- leTitles on Blog Category Pages ------------- **/
h2.title {
	text-transform: uppercase;
		color: #252525;
		font-size: 0.9em;
		text-transform: uppercase;
		margin: 15px 0 0px 30px;
		border-bottom: 0px solid #252525;
}
/** ------------- Sorry, no search results - Text ------------- **/
h2.sorry {
	font-size: 10px;
	padding: 10px 35px 0;
	font-weight: normal;
	color: #565656;
}
/** ------------- Left Margin on Pages ------------- **/
.single {
	padding: 15px 30px;
}
	.single h2 {
		font-size: 11px;
		margin-bottom: 2px;
		padding-bottom: 1px;
		border-bottom: 1px solid #252525;
		color: #252525;
		font-size: 0.9em;
		text-transform: uppercase;
		margin: 0px 0 10px;
	}
	.single .date {
		font-size: 0.9em;
		font-family: Georgia;
		color: #808080;
		margin-bottom: 15px;
                font-size: 10px;
	font-weight: 800;
			font-family: Verdana; 
			margin-bottom: 5px;
			color: #888888;
	}
	.single h3 {
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: 7px;
	}
	.single p {
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	.single ul {
		margin: 0 0 10px 16px;
	}
	.single ol {
		margin: 0 0 10px 18px;
	}
	.single li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	.single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e8e8e8;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
/** END wordpress 2.7 comments **/

/** --------------------------- Baz Modifications ------------------------------ **/

/** BEGIN header **/
#header {
	background: #ffffff url(images/header.gif); 
        background-position: top left
}
	#header ul {
		float: left;
		list-style-type: none;
		padding: 0px 0;
		margin-left: -5px;
	}
		#header ul li {
			float: left;
			text-transform: lowercase;  
 			font-size: 10px; 
			padding: 3px 25px;
                        font-weight: 800;
                        font-family: verdana;
			border-left: 1px dotted #ffffff;
			display: block;
		}
			#header ul li.f {
				border: 0;
			}
	#header .links {
		float: right;
                text-transform: lowercase;  
		font-size: 10px; 
		color: #010000;
                color: #aaa;
		padding: 3px 10px;
                font-weight: 800;
                font-family: verdana;
	}
		#header .links a {
		margin-left: 15px;
                text-transform: lowercase;  
		font-size: 10px; 
		color: #ffffff;
                font-weight: 800;
                font-family: verdana;
		padding: 2px 2px;
		}
		#header .links a:hover {
                background-color: #666;
		padding: 2px 2px;
		}
	#header .logo {
		padding: 18px 18px 40px;
		float: left;
	}
		#header .logo h1 {
			font-family: "Lucida Sans";
			font-size: 2.5em;
			text-transform: uppercase;
		}
		#header .logo h1 a {
			color: #252525;
		}
		#header .logo p {
			color: #DE2011;
			font-weight: bold;
			padding-left: 10px;
		}
	#header .ad468x60 {
		float: right;
		padding: 16px 10px;
	}
	#header ol {
		list-style-type: none;
/** header menu - height of bar **/
		height: 21px;
		background-color: #252525;
	}
		#header ol li {
			float: left
		}
/** header menu - the one that displays categories **/
		#header ol li a {
			color: #ffffff;
			display: block;
			padding: 3px 22px 4px;
                        position:relative;
                        top:1px;
/**                text-transform: lowercase;   **/
		font-size: 10px; 
                font-weight: 800;
                font-family: verdana;
		}
		#header ol li a:hover {
			background-color: #888;
		}
	#header {
		
	}
/** END header **/

a {
	color: #333333;
	text-decoration: none;
        font-weight:800;
}
a:hover {
	color: #666;
	text-decoration: none;
        font-weight:800;
}
a.links-header {
	color: #ffffff;
	text-decoration: none;
}
a.links-header:hover {
	color: #010000;
}

table.frontpage { border-color: #bbbbbb; border-width:0px; border-style: solid; width: 600px; margin: auto; position:relative; top:-10px;}

/** CUSTOM - Copied from g66 Blog V1 ----------------------------------------------------- **/

/* Index Body */
body.index {
font-family: Verdana; 
background-image: url('images/bg-index.gif'); 
background-repeat: no-repeat; 
background-position:top center; 
margin: auto; text-align: center; 
margin-top: 0px; 
padding: 0px; }

/* Portfolio Body */
body.portfolio {
font-family: Verdana; 
background-image: url('images/bg.gif'); 
background-repeat: repeat-y; 
background-position:center; 
margin: auto; text-align: center; 
margin-top: 0px; 
padding: 0px; }

/* DemoReel Body */
body.demoreel {
font-family: Verdana; 
background-image: url('images/bg-demoreel.gif'); 
background-repeat: no-repeat; 
background-position:top center; 
margin: auto; text-align: center; 
margin-top: 0px; 
padding: 0px; }

/* Main IMG Tag */
img {
font: italic small-caps 900 8px arial;
color: #ffffff;
}

/* Header Menu */
table.header { border-width:0px; border-style: solid; border-color: #0000ff; margin: auto;
}

/* Table - Index Content */
table.scroll { border-width:0px; border-style: solid; border-color: #00ffff;
margin: auto; text-align: center; 
}

/* Gap Above Index Content */
img.index-shim { width: 10px; height: 66px; }

/* Gap Above Portfolio Pages' Content */
img.header-shim { width: 10px; height: 70px; }

/* Table - No Scrolling */
table.fixed { border-width:0px; border-style: solid; border-color: #ff0000;
margin: auto; text-align: center; 
position:fixed; top:0px;
}

/* Table - Scrolling */
table.scroll { border-width:0px; border-style: solid; border-color: #00ffff;
margin: auto; text-align: center; 
}

/* Gap Between Samples */
img.shim { width: 10px; height: 10px;}

/* White Space Under DemoReel - To Force Scrollbar To Appear */
img.demoreel-shim { width: 10px; height: 1500px;}

/* Stills */
table.imagetype1-image { border-color: #bbbbbb; border-width:1px; border-style: solid; width: 600px; margin: auto; }
table.imagetype1-image-nb { border-color: #bbbbbb; border-width:0px; border-style: solid; width: 600px; margin: auto; }
table.imagetype1-info1 { border-color: #666666; border-width:0px 0px 1px 0px; border-style: solid; width: 666px; margin: auto; }
table.imagetype1-info2 { border-color: #000000; border-width:0px 0px 0px 0px; border-style: solid; width: 666px; margin: auto; }
table.temp { border-color: #bbbbbb; border-width:0px; border-style: solid; width: 600px; margin: auto; }
table.back-to-top { border-color: #666666; border-width:0px; border-style: solid; width: 666px; margin: auto; text}

/* Movies */
table.movie { border-color: #bbbbbb; border-width:0px; border-style: solid; width: 600px; margin: auto; position:relative; left:0px; top:-18px;}
table.movie-info1 { border-color: #666666; border-width:0px 0px 1px 0px; border-style: solid; width: 666px; position:relative; left:0px; top:-24px;
margin: auto;}
table.movie-info2 { border-color: #000000; border-width:0px 0px 0px 0px; border-style: solid; width: 666px; position:relative; left:25px; top:-24px;} 
table.movie-post { border-color: #bbbbbb; border-width:0px; border-style: solid; width: 600px; margin: auto;}
td.movie { border-color: #fff; border-width:0px; border-style: solid;}

/* Flash Not Installed Text */
div#flash { font-size:10px; font-weight:bold; font-style:normal; margin: 0px; padding: 0px; letter-spacing: 0px; color: #ff0096;  text-align: center;}

/* Media Information */
h5.infotitle { font-size:10px; font-weight:bold; font-style:normal; margin: 0px; padding: 0px; letter-spacing: 0px; color: #444444;}
h6.infodate { font-size:10px; font-weight:bold; font-style:normal; text-align: right; margin: 0px; padding: 0px; letter-spacing: 0px; color: #FFF;}
h6.infosoftware { font-size:10px; font-weight:100; font-style:normal; margin: 0px; color: #FFF; letter-spacing: 0px;}
h6.infoclient { font-size:10px; font-weight:100; font-style:normal; margin: 0px; color: #666666; letter-spacing: 0px;}
h6.infoadditional { font-size:10px; font-weight:100; font-style:normal; margin: 0px; color: #666666; letter-spacing: 0px;}
/* Back to Top Button */
h5.back-to-top { font-size:10px; font-weight:bold; font-style:normal; text-align: right; margin: 0px; padding: 0px; letter-spacing: 0px; color: #555;}
a.back-to-top { font-size:10px; font-weight:bold; font-style:normal; text-align: right; margin: 0px; padding: 1px 4px 1px 4px; letter-spacing: 0px; color: #fff; background-color: #999;}
a.back-to-top:hover { font-size:10px; font-weight:bold; font-style:normal; text-align: right; margin: 0px; padding: 1px 4px 1px 4px; letter-spacing: 0px; background-color: #222; color: #FFF;}
a.anchor {color: #fff;}

img.centered {
  padding: 1px 1px;
  margin: 5px 5px 5px 0px;
  background: #FFFFFF;
  border: 1px solid; 
  border-width: 1px 1px 1px 1px;
  border-color: #D1D1D1;
/*  align: left; */
}

img.centered-nb {
  padding: 1px 1px;
  margin: 5px 5px 5px 0px;
  background: #FFFFFF;
  border: 0px solid; 
  border-width: 0px;
/*  align: left; */
}

/** -------------- END CUSTOM - Copied from g66 Blog V1 ---------------------------------------- **/

/* -------------------------- LIGHTBOX CSS --------------------------------------------------- */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.g66.co.uk/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.g66.co.uk/images/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.g66.co.uk/images/nextlabel.gif) right 50% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
        border-style: solid;  
        border-width: 1px 0px 0px 0px; 
        border-color: #222;	
	}

#imageData{ padding: 4px 5px; color: #222; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: regular; font-size: 10px; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* -------------------------- END - LIGHTBOX CSS --------------------------------------------------- */


/* -------------- Information Page -------------- */

div.artist-info-wrapper {position:relative; top: -17px; left: -26px; color: #222; letter-spacing: 0px; z-depth: -1000;}

div.artist-info-page {font-family: Verdana; background-image: url('images/divider.gif'); background-repeat: repeat-y; background-position:left; margin: 10px 0px 0px 20px; background-color:  #ffffff}

img.bullet-main {float:left; display:inline; margin:4px 4px 0px 0px;}
img.doubledottedlines {float:left; display:inline; margin:0px 0px 0px 1px;}
b.artist-info { font-size:10px; font-weight:bold; font-style:normal; margin: 0px; padding: 0px; letter-spacing: 0px; color: #222;}
b.key { font-size:10px; font-weight:bold; font-style:normal; margin: 0px; padding: 0px; letter-spacing: 0px; color: #010000;}
img.welcome{float:left; display:inline; margin:4px 4px 0px 0px; position:absolute; top: 34px; left: 0px;}
img.doubledottedlines-welcome {float:left;  display:inline; margin:0px 0px 0px 1px; position:absolute; top: 30px; left: 0px;}
img.artist-info-line {}

div.infoheader {border-bottom: 1px solid #333333; font-size:10px; font-weight:bolder; font-style:normal; padding: 2px; margin: 0px; width: 712px; position:absolute; top:10px; left:0px; color:#222;}
div.infotext {font-size:10px; font-weight:100; font-style:normal; padding: 0px; margin: 0px; position:absolute; top:46px; left:10px;}
div.infotextclients {font-size:10px; font-weight:100; font-style:normal; padding: 0px; margin: 0px; position:absolute; top:46px; left:10px; width: 420px;}
div.infotexttools {font-size:10px; font-weight:100; font-style:normal; padding: 0px; margin: 0px; position:absolute; top:46px; left:440px; width: 240px;}

div.infomaintext {position:absolute; top:20px; left:25px; width=666px;}
div.welcome{position:absolute; top:0px; left:25px;}
div.breakdown{position:absolute; top:400px; left:25px;}
div.clients {position:absolute; top:600px; left:25px;}
div.recognition {position:absolute; top:850px; left:25px;}
div.links {position:absolute; top:1030px; left:25px;}

div.clients-v2 {position:absolute; top:565px; left:25px;}
div.recognition-v2 {position:absolute; top:733px; left:25px;}

div.breakdown1, div.breakdown2, div.breakdown3, div.breakdown4, div.breakdown5, div.breakdown6, div.breakdown7, div.breakdown8, div.breakdown9{font-size:10px; font-weight:100; font-style:normal; padding: 0px; margin: 0px; position:absolute; top: 40px; line-height: 24px;}
div.breakdown1{left:10px;}
div.breakdown2{left:200px; text-align: right;}
div.breakdown3{left:10px; top:170px;}
div.breakdown4{left:226px; top:170px; text-align: right;}
div.breakdown5{left:395px;}
div.breakdown6{left:567px; text-align: right;}
div.breakdown7{left:395px; top:143px;}
div.breakdown8{left:395px; top:200px;}
div.breakdown9{left:577px; top:200px; text-align: right;}

div.breakdown3-v2, div.breakdown7-v2{font-size:10px; font-weight:100; font-style:normal; padding: 0px; margin: 0px; position:absolute; top: 40px; line-height: 24px;}
div.breakdown3-v2{left:10px; top:140px;}
div.breakdown7-v2{left:395px; top:95px;}

div.vertdoublelines1{position:absolute; left:355px; top:50px;}

div.clients1,div.clients2,div.clients3,div.clients4,div.clients5 {font-size:10px; font-weight:100; font-style:normal; padding: 0px; margin: 0px; position:absolute; top:74px;}
div.clients1 {left:10px;}
div.clients2 {left:125px;}
div.clients3 {left:290px;}

div.clients1-v2,div.clients2-v2,div.clients3-v2,div.clients4-v2,div.clients5-v2 {font-size:10px; font-weight:100; font-style:normal; padding: 0px; margin: 0px; position:absolute; top:74px;}
div.clients1-v2 {left:10px;}
div.clients2-v2 {left:140px;}
div.clients3-v2 {left:305px;}
div.clients4-v2 {left:450px;}
div.clients5-v2 {left:610px;}

div.tools1,div.tools2 {font-size:10px; font-weight:100; font-style:normal; padding: 0px; margin: 0px; position:absolute; top:74px;}
div.tools1 {left:440px;}
div.tools2 {left:565px;}

div.recognition1,div.recognition2,div.recognition3,div.recognition4 {font-size:10px; font-weight:100; font-style:normal; padding: 0px; margin: 0px; position:absolute; top:74px;}
div.recognition1 {left:10px;}
div.recognition2 {left:271px;}
div.recognition3 {left:510px;}

/* Links */
a.artist-info-email { font-size:10px; font-weight:bold; font-style:normal; margin: 0px; padding: 1px 4px 1px 4px; letter-spacing: 0px; text-decoration: underline; color: #444; background-color: #fff;}
a.artist-info-email:hover { font-size:10px; font-weight:bold; font-style:normal; margin: 0px; padding: 1px 4px 1px 4px; letter-spacing: 0px; text-decoration: none; color: #fff; background-color: #010000;}
a.artist-info-connect { font-size:10px; font-weight:bold; font-style:normal; margin: 0px; padding: 0px 8px 0px 8px; letter-spacing: 0px; text-decoration: none; color: #fff; background-color: #bbb;}
}
a.artist-info-connect:hover { font-size:10px; font-weight:bold; font-style:normal; margin: 0px; padding: 0px 8px 0px 8px; letter-spacing: 0px; text-decoration: none; color: #fff; background-color: 
#010000;}
a.artist-info-links { font-size:10px; font-weight:bold; font-style:normal; margin: 0px; padding: 1px 4px 1px 4px; letter-spacing: 0px; text-decoration: none; color: #fff; background-color: #bbb;}
}
a.artist-info-links:hover { font-size:10px; font-weight:bold; font-style:normal; margin: 0px; padding: 1px 4px 1px 4px; letter-spacing: 0px; text-decoration: none; color: #fff; background-color: #010000;}


div.final-lines {position:relative; top:135px;}

/* -------------- END Information Page -------------- */

div.slideshow {
  padding: 1px 1px;
  margin: 5px 5px 5px 0px;
  background: #FFFFFF;
  border: 1px solid; 
  border-width: 1px 1px 1px 1px;
  border-color: #D1D1D1;
  width: 712px;
  position:absolute; 
  top:30px; 
}

div.slideshow-jquery {
  padding: 1px 1px;
  margin: 5px 5px 5px 0px;
  background: #FFFFFF;
  border: 0px solid; 
  border-width: 0px 0px 0px 0px;
  border-color: #D1D1D1;
  width: 712px;
  position:absolute; 
  top:30px; 
}

/* -------------- Print Information Page -------------- */
div.print-info-text {font-size:10px; font-weight:100; font-style:normal; padding: 0px; margin: 0px;}
img.print-info {float:left; padding: 1px 1px; margin: 5px 15px 5px 0px; background: #FFFFFF; border: 1px solid; border-width: 1px; border-color: #D1D1D1;}
img.print-info-divider {margin: 11px 0px 11px 0px;}
strong.print-info-text {color:#333;}

/* -------------- Limited Edition Prints Page -------------- */
div.printpage-titlebox-left {float:left; font-size:10px; font-weight:100; font-style:normal; padding: 0px 0px 2px 0px; margin: 0px 0px 0px 22px; border-style:solid; border-width:0px 0px 1px 0px; width: 400px; color:#222222; border-color:#888888;}
div.printpage-titlebox-right {float:left; font-size:10px; font-weight:100; font-style:normal; padding: 0px 0px 2px 0px; margin: 0px 0px 0px 36px; border-style:solid; border-width:0px 0px 1px 0px; width: 230px; color:#222222; border-color:#888888;}
div.printpage-leftbox {float:left; font-size:10px; font-weight:100; font-style:normal; padding: 12px 0px 0px 0px; margin: 0px 0px 0px 22px; border-style:solid; border-width:0px; width: 400px;}
div.printpage-rightbox {float:left; font-size:10px; font-weight:100; font-style:normal; padding: 0px 0px 0px 18px; margin: 12px 0px 0px 18px; border-style:solid; border-width:0px 0px 0px 1px; border-color:#aaaaaa; width: 250px;}
img.printpage-titleline {margin: 2px 0px 0px 0px; padding: 0px;}
img.printpage-divider {margin: 11px 0px 11px 0px;}
select {color:#222; font-size:10px; font-weight:100; font-style:normal; padding: 0px; margin:10px 20px 10px 0px;}
option {color:#222; padding: 0px 60px 0px 0px; margin: 0px 0px 0px 0px;}
div.addtocart {margin: 0px 0px 0px 12px;}
img.printpage-wide-divider {margin: 8px 0px 14px 20px;}

/* -------------- Posters Page -------------- */
div.posterpage-box {float:left; font-size:10px; font-weight:100; font-style:normal; padding: 12px 0px 0px 0px; margin: 0px 0px 0px 0px; border-style:solid; border-width:0px;}
div.posterpage-poster {float:left; font-size:10px; font-weight:100; font-style:normal; padding: 0px 8px 0px 8px; margin: 0px 0px 0px 0px; border-style:solid; border-width:0px 1px 0px 0px; border-color: #AAA;}
div.posterpage-poster-end {float:left; font-size:10px; font-weight:100; font-style:normal; padding: 0px 8px 0px 8px; margin: 0px 0px 0px 0px; border-style:solid; border-width:0px 0px 0px 0px; border-color: #AAA;}
div.posterpage-title {font-size:10px; font-weight:100; font-style:normal; padding: 0px 0px 3px 0px; margin: 0px 0px 13px 0px; border-style:solid; border-width:0px 0px 1px 0px;}
img.posterpage-poster {margin: 0px 0px 5px 0px; padding: 1px; border: 1px solid #333333;}
img.posterpage-wide-divider {margin: 8px 0px 14px 0px;}
div.poster-dimensions {margin: 0px 0px 10px 0px;}
div.poster-buttons {text-align: left;}
div.posterpage-poster {float:left; font-size:10px; font-weight:100; font-style:normal; padding: 0px 8px 0px 8px; margin: 0px 0px 0px 0px; border-style:solid; border-width:0px 1px 0px 0px; border-color: #AAA;}

/* -------------- Logo Link -------------- */
div.logolink 
{padding: 0px; margin: 0px; border-style:solid; border-width:0px; position:relative; top:0px; width:500px;}

