/* @override 
	http://localhost/css/default.css
	http://localhost:81/css/default.css
*/

/* @group Basic */

body {
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #0554cb;
}

/* @end */

/* @group areas */

#logo {
	color: #fff;
	font-weight: bold;
	font-size: 2em;
}

#content, #header_content, #footer_content
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#content {
	padding: 15px;
}

#middle
{
	background-color: #fff;
}

#header {
	background-color: black;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(
    center top,
    #999 0%, #ccc 100%);
	text-shadow: 0px -1px 3px #666;
	border: 1px solid #aaa;
}

#header_content
{
	height: 67px;
	padding: 15px;
	position: relative;
}

#menu {
	position: absolute;
	bottom: 12px;
}

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -80px;
	position: relative;
}

#footer {
	font-size: 13px;
	background-color: black;
	border-top: 1px solid #aaa;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(1, #888));
	background-image:-moz-linear-gradient(center top, #ccc 0%, #888 100%);
	text-shadow:0px 1px 2px #333;
	position: relative;
}

#content h2 
{
	margin-top: 0;
}

#footer_content, #push
{
	height: 80px;
}



/* @end */

#header a, #footer a, #footer li {
	color: #fff;
}

/* @group posts */

div.post {
	margin-bottom: 30px;
}

div.post_title {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

div.post_body {
	margin-bottom: 10px;
}

div.post_bottom {
	font-size: 13px;
	color: #767676;
}



/* @end */

.menu_item {
	float: left;
	margin-right: 18px;
}

.input label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
}

.input {
	margin-bottom: 10px;
}

#footer li {
font-weight: bold;
float: left;
width: 270px;
}

#footer ul {
	list-style: none;
}

#footer #footer_items 
{
	padding-top: 10px;
	margin-top: 0;
}

div.title {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

/* @group comments */

.comment {
	border-bottom: 1px solid #b1b1b1;
	padding-bottom: 10px;
}

#comments {
	border-top: 1px solid #b1b1b1;
	padding-top: 15px;
}

.comment_title {
	font-style: italic;
}

.comment_bottom {
	color: #767676;
	font-size: 13px;
}

.section_title {
	font-size: 18px;
	font-weight: bold;
	border-bottom-color: #b1b1b1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}



/* @end */

/* @group Scrolling */

.scroll_area {
	width: 950px;
	height: 120px;
	position: relative;
	overflow: hidden;
}

.scroll_container {
	position: absolute;
	top:0;
	left:0;
	width: 6000px;
	height: 120px;
}

.scroll_pane {
	width: 950px;
	float: left;
	height: 120px;
	position: relative;
}

.portfolio_item {
	float: left;
	width: 20%;
	text-align: center;
	margin-top: 10px;
}

.portfolio_item img {
	border-style: solid;
	border-width: 1px;
	border-top-color: #e5e5e5;
	border-right-color: #d8d8d8;
	border-bottom-color: #bfbfbf;
	border-left-color: #d8d8d8;
}

.scrollPrevious {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 25px;
	background-image: url(../images/portfolio_scroll_left.png);
}

.scrollNext {
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 25px;
	background-image: url(../images/portfolio_scroll_right.png);
}

/* @end */

ul#frontpage
{
	border-bottom:1px solid black;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 30px;
}

ul#frontpage > li
{
	border-top:1px solid black;
	padding: 20px 35px 10px;
}

div.item_title {
	font-weight: bold;
	font-size: 15pt;
}

table.script_options
{
	border-collapse: collapse;
	width: 950px;
}

table.script_options th,
table.script_options td
{
	border-bottom: 1px solid #ccc;
	padding:4px 10px;
	font-size: 12px;
}

table.option_name 			{ width: 150px; }
table.option_default 		{ width: 150px; }
table.option_values 		{ width: 150px; }
table.option_description	{ width: 500px; }
