/*
Theme Name: ShareTv
Theme URI: http://www.sharetv.us/
Description: ShareTv Theme.
Version: 1.0
Author: BitConstructor
Author URI: http://www.bitconstructor.com/
Tags: share tv

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    /*background: transparent;*/
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
    960 Grid System ~ Text CSS.
    Learn more ~ http://960.gs/

    Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
    font: 14px san-serif, "Lucida Grande", Tahoma, Verdana;
    line-height:1.4em;
}

a {
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 19px;
}



/* `Spacing
----------------------------------------------------------------------------------------------------*/


ul {
    list-style: square;
}

li {
    /*margin-left: 30px;*/
    list-style: none;
}



/*
    960 Grid System ~ Core CSS.
    Learn more ~ http://960.gs/

    Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}


.container_12 .grid_12,
.container_16 .grid_16 {
    width: 940px;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/



.container_12 .grid_5 {
    width: 380px;
}

.container_12 .grid_7 {
    width: 540px;
}



/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */
/*
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
*/
body {background: #333333 url('images/bg.png') repeat-x scroll center top;font-family: "Lucida Sans Unicode",Verdana,Arial, san-serif;color: #ffffff;font-size: 1em;}
#page {margin-left: auto;margin-right: auto;width: 960px;text-align: left;}
#header {/*background: url('images/head02.jpg') repeat;*/height: 150px;margin-bottom: 2px;}
#nav {height: 30px;}
#menu {float: left;height: 30px;}
/*#language {background: #282520;width: 200px;float: right;height: 30px;}
#language div {height: 25px;float: right;padding: 2.5px 3.5px 0px 0px !important;}*/
#content{font-size:1em;}
#content h2 {font: normal 1.6em "Lucida Sans Unicode",Verdana,Arial, san-serif;color: #ffffff;padding: 15px 0px 5px 0px;margin-top: 15px;margin-bottom: 5px;}
h3#comments {font-size: 15px;}
#content .linkcat h2 {background: none;color: #000000;padding: 0;margin: 10px 0px;}
#content li {margin-left: 0px;}
#content .post {text-align: left;}
.post {margin: 80px 0 15px 0;}
.post1 {margin: 5px 0 15px 0;}
.post2 {margin: 80px 0 15px 0;}
.entry_frontpage  {border-bottom: solid 1px #FFFFFF;}
.post h2 {margin-bottom: 15px;font-size: 23px;font-weight: bold;}
#content .post h2 {font: normal 1.6em "Lucida Sans Unicode",Verdana,Arial, san-serif;color: #ffffff;padding: 5px 0px 5px 0px;margin-top: 15px;margin-bottom: 5px;}
#content .post h3 {font: normal 1.5em "Lucida Sans Unicode",Verdana,Arial, san-serif;margin-top: 15px;margin-bottom: 5px;}
#content .page h3 {font: normal 1.5em "Lucida Sans Unicode",Verdana,Arial, san-serif;margin-top: 15px;margin-bottom: 5px;}
#content .post h2 a, #content .post h2 a:visited {text-decoration: none;color: #ffffff;}
#content .preentry {float: left;width: 100%;background: #51452d;color: #ffffff;margin-top: 15px;}
#content .entryhead {float: left;}
#content .post .entryhead h2 {margin-top: 0;margin-bottom: 0;}
#content .entrydate {float: right;padding: 0 10px 0 0;font-size: 0.9em;}
#content .entrycomment {float: right;padding: 0 10px 0 0;font-size: 0.9em;font-weight: bold;}
#content .entrycomment a, #content .entrycomment a:visited {color: #ffffff;}
.entry {clear: both;}
.entry p {margin: 15px 0 15px 0;}
.entry p .caricature {margin: 10px 10px 35px 0px;}
.lastest p {margin: 15px 0 0 0;}
/*.alignleft {float: left;}
.alignright {float: right;}
.clearleft {clear: left;}
.clearright {clear: right;}*/
p.postmetadata {margin-top: 15px;}
p.postmetadata small {font: 0.9em "Lucida Sans Unicode",Verdana,Arial, san-serif;}
.navigation {display: block;text-align: center;margin-top: 10px;margin-bottom: 10px;}
.even, .alt {border-left: 1px solid #dddddd;}

.alt {
padding: 10px;
}

/*commentlist {
text-align: justify;
}

.commentlist li {
font: 0.9em "Lucida Sans Unicode",Verdana,Arial, san-serif;
margin: 15px 0 10px;
padding: 5px 5px 10px 10px;
}

.commentlist p {
margin: 10px 0px 10px 0;
}

#commentform p {
margin: 5px 0px;
}

#commentform p input {
border: none;
}

#commentform p input#submit {
border: none;
height: auto;
}

#commentform textarea {
padding: 2px;
width: 99%;
}
*/
.depth-1 {
border:1px solid #dddddd;
}



.textwidget {
  margin: 5px 0 0 15px;
}

.textwidget table {
  margin-top: 15px;
}

/*
.weeklyspecial-left {
float: left;
}

.weeklyspecial-right {
float: right;
}

.linkweeklyspecial {
display: inline;
border: none;
background-color: #723611;
color: #ffffff;
padding: 2px 10px;
}

.linkweeklyspecial:hover {
text-decoration: none;
}
*/
#logo {
/*background: transparent url('/wp-content/themes/sharetv/images/logo.png');*/
behavior: url('/iepngfix_v2/iepngfix.htc');
width: 218px;
height: 105px;
margin-left: auto;
margin-right: auto;
}

img.sidebar_icon, div.slideElement, a.left, a.right, .entry, input,ul.mainmenu li,.sidebar_bottom,#sidebar,.logo {
   behavior: url('/iepngfix_v2/iepngfix.htc');
}

#pages {
font-weight: bold;
}

#pages h2 {
visibility: hidden;
display: none;
height: 1px;
line-height: 1px;
font-size: 1px;
}

.widget {
margin-bottom: 5px;
}

li#subscribe2 {
  margin-bottom: 0px;
}

span.wpcf7-not-valid-tip {
  color: red;
}


.widget h2 {
font-size: 1.3em;
color: #ffffff;
margin: 15px 0 0 20px;
    font-weight: bold;
}

#text-400295752 {
clear: both;
}

/*#clearsearch {
margin-top: 20px;
}

#search {
text-align: center;
}

label.hidden {
visibility: hidden;
position: absolute;
}

input#s {
border: none;
background-color: #e2d8bf;
width: 225px;
height: 20px;
line-height: 1em;
vertical-align: middle;
}

input#searchsubmit {
border: none;
background-color: #723611;
color: #ffffff;
vertical-align: middle;
height: 21px;
font-size: 1em;
width: 69px;
}
*/
#footer {
margin-top: 20px;
border-top: solid 2px #666666;
font-size: 12px;
color: #ffffff;
height: 40px;
line-height: 40px;
text-align:center;
}

#footer a {
color: #ffffff;
font-weight: normal;
text-decoration: underline;;
}

/*
#content .post h2.ngg-galleryname {
width: 620px;
float: left;
margin: 5px 0 10px 0;
padding: 5px 0 5px 10px;
}

#ngg-back {
margin-top: 10px;
font-weight: normal;
}
*/
.clear {
  clear: both;
}

.sidebar {background: url(/wp-content/themes/sharetv/images/sidebg.png);}
#sidebar { 
  border-top: none;
  padding-top: 25px;
  z-index: 0;
}

.sidebar_bottom {
  position: relative;
  background: url(/wp-content/themes/sharetv/images/side_buttom.png) no-repeat;
  width: 380px;
  height:  14px;

}

.rightbar {
  margin: 20px 20px 0px 20px;
}

ul.rightbar  li {
  border-top: solid 1px #666666;
  padding-bottom: 10px;
}

.slideshow {
  width : 540px;
  height : 400px;
  margin: 80px 0 0 -5px;
}


.entry a:link {
  color: #FFFFFF;
  text-decoration: underline;
}

.entry a:hover {
  color: #ffff99;
  text-decoration: underline;
}

/*.serif {
  text-align: right;
}

.serif a {
  text-decoration: underline;
}
*/
img.sidebar_icon {
  margin-right: 15px;
}

.small {
  font-size: 12px;
}

.lastest {
  margin-top: 80px;
}

.seperator {
  width:  100%;
  border-bottom: solid 1px #FFF;
  margin: 20px 0 0 0;
}


/* menu*/

.mainmenu {
  margin-top: 20px;
}


ul.mainmenu li  {
  float: left;
  display: block;
  padding: 5px 20px 15px 5px;
  line-height: 40px;
  background: bottom left url(images/selector_line.png) repeat-x;

}

ul.mainmenu li.active {
   background:  bottom left url(images/selector.png) no-repeat;
}


ul.mainmenu li a:link, ul.mainmenu li a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  height: 40px;
  display: block;
}

ul.mainmenu li a:hover{
  color: #FFFF99;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  height: 40px;
  display: block;
}

.subscribe form {
  margin: 10px 20px 20px 20px;
}

.sub_button {
    margin: 5px 0px 0px 50px;
}

.emailinput {
  width: 200px;
}

.subscribebutton{
  margin-top: 5px;
  padding: 2px 10px 2px 10px;
  background: #666666;
  color: #FFFFFF;
  font-weight: bold;
  border:none;
}

.post a, .post1 a, .post2 a {
  text-decoration: underline;
}

.reflection {
 behavior: url('/iepngfix_v2/iepngfix.htc');
 background-image: url(/wp-content/themes/sharetv/images/slide_reflect.png);
 width: 529px;
 height: 40px;
 vertical-align: top;
 text-align: top;
 position: relative;
 margin-left: 0px;
}

#mygalley {
   background-image: url(/wp-content/themes/sharetv/images/slide1.jpg) center repeat none;      
}

.morewidget {
text-align:right;
}

.center1 { text-align:center;}


.icon {
    background-position: 0px 0px;
    width: 40px; 
    height: 40px;
    background-image: url(/wp-content/themes/sharetv/images/icon.jpg);
    float:left;
}

.widgettext {
  float:left;
  margin-left: 10px;
}
.download_icon {
  background-position:0px 0px;
}

.installation_icon {
  background-position:0px -80px;
}

.star_icon {
  background-position:0px -120px;
}

.help_icon {
  background-position:0px -40px;
}
.widgetblock {
 margin-top: 10px;
}

/*
Contact Form
*/
div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    background: #fff;
    border: 1px solid #ff0000;
    font-size: 10pt;
    width: 280px;
    padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
    color: #f00;
    font-size: 10pt;
    display: block;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}
/* COntact Form*/

/*
translation
*/
/*.icl-tr-details{
    display: none;
    padding-top: 5px;
}
.icl-tr-details .widefat th{
    padding-top:2px !important;
    padding-bottom:2px !important;
}
*/
/*jd gallery*/

/*.imageElement { display: none; }


#flickrGallery
{
width: 500px;
height: 334px;
}

.jdGallery .slideInfoZone
{

position: absolute;
z-index: 50;
width: 100%;
margin: 0px;
left: 0;
bottom: 0;
text-indent: 0;
overflow: hidden;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
display: none;
}
*/
.jdGallery
{
overflow: hidden;
position: relative;
}
/*
.jdGallery img
{
border: 0;
margin: 0;
}

* html .jdGallery .slideInfoZone
{
bottom: 100px;
}

.jdGallery div.carouselContainer
{
position: absolute;
height: 135px;
width: 100%;
z-index: 10;
margin: 0px;
left: 0;
top: 0;
}

.jdExtCarousel
{
overflow: hidden;
position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
position: absolute;
width: 100%;
height: 78px;
top: 10px;
left: 0;
overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
position: relative;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
font-size: 13px;
position: absolute;
bottom: 5px;
left: 10px;
padding: 0 !important;
margin: 0;
}

.jdGallery a.right, .jdGallery a.left
{
position: absolute;
height: 99%;
width: 25%;
cursor: pointer;
z-index:10;
filter:alpha(opacity=20);
-moz-opacity:0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

.jdGallery a.left
{
left: 0;
top: 0;
background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
right: 0;
top: 0;
background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.withArrows a.open
{
position: absolute;
top: 0;
left: 25%;
height: 99%;
width: 50%;
cursor: pointer;
z-index: 10;
background: none;
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
filter:alpha(opacity=80); }


/* Gallery Sets */
/*
.jdGallery .gallerySelector .gallerySelectorWrapper
{
overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
}
*/
/* jd gallery*/
