﻿/*
 * Marklets.com CSS File
 */

body
{
    background: none repeat scroll 0 0 #DCE6E3;
}

a:link, a:visited, a:active
{
    color: #0065A6;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #FF8400;
    text-decoration: underline;
    font-weight: bold;
}

.content
{
    background-color: White;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.header
{
    background-color: #232323;
}
.header, .header a:link, .header a:visited, .header a:hover, .header a:active
{
    color: #fff;
}

.line
{
    border-right: 1px solid #CCCCCC;
}

.logo
{
    position: absolute;
}

#nav
{
    width: 580px;
    height: 35px;
    display: block;
    float: right;
    margin: 10px 0;
}
#nav ul
{
    margin: 0;
    padding: 0;
}
#nav li
{
    display: inline;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
}
#nav li a
{
    display: block;
    float: left;
    height: 35px;
    background-image: url('../images/menu.png');
    background-repeat: no-repeat;
    background-position: top;
    cursor: pointer;
}

#nav li.home a
{
    width: 72px;
    background-position: 0 0;
}
#nav li.browse a
{
    width: 98px;
    background-position: -72px 0;
}
#nav li.faq a
{
    width: 222px;
    background-position: -170px 0;
}
#nav li.addBookmarklet a
{
    width: 186px;
    background-position: -392px 0;
}

#nav li.home a:hover
{
    background-position: 0 -35px;
}
#nav li.browse a:hover
{
    background-position: -72px -35px;
}
#nav li.faq a:hover
{
    background-position: -170px -35px;
}
#nav li.addBookmarklet a:hover
{
    background-position: -392px -35px;
}

#nav li.page-item-2.current_page_item a
{
    background-position: 0 -114px;
}
#nav li.page-item-8.current_page_item a
{
    background-position: -104px -114px;
}
#nav li.page-item-13.current_page_item a
{
    background-position: -227px -114px;
}
#nav li.page-item-24.current_page_item a
{
    background-position: -367px -114px;
}
#nav li.page-item-14.current_page_item a
{
    background-position: -459px -114px;
}

.hide
{
    display: none;
}

.watermark
{
    color: #CCCCCC;
}

.spacer
{
    padding: 10px;
}

p
{
    margin-left: 20px;
    padding: 0 30px;
}

.notBold a:link, .notBold a:visited, .notBold a:hover, .notBold a:active
{
    font-weight:normal;
}

hr
{
    width: 800px;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.center
{
    text-align: center;
}

.overflow
{
    overflow: hidden;
    white-space: nowrap;
}

.wordBreak
{
    overflow: auto;
    white-space:nowrap;
}

form.flat .textbox_12 input[type="text"], form.flat .textbox_12 input[type="password"]
{
    width:684px; /* 700 - 16 = 678*/
}

form.flat .textbox_8 input[type="text"], form.flat .textbox_8 input[type="password"]
{
    width:444px; /* 460 - 16 = 444*/
}

.disableLink, .disableLink:hover, .disableLink a:active
{
    color: #bbbbbb;
    text-decoration: none;
}

textarea
{
	height:320px;
}

label a:link, label a:visited, label a:hover, label a:active
{
    font-weight:normal;
}

.searchTextbox
{
    letter-spacing: -.05em;
    line-height: 40px;
    font-weight: bold;
}

.searchTextbox input[type="text"]
{
    font-size: 32px;
    width: 666px !important;
}

.searchButton a
{
    text-indent: -9999px;
    height: 51px;
    width: 89px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
}

.searchButton a:hover
{
    background-position: 0 -51px;
}

.bookmarkletList li
{
    float: left;
    width: 206px;
    border-left: 1px solid #CECECE;
    margin-right: 10px;
    text-align: center;
}

.bookmarkletList li:first-child
{
    border-left: none medium;
}

/* =RATINGS */

.rating
{
    display: inline;
	float: left;
	margin-left:20px;
    padding:0 30px;
}

.ratingStar
{
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url('../images/Star.gif');
    background-position: 0 -32px;
}
.emptyRatingStar
{
    background-image: url('../images/Star.gif');
}
.savedRatingStar
{
    background-image: url('../images/Star.gif');
    background-position: 0 -16px;
}

.noCursor
{
    cursor: default;
}

.buttons bookmarklet, .buttons .bookmarklet
{
    display: inline;
    float: none;
}

.buttons img
{
    width: 46px;
    height: 96px;
    position: relative;
    top: -19px;
}

/* =FOOTER */

.footer
{
    background-color: #232323;
}

.footer, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active
{
    color: #666666;
}

/* =HEADINGS */

h1, h2
{
    letter-spacing: -.05em;
    line-height: 40px;
    padding: 0 30px;
}

h1
{
    color: #000;
    font-size: 32px;
    font-weight: bold;
}

h2
{
    color: #666;
    font-size: 28px;
    font-weight: normal;
}

h3
{
    color: #59892f;
    font-size: 18px;
    font-weight: normal;
    padding: 0 30px;
}

h3.section, .blog_post .copy h4
{
    border-top: 1px solid #eee;
    clear: both;
    color: #888;
    font-size: .75em;
    margin: 0 0 20px 0;
    padding: 9px 0 10px 0;
    text-transform: uppercase;
}

h4.section
{
    clear: both;
    color: #888;
    font-size: .75em;
    font-style: italic;
}

h4, h5
{
    color: #3f5c26;
    font-size: 1em;
    padding: 0 30px;
}

h5
{
    margin: 0 0 0 20px;
}

h3 span, h4 span, h5 span
{
    font-weight: normal;
}

h1.noPadding, h2.noPadding, h3.noPadding, h4.noPadding, h5.noPadding
{
    padding: 0;
}

h1.noMargin, h2.noMargin, h3.noMargin, h4.noMargin, h5.noMargin
{
    margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active
{
    font-weight: normal;
}

