* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	background-color: #666;
	background-image: url(images/header3.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-transform: uppercase;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #999;
}

a img {border: none; 
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 900px;
	height: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/scribble-logo-text-white.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#scribble {
	padding-top: 20px;
}

#logo h1, #logo p {
	color: #FFFFFF;
}

#logo h1 {
}

#logo p {
	margin: 0;
	line-height: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 900px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 21px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 46px;
	text-align: center;
}

#menu a:hover {
	background-color: #1B1B1B;
	color: #CCCCCC;
	height: 45px;
}

#menu .active a {
	background-image: url(xxximages/img03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000000;
	color: #CCCCCC;
	height: 46px;
}

/* Wide Post */

.single-column {
	width: 900px;
	background-image: url(xxximages/img04.gif);
	background-repeat: repeat-y;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.single-column .title {
	padding: 30px 30px 20px 30px;
	font-size: 2em;
	background-image: url(xxximages/img05.gif);
	background-repeat: no-repeat;
}

.single-column .title a {
	text-decoration: none;
	color: #4063A2;
}

.single-column .title a:hover {
	border: none;
	color: #23316E;
}

.single-column .entry {
	padding: 0 30px;
}

.single-column .bottom {
	height: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(xxximages/img06.gif);
}

.single-column .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: 0.9em;
}

.single-column .links a {
	text-decoration: none;
}

/* Two Columns */

.two-columns {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.two-columns .column-one {
	width: 434px;
	height: 400px;
	float: left;
	margin-bottom: 40px;
	background-color: #161619;
}

.two-columns .column-two {
	float: right;
	width: 430px;
	height: 400px;
	background-color: #161619;
}
.two-columns .heading {
	height: 28px;
	font-size: 1.4em;
	color: #CCC;
	background-color: #000000;
	background-image: url(xxximages/img12.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.two-columns .heading a{
	color: #003399;
}

.two-columns .heading a:hover{
	color: #999;
}

.two-columns .entry {
	background-repeat: repeat-x;
	background-image: url(xxximages/img13.gif);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.two-columns .entryleft {
	background-repeat: repeat-x;
	background-image: url(xxximages/img13.gif);
	padding-left: 20px;
	padding-right: 12px;
	padding-top: 10px;
	width: 185px;
	float: left;
}

.two-columns .entryright {
	background-repeat: repeat-x;
	background-image: url(xxximages/img13.gif);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	width: 185px;
	float: right;
}
.three-columns {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-image: url(images/porfolio-images.jpg);
}

.three-columns .column-one {
	width: 300px;
	height: 400px;
	float: left;
	margin-bottom: 40px;
	background-color: #161619;
}

.three-columns .column-two {
	float: left;
	width: 300px;
	height: 400px;
	background-color: #161619;
}

.three-columns .column-three {
	float: left;
	width: 300px;
	height: 400px;
	background-color: #161619;
}

.three-columns .heading {
	height: 28px;
	font-size: 1.4em;
	color: #CCC;
	background-color: #000000;
	background-image: url(xxximages/img12.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.three-columns .entry {
	background-repeat: repeat-x;
	background-image: url(xxximages/img13.gif);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	height: 355px;
}

/* Flip */
.flip_container {
	width: 430px;
	height: 365px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#flip1 {
	width: 430px;
	height: 365px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

.flipinfo {
	height: 355px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}

/* Rotator Xfade */
#rotator
{
	overflow: hidden;
	position: relative;
	width: 434px;
	height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rotator img
{
	border: 0;
	width: 434px;
	height: 100px;
	text-align: center;	
}

/* Portfolio Image Swap */

.design {
	height: 220px;
	width: 260px;
	margin:0;
	padding:0;
	background-image:url(images/portfolio/portfolio-design-hover.jpg);
}

.design a, div.design a:link, div.design a:visited {
display:block;
}

.design img {
	width:260px;
	height:220px;
	border:0;
}

.design a:hover img {
visibility:hidden;
}

.publications {
	height: 220px;
	width: 260px;
	margin:0;
	padding:0;
	background-image:url(images/portfolio/portfolio-publications-hover.jpg);
}

.publications a, div.publications a:link, div.publications a:visited {
display:block;
}

.publications img {
	width:260px;
	height:220px;
	border:0;
}

.publications a:hover img {
visibility:hidden;
}

div.display {
	height: 220px;
	width: 260px;
	margin:0;
	padding:0;
	background-image:url(images/portfolio/portfolio-display-hover.jpg);
}

.display a, div.display a:link, div.display a:visited {
display:block;
}

.display img {
	width:260px;
	height:220px;
	border:0;
}

.display a:hover img {
visibility:hidden;
}

/* Submenu */

#submenu {
	clear: both;
	color: #A9B6BB;
	background-color: #535657;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/footer.gif);
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#submenu ul {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 200px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-image: url(xxximages/img17.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#submenu h2 {
	font-size: 1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #899598;
	text-transform: uppercase;
}

#submenu p {
	text-decoration: none;
	color: #CCC;
	line-height: 14px;
	font-size: 11px;
	padding-left: 20px;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
	line-height: 20px;
}

#submenu a:hover {
	color: #333;
}

/* Footer */

#footer {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #666;
	background-image: url(xxximages/img18.gif);
	background-repeat: repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #999;
}

#footer a {
	color: #999;
}
#footer a:hover {
	color: #CCC;
}
.single-flip {
	width: 1024px;
	background-image: url(xxximages/img04.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

