@import url("/tools/wip_v4/template/layout_3/css/combined.css");

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 13pt; 
  padding : 20px;
}

div.twitter,
div.twitter_search,
div.calendar_1,
div.rating,
div.search_field,
div.wippagetoolbar,
div.wiptoolbar,
div.menu,
div.menusub,
ul.menu,
ul.menusub,
div.menutop,
ul.menutop,
div.tagcloud,
div.keyword_related,
div.prospect_bg,
div.list_bg,
div.background_image,
div.top_nav,
div.prospect_search,
div.sloguntop,
div.wippagetoolbar_container { 
  display: none;
}

div.logo {
}
div.logo a:link, div.logo a:visited {
  color : #c0c0c0;
  text-decoration : none;
}
div.logo h1,
div.logo h2 {
  color : #c0c0c0;
  float : left;
  font-size : 15pt;
  margin : 0px 20px 0px 0px;
  padding : 0px;
  width : auto;
}

img.symid_icon,
img.padlock,
div.image,
div.wipgallery {
  float : right;
  margin-left : 10px;
}


a:link, a:visited { 
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

a:after { 
/*  content:' [' attr(href) '] ';*/
}


/* ARTICLE */
div.article {
  border-top : 1px #c0c0c0 solid;
}
div.article ul.info, 
div.article ul.author { 
  list-style : none;
  padding : 0px;
}
div.article ul.author li {
  float : left;
  width : auto;
}
div.article ul.info {
  border-top : 1px #c0c0c0 solid;
}
div.article ul.info li {
  float : right;
  width : auto;
}
div.article ul.info li.left {
  float : left;
}
div.article ul.author div.image {
  float : left;
  margin : 0px 10px 0px 0px;
  width : 32px;
}
div.article ul.author div.image img {
  width : 32px;
}
div.article ul.author div.nickname {
  float : left;
  margin : 0px 10px 0px 0px;
  width : 190px;
}
div.article div.right_images {
  float : right;
  width : 100px;
}
div.article div.right_images img {
  width : 100px;
}

div.article div.ingress { 
  font-weight : bold;
}
div.article div.body {
  border-bottom : 1px #c0c0c0 dotted;
}

div.article div.tags {
  
}
/*
div.article div.tags a:link:after, div.tags a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
*/
/*
div.tags a[href^="/"]:after { 
  content: " (http://www.alistapart.com" attr(href) ") ";
}
*/
/* /ARTICLE */


div.bottom {
  border-top : 1px #c0c0c0 solid;
  margin : 10px 0px;
  padding : 10px 0px;
}





/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}





