/*        ##################################
           GENERAL
        ################################## */

body {
        margin: 0px;
        padding: 0px;
        background: #212121 url(img/bg-body.jpg) repeat-x left top;
        color: #212121;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
}


/*        ##################################
           HTML ELEMENTS
        ################################## */

a {
        color: #212121;
}

img {
        border: none;
}

p, ul, ol, dl {
        line-height: 22px;
        margin: 0 0 20px 0;
}

hr {
        height: 1px;
        margin: 20px 0;
        background: #d1d1d1;
        border: none;
        clear: both;
}

h1, h2, h3, h4, h5, h6 {
        margin: 0 0 20px;
        padding: 0px;
        line-height: normal;
}

h1 {
        font-size: 24px;
}

h2 {
        font-size: 20px;
}

h3 {
        font-size: 16px;
}

h4, h5, h6 {
        margin-bottom: 10px;
}

blockquote {
        margin: 0 0 0 10px;
        padding: 0 0 0 50px;
        background: transparent url(img/bg-blockquote.png) no-repeat left top;
        font-style: italic;
}

address {
        padding: 0 0 0 15px;
        font-style: italic;
}

pre {
        display: block;
        margin: 0 0 20px 0;
        padding: 10px;
        background: #d1d1d1;
        border: 1px solid #ccc;
        font-family: "Courier New", Courier, serif;
        overflow: auto;
}

code {
        font-family: "Courier New", Courier, serif;
}

dt {
        font-weight: bold;
}

table {
        margin: 0 0 20px;
        border-collapse: collapse;
}

th {
        padding: 5px;
        background: #d1d1d1;
        border: 1px solid #ddd;
        text-align: left;
}

td {
        padding: 5px;
        border: 1px solid #ddd;
}


/*        ##################################
           BASIC LAYOUT
        ################################## */

#main {
        width: 1080px;
        margin: 0 auto;
        background: transparent url(img/bg-page.jpg) no-repeat 0px 40px;
}

#header {
        position: relative;
        width: 1060px;
        height: 140px;
        margin: 0 auto;
}

#content-wrap {
        padding: 20px 0 0;
        background: transparent url(img/bg-content-wrap2.png) repeat-y left top;
        z-index: 1;
}

#content-top {
        height: 20px;
        background: transparent url(img/bg-content-top.png) no-repeat left bottom;
        z-index: 2;
}

#content {
        margin: 0 40px;
        background: transparent url(img/bg-content2.gif) repeat-y 600px 0px;
        z-index: 3;
}

#footer {
        position: relative;
        padding: 0 0 30px 0;
        line-height: 22px;
        text-align: center;
}

a.liexternal {
background: #0096ff;
color: #25231d;
padding: 2px;
font-weight: bold;
}

A.ottfoot:link {
color:#ffffff;
text-decoration:none;
}
A.ottfoot:visited {
color:#ffffff;
text-decoration:none;
}
A.ottfoot:active {
color:#ffffff;
text-decoration:none;
}
A.ottfoot:hover {
color:#ffffff;
text-decoration:none;
}

tboxbg {
color: #e8bf09;
text-color: #e8bf09;
}
.tboxbg {
color: #e8bf09;
text-color: #e8bf09;
}
a.tboxbg:link {
color:#e8bf09;
text-decoration:none;
background: #000000;
display: block;
}
a.tboxbg:visited {
color:#e8bf09;
text-decoration:none;
}
a.tboxbg:active {
color:#e8bf09;
text-decoration:none;
}
a.tboxbg:hover {
color:#e8bf09;
text-decoration:none;
}

/*        ##################################
           HEADER
        ################################## */

#page-menu {
        font-size: 11px;
		position: absolute;
        top: 0px;
        left: 0px;
        height: 40px;
        line-height: 40px;
        margin: 0px;
        padding: 0px;
        list-style: none;
}

#page-menu li {
        float: left;
        width: auto;
}

#page-menu a {
        margin: 0 20px 0 0;
        background: transparent;
        color: #fff;
        text-decoration: none;
}

#page-menu a:hover,
#page-menu .current_page_item a {
        color: #0096ff;
}

#log-in {
font-size: 11px;
position: absolute;
top: 13px;
right: 353px;
height: 40px;
margin: 0px;
padding: 0px;
line-height: normal;
color: #ffffff;
}

A.bda_ignore:link {
color:#ffffff;
text-decoration:underline;
}
A.bda_ignore:visited {
color:#ffffff;
text-decoration:underline;
}
A.bda_ignore:active {
color:#ffffff;
text-decoration:underline;
}
A.bda_ignore:hover {
color:#ffffff;
background:#0096ff;
text-decoration:underline;
}

A.todayv:link {
color:#ffffff;
text-decoration:underline;
}
A.todayv:visited {
color:#ffffff;
text-decoration:underline;
}
A.todayv:active {
color:#ffffff;
text-decoration:underline;
}
A.todayv:hover {
color:#ffffff;
background:#0096ff;
text-decoration:underline;
}

#rss {
        font-size: 11px;
		position: absolute;
        top: 0px;
        right: 0px;
        height: 40px;
        margin: 0px;
        padding: 0 120px 0 0;
        line-height: normal;
        color: #fff;
}

#rss a {
        line-height: 40px;
        background: transparent;
        color: #fff;
        border-bottom: 1px dotted #fff;
        text-decoration: none;
}

h1#blog-title {
        font-family: Arial;
		position: absolute;
        bottom: 40px;
        left: -10px;
        margin: 0px;
        padding: 0px;
        color: #ffffff;
        font-size: 12px;
        font-weight: normal;
}

h1#blog-title img {
        margin: 0 0 -10px;
}


/*        ##################################
           MENU
        ################################## */

        /** /lib/superfish/superfish.css */


/*        ##################################
           CONTENT
        ################################## */

#page-full #content {
        background: #fff;
}

#content-bottom {
        height: 20px;
        background: transparent url(img/bg-content-bottom2.png) repeat-y left top;
}

#content-left {
        display: inline;
        float: left;
        width: 655px;
}

#content-left-s {
        display: inline;
        float: left;
        width: 645px;
}

#content-leftp {
        display: inline;
        float: left;
        width: 640px;
		padding: 5px;
}

#content-right {
        float: left;
        width: 270px;
		padding: 0px 0px 0px 7px;
}

.box-left {
        margin: 0 0 30px;
        padding: 0 0 10px;
        line-height: 22px;
        border-bottom: 1px solid #d1d1d1;
}

.box-right {
        margin: 0 0 30px 30px;
        padding: 0 0 10px;
        border-bottom: 1px solid #d1d1d1;
}

.box-full {
        margin: 0px;
        padding: 0 0 1px;
        line-height: 22px;
}

#content ul, #content ol {
        margin: 0 0 20px;
        padding: 0 0 0 20px;
}

#content li {
        padding: 2px 0;
        list-style: disc;
}

#content ol li {
        list-style: decimal;
}

#content li ul, #content li ol {
        margin: -2px 0 -2px 20px;
        padding: 0px;
}

#content li li {
        list-style: circle;
        background: none;
}

#content ol li li {
        list-style: upper-roman;
}

#content li li li {
        list-style: square;
}

#content ol li li li {
        list-style: lower-latin;
}

h1.category-title {
        margin: 0 0 30px;
        padding: 0 0 10px;
        color: #212121;
}

.article-left {
        position: relative;
        float: left;
        width: 220px;
        margin: 0 0 20px 0;
        z-index: 4;
}

.sticky-post {
        position: absolute;
        top: -10px;
        left: 0px;
        z-index: 100;
}

.article-right {
        float: left;
        width: 400px;
}

.thumbnail {
        padding: 10px;
        background: #d1d1d1;
}

img.article-img-single,
.box-author img.avatar {
        float: left;
        margin: 0 20px 20px 0;
        padding: 10px;
        background: #d1d1d1;
}

a:hover .thumbnail {
        background: #212121;
}

.cat {
float: left;	
}

.cat a:link, .cat a:visited {
background-color: #0096ff;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 4px 4px 0px;
}

.tabn {
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
display: block;
padding: 2px 5px;
float: left;
margin: 0px 5px 0px 0px;
}

.tab {
float: left;	
}

.tab a:link, .tab a:visited {
background-color: #000000;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 10px 10px 0px;
}

.tab a:hover {
background-color: #0096ff;
}

.tab2 {
float: left;	
}

.tab2 a:link, .tab2 a:visited {
background-color: #0096ff;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 10px 10px 0px;
}

.tab2 a:hover {
background-color: #0096ff;
}

.on {
float: left;	
}

.whattime a:hover {
background-color: #212121;
}

.whattime {
float: left;	
}

.whattime a:link, .whattime a:visited {
background-color: #0096ff;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 4px 4px 0px;
}

.whattime a:hover {
background-color: #212121;
}

.author-link a:link,.author-link a:visited  {
background-color: #212121;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 4px 4px 0px;
}

.author-link a:hover  {
background-color: #212121;	
}

.author-link2 a:link,.author-link2 a:visited  {
background-color: #0096ff;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 4px 4px 0px;
}

.author-link2 a:hover  {
background-color: #212121;	
}

.heard-on a:link,.heard-on a:visited  {
background-color: #0096ff;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 4px 4px 0px;
}

.heard-on a:hover  {
background-color: #212121;	
}

.this-track a:link,.this-track a:visited  {
background-color: #0096ff;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 4px 4px 0px;
}

.this-track a:hover  {
background-color: #212121;	
}

.not-linked  {
background-color: #212121;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 4px 4px 0px;
}

.date-link a:link,.date-link a:visited  {
background-color: #0096ff;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 4px 4px 0px;
}

.date-link a:hover  {
background-color: #212121;	
}


.notice{
background-color: #000000;
font-weight: none;
font-size: 12px;
display: block;
padding: 2px 10px;
color: #fff;
margin: 0px 25px 25px 0px;
}

.notice-link a:link,.notice-link a:visited  {
font-weight: bold;
font-size: 12px;
color: #fff;
}

.author-image {
float: left;
}

.view a:link,.view a:visited  {
background-color: #666666;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: right;
margin: 0px 20px 20px 0px;
}

.view a:hover  {
background-color: #666666;	
}

.go2source a:link,.go2source a:visited  {
background-color: #000000;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: right;
margin: 0px 20px 20px 0px;
}

.go2source a:hover  {
background-color: #666666;	
}

.playbutton a:link,.go2source a:visited  {
background: transparent url(img/play.png);
float: left;
}

.playbutton a:hover  {
background: transparent url(img/playo.png);
}

.playbutton2 a:link,.go2source a:visited  {
background: transparent url(img/play.png);
float: right;
}

.playbutton2 a:hover  {
background: transparent url(img/playo.png);
}

.view2 a:link,.view2 a:visited  {
background-color: #666666;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 20px 20px 0px;
}

.view2 a:hover  {
background-color: #666666;	
}

.searchbox {
float: left;
}

.star {
float:right;
margin: 0 30px;
}

.star2 {
float:right;
margin: 0 100px;
}

.tweettrack a:link,.tweettrack a:visited  {
background-color: #1beb1b;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 4px 4px 0px;
}

.tweettrack a:hover  {
background-color: #212121;	
}

.facebooktrack a:link,.facebooktrack a:visited  {
background-color: #000080;
font-weight: bold;
text-transform: lowercase;
font-size: 11px;
display: block;
padding: 2px 10px;
color: #fff;
float: left;
margin: 0px 4px 4px 0px;
}

.facebooktrack a:hover  {
background-color: #212121;	
}

.date2 {
float:left;
font-weight:bold;
}

.img-caption {
		font-size: 11px;
		padding: 0 10px;
        height: 30px;
        line-height: 30px;
        background: transparent url(img/bg-img-caption.png) no-repeat left top;
        color: #fff;
        font-weight: bold;
}

.img-caption a {
        background: transparent;
        color: #fff;
        text-decoration: none;
}

img.shadow {
        background: transparent url(img/shadow.gif) no-repeat right bottom;
        padding: 5px 10px 10px 5px;
}

.gallery img {
        padding: 10px;
        background: #d1d1d1;
        border: none!important;
}

h2.article-title {
        margin: 0 0 10px;
        line-height: normal;
        color: #1f1f1f;
        font-size: 18px;
        letter-spacing: -1px;
}

h2.article-title a {
        color: #1f1f1f;
        text-decoration: none;
}

h2.article-title a:hover {
        text-decoration: underline;
}

.article-meta {
        margin: 0 0 10px 0;
		background:#DADADA;
		font-size: 11px;
		padding: 0px 0px 0px 3px;
}
.similartracks {
        margin: 0px 0px 0px -20px;
		font-size: 13px;
		padding: 0px 0px 0px 0px;
}
A.similartrackslink:link {
font-size: 12px;
color:#ffffff;
background: #000000;
padding: 10px 10px 20px 10px;
text-decoration:none;
}
A.similartrackslink:visited {
font-size: 12px;
color:#ffffff;
background: #000000;
padding: 10px 10px 20px 10px;
text-decoration:none;
}
A.similartrackslink:active {
font-size: 12px;
color:#ffffff;
background: #000000;
padding: 10px 10px 20px 10px;
text-decoration:none;
}
A.similartrackslink:hover {
font-size: 12px;
color:#ffffff;
background:#0096ff;
padding: 10px 10px 20px 10px;
text-decoration:none;
}
.article-teaser {
        font-weight: normal;
}

a.more-link {
        display: block;
        margin: 20px 0 30px 0;
}

h3.content-title {
        margin: 0 0 10px 0;
        color: #1f1f1f;
        font-size: 16px;
        font-weight: normal;
}

#author-single {
        position: relative;
}

#author-single .avatar {
        float: left;
        width: auto;
        margin: 0 20px 30px 0;
}

#page-bookmarks {
        margin: 0px;
        padding: 0px;
        line-height: 22px;
        border-bottom: 1px solid #d1d1d1;
}

#page-bookmarks .box-left {
        float: left;
        width: 255px;
        margin: 0 20px 0 0;
        padding: 0 0 10px;
        line-height: 22px;
        border-bottom: none;
}


/*        ##################################
           PREDEFINED CLASSES
        ################################## */

.btn {
        padding: 5px 10px 6px;
        background: transparent url(img/bg-btn.png) no-repeat left top;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
}

.alert {
        padding: 10px 10px 10px 60px;
        line-height: 20px;
        border: 1px dotted #d1d1d1;
        background: #fffad2 url(img/bg-class-alert.png) no-repeat 10px 10px;
}

.checked {
        padding: 10px 10px 10px 60px;
        line-height: 20px;
        border: 1px dotted #d1d1d1;
        background: #fffad2 url(img/bg-class-checked.png) no-repeat 10px 10px;
}

.download {
        padding: 10px 10px 10px 60px;
        line-height: 20px;
        border: 1px dotted #d1d1d1;
        background: #fffad2 url(img/bg-class-download.png) no-repeat 10px 10px;
}

.preview {
        padding: 10px 10px 10px 60px;
        line-height: 20px;
        border: 1px dotted #d1d1d1;
        background: #fffad2 url(img/bg-class-preview.png) no-repeat 10px 10px;
}

.info {
        padding: 10px 10px 10px 60px;
        line-height: 20px;
        border: 1px dotted #d1d1d1;
        background: #fffad2 url(img/bg-class-info.png) no-repeat 10px 10px;
}

.arrow {
        padding: 10px 10px 10px 60px;
        line-height: 20px;
        border: 1px dotted #d1d1d1;
        background: #fffad2 url(img/bg-class-arrow.png) no-repeat 10px 10px;
}

.happy {
        padding: 10px 10px 10px 60px;
        line-height: 20px;
        border: 1px dotted #d1d1d1;
        background: #fffad2 url(img/bg-class-happy.png) no-repeat 10px 10px;
}


/*        ##################################
           SIDEBAR
        ################################## */

h3.sidebar-title {
        margin: 0 0 10px;
        padding: 0px;
        line-height: 16px;
        color: #1f1f1f;
        font-size: 16px;
        font-weight: normal;
}

.ad-left {
        float: left;
        width: auto;
        margin: 0 20px 20px 0;
}

.ad-right {
        float: right;
        width: auto;
        margin: 0 0 20px;
}

#sidebar-twitter ul,
#recent-comments ul {
        margin-left: 0px;
        padding-left: 0px;
}

#sidebar-twitter li,
#recent-comments li {
        list-style: none;
}


/*        ##################################
           FORMS
        ################################## */

#searchform {
        margin: 0 0 20px;
}

.box-left #searchform {
        width: 250px;
}

#search-text {
        float: left;
        width: 218px;
        height: 22px;
        padding: 6px 5px 0 5px;
        background: transparent url(img/bg-input-text.gif) repeat-x left top;
        border: 1px solid #d1d1d1;
        font-size: 11px;
		color: 666666;
}

.stext {
        color: #212121;
		font-size: 12px;
		font-weight: bold;
}

#search-submit {
        float: right;
        width: auto;
        height: 30px;
        color: #fff;
        background: transparent url(img/bg-input-submit.png) no-repeat left top;
        border: none;
}

input.text, textarea {
        width: 75%;
        padding: 5px;
        background: #fff url(img/bg-input-text.gif) repeat-x left top;
        border: 1px solid #d1d1d1;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
}

textarea {
        width: 90%;
        height: 125px;
}

input.submit, input.button {
        width: auto;
        height: 30px;
        padding: 0 20px;
        color: #fff;
        background: transparent url(img/bg-input-submit.png) no-repeat left top;
        border: none;
}


/*        ##################################
           COMMENTS
        ################################## */

#content .commentlist ol {
        margin: 0px;
        padding: 0px;
}

#content .commentlist li {
        margin: 20px 0 0 0;
        padding: 20px 0 20px 20px;
        list-style: none;
}

#content .commentlist .box-left {
        margin: 30px 0 0;
        padding: 0px;
        border: none;
}

.commentlist .avatar {
        float: right;
        width: auto;
        margin: 0 0 5px 20px;
}

.commentlist li p {
        margin: 0 20px 10px 0;
}

.commentlist .comment-author {
        font-size: 12px;
        font-weight: bold;
}

.commentlist .comment-author a {
        padding: 0 0 5px 0;
        border: none!important;
}

#content .commentlist ul.children {
        margin: 0px;
        padding: 0px;
}

#content .commentlist .children li {
        margin: 20px 0 0 0;
        padding: 20px 0 20px 20px;
        background: none;
        border-right: none;
}

.reply a {
        margin: 10px 0 0 0;
        padding: 5px 10px;
        background: transparent url(img/bg-input-submit.png) repeat-x left top;
        color: #fff;
        border: none!important;
        text-decoration: none;
}

#cancel-comment-reply {
        margin: 10px 0;
}

#content .commentlist li.depth-1, #content .commentlist li.depth-3, #content .commentlist li.depth-5 {
        background: #d1d1d1 url(img/bg-comment-top.png) no-repeat left top;
}

#content .commentlist li.depth-2, #content .commentlist li.depth-4, #content .commentlist li.depth-6 {
        background: #fff url(img/bg-comment-top-1.png) no-repeat left top;
        border-right: 1px solid #ebebe1;
}

#content .commentlist li.depth-4, #content .commentlist li.depth-6 {
        border: none;
}

.moderation {
        padding: 0 0 0 25px;
        background: transparent url(img/bg-moderation.png) no-repeat left center;
}

.trackbacklist {
        margin: 30px 0 0;
        padding: 30px 0 0;
        border-top: 1px solid #d1d1d1;
}

#content .trackbacklist ul {
        margin: 0 0 20px;
}

#commentform {
        padding: 0 0 10px 0;
}

#commentform p {
        margin: 0 0 10px 0px;;
}

.cborder {
	width:640px;
   border: 1px solid #000000;
} 

.box-comments {
        position: relative;
}

.comments-paging {
        position: absolute;
        top: 0px;
        right: 0px;
}


/*        ##################################
           PAGING
        ################################## */

#paging {
        margin: 0 0 30px;
}

.wp-pagenavi .pages {
        float: right;
        width: auto;
}

.wp-pagenavi a, .wp-pagenavi .current {
        display: block;
        float: left;
        width: auto;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 5px;
        background: transparent url(img/bg-paging.png) no-repeat left top;
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
}

.wp-pagenavi .current {
        background: transparent url(img/bg-paging-current.png) repeat-x left top;
}


/*        ##################################
           FLICKR BADGE
        ################################## */

#flickr_badge_uber_wrapper {
        text-align:center;
}

#flickr_badge_wrapper {
        padding: 0 0 5px 0;
}

.flickr_badge_image {
        display: inline;
        float: left;
        width: auto;
        margin:0 15px 15px 0;
}


/*        ##################################
           CLEARING
        ################################## */

.clear {
        clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}




/*        ##################################
           WORDPRESS CSS
        ################################## */

.aligncenter,
div.aligncenter {
           display: block;
           margin: 0 auto;
}

.aligncenter {
        margin-bottom: 20px!important;
}

.alignleft {
           float: left;
           width: auto;
           margin: 0 20px 20px 0;
}

.alignright {
           float: right;
           width: auto;
           margin: 0 0 20px 20px;
}

.wp-caption {
        margin-bottom: 20px;
        padding-top: 4px;
           border: 1px solid #d1d1d1;
           text-align: center;
           background-color: #f7f7f7;
}

.wp-caption img {
           float: none;
           margin: 0px;
           padding: 0px;
           border: none;
}

.wp-caption p.wp-caption-text {
           padding: 0px;
          margin: 0px;
}

/*-------------------- QUICKVIEW --------------------*/

#calendar_wrap {
    padding: 0;
    border: 5px solid #212121;
        background-color: #d1d1d1;        
        color: #212121 !important;
    }
    
table#quickview {
    width: 80%; 
    font-size:14px;
	font-weight: bold;
	border: 25px solid #212121;
    border-collapse: collapse;
    background-color: #d1d1d1;
        color: #212121;
    margin: 0px;
    }

table#quickview caption {
    width: auto;
    background: none;
        color: #212121;
    border: none;;
    padding: 3px;
    margin: 0 auto;
    font-size: 14px;
    }

table#quickview th {
    border: solid 3px #212121;
    background-color: #ffffff;
    color: #212121;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    }
    
table#quickview td {
    padding: 0;
    line-height: 30px;
    background-color: #0096ff;
        color: #212121;
    border: 3px solid #212121;
    text-align: center;
	padding: 15px;
    }
    
table#quickview td a {
    display: block;
    background-color: #212121;
        color: #0096ff;
    width: 45px;
    height: 100%;
    padding: 0;
    } 


/*        ##################################
           WIDGET CSS
        ################################## */

#calendar_wrap table {
        width: 100%;
}

#calendar_wrap td, #calendar_wrap th {
        text-align: center;
        border: none;
}

#wp-calendar caption {
        margin: 0 0 10px;
        font-size: 12px;
        font-weight: bold;
}

#content-right #tag_cloud {
        padding: 0 0 30px;
        line-height: normal;
}

#content-right .textwidget {
        line-height: 22px;
        padding-bottom: 20px;
}

#content-right select#cat {
        margin-bottom: 20px;
}

.bottomfooter {
clear: both; margin-bottom: 50px; margin-top: 5px; float: left; font-size: 10px; width: 636px; color: #ffffff;	
}

.pnav {
margin-bottom: 15px;
}

.pnav a, .pnav a:link {
	padding: 5px 7px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #a09479;
	color: #FFF;
	background-color: #212121;	
}
.pnav a:visited {
	padding: 5px 7px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #a09479;
	color: #FFF;
	background-color: #212121;	
}
.pnav a:hover {	
	border: 1px solid #418f8a;
	color: #FFF;
	background-color: #0096ff;
}
.pnav a:active {
	padding: 5px 7px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #a09479;
	color: #FFF;
	background-color: #212121;	
}
.pnav span.pages {
	padding: 5px 7px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #a09479;
	color: #FFF;
	background-color: #212121;	
}
.pnav span.current {
	padding: 5px 7px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #418f8a;
	color: #FFF;
	background-color: #0096ff;
}
.pnav span.extend {
	padding: 5px 7px; 
	margin: 2px;	
	border: 1px solid #418f8a;
	color: #FFF;
	background-color: #0096ff;
}
.twittitle{
float: left;
}
.facebook{
border: 3px solid #000000;
background-color: #0096ff;
font-size: 20px;
text-align: center;
font-weight: bold;
margin: 30px;
}
.topsearch{
border: 3px solid #000000;
background-color: #0096ff;
font-size: 12px;
margin: 30px;
padding: 2px 10px;
}
A.topsearchlink:link {
font-size: 12px;
text-transform: lowercase;
color:#ffffff;
background: #000000;
padding: 2px;
text-decoration:none;
}
A.topsearchlink:visited {
font-size: 12px;
text-transform: lowercase;
color:#ffffff;
background: #000000;
padding: 2px;
text-decoration:none;
}
A.topsearchlink:active {
font-size: 12px;
text-transform: lowercase;
color:#ffffff;
background: #000000;
padding: 2px;
text-decoration:none;
}
A.topsearchlink:hover {
font-size: 12px;
text-transform: lowercase;
color:#ffffff;
background:#0096ff;
text-decoration:none;
}
.tweets{
border: 3px solid #000000;
background-color: #0096ff;
font-size: 11px;
margin:30px;
}
ul.twitter{ 
margin: 10px;
border: 1px solid #000000;
}
li.twitter-item{ 
margin: 0px;
}
p.twitter-message{ 
margin: 20px;
background-color: #ffffff;
padding: 3px;
}
twitter-timestamp{
}
a.twitter-link{
}
a.twitter-user{
}
.headerads{
padding: 0px 0px 0px 100px;
}
.footerads{
}
.sidebarads{
margin: 50px;
}
.itunesads{
margin: 70px;
border: 1px dashed #000000;
}
.current{
border: 3px solid #000000;
background-color: #0096ff;
font-size: 11px;
margin:30px;
height: 523px;
}
.style1 {
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
    font-weight: bold;
}
.style2 {
	font-family: Arial;
    color: #ffffff;
    text-decoration: underline;
	font-size: 14px;
}	
#alw_login {
	position: absolute;
	top: -5px;
	right: -82px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	width: 414px;
	}