/* HTML ELEMENTS */

body {
	margin: 0;
	padding: 0;
	background: #000 url(http://blankfield.net/img/layout/body2.gif) 0 0 repeat-x;
	color: #000;
	text-align: center;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 62.5%;
}

pre {
	font-size: 13px;
	color: #00a;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 6px 18px 6px 3px;
}


h1 {
	font-size: 2.2em;
	font-weight: 400;
	padding: 36px 18px 18px 3px;
	font-family: Georgia, "Times New Roman", serif;
}

h2 {
	font-size: 1.8em;
	font-weight: 400;
	color: #566;
	background: url(http://blankfield.net/img/layout/dot.gif) left bottom repeat-x;
	padding: 0 0 12px 0;
	margin: 24px 18px 18px 3px
}

h3 {
	font-size: 1.6em;
	color: #777;
	font-weight: 400;
	padding: 24px 18px 16px;
}

h4 {
	font-size: 1.2em;
	color: #555;
}

h5 {
	font-size: 1em;
	color: #777;
}

h6 {
	font-size: 1em;
	color: #999;
}

p {
	font-size: 1.2em;
	line-height: 1.5;
}

p.intro {
	font-size: 1.4em;
}

ul {
	font-size: 100%;
}

li {
	font-size: 12px;
}

acronym, abbr {
	color: #668;
	background: url(http://blankfield.net/img/index/dots_h.gif) bottom left repeat-x;
}

a {
	color: #006;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #008;
	text-decoration: underline;
}


a.subtle {
	color: #333;
	cursor: text;
}

a.subtle:hover {
	text-decoration: none;
}

abbr, acronym {
	text-decoration: none;
	cursor: pointer;
}

a img { border: none; }

hr {
	clear: both;
	height: 3px;
	border: 1px solid #fff;
	border-color: #fff #fff #ccc;
	margin: 20px 40px 0 40px;
}

/* LAYOUT ELEMENTS */

#top_border_l,
#top_border_r {
	position: absolute;
	background: #000;
	top: 0;
	width: 2px;
	height: 160px;
}

#top_border_l {left: 0;}
#top_border_r {right: 0;}

div#header {
	position: relative;
	width: 900px;
	height: 160px;
	margin: 0 auto;
	text-align: left;
}

div#header h1 {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 3px;
	top: 94px;
}

div#header h1 em {
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

div#middle {
	background: #fff;
}

div.container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#top_ctr {
	background: #fff;
}


span#hello {
	position: absolute;
	right: 200px;
	color: #000;
}

span#hello a { color: #000; }

div#content {
	position: relative;
	z-index: 10;
	margin: 0 294px 0 0;
	padding: 0 0 40px 0;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	;
	color: #444;;
}

div#footer {
	text-align: center;
	border-top: 4px solid #777;
	color: #ddd;
	padding-top: 10px;
}

div#footer a {
	color: #eee;
}

.ft_col {
	width: 40%;
	float: left;
	padding: 20px 12px 0;
	font-size: 1.3em;
}

ul.ft_col {
	margin: 0;
	padding: 20px 0;
}

ul.ft_col li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
}


.fl { display: block; float:left; margin-right: 20px; }
.fr { display: block; float: right; margin-left: 20px; }
.cl { clear: left; }
.cr { clear: right; }
.clear { clear: both; }
.center { text-align: center; }

.ga250 {margin: 2px;}

form#form_put {
	margin: 0 100px 10px 0;
	background: #ccc;
	padding: 0;
}

form#form_put p {
	text-align: right;
	min-height: 2.3em;
	height: auto !important;
	height: 2.3em;
	background: #fff;
	margin: 1px 0 0 0;
	padding: 1px 0;
}

form#form_put p label span {
	width: 20em;
	float: left;
	line-height: 2.3;
	background: #ebeeff;
}


form#form_put input.text {
	width: 200px;
}

.imagekind_plug {
	margin: 5px 0 0;
	background: #000;
}


.naro {
	margin-left: 260px;
}

.pushdown {
	padding-top: 24px;
}

.nudgeright {
	padding-left: 6px;
}

ul.enum {
	padding: 0 0 0 20px;
	list-style-position: inside;
}

ul.enum li {
	list-style-position: inside;
	list-style: disc;
	padding: 6px 0;
	font-weight: 700;
}

ul.enum li ul {
	padding-left: 0;
}

ul.enum li ul li {
	list-style: none;
	font-weight: 400;
	margin: 6px 0 0 0;
}


.mgr_item {
	position: relative;
	background: #000;
	margin: 0 6px;
}

.preview_container {
	position: relative;
	float: left;
	font-family: monospace;
	font-size: 16px;
	color: #ff0;
	padding: 5px;
}

.mgr_form {
	margin: 5px 5px 5px 100px;
}

.mgr_form p {
	margin: 1px 0 0 0;
	text-align: right;
	min-height: 2em;
	height: auto !important;
	height: 2em;
	line-height: 2;
	color: #aaa;
}

.mgr_form p span {
	width: 150px;
	float: left;
	text-align: left;
}

.mgr_form p input {
	width: 300px;
}

.mgr_form p input.auto {
	width: auto;
}

#tag_cloud {
	background: #eee;
	padding: 12px;
	color: #eee;
}

#tag_cloud a {
	color: #77b;
}

span.em {
	font-style: italic;
	font-weight: 700;
	color: #ccc;
	padding: 0 6px;
}
	
div.mgr_item p.warning {
	text-align: left;
	color: #ff0;
	font-size: 2em;
	font-weight: 700;
}

.notation {
	border: 1px solid #fff;
	border-bottom: 1px dotted #aaa;
	cursor: pointer;
	color: #333;
}


.tiny {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#slideshow-container {
	border: none;
	width: 600px;
	height: 240px;
	padding: 3px 0 0 3px;
	margin: 0;
	overflow: hidden;
}

.claustrophobe {
	margin: 18px;
}

#altnav {
	position: relative;
	background: #000;
	color: #fff;
	margin: 0;
	width: 300px;
	padding: 0 0 12px;
}

#altnav p {
	position: relative;
	margin: 0 16px;
	padding: 22px 0 0 0;
	line-height: 21px;
	font-size: 13px;
}

#altnav p a {
	display: block;
	background: url(http://blankfield.net/img/layout/star_bk.gif) 0 -20px no-repeat;
	height: 20px;
	padding: 0 0 0 26px;
	color: #555;
}

#altnav p a:hover,
#altnav p a:visited:hover {
	background-position: 0 0;
	text-decoration: none;
	color: #fff;
}

div#subfooter {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 12px 0;
}

div#subfooter ul {
	display: block;
	margin: 0;
	padding: 0;
}

div#subfooter p {
	color: #555
}

div#subfooter a {
	color: #555;
}



textarea#comment { width: 250px; }div#sidebar {
	position: absolute;
	top: 0;
	left: 603px;
	width: 291px;
	background: #f9f9f9;
	color: #555;
	border: 3px solid #cfcfcf;;
}

div#sidebar #sbpf a {
	color: #333;
}

div#sidebar h3 {
	margin: 0;
	padding: 8px 12px;
	background: #f9f9f9;
	color: #000;
	font-weight: 400;
	font-size: 1.4em;
}

p.gallery_list_item {
	margin: 1px 0 0 0;
	padding: 0;
}

p.gallery_list_item a {
	display: block;
	height: 100%;
	padding: 4px 12px;
	background: #999;
	color: #fff;
}

p.gallery_list_item a:hover {
	background: #777;
	color: #fff;
	text-decoration: none;
}

/* SIDEBAR PHOTO GALLERY SAMPLER */

ul.side_gallery {
	margin: 0;
	padding: 0;
}

ul.side_gallery li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 0 4px 4px;
	padding: 0;
	width: 56px;
	height: 56px;
	text-align: center;
	overflow: hidden;
}

ul.side_gallery li a {
	display: block;
	height: 56px;
	width: 56px;
	padding: 0;
	background: #000;
	border: 1px solid #999;
}

ul.side_gallery li a img.mini_landscape {
	margin: 10px 0 0;
}

ul.side_gallery li a:hover {
	border: 1px solid #000;
}



/* PORTFOLIO SIDEBAR SAMPLER */

.pfsb {
	background: #ccc;
}

.pfsb div.section {
	margin: 1px 0;
	padding: 2px;
	clear: left;
	font-size: 1.1em;
	background: #fff;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.pfsb div.fl { margin: 0; }

.pfsb img {
	border: 1px solid #000;
	margin: 0 10px 0 0;
}

/* BLOG SIDEBAR SECTIONS */

ul#nav {
	position: absolute;
	top: 133px;
	right: 0;
	height: 99px;
	margin: 0;
	padding: 0;
}

ul#nav li {
	position: relative;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 16px;
	margin: 0;
	font-size: 1.3em;
}

ul#nav li a {
	margin-left: 1.5em;
	color: #777;
	padding: 4px;
	text-decoration: none;
}

ul#nav li a {
	font-style: normal;
	text-transform: lowercase;
}

ul#nav li a:hover,
ul#nav li a:visited:hover {
	color: #fff;
}

ul#nav li ul {
	position: absolute;
	width: 14em;
	bottom: 1.3em;
	white-space: nowrap;
	margin: 0 0 0 1.5em;
	padding: 0;
	left: -999em;
}

ul#nav li:hover ul {
	left: 0;
}

ul#nav li ul li {
	position: relative;
	font-size: 1em;
	line-height: 1.3em;
	height: 1.7em;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 14em;
}

ul#nav li ul li a {
	margin: 0;
	padding: 0 0 0 3px;
	display: block;
	height: 100%;
}

#shinybeam {
	position: relative;
	height: 22px;
	background: #fff url(http://blankfield.net/img/layout/navbar_gr4.gif) 0 0 repeat-x;
}

/**
 * The CSS for Shadowbox.
 *
 * This [section of this CSS] file is part of Shadowbox.
 *
 * Shadowbox is free software: you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation, either version 3 of the License, or (at your option)
 * any later version.
 *
 * Shadowbox is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for
 * more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with Shadowbox.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007 Michael J. I. Jackson
 * @license     http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL 3.0
 * @version     SVN: $Id: shadowbox.js 150 2007-12-04 18:42:03Z michael $
 */

/*_________________________________________________________________  Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

/*_______________________________________________________________  Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks and IE */
}

/*_______________________________________________________________  Shadowbox  */
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
}

/*___________________________________________________________________  Title  */
/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title {
  height: 25px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  padding: 5px 0 4px 8px;
  color: #fff;
}

/*____________________________________________________________________  Body  */
/*
HTML snapsnot:
<div id="shadowbox_body">
  <div id="shadowbox_body_inner">
    <img src="my_image.jpg" id="shadowbox_content" height="350" width="580">
  </div>
  <div id="shadowbox_loading">
    <img src="images/loading.gif" alt="loading"></div>
    <span><a href="javascript:Shadowbox.close();">Cancel</a></span>
  </div>
</div>
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 12px solid #aaa;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}


#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*________________________________________________________________  Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}div.nicetitle {
	position: absolute;
	padding: 4px;
	top: 0px;
	left: 0px;
	color: white;
	width: 25em;
	background: url(http://blankfield.net/img/ntbg.png);
	text-align: left;
}

div.nicetitle p {
	margin: 0;
	padding: 0 3px;
}

div.nicetitle p.destination {
	font-size: 9px;
	text-align: left;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
#JT_arrow_left {
	background-image: url(http://blankfield.net/img/jtip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	left: -12px;
	height: 23px;
	width: 10px;
	top: -3px;
}

#JT_arrow_right {
	background-image: url(http://blankfield.net/img/jtip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	height: 23px;
	width: 11px;
	top: -2px;
}

#JT {
	position: absolute;
	z-index: 100;
	border: 2px solid #ccc;
	background-color: #fff;
}

#JT_copy {
	padding: 10px;
	color: #333;
}

.JT_loader {
	background-image: url(http://blankfield.net/img/jtip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 12px;
}

#JT_close_left {
	background-color: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#JT_close_right {
	background-color: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#JT_copy p {
	margin: 3px 0;
}

#JT_copy img {
	padding: 1px;
	border: 1px solid #ccc;
}

.jTip{
	cursor: default;
}
<br />
<b>Warning</b>:  require_once(.css) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in <b>/home/.anonymous/capneb/website/css/index.php</b> on line <b>36</b><br />
<br />
<b>Fatal error</b>:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '.css' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in <b>/home/.anonymous/capneb/website/css/index.php</b> on line <b>36</b><br />
