/*  
Theme Name: MyFDBblog
Version: 1.0
Author: Sound Strategies
Author URI: http://soundst.com/
*/

/*------------------------------*/
/* Standart CSS reset           */
/*------------------------------*/

html, body, div, span, applet, object, iframe,entry
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,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
    font-family: 'Baskerville', Georgia, serif;
    background-image: url('http://www.myfdb.com/images/backgrounds/bubbly_light.png');
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

b,
strong {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
@font-face {
    font-family: 'GeorgiaRegular';
    src: url('fonts/georgia_-webfont.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeorgiaRegular';
    src: url(//:) format('no404'), url('fonts/georgia_-webfont.ttf') format('truetype'), url('fonts/georgia_-webfont.svg#webfontBNsHe0b9') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    src: url('fonts/century_gothic-webfont.eot');
    src: local('Century Gothic'), local('CenturyGothic'), url('fonts/century_gothic-webfont.ttf') format('truetype'), url('fonts/century_gothic-webfont.svg#webfontmaHj5I9e') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-y: scroll;
}


h2{
    font-family: GeorgiaRegular;
    font-style: italic;
    font-size: 30px;
} 
a{color: #00008B;
  text-decoration: none;    
}
a:hover{
text-decoration: underline;
}
#wrap{
    width: 980px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px #ccc;
    -moz-box-shadow: 0px 0px 25px #ccc;
    box-shadow: 0px 0px 25px #ccc;
}
#header{
    background:  url('images/header_bg.gif') repeat-x;
    height: 159px;
}
#logo{
    margin: 28px 25px 0 40px;
    float:left;
}
#sidehead{
float: right;
margin-top: 10px;
}
#sidehead #advancedrecentposts-4{
margin-left: 20px;
}
#sidehead .advanced-recent-posts li{
    float: left;
    width: 200px;
    height: 65px;
    margin: 3px 20px 3px 0;
    font-size: 11px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: white;
    line-height: 1.2;

}
#sidehead .advanced-recent-posts li .topthumb {
text-align:center;
}

#sidehead .advanced-recent-posts li a{
    color:white;
    float:left;
    font-size:12px;
    width:90px;
        text-decoration: none;v
}
#sidehead .recent-posts-thumb{
margin-bottom: 5px;
margin-right: 15px;
}
#mainnav {
  clear:both;
  font-family: Georgia,serif;
  font-size: 18px;
  font-style:italic;
  font-weight:normal;
  height:57px;
  margin-left:15px;
  margin-top:11px;
  position:absolute;
}

#mainnav  li{
    float: left;
    list-style: none;
    }
#mainnav  li a {
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 0 18px;
    display: block;
    line-height: 57px;
    font-size: 16px;
}
#mainnav  li .link-main-site, #mainnav  li .link-main-site:hover {
	margin-top: 16px;
	background: none;
}
#mainnav .current_page_item a{
    color: #fff;
    background: #000;
}
#mainnav li a:hover{
    color: #fff;
    outline:none;
    background: #000;
}
#headregister {
    clear:none;
    display:block;
    float:right;
    margin:26px 60px 0 0;
    text-decoration:none;
}
#headregister img{

}

#inner {
	margin: 0 20px 0 15px;
 /* margin-left:34px;
  margin-right:24px;
   width:1042px; */
}
.home #content{
    width: 470px;
 /*   font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: GeorgiaRegular;
    line-height: 1.2;
}
#content {
    float: left;
    width: 600px;
    font-size: 13px;
/*   font-family: 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: GeorgiaRegular;
    color: black;
    line-height: 1.5;
}

#content p {
  color: #242424;
  margin: 12px 2px;
}

#content p img {
	margin: 0;
	}
#content p img.aligncenter {
	margin: 0 auto;
}

#newnews{
margin: 27px 0 18px 8px;
}
.home #content h2 {
    padding: 5px 0;
    line-height: 30px;
}
#content h2 a{
    /*font-size: 30px;*/
    font-size: 26px;
    font-family: GeorgiaRegular;
    font-style: italic;
    color: black;
    text-decoration: none;
}

#content h2 a:hover {
  text-decoration: underline;
}

#content .post {
  border-bottom: 3px solid #D5D5D5;
  /* float: left; */
}

.home #content .post {
    clear: both;
    margin-bottom: 10px;
    border: 0 none;
    border-top: 2px solid #ccc;
}
.home #content .entry {
   /* padding: 13px 15px 12px 18px;*/
  	padding: 2px 5px 0 5px;
    margin-bottom: 11px;
    line-height: 1.5;   
}
/*.home #content .entry img {
	display:block;
	float:left;
	height:auto;
	margin:0 auto;
	padding-bottom:15px;
	padding-right:20px;
}
*/
.home #content .entry img {
	padding-right:20px;
	padding-bottom:15px;
	}

.home #content small{
    font-size: 10px;
    line-height: 1;
}
.home #content #adspace {
    background: url('images/ad_space_bg.png') no-repeat;
    height: 129px;
}
.home #content p {
	margin-bottom: 10px;
	margin-left: 220px;
}
.home #content .navigation p {
	margin-bottom: 10px;
	margin-left: 0;
}
/*#content .date {
    float:right;
    position:relative;
    width:223px;
    margin: 5px 0 10px 0;
}
*/
#content .date {
   /* position:relative;*/
    margin: 0 0 15px 0;
}

#content #headlines {
    background-color: #e7e8e9;
    padding: 18px 30px 23px 15px; 
}
#content .postheads {
  padding:0 0 5px;
}
#content small{
    font-size: 10px;
    line-height: 3;
}

#content .navigation {
  font-size: 24px;
  margin-bottom: 10px;
  text-align:left;
  width: 100%;
  display: inline-block;
}
#content .entry {
    margin-bottom: 15px;
}
#content .preview{
	margin-bottom: 15px;
}
#content .preview img{
	display:block;
	float:left;
	height:auto;
	margin:0 auto;
	max-width:333px;
	padding-bottom:15px;
	padding-right:20px;
}

#content .preview img{
	padding-right:0px;
	}


#content #commentsContainer #commentform textarea{
width: 574px;
}
#content #search-form{
height: 1080px;
}
#content .search{
    padding: 5px 15px;
}
#content #search-text{
    width: 210px;
    height: 22px;
    background-color: #f1f1f2;
    border: none;
}
#content #search-submit{
    display: none;
}
.similar-posts {
	display: inline-block;
        width: 100%;
}
.similar-posts li {
    float: left;
    margin-right: 14px;
    margin-top: 14px;
    width: 130px;
}
.similar-posts li:last-child {
	margin-right: 0;
}
.similar-posts li .thumb {
	margin-bottom: 10px;
}
.ddsg-wrapper a{
    color: #FF4500;
}
#sidebar1 {
  float:left;
  font-family:'Baskerville',Georgia,serif;
  font-size:11px;
  /*margin-left:40px;*/
  margin-left: 15px;
  width:254px;
  padding-top: 46px;
}
#sidebar1 a{
  color: black;
  text-decoration: none;
  color: #1F1F1F; 
}
#sidebar1 a:hover{
    text-decoration: underline;
    color: #000;
}
#sidebar1 h3{
    background: url('images/widget_bg.gif') 0 7px no-repeat; 
    text-align: center;
    font-size: 12px;
    font-family:'Baskerville', Georgia, serif;
    font-style: italic;
    font-weight: bold;
}
#sidebar1 #text-4 a{
    text-decoration: none;  
}
#sidebar1 #text-4 a:hover{
    text-decoration: underline;
}
#sidebar1 .widgetContainer{
    border-bottom: 1px solid #c2c0c1;
    width: 243px;
    margin: 22px 0;
    font-size: 1.3em;
    line-height: 1.4em;
}

#sidebar1 .search{
    padding: 5px 15px;
}
#sidebar1 #search-text {
  background-color:#F1F1F2;
  border:medium none;
  font-weight:bold;
  padding:6px;
  width:199px;
}
#sidebar1 #search-submit{
    display: none;
}
#sidebar1 h3 span {
  background-color:#FFFFFF;
  color:#232323;
  font-size:14px;
  line-height:15px;
  padding:0 8px;
  font-weight: normal;
}
#sidebar1 ul{
    padding: 0px 15px;  
}
#sidebar1 ul li {
  font-weight: normal;
  line-height:1.3em;
  margin:6px 0;
}
#sidebar1 .textwidget{

    padding: 5px 15px;
}

#sidebar2 div.textwidget p {
  font-weight: bold;
}

#sidebar1 #twitter-5 ul li span{
    line-height: 1.5;
}

#sidebar1 #twitter-5 div.adding {
  padding-top: 12px;
}

#sidebar1 #twitter-5 ul {
  float: left;
}

#sidebar1 #twitter-5 ul li {
 margin: 0 0 10px 0;
}

#sidebar1 #twitter-5 div.adding {
  float: left;
}

#sidebar1 #twitter-5 img{
    display: none;
}
#sidebar1  .widgetContainer .adding{
  border-left:1px solid #C2C0C1;
  border-right:1px solid #C2C0C1;
  padding-bottom:10px;
  padding-top: 4px;
  font-weight: normal;
}

#sidebar1  .widgetContainer .adding ul li {
  color: #000;
}

#sidebar1 div#twitter-5 h3 a {
 color: #232323;
}

#sidebar1 div#twitter-5 a {
 color: #757575;
}

#sidebar1 .advanced-recent-posts{
    padding: 10px 15px;
}
#sidebar1 .advanced-recent-posts li{
    width: 80px;
    margin: 3px 10px;
    display:inline-block;
    vertical-align:top;
}
#sidebar1 .advanced-recent-posts li a{
    display: block;
}
#sidebar1 .recent-posts-thumb{
margin-bottom: 5px;
}
#sidebar2 {
  float:left;
  font-family: Georgia,serif;
  font-size:11px;
  margin-left:10px;
  /*margin-right:14px;*/
  padding-top:52px;
  width:194px;
  position: relative;
}

#sidebar2 form#subForm label {
  float: left;
  line-height: 22px;
}

#sidebar2 h3{
    text-align: center;
    font-size: 12px;
    font-family:'Baskerville', Georgia, serif;
    font-style: italic;
    font-weight: bold;
}
#sidebar2 ul li {
    margin: 5px 0;
}
#sidebar2 #advancedrecentposts-8{
    background-color: #dcdddf;
    margin-top: 22px;
}
#sidebar2 #advancedrecentposts-8 h3{
    padding: 12px 0 5px 0;
}
#sidebar2 #advancedrecentposts-8 .advanced-recent-posts{
    margin: 0 14px 13px 14px;
    display: inline-block;
}
#sidebar2 #advancedrecentposts-8 .advanced-recent-posts a{
    float: left;    
    font-size: 14px;
    color: black;
    width: 98px;
    line-height: 1.3;
    font-weight: bold;
}
#sidebar2 #advancedrecentposts-8 .advanced-recent-posts span{
    display: block;
    line-height: 1.5;
}
#sidebar2 #text-3 {
margin-top: 30px;
padding-bottom: 20px;
text-align: center;
}

#sidebar2 #text-3 a {
  color: transparent;
}

#sidebar2 #text-3 .twitter{
text-decoration: none;
background: url('images/twitter-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar2 #text-3 .twitter:hover{
text-decoration: none;
background: url('images/twitter-blue-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar2 #text-3 .facebook{
text-decoration: none;
background: url('images/facebook-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar2 #text-3 .facebook:hover{
text-decoration: none;
background: url('images/facebook-blue-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar2 #text-3 .vimeo{
text-decoration: none;
background: url('images/vimeo-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar2 #text-3 .vimeo:hover{
text-decoration: none;
background: url('images/vimeo-blue-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar2 #text-3 .feed{
text-decoration: none;
background: url('images/rss-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar2 #text-3 .feed:hover{
text-decoration: none;
background: url('images/rss-blue-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}

#sidebar2 #name {
    width: 175px;
    height: 20px;
    background-color: #f1f1f2;
    border: none;
    margin:0 0 10px 5px;
}
#sidebar2 #ontdy-ontdy {
    width: 175px;
    height: 20px;
    background-color: #f1f1f2;
    border: none;
    margin:0 0 10px 5px;
}

#sidebar2 #text-4 {
  margin-top: 22px;
  padding: 5px 5px 10px;
  color: #FDBB64;
  background: #000;
}
#sidebar2 #text-4 form {
  display: inline-block;
  width: 100%;
}

#sidebar2 #text-4 p{
    margin-bottom: 10px;
    padding: 5px 0 4px 10px;
}
#sidebar2 #text-4 .text-4{
    width: 180px;
    height: 20px;
    background-color: #f1f1f2;
    border: none;
}
#sidebar2 #text-4 .submit{
    width: 37px;
    height: 20px;
    background: url('images/go.gif') no-repeat;
    border: none;
    cursor: pointer;
    float: right;
    margin-right: 4px;
}
#vertical_banner {
    clear: both;
    margin-top: 50px;
    margin: 0 auto;
    text-align: center;
}
#vertical_banner img{
    margin: 0 auto;
    display: block;
}
#sidebar3{
    float: left;
    width: 496px;
    margin-left:22px;
}
#sidebar3 #promotion {
background: url('images/promotion_bg.gif') no-repeat;
height: 129px;
}
#sidebar4_1 {
  float: right;
  font-family:'Baskerville',Georgia,serif;
  font-size:11px;
  margin-left:24px;
  width:315px;
}
#sidebar4_1 ul li {
    margin: 5px 0;
}
#sidebar4_1 a{color: black;
    text-decoration: none;  
}
#sidebar4_1 a:hover{
    text-decoration: underline;
    color: #999999;
}
#sidebar4_1  h3{
    text-align: center;
    font-size: 12px;
    font-family:'Baskerville', Georgia, serif;
    font-style: italic;
    font-weight: bold;
}
#sidebar4_1 .widgetContainer{
    margin-bottom: 20px;
    margin-top: 20px;
}

#sidebar2 #advancedrecentposts-6 {
	margin-top: 16px;
}
#sidebar2 #advancedrecentposts-6 h3 {
    background: url('images/latest-contest-bg.png') 50% 7px no-repeat; 
	color:#232323;
	font-size:14px;
	line-height:15px;
	font-weight: normal;
}

#sidebar4_1 #advancedrecentposts-8 h3{
    background: url('images/widget4_bg.gif') 50% 7px no-repeat; 
}

#sidebar2 #advancedrecentposts-6 .advanced-recent-posts,
#sidebar4_1 #advancedrecentposts-8 .advanced-recent-posts {
    display: block;
    padding: 15px 0 15px 15px;
    border-left:1px solid #C2C0C1;
    border-right:1px solid #C2C0C1;
    border-bottom:1px solid #C2C0C1;
}

#sidebar4_1 #search-4 h3{
    background: url('images/widget4_bg.gif') 0 7px no-repeat; 
    background: url('images/widget4_bg.gif') 50% 7px no-repeat; 
}
#sidebar4_1 #search-4 .search{
    display: block;
    padding: 20px 0 20px 15px;
    border-left:1px solid #C2C0C1;
    border-right:1px solid #C2C0C1;
}
#sidebar4_1 #search-4{
   border-bottom: 1px solid #C2C0C1;
}
#sidebar4_1 #search-text {
  background-color:#F1F1F2;
  border:medium none;
  font-weight:bold;
  padding:6px;
  width:270px;
}
#sidebar4_1 #search-submit{
    display: none;
}

#sidebar4_1 #advancedrecentposts-6{
    background-color: #dcdddf;
    margin-top: 22px;
}
#sidebar4_1 #advancedrecentposts-6 h3{
    padding: 12px 0 5px 0;
}
#sidebar4_1 #advancedrecentposts-6 .advanced-recent-posts{
    margin: 0 14px 13px 14px;
    display: inline-block;
}
#sidebar4_1 #advancedrecentposts-6 .advanced-recent-posts a{
    float: left;    
    font-size: 14px;
    color: black;
    width: 100px;
}
#sidebar4_1 #advancedrecentposts-6 .advanced-recent-posts .text{
    width: 230px;
    line-height:1.5;
}
#sidebar4_1 #advancedrecentposts-6 .advanced-recent-posts span{
    display: block;
    line-height: 1.5;
}
#sidebar4_1 #name {
    width: 180px;
    height: 20px;
    background-color: #f1f1f2;
    border: none;
    margin:0 0 10px 5px;
}
#sidebar4_1 #ontdy-ontdy {
    width: 180px;
    height: 20px;
    background-color: #f1f1f2;
    border: none;
    margin:0 0 10px 5px;
}

#sidebar4_1 #text-7 h3{
    background: url('images/widget4_bg.gif') 0 7px no-repeat; 
}
#sidebar4_1 #text-7 .textwidget{
    display: block;
    padding: 20px 0 8px 15px;
    border-left:1px solid #C2C0C1;
    border-right:1px solid #C2C0C1;
}
#sidebar4_1 #text-7 p{
    margin-bottom: 10px;
}
#sidebar4_1 #text-7 .text-7{
    width: 185px;
    height: 20px;
    background-color: #f1f1f2;
    border: none;
    margin-left: 20px;
}
#sidebar4_1 #text-7 .submit{
    width: 37px;
    height: 20px;
    background: url('images/go.gif') no-repeat;
    border: none;
    cursor: pointer;
    float: right;
    margin-right:80px;
    margin-top:-30px;
}
#sidebar4_1 #text-7{
    border-bottom: 1px solid #C2C0C1;
}

#sidebar4_1 #text-7 {
	background: #000;
	color: #FDBB64;
	padding: 5px;
}
#sidebar4_1 #text-7 h3 {
	background: none transparent;
}
#sidebar4_1 #text-7 .textwidget {
	border: none;
}
#sidebar4_1 #name,
#sidebar4_1 #ontdy-ontdy {
	width: 226px;
	margin: 0 0 10px 0;
}
#sidebar4_1 #text-7 .submit {
	margin-top: -32px;
	height: 22px;
    margin-right:18px;
    background: url('images/go.gif') 0 1px no-repeat;
	background-color: #ccc;
}

#sidebar4{
    float: right;
	clear: right;
    width: 315px;
    margin-left:24px;
    font-size: 11px;
    font-family:'Baskerville', Georgia, serif;
}
#sidebar4 #side4h3{
background: url('images/widget4_bg.gif') 50% 7px no-repeat;
}
#sidebar4 a{color: black;
    text-decoration: none;  
}
#sidebar4 a:hover{
    text-decoration: underline;
    color: #999999;
}
#sidebar4  h3{
    text-align: center;
    font-size: 12px;
    font-family:'Baskerville', Georgia, serif;
    font-style: italic;
    font-weight: bold;
}
#sidebar4 #social{
    border-left:1px solid #C2C0C1;
    border-right:1px solid #C2C0C1;
    padding: 20px 17px 0 15px;
    
}
#sidebar4 #social a{
    text-decoration: none;
}
#sidebar4 #continside {
border-bottom: 1px solid #C2C0C1;
}
#sidebar4 .widgetContainer{
    padding-bottom: 20px;
}
#sidebar4 #text-6{
    text-align: center;
}
#sidebar4 #text-6 .twitter{
text-decoration: none;
background: url('images/twitter-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar4 #text-6 .twitter:hover{
text-decoration: none;
background: url('images/twitter-blue-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar4 #text-6 .facebook{
text-decoration: none;
background: url('images/facebook-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar4 #text-6 .facebook:hover{
text-decoration: none;
background: url('images/facebook-blue-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar4 #text-6 .vimeo{
text-decoration: none;
background: url('images/vimeo-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar4 #text-6 .vimeo:hover{
text-decoration: none;
background: url('images/vimeo-blue-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar4 #text-6 .feed{
text-decoration: none;
background: url('images/rss-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar4 #text-6 .feed:hover{
text-decoration: none;
background: url('images/rss-blue-40x40.png') no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin: 0 4px;
}
#sidebar4 #text-10, #sidebar4 #text-11 {
margin-left: -8px;
}
#sidebar4 ul {
  clear: both;
  /* width: 340px; */
  margin-bottom: 14px;
}

#sidebar4 ul li {
  font-weight: normal;
  line-height:1.5em;
  margin:6px 0;
  font-size: 14px;
}

#sidebar4 h3 {
  clear: both;
  margin-top: 14px;
  margin-bottom: 8px;
}

h3#side4h3 {
  margin-bottom: 0;
}

a.facebook, a.vimeo, a.twitter, a.feed {
  color: transparent;
}

#sidebar4 #twitter-6 ul li span{
    line-height: 1.5;
    /* width: 268px; */
}
#sidebar4 #twitter-6 img{
    display: none;
}
#sidebar4 #advancedrecentposts-7 {
margin: 0;
} 
#sidebar4 #advancedrecentposts-7 .advanced-recent-posts{
    padding: 5px 0;
}
#sidebar4 #advancedrecentposts-7 .advanced-recent-posts li{
    display: inline-block;
    margin: 3px 12px;
    vertical-align: top;
    width: 85px;
}
#sidebar4 #advancedrecentposts-7 .advanced-recent-posts li a{
    display: block;
}
#sidebar4 #promotion {
margin: 20px 0 auto;
text-align: center;
}
#sidebar4 #promotion img{
display: block;
margin: 0 auto;
}

#logotype {
height: 90px;
text-align: center;
margin: 20px auto;
}
#logotype img{
display:block;
margin:0 auto;
}
#footer{
    clear: both;
    background:  url('images/footer_bg.gif') repeat-x;
    height: 99px;
    /* width: 1084px; */
    /* margin: 0 auto 0 8px; */
    text-align: center;
    font-family: GeorgiaRegular;
    font-size: 14px;
    color: gray;
}
#footer .top{
    padding-top: 25px;
    }

#footer .sign{
    margin-top: 20px;
    display: block;
    font-size: 12px;
    }

#footer ul li {
    display: inline;
    list-style-type: none;
    padding: 0 10px;
    margin: 28px 0 0 0; 
    }
#footer ul li a{
    text-decoration: none;
    color: gray;
    }
#footer ul li a:hover{
    color: white;
    text-decoration: underline;
    }
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
/* End Images */


/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
    text-align: justify;
    }

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

    }
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
/* End Comments */


/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */5px 10px 10px;
    list-style: none;

    }
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
/* End Comments */


/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */

#commentsContainer {
  float: left;
  clear: both;
}

div.meta {
  float: left;
  clear: both;
}

#similar-posts {
	font-size: 24px;
}

/* Advanced Recent Posts */
#sidebar2 #advancedrecentposts-6 .advanced-recent-posts {
	padding: 15px;
}
.advanced-recent-posts li {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.advanced-recent-posts img {
	display: block;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
.advanced-recent-posts a {
	font-weight: bold;
	color: #000;
}

a.rsswidget img {
	display: none;
}

.glam_logo {
text-align: center;
background: black;
width: 980px;
margin: -1px auto 0 auto;
}

.follow-twitter {
	margin: 0 auto;
	width: 120px;
}

.home #content .excerpt p {
	margin-bottom: 10px;
    margin-left: 0;
	}

.excerpt {}

.excerpt-with-thumb {
	margin-left: 0;
}

#content .thumb-post img {
	 padding: 0 20px 0 0;
	 margin: 0;
	}

/*.home #content .thumb-post img,
.category #content .thumb-post img,
.archive #content .thumb-post img,
.search #content .thumb-post img{
	 padding: 0 20px 0 0;
	 margin: 0;
}*/

.home #content .thumb-post img{
    margin-right: 10px;
}

.archive #content .thumb-post img{
    margin-right: 10px;
}

.search #content .thumb-post img{
    margin-right: 10px;
}

