/* $Id: node.css,v 1.5 2008/01/25 21:21:44 goba Exp $ */

.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.terms-inline {
  display: inline;
}
/* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
/* $Id: system.css,v 1.48 2008/01/09 09:56:39 goba Exp $ */

/*
** HTML elements
*/
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  float: left; /* LTR */
}
div.tree-child {
  background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(../../misc/tree.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right; /* LTR */
  padding-left: 0.25em; /* LTR */
  clear: right; /* LTR */
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right; /* LTR */
}
.more-help-link {
  font-size: 0.85em;
  text-align: right; /* LTR */
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left; /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0; /* LTR */
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc; /* LTR */
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -18px; /* LTR */
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../../misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right; /* LTR */
  padding-right: 5%; /* LTR */
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../../misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right; /* LTR */
}
.progress-disabled {
  float: left; /* LTR */
}
.ahah-progress {
  float: left; /* LTR */
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
  float: left; /* LTR */
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff;
}

/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}

/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}

/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules div.incompatible {
  font-weight: bold;
}

/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form div.incompatible {
  font-weight: bold;
}

/*
** Password strength indicator
*/
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px; /* LTR */
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
/*
** Password confirmation checker
*/
input.password-confirm {
  margin-right: 10px; /* LTR */
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}
/* $Id: system-menus.css,v 1.1 2007/10/05 14:50:25 goba Exp $ */

ul.menu {
  list-style: none;
  border: none;
  text-align:left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em; /* LTR */
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../../misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png); /* LTR */
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../../misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
/* $Id: user.css,v 1.7 2007/06/21 04:38:41 unconed Exp $ */

#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em; /* LTR */
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em; /* LTR */
  float: left; /* LTR */
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
}
#user-admin-settings fieldset .description {
  font-size: 0.85em;
  padding-bottom: .5em;
}

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}
/* ...................... */
/* ..... typography ..... */

/**
 * Put your typography styling here
 */
 
 body {
 	font-family: Optima, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Verdana, sans-serif;
 	color: #000000;
 	font-size: 100%;
    line-height: 1.125em;
 	}
 	
 	#wrap {
    	font-size: 0.6875em;
    	}
    	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	} 

p { 
	margin-bottom: 18px; 
	}

h1 { 
	font-size: 20px;
	color: #333;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 6px;
	}
	
h2 { 
	font-size: 14px;
	color: #333;
	line-height: 14px; 
	margin-bottom: 6px;
	font-weight: normal;
	}
	
h3 { 
	font-size: 12px;
	color: #333;
	line-height: 18px; 
	font-weight: normal;
	}
	
ul, ol { 
	margin-bottom: 18px; 
	}
	
a {
	color: #ff6600;
	}

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

.title a {
	text-decoration: none;
	}

.title a:hover {
	text-decoration: underline;
	}

.profile h3 {
	border: 0;
	}

#main .content ul {
	list-style: none;
	margin-left: 15px;
	}

#main .content ul ul {
	margin-bottom: 0;
	}

#main .content ul li {
	list-style: none;
	padding-left: 16px;
	background: url('bullet.png') no-repeat 3px 6px;
	}
	
#main ol {
	margin-left: 15px;
	}
	
#main ol li {
	margin-left: 20px;
	}

/* ..... end typography ..... */
/* .......................... */



/* ................. */
/* ..... forms ..... */

/**
 * Put your forms styling here
 */

fieldset {
	padding: 10px;
	border: 2px solid #222222;
	}

input, textarea {
	background: #888888;
	border: 1px solid #333333;
	padding: 2px 1px;
	color: #000000;
	}

#header .block-search input.form-text {
	width: 150px;
	}

/* ..... end forms ..... */
/* ..................... */



/* ..................... */
/* ..... framework ..... */

/**
 * page.tpl.php structure
 *

   #header
   |  img#logo
   |  #site-name
   |  #site-slogan
   |  #search-wrapper
   |  |  form: search
   |  #header-region (region)
   |  #navigation (primary & secondary links)
   
   #page
   |  #main
   |  |  div.breadcrumb
   |  |  #mission
   |  |  #content-top (region)
   |  |  h1#title
   |  |  div.tabs
   |  |  main-inner
   |  |  |  help
   |  |  |  messages
   |  |  |  CONTENT
   |  |  |  #feed-icons
   |  |  #content-bottom (region)
   .
   |  #sidebar-left
   .
   |  #sidebar-right
   
   #footer (region)

 * end page.tpl.php structure
 */

/**
 * NOTE: The background-color values added below are "for placement only" (FPO)
 */
 
body {
	background: url('bg.gif') #000000;
	}

#wrap {
	background: #cccccc;
	}

#header {
	background: #a7a7a7;
	border-bottom: 2px solid #444;
	padding-bottom: 0;
	margin-bottom: 10px;
	}
	
	img#logo {
	margin: 0px;
	display:block;
	}
		
		#main div.breadcrumb {
		font-size: 0.9em;
		}
		
		#main #mission {
		background: #222222;
		margin-bottom: 13px;
		padding: 10px;
		color: #AEAEAE;
		}
		
		#main .node-inner {
		margin-bottom: 20px;
		}
		
		#main .messages {
		margin-bottom: 15px;
		}
		
		#main .content {
		margin-bottom: 0;
		}
		
		#main ul.pager li {
		padding: 0;
		margin-left: 1em;
		}
		
		#main ul.pager li a {
		color: #FFFFFF;
		}
		
		#main ul.pager li.pager-current {
		color: #E63C0E;
		}
		
		#main .profile .picture {
		float: right;
		margin: 0 10px 7px 0;
		background: #222222;
		padding: 5px 5px 14px 5px;
		border: 1px solid #333333;
		}
		
		#main th, #main td {
		padding: 2px 7px;
		}
		
		#main table {
		margin-bottom: 15px;
		}
		
	#map {
	float: right;
	margin: 0 5px 15px 15px;
	}

	#sidebar-left {

		}

	#sidebar-right {

		}

#footer {
	text-align: center;
	}
	
	#footer em {
	vertical-align: bottom;
	}
	
	#footer #feed-icons {
	float: right;
	margin-right: 20px;
	}
	
	#footer ul {
	display: inline;
	}
	
	#footer ul li {
	list-style: none;
	display: inline;
	border-right: 1px solid #FFFFFF;
	padding: 0 5px;
	}
	
	#footer ul li.last {
	border-right: none;
	}
	
	#footer ul li#html-footer em {
	display: none;
	}
	
	#footer ul li#html-footer {
	background: url('html.png');
	width: 16px;
	height: 16px;
	padding: 4px;
	}

/* ..... end framework ..... */
/* ......................... */



/* .................. */
/* ..... blocks ..... */

/**
 * block.tpl.php structure
 *

   div.block
   |  h2.title
   |  div.content
   |  |  div.item-list (if it outputs a list)
   |  |  |  h3 (used in "Who's Online" block: "Online users")
   |  |  |  ul.menu

 * end block.tpl.php structure
 */

/**
 * Put your block styling here
 */
 
#header-region .block-search {
 	position: absolute;
 	right: 45px;
 	top: 30px;
 	}
 
#search-block-form label {
    display: none;
	}
	
#sidebar-left h2 {
	margin: 0 5px 5px 12px;
	}
	
#sidebar-right .block-flickr {
	text-align: center;
	margin-bottom: 10px;
	}
	
#sidebar-right .block-flickr h2 {
	text-align: left;
	}
	
#sidebar-right .block-flickr img {
	padding: 5px;
	background: #222222;
	margin: 3px;
	border: 1px solid #333333;
	}

#main .block-flickr {
	text-align: center;
	}

#main .block-flickr a {
	padding: 5px;
	background: #222222;
	margin: 3px;
	border: 1px solid #333333;
	float: left;
	text-decoration: none;
	}

#sidebar-right h2 {
	margin: 0 5px 5px 12px;
	}
	
#sidebar-right .block-comment li {
	list-style: none;
	padding: 0 0 4px 18px;
	background: url('comment.png') no-repeat 0 3px;
	margin: 0;
	font-size: .95em;
	line-height: 15px;
	}
	
#sidebar-right .block-comment li a.active {
	color: #E63C0E;
	}

/* ..... end blocks ..... */
/* ...................... */



/* ................. */
/* ..... menus ..... */

/**
 * Put your menu styling here
 */

ul.menu {
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: normal;
	border-top: 1px dotted #333333;
	}
	
ul.menu ul {
	margin: 0px;
	}

ul.menu ul {
	border-top: 0;
	}

ul.menu li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 12px;
	border-bottom: 1px dotted #333333;
	}

ul.menu li.collapsed span {
	background: url('collapsed.gif') no-repeat 6px 4px;
	}

ul.menu li span {

	}

ul.menu li a {
	width: 100%;
	text-decoration: none;
	display: block;
	padding: 1px 0;
	}

ul.menu li a.active {
	color: #ff0000;
	}

ul.menu li a:hover {
	background: #a7a7a7 url('menuhover.gif') no-repeat 0 7px;
	}

ul.menu li li {
	border-bottom: 0;
	}

ul.menu li li.collapsed span {
	background-position: 18px 4px;
	}

ul.menu li li span {
	padding-left: 24px;
	}

ul.menu li li li span {
	padding-left: 36px;
	}
	
ul.menu li li li.collapsed span {
	background-position: 30px 4px;
	}
	
ul.menu li li li a {
	padding: 0;
	}
	
ul.menu li li li a:hover {
	background-position: 0 6px;
	}

ul.menu li li li li span {
	padding-left: 48px;
	}
	
ul.menu li li li li.collapsed span {
	background-position: 42px 4px;
	}
	
ul.menu li li li li a {
	padding: 0;
	}
	
ul.menu li li li li a:hover {
	background-position: 0 6px;
	}

/* ..... end menus ..... */
/* ..................... */



/* ................ */
/* ..... tabs ..... */

/**
 * Put your tabs styling here
 */

#main ul.primary {
  border-bottom: 1px solid #222222;
}

#main ul.primary li a {
  background-color: #222222;
  border-color: #333333;
  color: #AAAAAA;
}
#main ul.primary li.active a {
  background-color: #444444;
  border: 1px solid #444444;
  border-bottom: #444444 1px solid;
}
#main ul.primary li a:hover {
  background-color: #333333;
  border-color: #333333;
  border-bottom-color: #333333;
}

/* ..... end tabs ..... */
/* .................... */



/* .................... */
/* ..... comments ..... */

/**
 * Put your comments styling here
 */

.comment {
	margin-bottom: 15px;
	border: 1px solid #222222;
	padding: 10px;
	}

.author-comment {

	background: #222222;
	}

.comment .picture img {
	float: left;
	margin: 0 10px 7px 0;
	background: #222222;
	padding: 5px 5px 14px 5px;
	border: 1px solid #333333;
	}

.author-comment .picture img {
	background: #000000;
	}
	
.comment .new {
	color: #E63C0E;
	float: right;
	margin: 0 0 5px 5px;
	}

.comment h3 {
	font-size: 1.3em;
	margin-bottom: 5px;
	}
	
.comment .submitted {
	font-size: 0.9em;
	}

.comment .links {
	font-size: 0.95em;
	clear: both;
	}

/* ..... end comments ..... */
/* ........................ */



/* ................. */
/* ..... nodes ..... */

/**
 * node.tpl.php structure
 *

   div.node
   |  h2.title
   |  div.node-inner
   |  |  picture
   |  |  submitted
   |  |  content
   |  |  taxonomy
   |  |  links

 * end node.tpl.php structure
 */

/**
 * Put your node styling here
 */

div.node-inner .picture img {
	float: left;
	margin: 0 10px 7px 0;
	background: #222222;
	padding: 5px 5px 14px 5px;
	border: 1px solid #333333;
	}

div.node-inner h3 {
	margin-left: 12px;
	}

div.node-inner .submitted {
	font-size: 0.9em;
	}
	
div.node-inner .content {
	margin-top: 10px;
	}

div.node-inner .links {
	clear:both;
	}

.links li.comment_add {
	background: url('comment-add.png') no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin-right: 8px;
	}

.links li.comment_comments {
	background: url('comments.png') no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin-right: 8px;
	}
	
.links li.comment_new_comments {
	background: url('comment-new.png') no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin-right: 8px;
	}
	
.links li.blog_usernames_blog {
	background: url('blog.png') no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin-right: 8px;
	}

div.node-inner .content .flickr-photo-img {
	margin: 10px 10px 10px 10px;
	background: #222222;
	padding: 5px 5px 5px 5px;
	border: 1px solid #333333;
	}
	
body.front div.node-inner .content .flickr-photo-img {
	display: none;
	}

div.flickr-photo-box {
	padding: 5px;
	background: #222222;
	margin: 9px;
	border: 1px solid #333333;
	float: left;
	text-decoration: none;
	width: auto;
	height: auto;
	}
	
/* ..... end nodes ..... */
/* ..................... */

/* $Id$ */


html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
#wrap {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	}
	
html>body #wrap {
    height: auto;
	}

#page {
	padding-bottom: 30px;
	}
	
	#sidebar-left {
		width: 160px; /* #sidebar-left width */
		float: left;
		}

	#main { /* main center column */
		width: 520px;
		margin-left: 165px;
		}

	#sidebar-right {
		width: 200px; /* #sidebar-right width */
		float: right;
		}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	vertical-align: bottom;
	clear: both;
	}
	
/* Site translation flags: */

#flag-en {
position:absolute;
right:6px;
top:20px;
}

#flag-cn {
position:absolute;
right:6px;
top:44px;
}

#english {
position:absolute;
left:600px;
width:250px;
top:20px;
text-align:right;
}

#chinese {
position:absolute;
left:600px;
width:250px;
text-align:right;
top:44px;
}
