/*  
Theme Name: SharingLinks Blog
Theme URI: http://www.ThePhpPro.com/products/
Description: Custom WordPress Theme - Widget Ready
Version: - 1.0.0
Author: Tim Gallagher<treehousetim@gmail.com>
Author URI: http://www.ThePhpPro.com
*/


*
{
    font-family: "trebuchet ms", tahoma, sans-serif;
}

a
{
    color: #47A;
    text-decoration: underline;
}

a:hover
{
    color: #258;
    text-decoration: underline;
}

a img
{
    border: 0;
}

body
{
    margin: 0;
    padding: 0;
}

#page, hr
{
	clear: both;
	margin-left: 1em;
	width: 68%;
}

#topRightBlock
{
	float: right;
	font-size: .7em;
	margin-right: 1em;
	margin-top: .2em;
	width: 30em;
}


.copyright
{
	font-size: .8em;
}

hr
{
	border: none 0;
	border-top: 1px dashed #ccc;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#topNavBar
{
	/*margin-top: 1em; */
}

ul#navigation {
    list-style-type: none;
    margin: 0px;
	padding-top: 3.15em;
    width: auto;
	_padding-top: 3.1em;
	_position: absolute;
	_left: 460px;
	_top: 0px;

}

ul#navigation li
{
	padding-top: 2px;
	padding-bottom: 1px;
	margin: 0em;
	margin-right: 3px;
}

ul#navigation a {
    font-size: small;
    font-weight: bold;
	padding: .5em;
	padding-top: 1px;
	padding-bottom: 0px;
	background-color: #33FF99;
        background: url( 'images/link_bg.jpg');
	border: 1px solid blue;
	color: blue;
	text-decoration: none;

}
ul#navigation a:hover {
    background: blue;
    color: #FFF;
    background: url( 'images/link_hover_bg.jpg');
}
ul#navigation li {
	
    float: left;
	_margin-right: 0em;
}
ul#navigation li.access {
    float: right;
	margin-right: 20%;
}

p#sort {
    color: black;
    font-size: small;
    right: 0;
	margin-left: 2em;
	margin-bottom: 0px;

}
html > body p#sort {
    margin-right: 1.75em;
}

p#sort a {
	font-weight: bold;
	padding: .5em;
	padding-top: 1px;
	padding-bottom: 0px;
	background-color: #33FF99;
	border: 1px solid blue;
	width: 250px;
    margin-right: -1px;
	margin-left: 0px;
    padding: 0 1em;
	color: blue;
	text-decoration: none;
}

p#sort a:hover {
	color: white;
    background: blue;
    text-decoration: none !important;
}
p#sort span {
    display: none;
}

#sort.sortLinks
{
	margin-right: -1px;
}


/* BASE */


input[type=text],
input[type=password],
select,
textarea {
    border: 1px solid #AAA;
    padding: 0.1em;
}
input[type=text],
input[type=password],
textarea {
    padding: 0.2em;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    border-color: #666;
}
p.error,
p.success {
	clear: both;
    border: 1px solid;
    font-size: small;
    margin: 0.5em;
    padding: 0.5em;
    width: 70%;
}
p.error {
    background: #FCC;
    border-color: #966;
    color: #633;
}
p.success {
    background: #CFC;
    border-color: #696;
    color: #363;
}
td#availability {
    color: #285;
    font-weight: bold;
}
td#availability.not-available {
    color: #F00;
}
textarea {
    font-size: small;
    padding: 0.2em;
}
th {
    padding-right: 1em;
    text-align: right;
}

/* HEADER */


header
{
height: 1%;
    clear: both;
}
/*
div#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html div#header {
    height: 1%;
}
*/
#logoImage
{
	float: left;
}

h1 {
    float: left;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin: 0;
    padding: 1em;
}

html > body h1 {
    background: url('logo.png') no-repeat 10px;
    padding-left: 75px;
}
html > body div#header.popup h1 {
    background: url('logo_24.png') no-repeat 10px;
    padding: 0.5em 0.5em 0.5em 50px;
}
h1 a {
    color: #000;
}
h1 a:hover {
    color: #000;
}

/* done with header */

h2, .pageTitle {
    background: #666 url('bg_bar.png') center center repeat-x;
    border-bottom: 2px solid #5A5AFF;
    clear: both;
    color: #DDD;
    letter-spacing: 0.1em;
	margin-bottom: .2em;
	padding-top: .3em;
	padding-right: 1em;
    padding-bottom: .3em;
	padding-left: 1em;
    /* text-transform: lowercase; */
}

.pageTitle
{
	background-image: none;
	background-color: #A00;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .2em;
	border-bottom: 2px solid red;
	border-top: 2px solid red;
}

.pageTitleBox
{
	clear: both;
	width: auto;
	margin-bottom: .2em;
	padding-top: .3em;
	padding-right: 1em;
    padding-bottom: .3em;
	padding-left: 1em;
	border-bottom: 2px solid #5A5AFF;
	background-color: #FCB62E;
        background: url( 'images/golden_bar.jpg');
	letter-spacing: 0.1em;
	font-size: medium;
	font-weight: bold;
	color: black;
}

.regularPageTitle
{
	float: left;
}

#titleAdvert
{
	float: right;
}

#spanPageTitle
{
	
	height: 1px;
}

h3, .adminNav {
	background: #DDD;
	color: #555;
	font-size: small;
	letter-spacing: 0.2em;
	margin: 2em 1em 1em 1em;
	padding: 0.25em 0.75em;
}

.adminNav
{
	background: #EEE;
	border-bottom: 1px solid black;
	margin: 0em;
	padding: .25em;
	padding-left: 1.25em;
	font-weight: bold;
	font-size: 1em;
}

.adminReportCount
{
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin-right: 1em;
}


h4, .adminTitle {
	background: #CCC;
	color: #555;
	font-size: small;
	letter-spacing: 0.2em;
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;
	padding: .25em;
	padding-left: 1.75em;
	border-bottom: 2px solid #A00;
	
}



/* BOOKMARKS */

ol#bookmarks {
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
    width: 70%;
}
html > body ol#bookmarks {
    margin: 0 1em;
    padding: 0;
}
div.link a {
    color: blue;
    font-size: medium;
}
div.link a:visited {
    color: purple;
}
div.meta {
    color: #285;
}
div.meta span {
    color: #F00;
}

li.xfolkentry {
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
    padding: 1em 0.5em;
}

/* start of user admin template display classes */

li.UserAdminEntry {
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
	padding: 0em;
}

.UserAdminMarkerCol, .UserAdminUsernameCol, .UserAdminEmailCol
{
	width: 16px;
	float: left;
}

.UserAdminUsernameCol
{
	width: 200px;
}

.UserAdminEmailCol
{
	width: 220px;
}

/* end of user admin template display classes */

html > body li.xfolkentry {
    border-bottom: 1px dotted #AAA;
}
li.xfolkentry div {
    padding: 0.1em;
}
li.xfolkentry.deleted {
    opacity: 0.5;
}
li.xfolkentry.private {
    border-left: 3px solid #F00;
}
li.xfolkentry.shared {
    border-left: 3px solid #FA0;
}

/* SIDEBAR */

div#sidebar {
    font-size: small;
    position: absolute;
    right: 1em;
    top: 12em;
    width: 25%;
}
div#sidebar a {
    color: #995;
    color: #47A;
}
div#sidebar a:hover {
    color: #773;
    color: #258;
}
div#sidebar div {
    background: #FFF url('bg_sidebar.png') bottom repeat-x;
    /* border: 1px solid #CC8; */
    color: #555;
    margin-bottom: 1em;
}
div#sidebar h2 {
    background: transparent;
    border: 0;
    color: black;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
	font-size: 1.3em;
}
div#sidebar hr {
    display: none;
}
div#sidebar p {
    margin: 1em;
}
div#sidebar p.tags a {
    margin: 0;
}

div#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: .2em;
}
div#sidebar ul li {
    margin: 0em;
}

div#sidebar ul li ul
{
margin-bottom: 2em;
}

/* TAGS */

p.tags {
    line-height: 2.25em;
    margin: 2em 10%;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
    color: #47A;
    margin-right: 0.5em;
	text-decoration: none;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #CEC;
}

/* PROFILE */

table.profile th {
    width: 10em;
}

/* OTHER GUFF */

dd {
	background: #CEC;
	border-right: 4px solid #ACA;
	color: #464;
	padding: 6px;
}
dd a {
	color: #464;
}
dd a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}

dl {
	font-size: small;
	margin: 1em;
	width: 70%;
}
dl#profile dd {
	background: #CDE;
	border-color: #ABC;
	color: #247;
}
dl#profile dt {
	background: #BCE;
	border-color: #9AC;
	color: #245;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dl#profile a {
	color: #446;
}
dl#profile a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}
dl#meta dd {
	line-height: 1.5em;
}
dl#meta dt {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt {
	border-right: 4px solid #9B9;
}
dt a {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt a:hover {
    background: #ACA;
    border: 0;
}
form {
	margin: 0;
}
form#search {
	background: #FFF;
	color: #555;
	font-size: small;
	margin-bottom: 1em;
}
form label,
form td,
form th {
	font-size: small;
}
form table {
	margin: 0 1em;
}


li {
	font-size: small;
	margin-bottom: 0.5em;
}
p {
    font-size: small;
    margin: 1em;
}

p.paging {
	font-size: small;
	margin-left: 1em;
}
p.paging a,
p.paging span.disable {
	background: #888;
	color: #FFF;
	display: inline;
	margin-right: 0.5em;
	padding: 0.25em 1em;
}
p.paging a:hover {
	background: #666;
}
p.paging span {
	display: none;
}
p.paging span.disable {
	background: #DDD;
	color: #AAA;
}
div.collapsible p.tags {
	line-height: 2.25em;
	margin: 1em 2em;
}
th label {
	padding-right: 1em;
}
ul {
	margin-right: 1em;
	width: 75%;
}


#genericPage
{
	width: 70%;
}

#genericPage p
{
	margin-left: 1em;
}
.tip {
background-color: #FFFF00; 
font-weight: bold;
}

/* comment list */
.postTitle
{
	font-size: 1.1em;
	font-weight: bold;
	background-color: #EEE;
}

.commentlist
{	
	list-style-image: url( images/favBullet.jpg );
	list-style-position: outside;
}

.commentlist li
{
	margin-bottom: .5em;
	padding: .1em;
}

.commentBlock
{
	margin-top: 0em;
}

.commentItemAlt, .commentItem
{
	background-color: white;
}

.commentItemAlt
{
	background-color: #F6F6F6;
}

.commentItemOwner
{
	background-color: #333;
	color: white;
	list-style-image: url( images/barbaraBullet.jpg );
}

.commentItemOwner a, .commentItemOwner cite a, .commentItemOwner a:visited
{
	color: #CCF;
}
