/* crowdnews */

/** ads **/
#ads
{
text-align:center;
}

/** Comments **/
.commentframe
{
border: medium solid #DEF;
padding-left: 10px;
padding-top: 4px;
margin-top: 4px;
padding-right:2px;
padding-bottom: 8px;
-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
  border-radius: 10px;	

}

fieldset
{
border-style: none;
}

#CommentReplyForm fieldset 
{
clear:both;
}

.comment
{
 padding-bottom:10px;
}

.error {
color: red;
}

/** login form **/
#LoginForm form
{
border-style: none;
}

#LoginForm fieldset
{
border-style: none;
display: table;
padding:0;
margin:0;
}

#LoginForm input
{
display: table-cell;
margin-right: 4px;
color: black;
background: white;
}

#LoginText {
width: 150px;
height: 15px; 
}

#LoginSend {
width: 54px;
height: 25px;
}

/* Story style */

.share-count span {
    font-size: 150%;   
    display:block;
    clear:both;
}

.story {
  display: block;
  margin: 10px;
  float:left;
  width:100%;
}

.story-body {
 display: table-cell;

}
.story-body h3 {padding-top: 0.0em;}

.story-body h3 {
display: list-item;
list-style: disc inside;
}

.story-body h3.xmllevel0 {
color: black;
background: inherit;
}

.story-body h3.xmllevel1 {
color: red;
background: inherit;
}

.story-body h3.xmllevel2 {
 color: orange;
background: inherit;
}

.story-body h3.xmllevel3 {
color: green;
background: inherit;
}
.story-body h3 a {
	color: #003d4c;
background: inherit;
}
.story-body h3 a:visited
{
color: gray;
}

.share-box
{
  display: table-cell;
  float: left;
  padding: 4px;
 
}

.share-count,.share-it,.shared {
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
  border-radius: 7px;	
  border:1px solid #003d4c; 
}

.share-it,.shared { 
 margin-bottom: 4px;
 padding: 0 2px;
}

.shared {
    text-align: center;
    padding: 4px 0 4px 0;
    color: gray;
    font-weight: bold;
    background: inherit;
    width: 60px;
}

.share-box ul
{
  list-style-type: none;
  margin: 8px;
}

.share-box a {
    display: table;
    padding: 4px 0 4px 0;
    text-decoration: none;
    width: 60px;  
    text-align: center;
}

#paginator {
clear: both;
display: block;
text-align: center;
width: 100%;

}


#paginator #prev
{
margin-right: 50px;
}

#paginator #next
{
margin-left:50px;
}

/** submit form **/

#submit 
{
clear: both;
display: block;
margin-left: 90px;
margin-top: 20px;
}

#StoryPreviewForm label
{
display: block;
margin-left: -10px;
}

#StoryPreviewForm input[type=submit]
{
float:left;
}

#StoryPreviewForm input#StoryTitle
{
width:500px;
}

#StoryPreviewForm #StoryDescription
{
width: 500px;
height:100px;
}

textarea 
{
width: 500px;
height:100px;
}

#header{
	position: relative;
	display: block;
	height: 35px;
	font-variant: small-caps;
	font-size:14px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#menu ul {
	float:right;
	display: table-row;
     	list-style: none;
	margin: 0;
	padding:0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#usermenu ul {
	float:left;
        width: 100%;
        margin: 0;
	padding:10px 10px 0 0px;
	list-style: none;
        display: table;
	}

#menu {
display: inline;
}


#menu li{
	display: table-cell;
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
        text-align: center;
        padding: 2px 0px 2px 0px;
	margin:0;	

}

#usermenu li {
  display:table-cell;
  margin:0;
  padding:0;
  border-top: 1px solid black;
  border-left: 1px solid;
  border-right:  1px solid;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom:1px solid;	
}


#menu li a{
	display: table-cell;
	float: left;
	color: #ffffff;
	background: inherit;
	text-decoration: none;
	padding: 8px;
	height: 100%;
	}


#logo {
	float:left;
      list-style-type: none;	
}

#logo a{
	padding-top: 14px;
        padding-bottom: 3px;	
}


#logo
{
  font-size:28px;
}

#crowd
{
 color: deepskyblue;
background: inherit;
}

#news
{
  color: white;
background: inherit;
}

#version
{
  font-size:14px;
  color: lightgreen;
background: inherit;

}

#header li a:hover{
	background:black;	
	}

#usermenu {
        clear: both;
       	float:left;
	width: 100%;
	font-size:93%;
	line-height:normal;
        padding-bottom: 20px;
}



#usermenu a {
	float:left;
        margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	width: 100%;
	}

#usermenu a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;	
	}

ul#stats li#istats,
ul#submitted li#isubmitted,
ul#shared li#ishared,
ul#guides li#iguides,
ul#followers li#ifollowers,
ul#preferences li#ipreferences
{
color: #000;
background: inherit;
border-bottom: none;
}

#userstats
{
display: block;
clear:both;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/

/* End IE5-Mac hack */
#usermenu a:hover span {color: #000;}
#usermenu a:hover {background-position:0% -42px;}
#usermenu a:hover span {background-position:100% -42px;}	

#usertable {
width: 100%;
text-align:center;
}


* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background: #003d4c;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}

a {
	background: inherit;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background: inherit;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background: inherit;
	font-weight: normal;
}

h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}

#header h1 {
	background: url('../img/cake.icon.gif') no-repeat left;
	color: #ffffff;
	padding: 0px 30px;
}
#header h1 a {
	color: #ffffff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #ffffff;
	background: #003d4c;
	text-decoration: underline;
}

#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
    position: absolute;
    background-color: #3875d7;
}

.firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}

.firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(chrome://firebug/skin/rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(chrome://firebug/skin/rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBoxOffset {
    z-index: 2147483647;
    position: absolute;
    opacity: 0.8;
}

.firebugLayoutBoxMargin {
    background-color: #EDFF64;
}

.firebugLayoutBoxBorder {
    background-color: #666666;
}

.firebugLayoutBoxPadding {
    background-color: SlateBlue;
}

.firebugLayoutBoxContent {
    background-color: SkyBlue;
}

/*.firebugHighlightGroup .firebugLayoutBox {
    background-color: transparent;
}

.firebugHighlightBox {
    background-color: Blue !important;
}*/

.firebugLayoutLine {
    z-index: 2147483647;
    background-color: #000000;
    opacity: 0.4;
}

.firebugLayoutLineLeft,
.firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
}

.firebugLayoutLineTop,
.firebugLayoutLineBottom {
    position: absolute;
    width: 100%;
    height: 1px;
}

.firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
}

.firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
}


