/* ********************************************************************************
 * Building blocks
 * h2, h3, p, etc        Standard html tags
 * div.gbBlock           Sidebar or content section with style for contained lists
 * ul.gbBreadCrumb       List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 */

#gallery h2, #gallery h3, #gallery h4, #gallery form {
}

#gallery p {
}

.gbBlock {
	margin-top: 10px;
	margin-bottom: 10px;
}

.gbBlock ul {
}

.gbBlock ul ul {
}

.gbBlock li {
}

#gallery .gbBlock h3 {
}

#gallery .gbBlock h4 {
}


#gsNavBar div.gbBreadCrumb {
	padding-bottom: 10px;
}

table.gbDataTable {
	padding-bottom: 10px;
}

table.gbDataTable th, table.gbDataTable td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}


.giBlockToggle {
	padding-right: 5;
	padding-bottom: 5;
	padding-left: 5;
}
.giBlockToggle:hover {
    cursor: pointer;
}


.gbMarkupBar {
    margin: 4px 0;
}

#gallery .gbMarkupBar input {
    margin: 0;
    padding: 0;
}


/* ********************************************************************************
 * Sections
 * body.gallery     Page body in G2 standalone (doesn't apply to embedded)
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 */

body.gallery {
    margin: 0;
    padding: 0;
}

#gallery {
	margin: 0px;
	overflow: visible;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#gallery.rtl {
	direction: rtl;
}

#gsNavBar {
}

#gsNavBar div.gbSystemLinks {
}

#gsNavBar div.gbSystemLinks span {
	margin-left: 10px;
}

#gsSidebar {
	width: 175px;
}
#gsSidebarCol {
    width: 1%; /* Expand to fit content ("0" bad4 firefox, "1px" bad4 opera) */
}

td.giAlbumCell, td.giItemCell {
	padding: 10px;
}

#gallery td.giAlbumCell select, #gallery td.giItemCell select {
	margin-top: 10px;
}

/* So imageframed thumbs can be centered */
td.giAlbumCell table, td.giItemCell table {
    margin: auto;
}

#gsPages span {
    padding: 0 0.3em;
}

#gallery #gsSidebar ul {
	font-size: 11px;
}

/* ********************************************************************************
 * Matrix Theme for Gallery 2
 * by Ross A. Reyman, Jon Huang, and Chad Kieffer
 * updated by Alan Harder
 */

/* ********************************************************************************
 * Building blocks
 * #gallery              Default font/color settings
 * .gcBackground1,2..    Palette of backgrounds
 * .gcBorder1,2..        Palette of borders
 * a, h2, h3, etc        Standard html tags
 * .giTitle, .giSubtitle, .giDescription, .giInfo, .giSuccess, .giWarning, .giError
 *                       Palette of text styles
 * div.gbBreadCrumb      List of links/path elements
 * table.gbDataTable     Table for data/form elements with styles for shading rows
 * div.gbTabBar          UI component for selectable tabs
 * .autoComplete*        Styles for autoComplete popup lists
 */

#gallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body.gallery {
}

.gcBackground1 {
    
}

.gcBackground2 {
    
}

.gcBorder1 {
}

.gcBorder2 {
    border: 5 solid #000000;
}

#gallery a {
	text-decoration: none;
}

#gallery img {
    border-width: 0;
}

#gallery h2, #gallery h3, #gallery h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#gallery input:focus, #gallery textarea:focus {
	background-color: #ffffff;
	color: #000000;
}

#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */
    color: #333333;
    background-color: #eee;
    border-width: 2px;
    border-style: solid;
    border-color: #e7e7e7 #666 #666 #e7e7e7;
}

#gallery select {
	font-size: 11px;
}

.giTitle, #gallery h2, #gallery h3, #gallery h4 {
	font-size: 11px;
}

#gallery pre, #gallery tt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.giSubtitle {
	font-size: 11px;
	font-weight: normal;
	vertical-align: text-bottom;
}

.giDescription {
	font-size: 11px;
	line-height: 1.4em;
}

.gbEmptyAlbum {
    height: 400px;
}

.giDescription h3.emptyAlbum {
    line-height: 4.0em;
    text-align: center;
}

.giInfo {
    font-size: 11px;
    color: #505050;
}

.giInfo span.summary {
    display: block;
}

.giSuccess, .giWarning, .giError  {
}

.giSuccess { color: #505050; }
.giWarning { color: #505050; }
.giError { color: #505050; }

.giNew, .giUpdated {
    border-width: 2px;
    border-style: ridge;
    padding: 0 6px;
    line-height: 1.9em;
}

#gsNavBar div.gbBreadCrumb {
	font-size: 11px;
}

#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
    padding: 0 0 0 14px;
    background: url('images/icon_path_separator.gif') no-repeat left;
}

#gsNavBar div.gbBreadCrumb a.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
    white-space: nowrap;
}

#gsThumbMatrix {
    width: 100%;
}

#gallery.IE div.gbBreadCrumb span {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    padding-right: 4px;      /* IE has less space at right of each span */
}

#gsNavBar div.gbBreadCrumb span.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
}

#gsNavBar div.gbSystemLinks {
  float: right;
}

table.gbDataTable th {
    text-align: left;
    background-color: #e7e7e7;
}

.gbEven {
    background-color: #fff;
}

.gbOdd {
	background-color: #eeeeee;
}


div.gbTabBar {
	font-size: 11px;
	margin: 0.8em 0 0;
	padding: 6px;
	background: url('../matrix/images/tab_bg.gif') repeat-x bottom;
	white-space: nowrap;
}

div.gbTabBar span.o {
    padding: 6px 0 5px 8px;
    background: url('../matrix/images/tab_left.jpg') no-repeat left top;
}
#gallery.IE div.gbTabBar span.o {
    display: inline-block;   /* IE loses padding-left on wrapped inline nowrap element */
    margin-bottom: 1px;      /* ..and then adds padding differently with inline-block.. */
}
/* IE may clip off the right end of a long set of tabs, so allow IE to wrap them */
#gallery.IE div.gbTabBar { padding-bottom: 0; white-space: normal; }
#gallery.IE div.gbTabBar span.giSelected { margin-bottom: 0; }

#gallery div.gbTabBar span span {
    padding: 6px 12px 5px 4px;
    background: url('../matrix/images/tab_right.jpg') no-repeat right top;
}

#gallery div.gbTabBar a {
    color: #777777;
    text-decoration: none;
}

#gallery div.gbTabBar a:hover {
    color: #333;
}

#gallery div.gbTabBar span.giSelected {
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_left_on.jpg');
}

#gallery div.gbTabBar span.giSelected span {
    color: #333333;
    padding-bottom: 6px;
    background-image: url('../matrix/images/tab_right_on.jpg');
}

.autoCompleteBackground {
    border: 1px solid #cccccc;
    border-top-style: none;
    margin: 0;
}

.autoCompleteHighlight {
    text-decoration: underline;
}

.autoCompleteNotSelected {
    background-color: #eee;
    padding: 3px 4px 3px 17px;
}

.autoCompleteSelected {
    background-color: #ffc;
    padding: 3px 4px 3px 17px;
}


#gallery .gbMarkupBar input {
	font-size: 11px;
}


#ProgressBar #progressDone {
	background-color: #6b0004;
	border: thin solid #ddd;
}

#ProgressBar #progressToGo {
    background-color: #eee;
    border: thin solid #ddd;
}

.giSearchHighlight {
	background-color: #ff6;
}


/* ********************************************************************************
 * Sections
 * #gallery         Page container
 * #gsNavBar   Top bar with breadcrumb and other links
 * #gsSidebar       Sidebar
 * #gsContent       Main content
 * #giFormUsername  Form field for entering a username
 * #giFormGroupname Form field for entering a group name
 */

#gsNavBar div {
	margin-top: 0.1em;
}

#gsSidebar div ul {   /* no > in IE */
	font-size: 11px;
}
#gsSidebar div ul ul {
	font-size: 11px;
}

#gsSidebar ul span {
    color: #999999;
}

#giFormUsername, .giFormUsername {
    background: url('../matrix/images/userinfo.png') no-repeat 0 1px;
    padding-left: 17px;
}

#giFormGroupname {
    background: url('../matrix/images/groupinfo.png') no-repeat 0 1px;
    padding-left: 17px;
}

#giFormPassword {
    background: url('../matrix/images/key7-16-bw.gif') no-repeat 0 1px;
    padding-left: 17px;
}

/* Opera ignores padding in form inputs; put icons on right side instead */
#gallery.opera #giFormUsername, #gallery.opera .giFormUsername,
#gallery.opera #giFormGroupname, #gallery.opera #giFormPassword {
    background-position: right center;
}

div.gbNavigator div.next-and-last {
  float: right;
}
div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: right;
}

div.gbNavigator a.first {
  padding-left: 27px;
  background: url("images/nav_first.gif") left no-repeat;
}

div.gbNavigator a.previous {
  padding-left: 27px;
  background: url("images/nav_prev.gif") left no-repeat;
}

div.gbNavigator a.next {
  padding-right: 27px;
  background: url("images/nav_next.gif") right no-repeat;
}

div.gbNavigator a.last {
  padding-right: 27px;
  background: url("images/nav_last.gif") right no-repeat;
}

div.gbNavigator div.first-and-previous img {
  vertical-align: middle;
  padding-right: 0.5em;
}
div.gbNavigator div.next-and-last img {
  vertical-align: middle;
  padding-left: 0.5em;
}

#gallery.rtl div.gbNavigator div.next-and-last {
  float: left;
}
#gallery.rtl div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: left;
}
#gallery.rtl div.gbNavigator div.first-and-previous {
  text-align: right;
}
/* Both IE and Gecko have bugs with omitting padding on rtl inline content */
#gallery.IE.rtl div.gbNavigator a {
  display: inline-block;
}
#gallery.gecko.rtl div.gbNavigator a {
  display: -moz-inline-box;
}

#gallery.rtl div.gbNavigator a.first {
  padding: 0 27px 0 0;
  background: url("images/nav_last.gif") right no-repeat;
}
#gallery.rtl div.gbNavigator a.previous {
  padding: 0 27px 0 0;
  background: url("images/nav_next.gif") right no-repeat;
}
#gallery.rtl div.gbNavigator a.next {
  padding: 0 0 0 27px;
  background: url("images/nav_prev.gif") left no-repeat;
}
#gallery.rtl div.gbNavigator a.last {
  padding: 0 0 0 27px;
  background: url("images/nav_first.gif") left no-repeat;
}
#gallery.rtl div.gbNavigator div.first-and-previous img {
  padding: 0 0 0 0.5em;
}
#gallery.rtl div.gbNavigator div.next-and-last img {
  padding: 0 0.5em 0 0;
}

div.block-search-SearchBlock a.advanced {
  display: block;
  padding: 3px;
}

div.block-core-ItemLinks {
  margin: 3px 0;
}
div.block-core-ItemLinks a {
  padding: 3px;
}
div#gsSidebar div.block-core-ItemLinks a {
  display: block;
}

div#gsSidebar div.block-core-PeerList a {
  display: block;
  padding: 3px;
}

div#gsSidebar div.block-core-PeerList span {
	display: block;
	padding: 3px;
}

div#gsSidebar div.block-core-PeerList span.current {
  color: #d10008;
}

/* ***************************************************** */
/*                   Dynamic blocks                      */
/* ***************************************************** */

div.block-comment-ViewComments {
  margin: 5px;
}

div.block-comment-ViewComments div.one-comment {
  border: 1px solid #e7e7e7;
  padding: 5px;
  margin-bottom: 5px;
}

div.block-comment-ViewComments h3 {
}

div.block-comment-ViewComments span {
  padding-right: 5px;
}

div.block-comment-ViewComments p.info {
	font-style: italic;
	text-align: right;
	font-size: 11px;
}

div.block-core-GuestPreview {
  float: right;
}
#gallery.rtl div.block-core-GuestPreview {
  float: left;
}

span.block-core-SystemLink {
}

div.block-exif-ExifInfo {
}

span.bsw_ButtonDisabled {
  color: #999;
}

span.bsw_ButtonEnabled {
  color: #000;
  cursor: pointer;
}

table.bsw_ParamTable {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}

tr.bsw_ParamHeaderRow {
  background-color: #EEE;
}

tr.bsw_ParamHeaderRow td {
	text-align: center;
	border: 1px solid #999;
}

td.bsw_BlockCommands {
  white-space: nowrap;
  text-align: center;
}

#gsFooter {
  padding-top: 4px;
}

/* ********************************************************************************
 * Rating module style fix for Matrix
 */
.giRatingUI {
    margin: 10px auto; /* Required to center default rating module star images */
}
#gsThumbMatrix .giRatingAverageContainer {
    margin: auto;
}














/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body {
	background-image: url(http://www.baden-cooke.com.au/images/bg_h.gif);
	background-repeat: repeat-x;
	background-color: #262626;
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

#background {
	width: 916px;
	position:absolute;
	background-image: url(http://www.baden-cooke.com.au/images/bg_image1.jpg);
	background-repeat: repeat-x;
	left: 40px;
	z-index: 1;
	background-position: top;
	height: 714px;
	margin: 0px;
	top: 0;
}

#emptyDiv1 {
	height: 140px;
	width: 624px;
	margin-left: -30px;
	z-index: 2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#everything {
	margin-left: -30px;
}

#contentbg {
	width: 100%;
	z-index: 2;
	top: 241px;
}

#content1 {
	z-index: 3;
}


img {
	border: 0;
}

form {
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	text-transform: uppercase;
	list-style-type: none;
}

dd {
	font-size: 11px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Links */
a {
	text-decoration: none;
	color: #6b0004;
}

a:hover, a:active {
	color: #d10008;
}

#header a:link, #header a:visited {
	color: #5b5b5b;
}

#header a:hover, #header a:active {
	color: #000000;
}

#copyrights a:link, #copyrights a:visited {
	color: #474747;
}

#copyrights a:hover, #copyrights a:active {
	color: #737373;
}


/* Basic classes */
.hidden {
	display: none;
}

.centerize {
	text-align: center;
}

.clearing {
	width: 624px;
	height: 50;
	clear: both;
}


/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header {
	background-image: url(http://www.baden-cooke.com.au/images/header.png);
	background-repeat: no-repeat;
	width: 624px;
	height: 101px;
	margin-left: -30px;
	z-index: 2;
}


/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper {
}

#wrapper {
}

#wrapper-index {
}


/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container {
	float: right;
	width: 430px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 2;
	clear: right;
}

#container-index {
	width: 570px;
	height: 1%;
	overflow: visible;
	float: left;
	margin: 0px;
	padding: 0px;
}

.content {
}

.content-gallery {
	width: 430px;
	float: left;
}


/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle {
	font-size: 11px;
	color: #333333;
}

.contenttitle h2 {
	font-size: 16px;
	text-transform: capitalize;
	color: #d10008;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-image: url(http://www.baden-cooke.com.au/images/line_h.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}

.contenttitle h2 a:link, .contenttitle h2 a:visited {
	clear: both;
	font-size: 16px;
	text-transform: capitalize;
	color: #d10008;
}

.content-gallery-title {
	font-size: 11px;
	color: #333333;
}

.contenttitle h3 {
	font-size: 12px;
	font-weight: bold;
	color: #6b0004;
	text-transform: uppercase;
}

.contenttitle h5 {
	font-size: 11px;
	color: #333333;
}

.contentbody {
	font-size:11px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #363636;
}

.gallery-order-title {
	font-size:11px;
	color: #6b0004;
	text-transform: uppercase;
}

.gallery-order-title a:hover {
	color: #d10008;
}


/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory {
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	text-transform: capitalize;
	padding-left: 13px;
}

.contentitemcategory a:link {
	color: #6b0004;
}

.contentitemcategory a:hover {
	color: #d10008;
}

.contentitempostedby {
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	text-transform: capitalize;
	padding-left: 13px;
}

.contentitempostedby a:link {
	color: #6b0004;
}

.contentitempostedby a:hover {
	color: #d10008;
}

.contentitemcomments {
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	text-transform: capitalize;
	padding-left: 13px;
}

.contentitemcomments a:link {
	color: #6b0004;
}

.contentitemcomments a:hover {
	color: #d10008;
}

.contentitemedit {
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	text-transform: capitalize;
	padding-left: 13px;
}

.contentitemedit a {
	color: #6b0004;
}

.contentitemedit a:hover {
	color: #d10008;
}

.contentitem {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.contentitem1 {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contentitem2 {
	display: inline;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.contentitem3 {
	display: inline;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.contentitem4 {
	display: inline;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.result {
	width: 240px;
	height: 15px;
	background: white;
}

.spacer {
	width: 240px;
	height: 400px;
}


/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment {
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}

.itemcomment:hover {
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}

.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/ {
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}

.id1:hover {
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}

.itemcomment h3 {
	font-size: 12px;
}


/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer {
	float: left;
	width: 100px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #333333;
	z-index: 3;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: left;
}

.sidebar {
}


/* Menu lists */
.sidebardl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.sidebardl dt {
	text-transform: uppercase;
	margin-top: 30px;
}

.sidebardl dd {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333333;
}

.sidebardl dd a {
	color: #333333;
}

.sidebardl dd a:hover {
	color: #6b0004;
}

.sidebardl dd label a {
	color: #6b0004;
	font-weight: bold;
}


/*-------------------------------------------------
  blognav xx
-------------------------------------------------*/
.sidebardl xx {
}

.sidebardl xx:hover {
}

.sidebardl xx a:link, .sidebardl xx a:visited {
}

.sidebar xx {
}


/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer {
	width: 607px;
	height: 104px;
	z-index: 3;
	margin-left: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#sponsors {
	height: 67px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6d4d5;
	border-bottom-color: #e6d4d5;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #7d7d7d;
	position: relative;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.caramel {
	margin-top: 3px;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
textarea {
	width: 170px;
	margin-bottom: 10px;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
}

#emailform {
	width:295px;
	padding:0px;
	margin: 0px;
	color: black;
	font-size: 1em;
	margin-left: 50px;
	vertical-align: top;
}

#emailform a:link {
	color: #FFFFFF;
}

.radio {
	float: none;
}

.inputtxt {
	border: 0;
}

.loginform, .searchform {
}

.commentform, .mailform {
	/* Rounded borders, for Mozilla browsers */
	/* -moz-border-radius: 10px; */
}

.commentform img{
    margin: 5px 0 0 0;
}

.formfield {
	font-size: 11px;
	color: #363636;
	border-top: 1px solid #363636;
	border-left: 1px solid #363636;
	border-bottom: 1px solid #363636;
	border-right: 1px solid #363636;
}

.formbutton {
	font-size: 11px;
	color: black;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
}

.searchform .formfield {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 80px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.searchform .formbutton {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.loginform .formfield {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 80px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.loginform .formbutton {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.mainform .formfieldb {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 280px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.mailform .formbutton {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#nucleus_cf_name, #nucleus_cf_mail {
  width: 300px;
  margin-right: 105px;
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
  width: 300px;
}

.commentform .formbutton {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.error {
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  nav experiment
-------------------------------------------------*/
#navcontainer {
	text-transform: uppercase;
}

#navcontainer ul li a {
	text-decoration: none;
	background: url(img/button-index-link.gif) no-repeat left top;
	color: #333333;
}

#navcontainer ul li a:hover {
	text-decoration: none;
	background: url(img/button-index-link.gif) no-repeat left top;
	color: #6b0004;
}

#navlist {
	color: #333333;
}

#navlist ul, #navlist li {
	list-style: none;
}

.navlist li a {
	color: #333333;
}

.navlist li a:hover {
	color: #6b0004;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}





/*-------------
Gallery
--------------*/
#gallery-spacer {
	height: 20px;
	font-size: 16px;
	text-transform: capitalize;
	color: #d10008;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-image: url(images/line_h.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}

#gallery-pageno {
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 11px;
	color: #333333;
}

#gallery-pageno a {
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 11px;
	color: #6b0004;
}

#gallery-pageno a:hover {
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 11px;
	color: #d10008;
}

#NPG_thumbnil {
	margin: 0px;
	padding: 0px;
}

#NPG_footer {
	font-size: 11px;
	color: #333333;
}

#NPG_footer a {
	font-size: 11px;
	color: #6b0004;
}

#NPG_footer a:hover {
	font-size: 11px;
	color: #d10008;
}

#gal-item-title {
	font-size: 11px;
	color: #333333;
	text-transform: capitalize;
}

.content-gallery h1 {
	font-size: 16px;
	text-transform: capitalize;
	color: #d10008;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-image: url(images/line_h.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}

.content-gallery label {
	font-size: 11px;
	text-transform: capitalize;
	color: #333333;
}
.content-gallery #adesc {
	font-size: 11px;
	color: #333333;
	size: 50;
}

.content-gallery input {
	font-size: 11px;
	color: #333333;
	size: 50;
}

.content-gallery-over {
	font-size: 11px;
	color: #333333;
	text-transform: capitalize;
}
