@charset "utf-8";
/*************************************************************************************************/
/* pb.attacksyour.net stylesheet. made in vienna, 2007. */
/*************************************************************************************************/

/* body, basic layout */
body {
	margin: 0 0 60px 0; 
	padding: 50px 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-align: center;
}
img {
	border: none;
}
div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
div.seperator {
	clear: both;
	border-bottom: 1px dotted #ccc;
	margin: 5px 0 5px 0;
}
div.flashcontainer {
	margin: 10px 0 5px 0;
}
a {
	text-decoration: none;
}
#wrap {
	width: 550px; 
	margin: 0 auto;
	text-align: left;
	background: url(img/bg1.gif) top left repeat-y; 
}
body.now #wrap {
	background: url(img/bg2.gif) top right repeat-y;
}
#nav_sub { 
	background: url(img/bubble2_1.gif) top left no-repeat;
	width: 150px; 
	float: left;
	padding-top: 10px;
}
#content {
	background: url(img/bubble2_2.gif) top left no-repeat; 
	width: 400px; 
	float: left;
	padding-top: 10px;
}
body.now #nav_sub {
	background: url(img/bubble1_2.gif) top left no-repeat;
	width: 180px; 
	float: right;
}
body.now #content {
	background: url(img/bubble1_1.gif) top left no-repeat;
	width: 370px; 
	float: right;
}
div.workitem {
	width: 400px;
}
.workitem div.textbox1 { 
	width: 195px; 
	float: left; 
}
.workitem div.imgbox1 {
	width: 205px; 
	float: left;	
}
.workitem div.textbox2 { 
	width: 300px; 
	float: left; 
}
.workitem div.imgbox2 {
	width: 100px; 
	float: left;	
}
img.worksimage {
	margin: 2px 0 2px 0; 
	padding: 1px 0 1px 0; 
	border-bottom: 1px solid #999; 
	border-top: 1px solid #999; 
}
a:hover img.worksimage { 
	border-bottom: 1px solid #cc0000; 
	border-top: 1px solid #cc0000; 
}
#footer { 
	width: 550px; 
	min-height: 15px; 
	background: url(img/footer2.gif) bottom left no-repeat;
	padding: 20px 0 0px 0;
}
body.now #footer {
	padding: 0;
}
#footer_left { 
	float: left; 
	width: 150px; 
}
#footer_right {
	float: left; 
	width: 400px;
}
body.now #footer {
	background: url(img/footer1.gif) bottom left no-repeat;
}

/* header nav_main */
#nav_main {
	width: 500px;
	float: left;
	color: #000; 
	background: #fff;
}
#nav_main ul {
	padding: 0; 
	margin: 0;
}
#nav_main li {
	display: inline; 
	padding: 0 2px 0 0; 
	margin: 0;
}
#nav_issue {
	width: 50px;
	float: left; 
	color: #000;
	background: #fff;
}
#nav_issue p {
	margin: 0; 
	padding: 0; 
	font-size: 16px; 
	color: #999;
	background-color: #fff; 
	text-align: right;
}

/* now images */
#now_l { 
	clear: both; 
	width: 550px; 
	height: 421px; 
	color: #000;
	background: #fff;
	border-top: 1px solid #999; 
	border-left: none; 
	border-right: none; 
	border-bottom: none;
	margin: 0; 
	padding: 1px 0 0 0;
}
#now_s { 
	clear: both; 
	width: 550px; 
	height: 158px; 
	color: #000;
	background: #fff;
	border-top: 1px solid #999; 
	border-left: none; 
	border-right: none; 
	border-bottom: none;
	margin: 0; 
	padding: 1px 0 0 0;
}
#now_l img, #now_s img {
	border: none;
}

/* typography */
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 {
	display: inline; 
	font-weight: bold; 
	color: #fff;
	background-color: #cc0000;
	font-size: 10px; 
	text-transform: uppercase;  
	padding: 2px 2px 2px 0; 
}
h2 {
	font-weight: bold; 
	font-size: 10px; 
	color: #cc0000; 
	background-color: #fff;
	text-transform: uppercase;
 
}
h2.gone {
	display: inline; 
	color: #cc0000;
	background-color: #fff;
	padding: 2px 2px 2px 0;
 
}
h2.first {
	padding-bottom: 5px;
 
}
h2 a {
	text-decoration: none; 
	color: #cc0000; 
	background-color: #fff; 
}
body.now #content p{
	margin-right: 50px;
}
p {
	margin: 10px 0 10px 0;
	padding: 0;
}
p.date {
	color: #999; 
	background-color: #fff; 
	font-weight: bold;
	padding: 0;
	margin: 5px 0 5px 0;
}
#nav_main a {
	text-decoration: none; 
	color: #999;
	background-color: #fff; 
	font-size: 16px; 
	font-weight: normal;
	/*letter-spacing: -0.12em;*/
	/*text-transform: uppercase;*/
}
#nav_main a:hover { 
	text-decoration: none; 
	color: #666;
	background-color: #fff; 
}
#nav_main a.selected { 
	color: #333; 
	background-color: #fff; 
}
a.launch {
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;  
	margin: 0; 
	padding: 0 2px 1px 8px; 
	background: #000 url(img/link_int.gif) center left no-repeat;
}
a.launch:hover {
	color: #fff;
	background-color: #cc0000;
}
a.extlink {
	color: #fff; 
	font-weight: bold; 
	text-decoration: none; 
	text-transform: uppercase; 
	margin: 0; 
	padding: 0 2px 1px 11px; 
	background: #000 url(img/link_ext.gif) center left no-repeat;
}
a.extlink:hover {
	color: #fff; 
	background: #cc0000 url(img/link_ext.gif) center left no-repeat;
}
#nav_sub ul { 
	margin: 15px 0 10px 0; 
	padding: 0; 
}
#nav_sub li { 
	list-style-type: none; 
	list-style-position: outside; 
}
#nav_sub a { 
	text-transform: uppercase; 
	font-weight: bold; 
	text-decoration: none; 
	color: #999; 
	padding: 0 2px 1px 0; 
	background-color: #fff;
}
#nav_sub a:hover { 
	color: #666; 
	background-color: #fff;
}
#nav_sub a.selected { 
	color: #333;
	background-color: #fff;
}
#nav_sub a.launch {
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;  
	margin: 0; 
	padding: 0 2px 1px 8px; 
	background: #000 url(img/link_int.gif) center left no-repeat;
}
#nav_sub a.launch:hover {
	color: #fff;
	background-color: #cc0000;
}
#nav_sub li.last {
	margin-top: 10px;
}
ul.locator {
 	padding: 0; 
	margin: 0 0 15px 0;
}
ul.locator li {
	display: inline; 
	padding-right: 10px;
}
ul.locator li a { 
	font-weight: bold; 
	color: #999;
	background-color: #fff; 
	text-decoration: none; 
}
ul.locator li a:hover { 
	color: #666;
	background-color: #fff; 
}
ul.locator li a.selected { 
	color: #333; 
	background-color: #fff;
}
a.toplink { 
	text-transform: uppercase; 
	font-weight: bold; 
	text-decoration: none; 
	color: #999; 
	padding: 0 2px 1px 0; 
	background-color: #fff;
}
a.toplink:hover { 
	color: #666; 
	background-color: #fff;
}
div.workitem p {
	margin: 0;
	padding: 2px 0 2px 0;
}
div.linkitem p {
	margin: 0;
	padding: 2px 0 2px 0;
}
p.update {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	color: #ccc;
	background-color: #fff;
}
/* forms */
form label { 
	width: 70px; 
	float: left; 
}
form input { 
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999;
	border-left: none; border-right: none;
	color: #000;
	background: #f5f5f5; 
	width: 320px; 
	height: 17px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
form input:focus, form input:hover, textarea:focus, textarea:hover {
	color: #000;
	background-color: #e7e7e7;
}
form textarea { 
	border-top: 1px solid #999; 
	border-bottom: 1px solid #999;
	border-left: none; border-right: none; 
	color: #000;
	background: #f5f5f5; 
	width: 320px; 
	height: 152px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
form input.submit {
	display: block;
	width: 100px;
	margin: 0 0 0 70px;
	background-color: #666;
	color: #ccc;
	font-weight: bold;
	border: 1px solid #333;	
}

