/* STYLESHEET FORMAT GUIDE *****************************************************

  split the following sections:
  - semantics (direct formatting for <td>, <a > etc
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  SAMPLE:
  .poll-vote,
  .poll-vote-results {
    background:transparent;
    color:#000000;
    font-size:smaller;
  }

  These are the rough rules:
  - always put a ';' after the last entry
  - always a linebreak before .
  - always a linebreak after , ; { and }
  - always a . before all classes
  - two spaces indent
  - no tabs
  - no spaces after colons
*/

/* SEMANTICS ******************************************************************/
a:link.non-ul,
a:visited.non-ul {
	text-decoration:none;
	color:#B60400;
}

a:link {
	text-decoration:none;
	color:#B60400;
}
a:visited {
	text-decoration:none;
	color:#B60400;
}
a:hover {
	color:#457FE7;
}
a:active {
  background:transparent;
  color:#457FE7;
}
a img {
	border:0;
}
body {
	margin:0 auto;
	padding:0;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:0.8em;
	background:#E7E7E7;
}
fieldset {
  margin-bottom:1em;
}
fieldset p {
  padding:5px;
  margin:0px;
}
fieldset p {
  margin-top:5px;
  margin-bottom:0px;
}
fieldset legend {
  font-size:.9em;
}
form {
  margin-top:5px;
  margin-bottom:5px;
}
form div.notes p,
form div small {
xline-height:125%;
}

form div.notes li {
  margin-left:10px;
}
form fieldset div.notes {
  float:right;
  width:170px;
  height:auto;
  margin:0px 0px 10px 10px;
  padding:5px;
  border:1px solid #666666;
  background-color:#ffffe1;
  color:#666666;
  font-size:.75em;
}

form fieldset div.notes h4 {
  background-image:url(images/icon_info.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding:3px 0px 2px 27px;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#666666;
  color:#666666;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
  color:#666666;
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
h1 {
  font-size:1.3em;
  color:#457FE7;
}

h1 a:hover {
color:#c63355;
}
h2, .content h2 {
  font-size:110%;
  color:#325fae;
}
h3 {
	font-size:1em;
	margin:6px 0 0 0;
	padding:2px 0px 0px 0px;
        color:#325fae;
}
img {
  border:0;
}
input {
  font-size:.9em;
}
input,
submit,
td {
  color:#000000;
}
textarea {
  color:#000000;
  font-family:arial,sans-serif,verdana,tahoma,helvetica;
}
th {
  color:#fff;
  background-color:#FFB951;
  font-weight:bold;
  font-size:larger;
  padding-left:3px;
  text-align:left;
}
#items, #items p, {
  font-size:1em;							
 line-height:1.1em;
  color:#333;
  padding-right:22px;
  text-align:left;
}


td#content {
width:520px;
vertical-align:top;
padding:0 10px 0 10px;
background-color:#ffffff;
}

select {
  color:#000000;
  font-size:.9em;
}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
.admin-list-icon {
  float:left;
  padding:5px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search{
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  font-size:smaller;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
/* Blocks *********************************************************************/
.block-box-left {
  margin:10px;
}
.block-box-left,
.block-box-right,
.block-box {
  margin:5px 10px 15px 10px;
}
.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  padding-left:20px;
  margin-top:0px;
  margin-bottom:0px;
}

.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width */
  background:transparent;
  width:125px;
  height:1px;
}
.block-content,
.block-content-right,
.block-content-left,
.block-content p,
.block-content-right p,
.block-content-left p,
 {
  background:transparent;
  color:#333;
  padding-bottom:2px;
  padding-top:2px;
  clear:both;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  margin-top:0;
  margin-bottom:0;
  margin-left:16px;
  padding-left:0;
  border:none;
}
.block-divider {
  background:#FFFFFF;
  border-bottom:1px solid #F7F7F7;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding-top:2px;
}
.block-divider-left {
  border-top:1px solid #E7E7E7;
  border-bottom:1px solid #FFFFFF;
  width:90%;
  margin:0 auto;
}
.block-divider-right {
  border-top:1px solid #CCCCCC;
  border-bottom:1px solid #FFFFFF;
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-featured-left {
  background:#fff;
  border-right:1px solid silver;
  color:#333;
}
.block-featured-right {
  background:#fff;
  border-left:1px solid #FFFFFF;
  color:#000000;
  padding:12px;
  font-size:.8em;
 color:#333;
}

.block-featured-right li {
padding:5px;
}

.block-helpicon {
  padding-top:0px;
  text-align:right;
  float:right;
}
.block-outerborder-left {
  border-left:1px solid #E7E7E7;
}
.block-outerborder-right {
  border-right:1px solid #CCCCCC;
}
.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  color:#1A3955;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}

/* Block Lists ****************************************************************/
.list-feed,
.list-new-plugins,
.list-new-comments,
.list-new-trackbacks,
.list-older-stories { 
  margin:0px;padding:0 0 0 15px;
}

/* Comments *******************************************************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#E7E7E7;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
  text-align:center;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
  font-weight:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up{
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
  color:#666666;
}
/* Footer *********************************************************************/
.footerblock {
  background:#1A3955;
  border-top:1px solid #CCCCCC;
  color:#FFFFFF;
  font-size:0.85em;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:4px;
  padding-right:4px;
  ?-align:middle;
  text-align:left;
}
.footerblock a:link {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:visited {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:hover {
  background:transparent;
  color:#008000;
  text-decoration:none;
}
.footerblock a:active {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footer-divider-top {
  background:#FFFFFF;
  border-top:1px solid #CCCCCC;
  padding-top:1px;
  color:#000000;
}


#footer {
	clear:both;
	color:#333;
	background:#FFF;
	font-size:0.85em;
	text-align:right;
	padding:9px;
	margin:10px 5px 10px 5px;
	border:1px solid #ccc;
	  text-align:justify;
}

#footer td {
	color:#333;
	background:#FFF;
}

#footer a {
	text-decoration:none;
	color:#457FE7;
}

#footer a:hover {
	color:#c63355;
}



/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
  display:block;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
/* Header *********************************************************************/
.header-logobg-left {
  padding-top:4px;
  text-align:left;
  vertical-align:middle;
  margin-top:11px;
  padding-left:15px;
  width:50%;
  height:78px;
}
.header-logobg-right {
  padding-top:4px;
  text-align:right;
  padding-right:15px;
  vertical-align:middle;
  width:50%;
  height:78px;
}
.header-logobg-container-inner {
  background:url(images/header1.png) #1A3955;
  border-bottom:1px solid #CCCCCC;
}
.header-logobg-container-outer {
  background:#FFFFFF;
  padding-bottom:1px;
}
.header-navigation-container {
  border-bottom:1px solid #FFFFFF;
}
.header-navigation-line {
  background:#E7E7E7;
  border-bottom:1px solid #CCCCCC;
  color:#FFFFFF;
  padding-bottom:3px;
  padding-top:4px;
  text-align:right;
}
.header-navigation-line a:link {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#0000FF;
  font-size:.9em;
}
.header-navigation-line a:visited {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#800080;
  font-size:0.9em;
}
.header-navigation-line a:hover {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#008000;
  font-size:0.9em;
}
.header-navigation-line a:active {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#FF0000;
  font-size:0.9em;
}
.header-welcomeanddate-box {
  border-bottom:1px solid #CCCCCC;
  height:52px;
}
.header-welcomeanddate-text {
  position:relative;
  top:12px;
  left:4px;
}
/******************************************************************************/
.highlight {
  color:#000000;
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.pagenav {
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  background:#E7E7E7;
  text-align:right;
  border-bottom:1px solid #CCCCCC;
  height:52px;
  padding:0px 4px 0px 1px;
  margin:0px;
}
.searchform-elements{
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input{
  font-size:0.9em;
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.site-slogan {
  color:#ffffff;
  background:transparent;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-title {
  text-align:left;
  width:90%;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-count {
  text-align:left;
  width:10%;
  padding-left:5px;
  padding-right:5px;
}
/* Story **********************************************************************/
.story {
  /* the frame around all elements of one story */
  background:transparent;
  color:#000000;
}
.story h1, .story h1 a {
  /* the title of a story */
  background:transparent;
  color:#457FE7;
  font-weight:bold;
  padding-left:1px;
}

.story h1 a:hover, .items h1 a:hover {
color:#c63355;
}
.story-body {
  /* this is the actual content of the story */
  padding:3px;
}
.story-featured {
  /* the frame around all elements of a featured story */
  background:transparent;
  color:#000000;
}
.story-featured h1 {
  /* the title of a featured story */
  background:transparent;
  color:#457FE7;
  font-weight:bold;
  font-size:1.4em;
  padding-left:1px;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
}
.story-container {
  /* frame around all stories & centerblocks*/
  padding-right:9px;
}
.story-footer {
  /* the bottom of the story with edit-links etc */
  padding:3px;
  text-align:center;
}
.story-information {
  /* the author, views and date of a story */
  padding:3px;
  font-size:0.85em;
  background:transparent;
  color:#000000;
}
/******************************************************************************/
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#333;
  background-color:#ffffff;
  font-weight:normal;
  border:1px solid silver;
}
.plugin th {
  color:#000000;
  background-color:#457fe7;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#ffffff;
  background-color:#eeeeee;
  margin:5px 15px 5px 17px;
}
.pluginAltBG {
  background-color:#ffccff;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#FFFFFF;
  font-weight:bold;
  background-color:#457FE7;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height:120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginLinks A:link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  text-align:center;
  padding-top:2px;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  color:blue;
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
  position:relative; /*this is the key*/
  z-index:10;
  color:#000;
  text-decoration:none;
}
a.tooltip:hover  {
  z-index:100;
  text-decoration:none
}
a.tooltip span {
  display:none
}
a.tooltip:hover span {
  /*the span will display just on :hover state*/
  z-index:100;
  color:#033666;
  font-style:normal;
  font-size:.8em;
  line-height:125%;
  display:block;
  position:absolute;
  border:1px solid #C8DAF7;
  background-color:#E5EFFF;
  padding:4px;
  text-align:left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
}
/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */

/* Poll Plugin ****************************************************************/
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}


/* Forum Plugin specific CSS */
.codeblock  { 
  background-color:#ECE9D8; 
  color:#000;
  width:550px;
  height:160px;
  overflow:auto;
  min-height:50px;
  max-height:120px;
  margin:5px 0px 5px 5px;
  padding:5px;
  border:1px dashed black;
}
.quotemain
{
  background:#FAFCFE url('forum/image_set/img_quote.gif') no-repeat top right;      
  border:1px dotted #000;
  border-left:4px solid #8394B2;
  color:#465584;
  padding:4px;
  margin:5px auto 8px auto;
}

/* CSS Declarations for Code block feature - default will use the .php one */
div .php { max-height:400px; overflow:auto; height:auto; width:auto; min-height:100px; }
div .html { height:300px; overflow:auto; width:auto; min-height:100px; }  
div .css { height:300px; overflow:auto; width:auto; min-height:100px; }  

/* END of Forum Plugin CSS */

/*BEGIN small_studio specific CSS */

#bg { 
	width:760px;
	margin:0 auto;
	background:url(images/bg-repeat.png) repeat-y center top;
}

#bg-top  {
    width:760px;
	margin:0 auto;
	background:url(images/bg-top.png) no-repeat center top;
	position:relative;
	z-index:10;
}

#bg-bottom  {
    width:760px;
	margin:0 auto;
	background:url(images/bg-bottom.png) no-repeat center bottom;
	position:relative;
    z-index:10;
}

#sadrzaj {
	padding:0px 4px 0 12px;
	color:#303030;
	width:736px;
}

#zaglavlje {
	clear:both;
	text-align:right;
	padding:20px 15px 0 0;
	margin:0px 0 3px 0;
	height:40px;
	border-bottom:2px solid #eee;
	background:#FFF url(images/fade.gif) repeat-x;
	color:#808080;
}

#title {
	float:left;
	font-size:10pt;
	padding:0 0 0 20px;
}

#navigacija {
	clear:left;
	float:left;
	width:160px;
	margin:0 0 10px 0;
	padding:0;
	font-size:0.9em;
}

#navigacija ul {	
	list-style:none;
	width:160px;
	margin:0 0 3px 0;
	padding:0;
	font-size:1.1em;
	border-right:2px solid #ccc;
}	

#navigacija li {
	margin-bottom:4px;
	padding:0 5px 0 10px;
}

#navigacija li a {
	font-size:9pt;
	font-weight:bold;
	text-align:right;
	height:20px;
	text-decoration:none;
	color:#286ea0;
	display:block;
	padding:6px 10px 0 10px;
	background:#fff;
	border-bottom:1px dotted #ccc;
}	
	
#navigacija li a:hover {
	color:#FFF;
	display:block;
	background:#286ea0;
}

.lijevo p, lijevo a {
	margin:2px 0 0 0;
	padding:3px 3px 5px 0;
	width:140px;
	xline-height:1.2em;
        text-decoration:none;
	font-size:.8em;
        color:#333;
	text-align:left;
}

.lijevo form {
	padding:3px 10px 5px 0px;

}

.lijevo a {
	text-decoration:none;
}

.lijevo p {
	margin:0;	
}

#infobox {
	border:1px solid #ccc;
	background:#f4f4f4;
	padding:3px;
	margin-top:5px;
}

.desna_rubrika {
	float:right;
	width:273px;
	margin:0 0 10px 0;
	padding:5px 13px 20px 10px;
	border-left:1px solid #DDD;
	color:#5D5D5D;
}

.desna_rubrika p {
	margin:0px;
	font-size:90%;
}

.desna_rubrika a {
	display:block;
	padding:4px;
	border-bottom:1px dotted #ccc;
}

#pic {
	margin-top:-30px;
	line-height:1.4em;
	background:url(http://www.bodyplanforkids.com/images/header.gif) repeat-x;
	background-color:none;
	height:175px;
	border-bottom:1px solid silver;
}

#pic h2 {
	margin:0px;
	padding:15px 0 2px 5px;
	font-size:12pt;
	color:#457FE7;
}

#pic p {
	margin:0;
	padding:0 0 0 5px;
	color:#5488BC;
	width:260px;
}



#downbox {
	margin:15px 10px 15px 10px;
	border:1px solid #819CD7;
	background:#CDE1F9;
}

#downbox p {
	padding:6px;
	margin:0;
}




/*END small_studio specific CSS */




/******   MY ADDITIONS ***************/


div.picr {
  float:right;
  border:thin silver solid;
  margin:0.3em;
  padding:0.3em;
  margin-left:6px;
}

div.picrnl {
  float:right;
  margin:0.3em;
  padding:0.3em;
  margin-left:6px;
}
div.picl {
  float:left;
  border:thin silver solid;
  margin:0.3em;
  padding:0.3em;
  margin-right:1em;
}

div.piclnl {
  float:left;
  margin:0.3em;
  padding:0.3em;
  margin-right:6px;
}

div.picr p, div.picl p {
  text-align:center;
  font-size:smaller;
  text-indent:0;
  margin:0;
}
div.pic {
  border:thin silver solid;
  clear:both;
  margin:0.3em;
  padding:0.3em;
  margin-right:6px;
}

#items dl{font-color:#444}

#items .teaserpic {
display:block;
float:left;
display:block;
margin-top:0pt;
margin-right:6px;
margin-bottom:0pt;
margin-left:0pt;
padding-top:3px;
padding-right:3px;
padding-bottom:3px;
padding-left:3px;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#cccccc;
border-right-color:#cccccc;
border-bottom-color:#cccccc;
border-left-color:#cccccc;
width:52px;
height:52px;
}

#items dd, #feeditems {
margin-top:2pt;
margin-right:0pt;
margin-bottom:1em;
margin-left:0pt;
padding-top:0pt;
padding-right:0pt;
padding-bottom:1em;
padding-left:0pt;
font-color:#333;
font-size:.95em;
}

#items dt, #feeditems a {
font-weight:bold;
font-size:1.1em;
margin-top:6px;
}

#items dt a, dt a:visited {
color:#c63355;
text-decoration:none;
}

#items dt a:hover {
color:#457fe7;
text-decoration:none;
}

#feeditems {
}

.story {
font-size:1em;
color:#333;
}

.divider {
border-bottom:1px solid #666;
margin-top:6px;
}

ul.navbar {
list-style-type:none; float:left; display:block; width:100%; height:90px; font-size:.9em; clear:both; margin:0; padding:0; background:transparent; vertical-align:middle;}

ul.navbar li {
display:inline;}

a.nav:link, a.nav:visited {
display:block; float:left; width:24.5%; padding:.2em .2em 0; margin:2px; 
text-decoration:none; background-color:#457fe7; color:#FFFFFF; 
text-align:center; height: 17px;  border: 1px 1px 0 1px solid #fff;}

a.nav:hover { background-color:#c63355;
}

a.nav:active {background-color:#ffb951;
}

.tm {border-bottom:1px dotted silver}
.tm-entry {font-size:1.2em; color:#333;}
.tm-atr {font-size:.85em;}

#highlight  {
display:inline;
float:right;
width:160px;
background-color:#ffffb8;
padding:10px;
border:1px solid silver;
font-size .9em;
color #333;
line-height:1.3em;
margin:6px;
}

.survey {
  margin-top:8px;
  font-size:1em;
  line-height:1.3em;
  color:#333;
  text-align:left;
}

.linkitem {
padding-bottom:6px;
border-bottom:1px solid silver;
}


#disclaimer {

}

.rm {
padding:1px;
border:1px dotted silver;
background-color:#ffb951;
float:left;
text-align:center;
font-size:1em;
}

.rightcontainer {
margin-top:10px;
}

.wtnav {
  margin-bottom: 20px;
  display:block;
}

.storycontent {
font-size: 1em;
color:#333;
font-family:arial, verdana, sans-serif;
}

#topictitle {
  font-size:2em;
  color:#f09338;
  padding-top:12px;
  margin-bottom:16px;
  border-bottom: 6px solid silver;
  width:100%;
  text-align:left;
  font-weight:600;
  font-weight:bold;
  letter-spacing:-2px; 
  vertical-align:middle;
}

.continued {font-size:1.2em; color:#930; text-align:center;}
.basic td {border:1px solid #white; background-color:#eee ; color: #333; font-size: .9em }
.excerpt {}
.source {
  padding:3px;
  border: 1px solid silver;
  background-color:#eeeeee;
  color:#333;
}
.small, .small a {
  font-size:80%;
  font-weight:400%;
}

#container {
color:#444;
}

.furlListMain {font-color:#444; width:350px;}
.furlListItem {list-style-type:none;margin-top:2pt; margin-right:0pt; margin-left:10px;margin-bottom:1em;   font-color:#333; font-size:.95em;}
.furlLinkExternal {font-size:1.1em; font-weight:bold; margin-top:12px;}
.furlLinkArchive, .furlLinkArchive a {font-color:#fff; font-size:.1px;}
.furlComment {}
.furlClipping {margin-top:6px;}
.furlAttribution, .furlAttribution a, .furlAttribution furlListItem {font-size:.5em;color:#ccc;margin-left:20px;}
  .furlListBullets{list-style-type:none;}
  .furlListNoBullets{list-style-type:none;}

.messagetitle a {color:#ffffff;}

ul .rss-item { list-style-type:none; margin-left:-15px; }
li .rss-item { padding-bottom:12px; }
a .rss-item { font-weight:700; font-size:12px; }
dl .rss-item { margin-top:12px; }
li .rss-item { font-weight:bold; }
