/**
 * Stylesheet for marcworrell.com
 *
 * (c) copyright 2006  Marc Worrell
 *
 * This stylesheet is processed by Smarty.
 */
 






.cc { background-color: #ffcc00; }

.cc .rt div { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=tl&co=ffffff&ci=ffcc00) no-repeat top left; }
.cc .rt     { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=tr&co=ffffff&ci=ffcc00) no-repeat top right; }
.cc .rb div { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=bl&co=ffffff&ci=ffcc00) no-repeat bottom left; }
.cc .rb     { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=br&co=ffffff&ci=ffcc00) no-repeat bottom right; }

.c2 { background-color: #00ccff; }

.c2 .rt div { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=tl&co=ffffff&ci=00ccff) no-repeat top left; }
.c2 .rt     { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=tr&co=ffffff&ci=00ccff) no-repeat top right; }
.c2 .rb div { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=bl&co=ffffff&ci=00ccff) no-repeat bottom left; }
.c2 .rb     { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=br&co=ffffff&ci=00ccff) no-repeat bottom right; }

.cm { background-color: #cccccc; }
.cm .rt div { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=tl&co=ffffff&ci=cccccc) no-repeat top left; }
.cm .rt     { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=tr&co=ffffff&ci=cccccc) no-repeat top right; }
.cm .rb div { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=bl&co=ffffff&ci=cccccc) no-repeat bottom left; }
.cm .rb     { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=br&co=ffffff&ci=cccccc) no-repeat bottom right; }

.cp .rt div { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=tl&co=ffffff&ci=) no-repeat top left; }
.cp .rt     { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=tr&co=ffffff&ci=) no-repeat top right; }
.cp .rb div { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=bl&co=ffffff&ci=) no-repeat bottom left; }
.cp .rb     { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=br&co=ffffff&ci=) no-repeat bottom right; }

.rt div, .rt, .rb div, .rb {
	width: 100%;
	height: 16px;
}

.rbcontent { margin: 15px; }
.rbroundbox { 
  margin: 1em auto; 
  width: 300px; 
}


/* special markup */

#hd-title {
	position: relative;
	height: 150px; 
	z-index: 2;
}

#hd-title h1 {
	position:		absolute;
	padding:			0px 16px;
	/* width:				100%; */
	background-color:	#fff;
	filter: 			alpha(opacity=60);
	-moz-opacity: 		0.6;
	opacity: 			0.6;
}

#hd-title img {
	position: absolute;
	left: 0px;
	top: 0px;
	width:	100%;
	height: 150px;
	z-index: -1;
}

#hd .rb div	{ background: url(http://www.marcworrell.com/rounded.php?s=16&cn=bl&co=ffffff&ci=) no-repeat bottom left; }
#hd .rb { background: url(http://www.marcworrell.com/rounded.php?s=16&cn=br&co=ffffff&ci=) no-repeat bottom right; }	

#hd-title .rb {
	position: absolute;
	bottom: 0px;
}

#ft {
	color: #666666;
	font-size: 80%;
}

#hd h1 a {
	color: black;
}

#hd h1 a:visited {
	color: black;
}

/* basic elements */

body {
	padding-bottom: 10px;
}

body, select, input, textarea {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", "Bitstream Vera Sans";
}

h1 {
	font-size: 300%;
	font-weight: bold;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	margin:	1em 0em 0.25em 0em;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	margin:	1em 0em 0.25em 0em;
}

h4 {
	font-size: 120%;
	font-weight: bold;
}

p {
	margin-bottom: 0.5em;
	line-height: 130%;
}

ul {
	margin: 0.5em 0em 0.5em 1.25em;
	list-style-type: square;
	list-style-position: default;
}

pre {
	overflow: 		auto;
	font-size:		0.9em;
	background-color:	#eed;
	border:			1px solid #ccc;
	border-left:		4px solid #ccc;
	padding:		8px;
	margin:			8px 0px;
}


em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.padding {
	padding: 0px 16px;
}

.cluster > div {
	margin-bottom: 16px;
}

.cc, .c2, .cm, #hd, #menu {
	margin-bottom: 16px;
}

#menu a {
	color: #000000;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #0033cc;
	text-decoration: underline;
}

#menu a:visited {
	color: #000099;
}

#menu ul {
	margin-left: 0px;
	position: relative;
}

#menu li {
	list-style-type: none;
	font-size: 120%;
	font-weight: bold;
	display: inline;
}

#menu li.search {
	position: absolute;
	right: 16px;
	font-size: 100%;
}

#menu form {
	display: inline;
	margin: 0px;
	padding: 0px;
}


.cc h4, .cm h4 {
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.cc h4 {
	border-bottom: 1px solid #dd9900;
}

.cc cluster > div > h4 {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 4px
}

.cc cluster > div {
	clear: both;
	margin-bottom: 8px;
}

.cm h4 {
	border-bottom: 1px solid #999999;
}

.cm ul li {
	list-style-type: none;
	margin-bottom: 0.25em;
}

.cc ul {
	margin-left: 0;
}

.cc ul li {
	list-style-type: none;
	margin-bottom: 0.25em;
	margin-left: 0;
	overflow: hidden;
}

.cc h4 a, #search .cm a {
	text-decoration: none;
}

.cc h4 a:active, .cluster h4 a:hover, #search .cm a:hover {
	text-decoration: underline;
}

.cm .img {
	float: left;
	padding: 0.5em;
	margin: 0em 0.5em 0.5em 0em;
	border: 1px solid #999999;
	background-color: white;
}

.cm img {
	width: 100px;
	height: 100px;
}

.cluster a {
	margin-right: 4px;
}

.intro {
	font-size: 120%;
	font-weight: bold;
}

.content h2 {
	border-bottom: 1px solid #ccc;
}


/* home page */

#home .cc h2 {
	margin: 0em;
}

#home .yui-g {
	margin-bottom: 1em;
}

#home-article {
	position: relative;
	height: 300px;
}

#home-article .cp {
	position: absolute;
	left: 0px;
	top: 0px;
	width:	300px;
	height: 300px;
	z-index: -1;
}

#home-article-text {
	margin-left: 330px;
}

#home-article .rb {
	position: absolute;
	bottom: 0px;
}

#home-article .rt {
	position: absolute;
	top: 0px;
}





<!-- tstsrv01 generated in 73 / 77 msec on Fri, 18 May 2012 22:57:52 +0200 -->


