@charset "utf-8";

/* Regular links */
a:link {
	color:#999999;
	text-decoration: none;
	/*border-bottom: 1px dashed;*/
}
a:visited { color:#999999;
	text-decoration: none;
	/*border-bottom: 1px dashed;*/
}
a:hover {
	color:#CCCCCC;
	text-decoration: underline;
	border: none;
}

html {
	background-image: url('../images/stripe-bg.jpg');
	background-repeat: repeat;
	background-color: #111111;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #222222;

	color: #CCCCCC;
/*	-moz-box-shadow: 7px 7px 7px #000;
	-webkit-box-shadow: 7px 7px 7px #000;
	box-shadow: 7px 7px 7px #000;*/
            
/*	border-left:    solid #555555 3px;
	border-right:   solid #555555 3px;*/

/*	padding-bottom: 20px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

img {
	border: none;
}

div#header {
	height: 78px;
	/*padding: 10px 2% 0% 2%;*/
	background-image: url('../images/ny-header.jpg');
	background-repeat: no-repeat;
	background-color: #dddddd;
}

#navbar {
	background-color:	#333333;
	/*border-top:	solid #555555 2px;
	border-bottom:	solid #555555 2px;*/
	padding: 5px 2% 5px 5%;
	margin: 0;
	font-size: 15px;
}

h1#header-text {
	display: none;
}

a.title {
	border: none;
	color: #FF9000;
}

p {
	line-height:150%
}

h1 { font-weight: normal; letter-spacing: .3em; }
h2 { font-weight: normal; letter-spacing: .05em; color: #FF9000; }
h3 { font-weight: normal; }
h4 { font-weight: normal; }

hr {
	color: #999999;
	background-color: #999999;
	border: none;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 50%;
}

li.nav-item {
	display:	inline;
	padding-right: 5%;
}

a.nav-item {
	text-decoration: none;
	border: none;
}

li.nav-item-selected {
	font-weight:	bold;
	display:	inline;
	color:		#FF9000;
	padding-right: 5%;
}

ul {
	list-style-type: square;
}

input,textarea {
	color: #CCCCCC;
	border: solid #555555 1px;
	background-color: #333333;
}

td {
	padding: 5px;
	text-align: center;
}

#sidebar {
	font-size: 9pt;
	background-color:	#333333;
	width: 20%;
	padding: 0px 2% 20px 2%;
	float:		right;
	background-image:url('../images/sidebar-invader.gif');
	background-repeat:no-repeat;
	background-position:right top;

	/*border-left:	solid #555555 1px;
	border-bottom:	solid #555555 1px;*/
}

a.feed {
	font-size: 11pt;
}

#regular-content {
	padding:	30px 4% 30px 4%;
	width:		68%;
}
#fullscreen-content {
	padding:	20px 2% 20px 2%;
	width:		100%;
}

#footer {
	/*background-color: #555555;*/
	clear: both;
	/*border-top: solid #555555 1px;*/
	height: 100%;
	padding: 1px 2% 15px 2%;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-color: #000000;
}

/* Log */
img.logGraphic {
	padding: 10px;
}
p.tags {
	font-size: 8pt;
}

/* Portfolio */
img.siteThumb {
	margin-bottom: 10px;
	width: 90%;
}
div.siteThumbs {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
div.siteThumb {
	text-align: center;
	/*border: solid #555555 1px;*/
	padding: 10px;
	width: 27%;
	margin: 1%;
	background-color: #333333;
	float: left;
}
div.clearer {
	clear: both;
}

