/* This CSS is a combination of reset.css, plain.css, pushup.css, for the css switch function. Modification can be made in the plain css section. */

/* Do Not Change */
/* reset */
/* http://developer.yahoo.com/yui/reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}


/* Make Change Here */
/* plain *************************************************************/
/* Tag Names {{{ */ 
a:link {
    text-decoration: none;
    color: #005e87;
}

a:visited {
    text-decoration: none;
    color: #300;
}

a.offsite:after {
    content: url(/img/offsite.png);
    margin-left: .2em;
    opacity: .5;
}
a {
outline: 0;
}

body.main {
	height:auto;
	min-height:724px;
    background: #454545 url(/img/theme/bg_grey.png) repeat-x;
	background-position:top center;
	background-color:none;
    font-size: 10pt;
    font-family: sans-serif;
    line-height: 1.3;
}

div#content {
	width: 855px;
	min-height:640px;
    padding: 0 30px 90px 30px;
	background-color:none;
	background-color: #fff;
}
em {
    font-style: italic;
    font-size: .88em;
}
fieldset {
    border: .1em solid gray;
    padding: .2em;
    margin: .4em;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    padding: .2em 0 .3em .3em;
}
h2 {
    font-size: 1.7em;
    font-weight: bold;
    padding: .2em 2em .3em .3em;
}
h3 {
    font-weight: bold;
    padding: .2em 0 0 .3em;
}

hr {
    border: none;
    border-top: .1em dotted #182838;
    clear: both;
}

html {
    background-color: #f8fcff;
}
input[type='submit'], input[type='button'] {
	margin-top:10px;
	padding:3px 10px;
}
a.add {
    border-color: #444;
    color: #444;
}
img.addapp{
	border:none;
}

div.submit {
    display: inline;
}

input[type='checkbox'] + label, input[type='radio'] + label {
    display: inline;
    font-size: 1em;
    padding-top: 0;
    margin-left: .6em;
}
label {
    display: block;
    padding-top: 1em;
    color: #444;
    font-size: 1.2em;
}
label:first-child {
    padding-top: 0;
}
p {
    margin:1em 1em;
}
strong {
    font-weight: bold;
}
table {
    border: none;
    width: 100%;
}
td {
    padding: .3em;
    vertical-align: top;
}
th {
    font-weight: bold;
    padding: .1em;
}
tr.form-item td:first-child {
    text-align: right;
    padding-right: 0;
}
ul {
    margin: 1em;
}
/* }}} */

/* Classes {{{ */
div#Bloguru-Silver .seefullartical a:after {
    content: url(/img/offsite.png);
}

.close {
    float: right;
}
.container {
    margin: 2em 1em;
    padding: 1em;

}
.content-box {
    margin: 2em 1em;
}

.disabled, a:link.disabled, a:visited.disabled {
    color: #5f5f5f;
    text-decoration: line-through;
}
.error {
    background-color: #fee;
    color: #cf0000;
}
.error:before {
    opacity: 0.8;
    vertical-align: top;
    margin: auto .2em;
}
.even {
    background-color: #e0eeff;
}
.form {
    border: .1em solid #666;
    background-color: none;
}
.form-item .error {
    font-size: .8em;
    display: block;
}
.input {
    width: 20em;
    border:none;
    clear: both;
    font-family: monospace;
    padding: .2em .4em;
}
.left {
    float: left;
}
.logout_frame {
    border: none;
    overflow: hidden;
    height: 2.2em;
    width: 3em;
    vertical-align: bottom;
}
.message {
    background-color: #ffe;
    color: #662;
}
.message:before {
    vertical-align: -33%;
    margin: auto .2em;
}

.note {
    font-size: .7em;
    font-style: italic;
    color: #666;
}
.notice {
    padding: .5em;
    margin: .5em;
}
.nowrap {
    white-space: nowrap;
}
#flashMessage {
	height:50px;
	background-color:#ffffcc;
	width:80%;
	margin-left:100px;
	padding-top:20px;
}
.popup_controls {
	float:right;
	margin-top:-10px;
}

.popup_controls li {
	background-color:#ffcc33;
	width:50px;
	text-align:center;
}
.popup_controls li a{
	color:#000000;
	font-weight:bold;
}


.right {
    float: right;
}
.section {
    width: 100%;
    padding: 0;
    margin: 1em;
    position: relative;
    overflow: auto;
}
.subscription {
    color: #000;
    margin: 5px;
    width: 220px;
    height: 75px; /* in pixels because of the icons.  necessary for jquery.ui.sortable */
    position: relative;
    overflow: hidden;
    white-space: nowrap;
	font-size:12px;
	background: transparent url('/img/logo/buttonbg.gif') no-repeat;
}
.subscription em,
.subscription h3 a{
	padding-left:3px;
}
.subscription a{
	color:#000000;
}
.subscription a:hover{
	color:#336699;
}
.draggable {
	padding-top:3px;
    cursor: pointer;
    float: left;
	outline:0;
}
.draggable:hover {
    -moz-box-shadow: 0 0 .3em #182838;
    -webkit-box-shadow: 0 0 .3em #182838;
	-moz-border-radius: 12px;
}
.subscription .icon {
    float: left;
}
.subscription .snippet {
    font-size: .8em;
    font-style: italic;
}
.subscription .controls {

    font-size: .9em;
}
.subscription_thumbnail {
	float: left;
	width: 64px;
	margin: 3px 0 0 5px;
}
.subscription_info {
	float: left;
	width: 148px;
	margin: 5px 0 0 0;
	word-wrap: break-word;
}
ul.controls{
	margin:5px 0;
}
.controls li {
    display: inline;
	padding:0 5px 0 10px;
}
.controls li img {
    vertical-align: -10%;
    padding-right: 5px;
	
}
.success {
    background-color: #efe;
    color: #061;
}
.success:before {
    vertical-align: -33%;
    margin: auto .2em;
}
.title {
    font-weight: bold;
}

/* }}} */

/* IDs {{{ */
#authMessage {
    border-width: .1em;
    border-style: solid;
    width: 600px;
    padding: 5px;
	margin-left:125px;
    text-align: center;
}
#content {
    min-height: 400px;
    position: relative;
	background-color:none;
}

#copyright {
    text-align: center;
    margin: 2em auto;
}
#debug {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: .4em;
    margin: .1em;
    font-size: .6em;
    white-space: pre;
    z-index: 1000;
    background-color: #feb;
    color: #036;
    border: .1em solid;
}

#footer {
    margin: 0 auto;
    font-size: .9em;
    color: #FFF;
    background-color:#262626;
    text-align: center;
    clear:both;
	padding:10px 0;
}
#footer * {
    opacity: .9;
}

#footer a{
    color: #ffffff;
}
#footer a:hover{
    text-decoration:underline;
}

#header {
    padding: .25em;
	height:95px;
	margin:0;
	border:none;
}
h1#logo{
	border:none;
}

/*--Theme starts-----------------------------------*/
#theme{
	margin:0;
	border:none;
	display:inline-block;
	border:none;
}
#theme ul{
	display:inline-block;
	background-color:#ffffff;
}
#theme li{
	float:left;
	display:inline-block;
	background-color:#ffffff;
}
#theme li.ttl{
	width:153px;
	/*font-weight:bold;*/
	vertical-align:top;
	padding-top:5px;
	border:none;
}
#theme li.theme_icon img{
	padding:3px;
	width:25px;
	border:none;
}

/*--Theme emds-----------------------------------*/
#nav{
	width:914px;
	height:40px;
	color:#ffffff;
	background: transparent url(/img/navbg.png) no-repeat;
	margin:0;
	padding-top:10px;
}
#nav a{
	color:#ffffff;
}
#nav a:hover{
	text-decoration:underline;
}

#nav ul{
	margin:0;
}

#breadcrum{
	padding:0 20px;
}

#ie6-notice {
    height: 12em;
    width: 95%;
    margin: auto;
    padding: .5em;
    border: .2em solid #f88;
    background-color: #fcc;
    font: 1.2em bold;
}

#ie6-notice h2 {
    text-align: center;
}

#ie6-img {
    float: left;
    margin: .5em 3em;
}

#ie6-links {
    text-align: center;
}

#ie6-notice .browser-link {
    margin: 15px;
    display: inline;
    white-space: nowrap;
}

#login-content {
    margin-right: 24em;
}

#login {

    width: 16em;
    padding: 1em;
}
#login input[type='submit'] {
	padding:10px;
    margin-left: 0;
}
#loginForm {
    position: absolute;
    right: 1em;
	margin-top:-200px;
	background:none;
}
#logoLink {
    font-size: 1.4em;
    height: 33px; /* based on image size */
    width: 219px;
    display: block;
    text-indent: -900em;
    background-image: url(/img/wda-logo.png);
    background-repeat: no-repeat;
    margin: .2em 0;
}
#psp-address {
    font-size: .85em;
    font-style: italic;
    color: #4c4c4c;
    margin-top: 1em;
    padding: .5em;
}
#siteMenu {
    top: 0;
    right: 0;
    white-space: nowrap;
}

#siteMenu li {
    display: inline;
	margin:0 10px;
	background:none;
    padding: .1em .3em .1em .5em;
}

#siteMenu li:first-child {
    border-left: none;
}
#username{
	float:right;
}
ul#subscriptions{
	padding-left:70px;
}
#subscriptionsReorder label {
    display: inline;
    font-size: 1em;
    padding-top: 0;
}
.main #wrapper {
    position: relative;
    height: 100%;
    width: 920px;
	left:-10px;
	margin:0 auto;
    background-color: none;
    color: black;
    z-index: 10;
}
/* }}} */
/* plain *************************************************************/

/* Change if it is needed */
/* bloguru aggregator style*/
#newsList
{
	background: none;
}

div#Bloguru-Silver a:link
{
	color: #302f2f;
	font-weight: bold;
	text-decoration: none;
}

div#Bloguru-Silver a:visited
{
	color: #302f2f;
	font-weight: bold;
	text-decoration: none;
}

div#Bloguru-Silver a:active
{
	color: #302f2f;
	font-weight: bold;
	text-decoration: none;
}

div#Bloguru-Silver a:hover
{
	color: #000000;
	text-decoration: underline;
}

div#Bloguru-Silver img.avatarImg
{
	display:table-cell;
	vertical-align:middle;
	float:left;
	margin:3px 3px 3px 3px;
}

div#Bloguru-Silver .BloguruGroupRSS
{
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

div#Bloguru-Silver .entry1
{
	height: auto !important;
	height: 50px;
	padding: 5px;
	background: #FFFFFF;
}

div#Bloguru-Silver .entry2
{
	height: auto !important;
	height: 50px;
	padding: 5px;
	background: #EDEFF1;
}

div#Bloguru-Silver .author
{
	font-size: 10px;
	display: inline;
}

div#Bloguru-Silver .date
{
	font-size: 10px;
	display: inline;
	float: right;
}

div#Bloguru-Silver .bullet
{
	background-image: url(http://en.bloguru.com/GroupRSS/bullets/silver_box.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 11px;
	float: left;
	padding-right: 5px;
	margin-top: 4px;
}

div#Bloguru-Silver .avatar
{
}

div#Bloguru-Silver .title
{
	font-size: 12px;
	display: inline;
}

div#Bloguru-Silver #postInfoContainer
{
	width: 100%;
	color: #5c5c5c;
}

div#Bloguru-Silver div.title2
{
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #5c5c5c;
	margin-bottom: 3px;
}

div#Bloguru-Silver  div.title1
{
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #5c5c5c;
	margin-bottom: 3px;
}

div#Bloguru-Silver .post_desc
{
	padding: 5px;
	font-size: 10px;
	color: #000000;
	width: 100%;
}

div#Bloguru-Silver .seefullartical
{
	font-size: 10px;
	text-align: right;
}

/* Special container for formatting */
div#Bloguru-Silver .floatcontainer:after
{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}



/* Do Not Change */
/* pushup */
#pushup {
  position: fixed;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 4px;
  background: #ffffc6;
  border: 1px solid #b0dfc8;
  z-index: 9999;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
* html #pushup {
  position: absolute;
  top: expression(_pushupIETop = 10 + (document.documentElement.scrollTop || 0) + 'px');
}
#pushup * {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.withReminder { padding-bottom: 6px; }
#pushup a { 
  outline-style: none;
  text-decoration: none;
}

#pushup .pushup_messageLink {
  float: left;
  position: relative;
  color: #4293cd;
  font-size: 12px;
  cursor: pointer;
}

#pushup .pushup_icon {
  position: relative;
  float: left;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}

#pushup .pushup_message {
  position: relative;
  float: left;
  marginRight: 3px;
  line-height: 22px;
  vertical-align: middle;
}

#pushup .pushup_reminder {
  float: left;
  clear: both;
  font-size: 10px;
  color: #84a2ac;
  margin-left: 27px;
  cursor: pointer;
}

#pushup .pushup_messageLink:hover,
#pushup .pushup_reminder:hover { text-decoration: underline; }











