/* below : the very general layout */

body {
	margin: 0;
	padding: 0;
	background-color: #eee;
	text-decoration: none;
    color: #bbbbbb;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 13px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.6em;
}
img {
    border: 0px;
	background: transparent;
}
a {
    text-decoration: underline;
    color: #ff3300;
}
a img {
    background: transparent;
}

em {
    font-style: italic;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
}
td {
    vertical-align: top;
}

img.button {
    display: inline;
    vertical-align: middle;
	margin: 0px;
	margin-right: 3px;
	margin-bottom: -4px;
	padding: 0;
	/*width: 16px;
	height: 16px;*/
	border: 0px;
	background: transparent;
}

.mediaitem {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.userstudio {
    font-variant: small-caps;
}

.congrats {
    color: #00ff00;
}
.warning {
    color: #ff0000;
}






/*below : the lightbox elements layout*/

.lightboxOverlay {
    z-index:50;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
}
.lightboxContainer {
    z-index:51;
    position:absolute;
    left:-9999em;
    min-width:600px;
    min-height:400px;
    background:#fff url('./layout/loading.gif') 50% 50% no-repeat;
    opacity:0;
    filter:alpha(opacity=0);
    border: solid #ffea43;
}
.lightboxClose {
    z-index:52;
    position:absolute;
    left:-9999em;
    padding:4px 10px 4px 10px;
    background:#ffea43;
    color:#ff6600;
    font-size:14px;
    font-weight:bold;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
}





/*below : the deploybox elements layout */
.deployboxContainer {
    z-index:50;
    width: 600px;
    height: 300px;
    background:transparent url('./layout/loading.gif') 50% 50% no-repeat;
    opacity:0;
    filter:alpha(opacity=0);
}
.deployboxClose {
    z-index:51;
    float:right;
    clear:none;
    margin:10px 15px 10px 10px;
    width:34px;
    height:34px;
    background:transparent url('./buttons/postit_close.png') 0 0 no-repeat;
    color:#999;
    font-variant:small-caps;
    opacity:0;
    filter:alpha(opacity=0);
    cursor:pointer;
}





/*below : the meta div layout*/

#meta {
    display:hidden;
    visibility:hidden;
    position:absolute;
    top:0;
    left:0;
}






/*below : the container div layout*/

#container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    background: #fff;
}







/*below : the header div layout*/

#header {
    width: 100%;
    background: #333 url('./layout/header.png') 760px -50px no-repeat;
}


#header td#addItem {
    padding-top: 45px;
    width: 370px;
}
#header a#additem {
    display: block !important;
    display: inline-block; /*IE*/
    padding: 17px 10px 10px 28px;
    width: 200px;
    height: 80px;
    background: #333 url('./layout/postit_additem.png') 0 0 no-repeat;
    color: #0066ff;
    font-size: 15px;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: none;
}
#header a#additem:hover {
    text-decoration: underline;
}
#header a#backtolist {
    font-weight: bold;    
}
#header a#backtolist:hover {
    text-decoration: none;
}


td#orderby {
    padding-top: 25px;
    padding: 0;
    width: 230px;
    vertical-align: bottom;
    text-align: right;
}
a.orderbyLink {
    display: block;
    float: right;
    clear: none;
    margin-bottom: -5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    color: #06f;
    background: #333;
}
a.orderbyLink:hover {
    background: #ffea43;
}





/*below : the content div layout*/

#content {
    margin: 0;
    padding-top: 25px;
    width: 100%;
    background: #fff url('./layout/bkgd_postit_content.gif') repeat-x;
}


#content form.submission {
    display: block;
    padding: 25px 24px 20px 28px;
    width: 548px;
    height: 260px;
    background: #fff url('./layout/postit_form') 0 0 no-repeat;
    color: #0066ff;
}
#content form.submission table table td {
    padding: 0;
    padding-top: 1px;
}
#content form.submission table table td.right {
    padding-right: 10px;
    text-align: right;
    line-height: 1.1em;
}


.item {
    float: left;
    clear: none;
}
.itemContainer {
    padding: 25px 24px 20px 28px;
    width: 148px;
    height: 260px;
    background: #fff url('./layout/postit.png') 0 0 no-repeat;
    color: #888;
}
.item h3 {
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    line-height: 1.1em;
}
.item .author {
    line-height: 1.2em;
    font-size: 9px;
    font-weight: normal;
    font-style: italic;
    color:#ff6600;
}
.item .grade {
    /*display: inline;*/
    width: 60px;
}
.item .star {
    margin-bottom: -1px;
    margin-right: -3px;
    width: 11px;
    height: 11px;
}
.item a {
    text-decoration: none;
}
.item a:hover {
    text-decoration: underline;
}
.item .illustration {
    display: block !important;
    display: inline-block; /*IE*/
    float: right;
    clear: none;
    margin: 10px -2px 5px 5px;
    width: 60px;
    height: 75px;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
}
.item p {
    margin: 10px 0px 5px 0px;
    padding: 0;
    line-height: 1.1em;
}
.item a.deployboxLink {
    display: block;
    float: right;
    clear: none;
    margin: -3px -10px 5px 5px;
    width: 24px;
    height: 24px;
}
.item a.deployboxLink img {
    width: 24px;
    height: 24px;
}
.item table.userContrib {
    width: 100%;
}
.item table.userContrib td {
    vertical-align: middle;
}


.itemDetails {
    margin: 0;
    padding: 25px;
    width: 590px;
    height: 430px;
    background: #fff;
    color: #555;
    overflow: auto;
}
#trackbacked {
    padding-top: 0px;
    width: 765px;
    height: auto;
    overflow: none;
}
.itemDetails #main {
    position: auto;
    
}
.itemDetails .illustration {
    float: right;
    clear: both;
    margin: 25px 0px 15px 5px;
    max-width: 570px;
    border: solid 1px #808080;
}
.itemDetails h2, .itemDetails h3 {
    margin: 15px 0px 0px 0px;
    color: #555;
}
.itemDetails h2 a {
    text-decoration: none;
    color: #555;
}
.itemDetails h2 a:hover {
    text-decoration: underline;
}
.itemDetails h4 {
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    font-size: 14.5px;
    color: #555;
}
.itemDetails h5, .itemDetails h6 {
    display: block;
    margin: 10px 0px 0px 0px;
    font-weight: normal;
    font-size: 14px;
}
.itemDetails h6 {
    margin-top: 7px;
    font-size: 13.5px;
}
.itemDetails h6 a:hover {
    text-decoration: none;
}
.itemDetails .star {
    margin-bottom: -4px;
    cursor: pointer;
}
.itemDetails ul#comments {
    list-style: none;
	margin: 0;
    margin-top: 30px;
	padding: 25px;
    line-height: 1.1em;
	text-indent: 0em;
	background: #eee;
    border-top: dotted 1px #ddd;
    border-bottom: dotted 1px #ddd;
}
.itemDetails ul#comments li {
	margin: 0;
	margin-bottom: 1em;
	line-height: 1.2em;
}
.itemDetails ul#comments p {
    margin: 0;
    padding: 0;
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
}
.itemDetails ul#comments em {
    font-size: 11px;
}
.itemDetails #commentingDiv {
    padding: 25px;
	background: #e0e0e0;
    border-bottom: dotted 1px #ddd;
}
.itemDetails #commentingDiv #result {
    margin-bottom: 10px;
}
.itemDetails form#commenting table td {
    padding: 0;
    padding-top: 1px;
}
.itemDetails form#commenting table td.right {
    padding-right: 10px;
    text-align: right;
    line-height: 1.1em;
}






/*below : the footer div layout*/

#footer {
    float: left;
    clear: both;
    width: 100%;
    background: #eee url('./layout/bkgd_postit_footer.gif') repeat-x;
}
#footer div {
    margin: 15px 25px 15px 30px;
}
#footer img {
    margin-bottom: -5px;
    width: 67px;
    height: 15px;
}
#footer a {
    text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}
