/*
Theme Name: DesignRulz theme
Theme URI: http://wordpress.org/
Description: The custom DesignRUlz theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Vlad Traistaru
Author URI: www.designrulz.com
Tags: blue, custom header, fixed width, three columns, widgets

	This theme was designed and built by Vlad Traistaru

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
iframe{
    padding: 0px;
    margin: 0px;
    border:0px;
}

body 
{
    font-family: Arial, Trebuchet MS;
    font-size: 100%;
    background-color: #fff;
    color: #202020;
    
}

body a
{
    text-decoration: none;
    color: #444;
}

.entry a {
    color: #63CEF0;
}

body a:hover
{
    text-decoration: underline;
}

#page 
{
}

#the2posts
{

}
.cat_post_preview
{
	text-align: justify;	
    display:inline;
    float:left;    
}

.cat_post_preview h3
{
    margin: 0px;
    font-size: 13px;
}

.cat_list
{
    display: block;
    float:left;
    margin-right: 4px;
}

.cat_list a{
    color: #444444;
    text-transform: uppercase;
}

.cat_list a:hover{
    color: #ff0000;
    text-decoration: underline;
}


.cat_post_preview h3 a
{
    color: #000000;
}


.cat_post_preview h3 a:hover
{
    text-decoration: underline;
}

#PreviewMainCats
{
    margin-bottom: 10px;
    
}


.content-wrap
{
    margin: 10px auto;
    min-height: 600px;
    width: 800px;
}

.content-wrap-archive
{
    margin: 24px auto;
    min-height: 600px;
}

#ContentSingle
{
    /*text-align: justify;*/
}

#content2 {
    font-size: 1.2em;
}


.content-wrap1
{
    display:inline;
    float:left;
    padding-top: 30px;
    
}

#article_thumbs
{
    margin: 6px 0px 0px 0px;
}

#article_thumbs .article_thumb
{
    width: 153px;
    height: 153px;
    margin: 0px 3px 0px 0px;
}

.content-wrap3
{
    display:inline;
    float:left;
    width:701px;
    height: 22px;
    margin-bottom: 15px;
}

#OwnAds
{
    margin-left: 50px;
}

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

#the2posts{
    clear: both;
}

.post {
    /*this is post_class() !!  the small preview */
    text-align: justify;
    display:inline;
    width:350px;
    background-color: #FFFFFF;    
    position: relative;
    margin: 0px 0px 40px 0px;
}

.post.left_post
{
    float: left;
    margin-left: 35px;
    height: 618px;
}

.post.right_post
{
    float: right;
    margin-right: 35px;
}


.entry h3
{
    margin-top: 20px;
    margin-bottom:  0px;
}

#noAcces
{
    text-align: center;

    font-size: 18px;
    margin-top: 35px;
}

#noAcces a.hover
{
    text-decoration: underline;
}


body {
	margin: 0 0 5px 0;
	padding: 0;
	}
#PageWrap
{
    margin-top: 4px;
}

.loginform_custom p label
{
    clear: both;
    display: block;
    float: left;
    width: 150px;
    font-size: 14px;

}

#header
{
    margin: 0 0 0 0px;
    padding-bottom: 6px;
    position: relative;
}

.hidden-menu-bar .main_menu
{
    float: left;
    background: #FFFFFF;
}

#search_container_menubar
{
    margin: 0px 0px 5px 0px;
}

#fixed_bar_menu
{
    width: 313px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    right: -5px;
    top: 26px;
    border: solid 1px #cccccc;
    padding: 0px 5px 0px 5px;
    box-shadow:     0px 4px 10px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0px 4px 10px -3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:0px 4px 10px -3px rgba(0, 0, 0, 0.5);
    padding: 0px 5px 0px 5px;
}
#fixed_bar_menu a
{
    width: 30px;
    height: 30px;
    display: block;
    
}

.right
{
    float:right
}

.left
{
    float:left;
}

.prev_next
{
    border: 2px solid #D7D7D7;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-family: Verdana;
    font-size: 10px;
    height: 60px;
    padding: 10px;
    position: fixed;
    top: 46%;
    background: #ffffff;
    
}
.prev_next:hover
{
    border: 2px solid #33caff;
}


.prev_next a{
    display: block;
    height: 100%;
    width: 100%;
}

.prev_next .arrow{
    background-image: url("../images/arrow-np2.png");
    background-repeat: no-repeat;
    margin: auto;
    width: 26px;
    height: 31px;
}

.prev_next .title{
    margin: 10px auto;
    width: 45px;
    text-align: center;
}

.prev_next .articleDetails{
    display: none;
    width: 325px;
}
.prev_next:hover .articleDetails{
    display: block;
}

.prev_next .articleTitle{
    width: 200px;
    font-size: 12px;
    margin: 0 10px 0 10px;
}
.prev_next .articleTitle:hover{
    
}
.prev_next .articleImg{
    width: 60px;
    height: 60px;
}
.prev_next .articleImg.next{
    float: left;
}
.prev_next .articleImg.prev{
    float: right;
}

.prev_next .articleTitle.prev{
    text-align: right;
    float: left;
}

.prev_next .articleTitle.next{
    text-align: left;
    float: right;
}

.nav_next .arrow{
    background-position: 0 -16px;
}

.nav_next:hover .arrow{
    background-position: 0 -48px;
}

.nav_prev .arrow{
    background-position: 0 -1px;
}
.nav_prev:hover .arrow{
    background-position: 0 -64px;
}

.prev_next a, .prev_next a:visited, .prev_next a:active, .prev_next a:link
{
    color: #999999;
    text-decoration: none;
}

.prev_next a:hover
{
    color: #333333;
    text-decoration: none;
}

.nav_prev
{
    left:-6px;
}

.nav_next
{
    right:-10px;
}

#fixed_bar_menu .share_it
{
    margin: 3px 0px 0px 16px;
    float:left;
}

#fixed_bar_menu .bar_fb
{
    
}

#fixed_bar_menu .bar_twitter
{
   
}

.overflowhidden
{
    overflow: hidden;
}

#get_inspired
{
    height: 22px;
    width: 54px;
    float:left;
    margin: 4px 0px 0px 15px;
    background: url("../images/random-eyes-small.png") no-repeat;
}

#get_inspired:hover
{
    background: url("../images/random-eyes-small-hover.png") no-repeat;
}

#get_inspired a
{
    text-decoration: none;
    height: 100%;
    width: 100%;
}
.cat_post_preview .postTitle{
    padding: 0px 0px 10px 0px;
   
}

.postTitle h1
{
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: normal;	
}

.right_content
{    
    float: left;
    width: 800px;
	min-height:2200px;
}

.postTitle2 h1
{
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal	
}

.postTitle a, .postTitle  a:visited, .postTitle a:active, .postTitle a:link
{
    text-decoration: none;
    color: #000000;
}

.postTitle a:hover
{
    text-decoration: underline;
    color: #000000;
}


#clicker {
    display:block;
    width:200px;
    height:110px;
    position:absolute;
    top:20px;
    left:70px;
}

/* Begin Sidebar */
.sidebarContainer{    
    float:right;		
}


#sidebar > li
{
    /*border-top: solid 6px #33cc33;
    padding-top: 3px;*/
}

.top-stay
{
    position: inherit;
    top: 0px;
    width: 306px;
    margin: 8px 0px 0px 0px;
    
}


#lets_connect
{
    display: inline;
    float: left;
    width: 300px;
    height: 146px;
}

#lets_connect a:link, #lets_connect a:visited, #lets_connect a:active, #lets_connect a:hover
{
    color: #000000;
}

#connect_div
{

}

#subcategories
{
    
}

.featured-post-section
{
    height: 149px;
    width: 146px;
    display: inline;
    float: left;
    margin-right: 6px;
}

.random-post-section
{
    width: 134px;
    vertical-align: middle;
}

.random-post-section a div:hover
{
    text-decoration: underline;
}

.random-post-section a, .random-post-section a:hover, .random-post-section a:visited, .random-post-section a:active, .random-post-section a:link
{
    text-decoration: none;
    color: #000000;
    font-family: "Myriad Web",  Arial, Verdana,  Sans-Serif;
    font-style: italic;
    font-size: 12px;
    text-align: center;
}

#newsletter
{
    height: 36px;
    background-image: url(../images/back-down.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 3px;
}

#newsletter > img
{
    position: absolute;
    bottom: 0;
    left: 0;
}

#share_project
{
    font-size: 15px;
    margin: 0px 0px 8px 0px;
}


#share_project a
{
    display: inline;
}

#connect_advice
{
    color: #bfe985;
    font-weight: bolder;
    font-size: 24px;
    background-color: #39099b;
    line-height: 33px;
    width: 290px;
    margin: auto;
    text-align: center;
}


/*#sidebar_nav
{
    position: fixed;
    top:0px;
    margin: 6px 0px 0px 0px;
    background-color: #ffffff;
    z-index: 9999;
    margin: 0px;
}*/


/* End Sidebar */


#cats_nav
{
    height: 20px;
    /* margin-top: 67px;*/
    margin-bottom: 4px;
    padding: 0;
    display:inline;
    float:left;
}

.VerticalCatsDesc
{
    display: inline;
    float: left;
    width: 21px;
    height: 571px;
}

#top-menu-bar
{
    width: 800px;
    margin: auto;
}

#likeBoxBackground
{
    background-color: #FFFFFF;

}


#space
{
    padding-bottom: 5px;

}



.logo128
{
    /*background: url("../images/no-repeat-2011.png") no-repeat scroll -105px -121px transparent;*/
    width: 126px;
    height: 122px;
}

.single_post{
	padding: 0px 0px 0px 0px;
	line-height: 23px;
}

.single_post h2{
    font-size: 18px;
}

.content-wrap hr{
    background: none repeat scroll 0 0 #CCCCCC;
    border : medium none;
    height: 1px;
    margin: 0px;
    float: right;
    width: 100%;
}

.single_post #title
{
    margin-top: 10px;
    /*font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;*/
    
}


.widget
{
    list-style: none;
    margin-bottom: 10px;
}

.widget ul
{
    
}

.widget ul li
{
    /*background: url('../images/ul_li_back.png')  no-repeat scroll 0 6px transparent;*/
    /*padding-left: 12px;*/
    color: #000000;

}

.navigation
{ /*next prev*/
    padding: 0px 0px 0px 0px;
    display: block;
    clear: both;
    height: 100%;
    overflow: hidden;
    margin: 14px;
}

.fbcommentswrap
{
    padding-left: 5px;
    padding-right: 5px;
}

#quoteOfDay
{
color: #444444;
float: right;
font-size: 13px;
margin-left: 373px;
width: 727px;
margin-bottom: 10px;
}

#headerLogo
{
float: left;
display: block;
margin: -30px 0 0 30px;
}

#headerLogo img
{
    
}
#headerLogo a
{
    width: 100%;
    display: block;
}

.headerLinks
{
    font-weight: bold;
    float:right;
    color: #444;
    height: 20px;
}

.headerLinks ul
{
    list-style: none;
    margin: 0px;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.headerLinks li
{
    float: left;
    font-size: 15px;
    margin-left: 5px;
}

.headerLinks li a
{
    margin-right: 6px;
    margin-left: 6px;
    color: #444;
}

#addHomeSecurity
{
    margin: 5px 0px 5px 0px;
    padding: 10px 0px 10px 2px;
    font-size: 15px;
    text-align: center;
}

#addHomeSecurity p
{

}

.fb-like-box{
    margin: 5px 0px 0px 0px;
}

.widgettitle
{

    /*background: url('../images/no-repeat-2011.png') no-repeat scroll -112px -269px transparent;
    */
    font-size: 15px;
    font-style: normal;
    
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    
    
    text-align: center;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;

    color: #000000;
}

.sticky{
    position: fixed;
    top: 0px;
}

.picture_container, .picture_container_small  {
    position: relative;
    
    margin: auto;
}

.picture_container_small a.link{
    display: block;
    
}

.picture_container_small span{
    background: #000000;
    display: none;
    padding: 5px;
    cursor: pointer;
    filter: alpha(opacity= 0.8);
    opacity:0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.picture_container_small:hover span{
    display: block;
    color:#ffffff;
}

.picture_container img.main_image
{
    display: block;
    min-height: 200px;
    margin:auto;
	
	width: 100%;
	height:auto;
}

.picture_container .over
{
    background-color: #ffffff;
    filter: alpha(opacity= 0);
    opacity: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    
    transition: opacity 100ms linear;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    
    
}

.picture_container:hover .over {
    filter: alpha(opacity= 20);
    opacity: .20;
    -webkit-opacity: .20;
    -moz-opacity: .20;
    transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear;
}

.picture_container .last_post_category
{
    position: absolute;
    right: 46px;
    top: 3px;
    font-size: 15px;
    line-height: 7px;
    padding: 8px 8px 3px 8px;
    box-shadow:0 5px 15px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 5px 15px -1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:0 5px 15px -1px rgba(0, 0, 0, 0.5);
}

.last_post_category span
{
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    display: block;
}

.floatLeftImgPreview
{
    /*sus dreapta jos stanga*/
    margin: 0px 0px 0px 10px;
    float:left;
    /*border: 1px;
    border-style:solid;
    border-color:#0011AA;*/
}
.FloatLeft
{
    display: block;
    float: left;
}

.FloatRight
{
    display: block;
    float: right;
}



#PostMetaInfo
{
    border-bottom:  1px solid #cccccc;
    padding-top: 12px;
}

.PostShare
{
    padding: 8px 0px 6px 8px;
	width: 500px;
	margin: auto;
}



.SpanNextPrevLinks
{
    width: 250px;
}


.view_more
{
    clear: both;
}

.view_more img
{
    width: 86%;
	float: left;
	margin-top: 5px;
}

.view_more a
{
    background-color: black;
    color: #F0EEEA;
    display: block;
    float: right;
    font-size: 13px;
    padding: 8px 10px;
    text-decoration: none;
    line-height: 1em;
	width:11.25%;
}

.entry
{
    line-height: 1.5em;
    font-size: 1.0em;
}

.entrySmall
{
    line-height: 15px;
    font-size: 11px;
}

.entry p{
    margin: 10px 0px;
}

.entry img
{
    margin: auto;
	padding: 0px 0px 10px 0px;
}

.nav_next_article
{
    position: relative;
    width: 48%;
}

.nav_next_article a
{
    display: block;
    text-decoration: none;
}

.nav_next_article a img
{
    display: block;
    height: auto;
    width: 100%;
}

.nav_next_article span
{
    background: none repeat scroll 0 0 #EDE9DE;
    opacity: 0.8;
    text-align: center;
    height: 30px;
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    padding: 7px 0px 0px 0px;
}

.nav_next_article a:hover span
{
    text-decoration: none;
    opacity: 1;
}

.nav_next_article a:hover
{
    text-decoration: none;
}

.comments_box{
    
    font-size: 17px;
    margin: 12px;
}

#SmallMediaBox
{
    
}

.articleCount{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #FFFFFF;
    padding: 3px;
    position: absolute;
    background: rgba(255, 0, 0, 0.8);
    font-size: 11px;
    
}

.smallShare
{
    width: 100px;
}
.smallSharePin
{
    width: 77px;
}

.postPreviewDetails
{

}

.SocialMediaBox
{
	
}

.SocialMediaBox .buttons_wrapper
{
	width: 265px;
	height: 69px;
	float: right;
}

.SocialMediaBox .essb_links
{
	float: right;
	clear: none !important;
}

.SmallSocialMediaBoxSingle
{
    display: inline;
    float: left;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

.UpperSocialMediaBoxSingle
{
    vertical-align: middle;
    height: 20px;
    margin-top: 10px;

}


.SmallSocialMediaBox
{
    width: 70px;
    display: inline;
    float: left;
    margin: 0px 0px 0px 0px;
}
.UpperSocialMediaBox img
{
    
}

.UpperSocialMediaBox
{
    height: 26px;
}
.UpperSocialMediaBox2
{
    height: 20px;
    display: inline;
    float: left;
}

#SimilarPosts
{
    margin: auto;
    width: 650px;
    margin: 20px auto 0px;
}

.related-posts-thumb
{
    text-indent: 0pt;
    display:block;
    padding: 0px;
    list-style:none outside none;
    list-style-type : none;
}


.related-posts-thumb li
{
    display:block;
    list-style:none outside none;
    list-style-type : none;
    text-align: justify;
    margin:  0px 0px 3px 3px;
    float: left;
}

.related-posts-thumb img
{
    width: 150px;
    height: 150px;
}

.related-posts-thumb>li>div
{
    padding: 3px;
    font-size:14px;
    line-height:14px;
    text-align: justify;
    position: relative;
    border:  1px solid #ABABAB;
}

.related-posts-thumb>li>div:hover
{
   border-color: #1281B7;
}

.related-posts-thumb span
{
    display: none;
    
    padding: 10px;
    margin-top: 1px 0px 0px 0px;
    position: absolute;
    
    bottom: 4px;
    right: 3px;
    
    width: 130px;
    height: 130px;
    
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

.related-posts-thumb a:hover span
{
    display: block;
}

.related-posts-thumb a:hover
{
    text-decoration: none;
}

#Rating2
{
    display: inline;
    float: left;
    width: 100px;
}

#SmallPostPreviewTitle
{
    background: transparent;
}


#SmallPostPreviewTitle a, #SmallPostPreviewTitle a:hover, #SmallPostPreviewTitle  a:visited, #SmallPostPreviewTitle a:active, #SmallPostPreviewTitle a:link
{
    text-decoration: none;
    color: #000000;
    
   
}

#SmallPostPreviewTitle h2
{
    font-size: 18px;
    line-height: 20px;
}

#SmallPostPreviewTitleAboutBox
{

}

#SmallPostPreviewTitleAboutBox small
{
    font-size: 10px;
    
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;

	border: 1px;
	border-style:solid;
	border-color:#00FFFF;
	}





.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;

	}



.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.nodisplay{
    display: none;
}


/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 
{
    margin: 0px 0 0;
    /*font-weight: 400;*/
}

#mainContent h2
{    
    font-style: normal;
    /*font-weight: normal;*/
    font-variant: normal;
}

#content2 h2
{
    font-style: normal;
    /*font-weight: normal;*/
    font-variant: normal;
}



h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
    padding: 0;
    margin: 0px;
    /*font-weight: normal;*/
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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;
        text-align: right;    
	}

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


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

.commentlist {
    font-size: 12px;
    width: 550px;
	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 */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}


/* End Various Tags & Classes*/


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

.wp-caption {
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 3px;
    width: 690px !important;
}

.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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


.footer_column_general
{
    height: 150px;
}

.footer_column_title_container
{
    
    position: relative;
    height: 25px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 5px;
}

.footer_column_content
{
}

.footer_column_content a
{
    color:#000000;
}

.footer_column_content a:hover
{
    font-weight: bold;
}

#footer_column_2
{
  width: 750px;
  margin: 18px auto 0px auto;
}

#footer_column_3
{
    width: 250px;
}

.footer_column_title
{
    
}

#FooterConnectList ul li, #FooterConnectList ul a 
{
     display: block; 
     width: 48px; 
     height: 48px; 
}

#FooterConnectList
{
    width: 150px;
}

#FooterConnectList ul li
{
    float: left;
    padding: 0px 2px 2px 0px;
    
}

#footer
{
    padding: 0px 10px 0px 10px;
    margin : 10px 0px 8px 0px;
    position: relative;
    border-top: 4px solid #CCCCCC;
}



#footer ul
{
    padding: 0px;
    margin: 0px;
    list-style: none outside none;
}

.footer_motto
{
    font-size: 18px;
}

#footer_start
{
   
}

#footer_start ul
{
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

#footer_start > ul > li
{
    height: 50px;
    width: 4px;
    float: left;
    margin-right: 4px;
}

.testimonial{
    font-size: 15px;
    font-style: italic;
    text-align: justify;
   
}
.testimonial p{
    margin: 0px;
}

.AlingCenter
{
    position: absolute;
    top: 34%;
    left: 54px;
}

#search
{
    display:inline;
    float:left;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 200px;
    height: 22px;
}

#SearchLabel
{
    display: inline;
    float: left;
    margin-left: 10px;
}

#searchform
{
    position: relative;
	/*width:320px*/
}

 #searchsubmit
 {
    width: 39px;
    height: 39px;
    border: 0;
    background: transparent url(../images/icons/magnifingglass.png) no-repeat 9px 3px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
 }
 
#searchInput:focus
{
    outline: none;
}

#searchInput
{
    border: 1px solid #cccccc;
    box-shadow: inset 0 0 10px #ececec;
    padding: 7px 10px;
    color: rgb(56, 56, 56);
    font-size: 12px;
    width: 100%;
	box-sizing: border-box;
}

.post_cat
{
    color: white;
    padding: 1px 5px;
    display: block;
}
.post_cat:hover
{
    text-decoration: none;
}

.post_cat.arch
{    
    background-image: -moz-linear-gradient(center top , #CCFC38, #aad22f);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#CCFC38), to(#aad22f));
    border-color: #b4de32;
    box-shadow: 0 1px #d2fa55 inset, 0 -1px #98bd25 inset;
    text-shadow: 0 -1px 0 #7c9b1e;
}

.post_cat.product-des
{    
    background-image: -moz-linear-gradient(center top , #BEFFA8, #90c27f);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#BEFFA8), to(#90c27f));
    border-color: #a5dd92;
    box-shadow: 0 1px #cdfabe inset, 0 -1px #73ba5a inset;
    text-shadow: 0 -1px 0 #639e4f;
}

.post_cat.spaces
{
    background-image: -moz-linear-gradient(center top , #ADF069, #89be54);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ADF069), to(#89be54));
    border-color: #92c95a;
    box-shadow: 0 1px #b9ef81 inset, 0 -1px #83c144 inset;
    text-shadow: 0 -1px 0 #70b02f;
}

.post_cat.outdoor-des
{    
    background-image: -moz-linear-gradient(center top , #77CAE5, #5b9aaf);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#77CAE5), to(#5b9aaf));
    border-color: #62a4ba;
    box-shadow: 0 1px #98d4e8 inset, 0 -1px #59a5be inset;
    text-shadow: 0 -1px 0 #4897b0;
}

.post_cat.christmas-time{
    background-image: -moz-linear-gradient(center top , #f63333, #b92727);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#f63333), to(#b92727));
    border-color: #c62929;
    box-shadow: 0 1px #f57070 inset, 0 -1px #cf2424 inset;
    text-shadow: 0 -1px 0 #b80606;    
}

.most_viewed_posts
{
    display: block;
    height:100px;
    margin-bottom: 3px;
}
.even
{
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-bottom-color: #000000;
    border-top-color: #000000;
    padding-top: 3px;
    padding-bottom: 3px;
}

.most_viewed_posts_title
{
    float:right;
    width:85px;
    text-align: justify;
}

.most_viewed_posts_count
{
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin-top: 1px;
}


/* End Sidebar */


/*second menu*/

.second_menu{
    float: right;
    border: 1px solid #ddd;
    
    margin-bottom: 10px;
    background-color: #FcFcFc;
}

.second_menu ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    
}

.second_menu ul li{
    float: left;
    font-size: 17px;
}

.second_menu ul li:hover{
    box-shadow: 0px 0 2px #000;
    /*padding: 0px;*/
}

.second_menu ul li a{
    padding: 7px 14px 7px 14px;
    display: block;
}

.__second_menu ul li:first-child{
    font-size: 12px;
    text-transform: capitalize;
}



/*
######################################
#############main menu###############
######################################
 */

 .main_menu
 {
     margin: 0px 2px 0px 0px;
     height: 25px;
 }
 
 .main_menu ul
 {
    list-style: none;
    padding: 0px;
    margin: 0px;
 }

 .cat_previews{
     margin: 5px 0px 0px 0px;
 }
 
 .cat_previews ul
 {
    list-style: none;
    padding: 0px;
    margin: 0px;
 }
 
 .main_menu > ul > li
 {
    float:left;
    text-align: left;
    position:relative;
    margin-right:1px;
    padding-top: 5px;
}

.menu_mouse_over
{
    margin-top:-3px;
    border-top:3px solid;
    box-shadow:0px 0 2px #000;
}
.menu_title_wrapper
{
    width:198px;
    height:25px;
}
.borderbottom4
{
    border-bottom-width: 3px;
    border-bottom-style: solid;
}
.cat_previews > ul > li
{
    float:left;
    text-align: left;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    margin: 0px 1px 0px 1px;
}

.main_menu ul li a
{
    display: block;
    
}
.main_menu ul li a:hover
{
    color:red;    
}

.main_menu ul li h2
{
    margin-left:10px;
    font-size: 18px;
    /*font-weight: normal;*/
    font-style: normal;

}

.main_menu ul li h2:after{
    content: "";
    width: 5px;
    height: 4px;
    background: transparent url("../images/tiny-arrows.png") no-repeat -12px 0;
    display: inline-block;
    margin-left: 5px;
}

 .cat_previews ul li a
{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000000;
}

.main_menu ul li div.sub_menu
{
    top:207px;
    display: none;
    position: absolute;
    list-style: none;
    width: 170px;
    height: 164px;
    
    font-size: 8px;
    font-weight: bold;
}

.sub_menu_list
{
    padding: 5px 15px 5px 15px;
}

.sub_menu_top
{
    height: 40px;
    display: block;
    color: #000000;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    
    
}



.main_menu ul li:hover div.sub_menu
{
    display: block;
}

.main_menu div.sub_menu a:hover
{
    text-decoration: underline;
}

.main_menu .cat_title
{
    text-transform: uppercase;
    font-family: 'trebuchet MS';
    position:absolute;
    
    display:block;
    width:100%;
    height:100%;
    background-color:#ffffff;
}

.z-index100
{
    z-index:100;
}

.main_menu .cat_title:hover
{
    background-position: 152px 8px; 
}

.main_menu .arch_title
{
    
}

.main_menu .arch_title:hover .submenu{
    display:block;
    background-color: #ccfcff;
}

.main_menu .arch_title:hover h2
{
    color: #CCFC38;
}


.main_menu .pr_des_title
{
}

.main_menu .sp_liv_title
{
}

.main_menu .gadg_title
{
}


.submenu{
    display: none;
    top: 30px;
    left: 0px;
    z-index: 10;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 0 2px #000;
    /*
    -moz-box-shadow: 3px 3px 7px 1px #969696;
    -webkit-box-shadow: 3px 3px 7px 1px #969696;*/    
    /*border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
    -webkit-border-radius: 0px 10px 10px 10px;*/
    border-width: 0px 0px 3px 0px;
    border-style: solid;
    border-color: #444444;
    font-size: 13px;
}

.submenu .submenu_section{
    float: left;
}

.main_menu_mobile ul {
      list-style: none;
  margin: auto;
  width: 213px;
}

.main_menu_mobile ul li {
    margin: 10px;
    
     text-transform: uppercase;
    font-family: 'trebuchet MS';
}










.submenu .latest{
    
}

.width200
{
  width:200px;   
}

.width280
{
  width:280px;   
}


#tooltip{
    position: absolute;
    z-index: 2000;
    max-width: 170px;
    padding: 5px;
    font-size: 14px;
    background-color: #000000;
    color:#ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: justify;
}
.submenu .submenu_section img{
    width: 60px;
    height: 60px;
    float: left;
}


.submenu .submenu_section .latest_img{
    float: left;
    padding: 5px;
    
}


.submenu .submenu_section .latest_img a
{
    float: left;
    width: 100%;
    display: block;
}

.submenu .submenu_section .latest_img .title{
    float: left;
    margin:0px 0px 0px 10px;
    width:200px;
}



.submenu .desc{
    font-style: italic;
    padding: 10px;
}


.submenu .line
{
    height : 1px;
    width : 96%;
    margin : auto;
    border-top:1px dashed rgb(177,177,177);
    display:block;
    margin-top: 10px;     
}
    
/*
.submenu .submenu_section span{
    display: block;
    background-color: #F0F0F0;
    padding: 4px 14px;
    clear: both;
}*/

.submenu .submenu_section ul{
    padding : 5px 0 5px 14px;
    float: left;
    width: 184px;
}

.submenu .submenu_section ul li{
    /*background:url("../images/bullet-red.gif") no-repeat left 9px;*/
    padding: 4px 0 4px 10px;
    font-size: 14px;
    line-height: 21px;
}

#submenu_architecture{
    border-color: rgb(204,252,56);

}

#submenu_product-design{
    border-color: rgb(190,255,168);
    
}

#submenu_spaces-for-living{
    border-bottom-color: rgb(173,240,105);

}

#submenu_outdoor-design{
    border-color: rgb(119,202,229);

}

.submenu_inside_architecture{
    /*border: 1px solid rgba(184,232,36,1);*/
}

.submenu_inside_product-design{
    /*border: 1px solid rgba(170,235,148,1);*/
}

.submenu_inside_spaces-for-living{
    /*border: 1px solid rgba(153,220,85,1);*/
}

.submenu_inside_outdoor-design{
    /*border: 1px solid rgba(99,182,209,1);*/
}

.cat_image
{
    position: relative;    
}

.cat_image img
{
    display: block;
	height: 148px;
	width: 198px;
}

.cat_image span
{
    display: none;
    position: absolute;
    bottom: 0px;
	height: 128px;
	width: 178px;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.cat_image a:hover span
{
    display: block;
}

.back_arch_trans
{
    background-color: rgb(204, 252, 56);
    background-color: rgba(204, 252, 56, 0.8);
}

.back_pr_des_trans
{
    background-color: rgb(190, 255, 168);
    background-color: rgba(190, 255, 168, 0.8);
}

.back_sp_liv_trans
{
    background-color: rgb(173, 240, 105);
    background-color: rgba(173, 240, 105, 0.8);
}
.back_gray
{
    background-color: rgb(173, 173, 173);
    background-color: rgba(173, 173, 173, 0.8);
}

.back_gadg_trans
{
    background-color: rgb(119, 202, 229);
    background-color: rgba(119, 202, 229, 0.8);
}

.back_arch
{
    background-color: #CCFC38;
}
.back_pr_des
{
    background-color: #BEFFA8;
}
.back_sp_liv
{
    background-color: #ADF069;
}
.back_gadg
{
    background-color: #77CAE5;
}

.view_more
{
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
}

.li-arch
{
    border-top-color: #ccfc38;
    border-bottom-color: #ccfc38;
}

.li-arch_hover, .li-arch:hover 
{
    border-bottom-color: #ccfc38;
    /*background-image: url(../images/cat1d.gif);
    background-repeat: no-repeat;*/
        
}

.li-pr_des 
{ 
    border-top-color: #BEFFA8;
    border-bottom-color: #BEFFA8;
}

.li-pr_des_hover, .li-pr_des:hover 
{ 
    border-bottom-color: #BEFFA8;
   /* background-image: url(../images/catd2.gif);
    background-repeat: no-repeat;*/
}

.li-sp_liv 
{
    border-top-color: #ADF069;
    border-bottom-color: #ADF069;
}

.li-sp_liv_hover, .li-sp_liv:hover 
{
    border-bottom-color: #ADF069;
    /*background-image: url(../images/cat3d.gif);
    background-repeat: no-repeat;*/
}

.li-gadg 
{
    border-top-color: #77CAE5;
    border-bottom-color: #77CAE5;
}
.li-gadg_hover, .li-gadg:hover 
{
    border-bottom-color: #77CAE5;
    /*background-image: url(../images/cat4d.gif);
    background-repeat: no-repeat;*/
}

/*
.cat-5
{
    border-top-color: #77cae5;
    border-bottom-color: #77cae5;
}
.cat-5_hover, .cat-5:hover
{
    border-bottom-color: #77cae5;
    background-image: url(../images/cat5d.gif);
    background-repeat: no-repeat;
}*/






/*
#####################
###featured post#####
##################### 
*/

.DR_Featured_Post_widget
{
    /*border-color: #b5ddeb !important;
    border-width: 2px !important;*/
}

.dr_featured_post
{
    padding: 3px;
    font-size:14px;
    line-height:14px;
    text-align: justify;
    position: relative;
    border:  1px solid #ABABAB;
}

.dr_featured_post:hover
{
      border-color: #1281B7;
}

.dr_featured_post a img
{
    width: 138px;
    height: 138px;
    display: block;
}

.dr_featured_post span
{
    display: none;
    padding: 10px;
    margin-top: 1px 0px 0px 0px;
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 118px;
    height: 118px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: left;   
}

.dr_featured_post a:hover span
{
    display: block;
}

.dr_featured_post a:hover
{
    text-decoration: none;
}

.dr_featured_post_widgedTitle
{
    text-align: center;
    margin-top: -5px;
    color: #000000;
}

.dr_featured_post a
{
    display: block;
}

.dr_featured_post_title
{
    width: 291px;
    display: block;
    position: absolute;
    bottom: 0;
    color: #000000;
    background: #b5ddeb;
    background: rgba(181,221,235,0.55);
    display: block;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
}
.dr_featured_post_title:hover
{
    background: #9ec9d8;
}

#heart
{
    position: absolute;
    right: 4px;
    top: 4px;
}


/*
#########################
####FEATURED CATEGORY####
#########################
*/

.DR_Featured_Category_widget
{
    border-color: #b5e61d !important;
    border-width: 2px !important;
}

.dr_featured_category
{
    position: relative;
    margin-bottom: 2px;
}

.dr_featured_category_widgedTitle
{
    /*background-color: #b5e61d;*/
    text-align: center;
    margin-top: -5px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000000;

}

.dr_featured_category a
{
    display: block;
}

.dr_featured_category a:hover
{
    text-decoration: none;
}


.DR_Featured_Category_widget ul
{
    border-color: #b5e61d;
}

.dr_featured_category img
{
    display: block;
}

.dr_featured_category_post_title
{
    width: 291px;
    display: block;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    background: #b5e61d;
    background: rgb(181,230,29);
    background: rgba(181,230,29,0.55);
    display: block;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 3px;
    bottom: 0px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
}
.dr_featured_category_post_title:hover
{
    background: rgb(181,230,29);
}



/*
####################################
################WP-pacenumbers######
####################################
*/

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
    background: white;
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    list-style: none;
    text-transform: none;
    text-indent: 0px;
    font-variant: normal;
    text-align: left;
    line-height: 12px;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-size: 11px;
}

#wp_page_numbers {
    width: 100%;
    background: white;
    clear: both;
}
#wp_page_numbers ul {
    width: 100%;
}
#wp_page_numbers li {
    float: left;
    display: block;
    margin-bottom: 2px;
}

#wp_page_numbers a {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    margin-right: 2px;
    display: block;
    color: #333;
    border: 1px solid #bfbfbf;
}

#wp_page_numbers li a:hover {
    border-color: #BA0000;
}

#wp_page_numbers li.space {
    padding: 6px;
    padding-left: 2px;
    padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
    font-style: italic;
}

#wp_page_numbers li.active_page a {
    border-color: #0075b8;
}
#wp_page_numbers li.active_page a:hover  {
    color: black; /* IE fix */
    text-decoration: underline;
    border-color: #BA0000;
}

#wp_page_numbers li.page_info {
    float: left;
    display: block;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 2px;
    color: #666;
    font-size: 11px;
    border: 1px solid #bfbfbf;
}

/*
###########################
#########RECAPTCHA#########
##########################
*/

/* RECAPTCHA STYLING */
.recaptcha-error {
   font-size: 1.8em;
   padding-bottom: 8px;
}
/* END RECAPTCHA STYLING */



/** Facebook css override **/
.FBConnectButton_Small, .FBConnectButton_RTL_Small {
	background-position:-5px -232px !important;
	border-left:1px solid #1a356e;
	width:54px;
}
.FBConnectButton_Small .FBConnectButton_Text {
	margin-left:12px!important;
}

.dd-digg-ajax-load,.dd-reddit-ajax-load,.dd-dzone-ajax-load,.dd-ybuzz-ajax-load,
.dd-twitter-ajax-load,.dd-fbshare-ajax-load,.dd-fblike-ajax-load,.dd-delicious-ajax-load,
.dd-sphinn-ajax-load,.dd-gbuzz-ajax-load,.dd-fbshareme-ajax-load,.dd-tweetmeme-ajax-load,
.dd-linkedin-ajax-load{
	background-image:url(../image/ajax-loader.gif);
    background-repeat: no-repeat;
	background-position: center ;
	width:50px;
	height:60px;
}

.dd_delicious{
	display:block; 
	color:#000; 
	font:normal 16px arial; 
	text-decoration:none; 
	width:50px; 
	height:60px; 
	text-align:center;
}

.dd_delicious a:link, .dd_delicious a:visited, .dd_delicious a:active, .dd_delicious a:hover{
    text-decoration:none;
    color:#000;
}

.dd_delicious_normal_image{
	background-image:url(../image/delicious.png); 
    background-repeat: no-repeat;
    text-align:center;
	height:60px;
	margin-top:3px;
	padding:0;
	text-align:center;
	width:50px;
	display:block;
}


.dd_delicious_compact_image{
	background-image:url(../image/delicious-compact.png); 
    background-repeat: no-repeat;
    text-align:center;
	height:22px;
	margin-top:3px;
	padding:0;
	text-align:center;
	width:50px;
	display:block;
}

.dd_comments {
	background-image:url(../image/comments-link.png); 
    background-repeat: no-repeat;
    text-align:center;
	height:16px;
	margin-top:3px;
	padding:0;
	text-align:center;
	width:50px;
	display:block;
}


.dd_button a:link,
.dd_button a:visited,
.dd_button a:active{
	text-decoration:none;
	color:#000000;
}

#dd_ajax_float{
	padding:2px 0px;
	text-align:center;
	line-height:16px;
	font-size:10px;
	font-family:Arial; 
	display:none;
}

.dd_post_share{
	padding:0px;
	margin-bottom:6px;
}

.dd_post_share_left{
	float:left;
}

.dd_post_share_right{
	float:right;
}

.dd_buttons img{
	border:none;
	border-width:0px;
	border-color:#000000;
	border-style:none;
}

#dd_name{
	color:#A9A9A9;
	font-size:0.5em;
	text-align:center;
	margin:6px 0 4px 0;
	padding:0;
	line-height:0px;
}

#dd_name a:link, #dd_name a:visited, #dd_name a:active {
    text-decoration:none;
    color:#A9A9A9;
    border:0;
}

#dd_name a:hover {
    text-decoration:underline;
    color:#A9A9A9;
    border:0;
}

.dd_button{
	float:left;
	padding:4px;
}

.dd_button_v{
	padding:2px 4px;
}

.dd_button_spacer{
	padding-top:8px;
}

#dd_comments{
	clear:both !important;
    width:50px;
    height:60px;
    font-family:arial;
}

#dd_comments a:link, #dd_comments a:visited, #dd_comments a:active, #dd_comments a:hover {
    text-decoration:none;
}

#dd_comments .clcount{
	background-image:url(../image/comments-count.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align:center;
	color:#444444;
	display:block;
	font-size:20px;
	height:34px;
	padding:4px 0;
	position:relative;
	text-align:center;
	width:50px;
	line-height:24px;
}

#dd_comments .ccount{
	color:#444444;
	font-size:17px;
	text-align:center;
	text-decoration:none;
}

#dd_comments .clink{
	background-image:url(../image/comments-link.png); 
    background-repeat: no-repeat;
    text-align:center;
	height:16px;
	margin-top:3px;
	padding:0;
	text-align:center;
	width:50px;
	display:block;
}

/******************Extra Services*****************/
.dd_button_extra_v{
	padding:1px 4px;
}

.st_email_custom{
	background-image:url(../image/email.png);
    background-repeat: no-repeat;
    background-position: 3px 4px;
	padding: 2px 4px 3px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 2px;
	cursor:pointer;
	margin-bottom:2px;
}

#dd_print_button{
	background-image:url(../image/print.png);
    background-repeat: no-repeat;
    background-position: 3px 2px;
	padding: 1px 4px 3px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 2px;
	cursor:pointer;
	margin-bottom:2px;
}

#dd_email_text{
	padding:0 0 0 18px;
	font-size:10px;
}

#dd_print_text{
	padding:0 0 0 14px;
	font-size:10px;
}

#dd_print_text a:link, #dd_print_text a:visited, #dd_print_text a:active {
	color:#000;
    text-decoration:none;
}

#dd_print_text a:hover{
	color:#0000FF;
	text-decoration:underline;
}



/*FUTURE HOMES*/

.future_homes.preview
{
    width: 260px;
    height: 320px;
}

.future_homes.preview img
{
    width: 240px;
    height: 240px;
}

.future_homes.preview a
{
    width: 100%;
    height: 100%;
}

.future_homes.list
{
    list-style: none outside none;
}

.future_homes.list li
{
    float:left;
    margin-top: 30px;
    
}

.future_homes.title
{
    padding: 0px 10px 0px 10px;
    text-align: justify;
}


#photo_preview_dialog
{
    display: none;
    width: 800px;
    border:10px solid rgba(82, 82, 82, 0.5);
    box-shadow:0 5px 15px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:0 5px 15px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.35);
}

#photo_preview_dialog .pic_preview_container
{
    background: #ffffff;
    padding: 0px 15px 35px 15px;
    border: 1px solid #666666;
    border-top-width: 0px;    
}

 
 /* cateogories tree*/
 .dtree {
    font-size: 0.8em;
    line-height: 0.1em;
    color: #000000;
}

 .dtree a{
    color: #000000;
}

.dtree img {
    border:0;
    vertical-align:middle;
}

.oclinks {
    display:none;
}

.dtree a.nodeSel {
    text-decoration:underline;
}

.dtree .clip {
    overflow:hidden;
}

.dtree-rss {
    padding-right:15px;
    background:url(dtree-img/feed-icon.png) no-repeat center right;
    text-decoration:none;
}

.dtree-rss:hover {
    padding-right:15px;
    background:url(dtree-img/feed-icon_h.png) no-repeat center right;
    text-decoration:none;
}

#social_box{
    height: 100%;
    background-color: #ffffff;
    border-top: 1px solid rgba(29, 49, 91, 0.3);
    padding: 4px;
}


#fb_name{
    
    margin: 0px;
}
#fb_profile_pic{
    
}


#logged_in_details_container{
      
}

.logged_in_details{
    width: 215px; 
    padding: 0px 0px 0px 10px
}

#social_menu ul{
    font-size: 12px;
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
    
}

#social_menu li{
    float: left;
    font-size: 14px;
    line-height: 13px;
}
#social_menu li a{
    color: #3B5998;
}

#not_logged_in{
    display: none;
    padding: 0px 0px 0px 5px;
}

#not_logged_in span{
    display: block;
    margin-bottom: 8px;
    margin-top: 9px;
    padding-top: 0;
}

#not_logged_in .tips{
    color: #555555;
    font-size: 15px;
    margin-bottom: 15px;
}

#not_logged_in .login_button{
    margin: auto;
    width: 150px;
}





.fb_button:hover{
    text-decoration: none;
}

.fb_button_login{
    margin: auto;
    width: 150px;
    display: block;
}

#logged_in{
    display: none;

}


#logged_in #fb_name{
    display: block;
}

#logged_in_as{
    color: #444444;
    font-size: 9px;
    display: block;
}
#logged_in_as_container{
    
}
#logged_in #log_out{
    display: block;
}

#loading_box img{
    margin: auto;
    display: block;
}

#no_activity_friends{
    display: none;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 15px;
}

#temp_loading{
    position:absolute;
    padding-top: 16px;
    padding-left: 16px;
}




#social_menu{

}

.activity{
    cursor: pointer;
}
#friends_actitity{
    height: 56px;
}

#friends_actitity ul{
    list-style: none outside none;
    margin: 0px;
    padding: 3px;
}
#friends_actitity ul li{
    float: left;
    margin: 0px 4px 0px 0px;
}
.actitity_content{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    position: absolute;
    
    box-shadow:0 0px 20px rgba(0, 0, 0, 0.45);
    -moz-box-shadow:0 0px 20px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow:0 0px 20px rgba(0, 0, 0, 0.45);
    
    padding: 10px;
    border : 1px solid #999;
        
    width: 397px;
    min-height: 35px;
    
    z-index: 1000000;
}

#activity_list{
    list-style: none outside none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

#activity_list li{
    height: 52px;
}

#activity_list li a{
    color: #3B5998;
    font-size: 12px;
    font-weight: 700;
    display: block;
    
}

#activity_list li img{
    width: 50px;
    height: 50px;
}

.activity_header{
    height: 52px;    
}

.activity_header .recent_activity_text{
    font-size: 14px;
    color: #999999;
    margin: 4px 0px 0px 10px;
}

.activity_header .recent_activity_text span{
    font-size: 17px;
    color: #444444;
}

.activity_header img{
    width: 50px;
    height: 50px;
}

#close_activity{
    position: relative;
    float: right;
    height: 10px;
    width: 10px;
}

.remove_action{
    position: relative;
    float: right;
    height: 10px;
    width: 10px;
}


 .tooltip {
    display:none;
 }
 
 #friends_actitity_container .title{
     
 }
 
 #fb_user_name:link, #fb_user_name:visited, #fb_user_name:active, #fb_user_name:hover{
     color:#3B5998;
     font-weight: bold;
     font-size: 18px;
 }
  
 /*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	/*background: red;*/
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	/*background: rgba(0, 0, 0, 0.4);*/
	position: relative;
        
}

.jspDrag
{
    background: #cccccc;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 4px;
        
}

.jspHover{
    background: #999999;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}



.pinPerPic{
    background-image: url("../images/pin_small.png");
    height: 41px;
    position: absolute;
    width: 67px;
    z-index: 999;
}

.vertical_ad{
    margin-right: 10px;
    min-height: 600px;
    width: 120px;
    position: fixed;

}

.vertical_ad_container{
    width: 120px;
    height: 600px;
    margin: 50px 5px 0px 5px;
}

#page_wrapper{
    max-width: 1180px;
    height: 100%;
    margin: auto;
	padding: 15px 15px;
}

.copyright_custom{
    font-size: 9px;
    color: #999999;
    text-align: center;
    margin: auto;
    max-width: 670px;
	width:100%;
}


/*tabs*/

#tabs{
    
}
.menu_tabs{
    list-style:none outside none;
    margin:0px;
    padding: 0px;
    height: 22px;    
}

.menu_tabs li{
    float: left;
    padding: 1px 12px 1px 12px;
    border-bottom: 1px white solid;
    margin: 0px 2px 0px 0px;
    height: 19px;
}
.menu_tabs li:hover{
    background: #dddddd;
}


#tabs a{
    color: #000000;
    font-size: 13px;
}
#tabs a:hover{
    text-decoration: none;
}

.tab{

}
.active{
    background: #dddddd;
    border-bottom-color: #dddddd !important;
}
.inactive{
    background: #cccccc;
}

.hide{
    display: none;
}
.show{
    display: block;
}



.sidebar_section{
    width: 320px;
    margin: 0px 0px 15px 0px;
}

.sidebar_section>.title{
    width: 300px;
    display: block;
    margin: 0px 0px 6px 0px;
    font-weight: bold;
    font-size: 18px;
}
.tabcontent{
    border-top: 6px solid #dddddd;
    padding: 3px 0px 0px 0px;
}

.popular_posts{
    
}

.popular_posts ul{
    list-style:none outside none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.popular_posts ul li{
    float: left;
    margin:5px;
}


.most_viewed_entry{
    position: relative;
    width: 140px;
    height: 140px;
        
}

.most_viewed_entry .title{
    position: absolute;
    position: absolute;
    left: 0px;
    color: #efefef;
    bottom: 0px;
    line-height: 16px;
    width: 130px;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    font-family: 'PT Sans Narrow';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    padding: 5px;
}

.most_viewed_entry .views_count{
    bottom: 5px;
    display: none;
}
.most_viewed_entry img{
    height: 140px;
    width: 140px;
}
.most_viewed_entry a{
    display: block;
    width: 100%;
    height: 100%;
}






/*pinterest*/

#pins-feed-follow {
	display:block;
	padding:5px;
	text-align:center;
	width:100%;
}

ul.pins-feed-list {
	list-style:none !important;
	list-style-type:none !important;
	margin:0;
	padding:0;
}

li.pins-feed-item {
	list-style:none !important;
	list-style-type:none !important;
	float:left;
	font-size:12px;
	line-height:14px;
	margin:5px;
	padding:0;
	text-align:center;
}

.pins-feed-item .imgtitle {
	height:25px;
	margin:5px 0;
        color: #000000;
       
}

.pins-feed-standard a:hover{
    text-decoration: none;
}

.pinsClear { clear:both; }

/*NailThumb Styles*/
.nailthumb-container{width:auto;height:auto;padding:0;overflow:hidden;text-align:left}
.nailthumb-container img.nailthumb-image{margin:0;padding:0;max-width:none;text-align:left;float:left}
.nailthumb-container span.nailthumb-title{background:none repeat scroll 0 0 rgba(0,0,0,0.5);bottom:0;color:White;display:block;font-size:9px;height:20px;left:0;margin-top:2px;line-height:20px;position:relative;text-align:center;width:100%;overflow:hidden;float:left}
.nailthumb-container span.nailthumb-title .nailthumb-title-scroller{padding-left:2px}
.nailthumb-container img{max-width:none;text-align:left}

.pin_link{
    float: right;
    padding: 10px 0px 0px 0px;
    font-size: 10px;    
    width: 70px;
}


.pin_text{
    display:block;
    float:right;
    margin : 2px 0px 0px 3px;
    
}
.pin_text a{
    color:#000000;
}

.page {
    margin: 14px 0px 0px 0px;
    text-align: justify;
    font-size: 15px;
}


.subscribe_single{
	border: 3px solid #33ACBD;
	padding: 20px 10px 20px 10px;
	border-radius: 5px;
}

.subscribe_single input
{
    border-width: 1px;
    margin: 0px;
    display: block;
}

.subscribe_single #newsletter_input_box
{
	border: 1px solid #cccccc;
	box-shadow: inset 0 0 10px #ececec;
	padding: 7px 10px;
	color: rgb(56, 56, 56);
	font-size: 12px;
	width: 209px;
	float: left;
}
.subscribe_single #newsletter_submit_box
{    
	border: none;
	padding: 0 10px;
	height: 31px;
	width: 63px;
	float: right;
	background-color: #63CEF0;
	cursor:pointer;
	font-weight: bold;	
}

#fb_app_box{
    
    border: 1px solid rgba(29, 49, 91, .5);
    bottom: 0;
    box-shadow:black 0px 0px 5px;
    -moz-box-shadow:black 0px 0px 5px;
    -webkit-box-shadow:black 0px 0px 5px;
    position: fixed;
    right: 0;       
}

#fb_app_box.open{
    height: 236px;
    width: 330px;
    
}

#fb_app_box.open .fb_app_header{
    height: 20px;
}

#fb_app_box.closed{
    height: 30px;
    width: 310px;
}
#fb_app_box.closed .fb_app_header{
    height: 30px;
}


#back_to_fb_box{
    border: medium none;
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 32px;
    top: 5px;
    line-height: 11px;
    font-size: 12px;
    color: #555555;
}

#toggle_fb_app_box{
    border: none;
    text-indent: -99999px;
    height: 9px;
    width: 9px;
    cursor: pointer;
    background: url("../images/facebook_buttons.png");
    background-repeat: no-repeat;
    display: inline-block;
}
.toggle_fb_app_box_container{
    width: 28px;
    border-left: 1px solid rgba(29, 49, 91, .3);
    text-align:center;
}

#toggle_fb_app_box.to_open{
    background-position: 0 -94px;
   
}
#toggle_fb_app_box.to_open:hover{
    background-position: 0 -16px;
    height: 15px;
    width: 15px;
    margin: -3px;    
}

#toggle_fb_app_box.to_close{
    background-position: 0 -104px;
}
#toggle_fb_app_box.to_close:hover{
    background-position: 0 -48px;
    height: 15px;
    width: 15px;
    margin: -3px; 
}

#fb_app_box .title{
    font-size: 16px;
    color: #3B5998;
    font-family: 'lucida grande', tahoma, verdana, arial;
    padding: 0px 0px 0px 6px;
}



.activity_user_box{
    height: 210px;
}

.fb_app_header{
    background-color: #EBEEF4;
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

#ticker {
    width: 800px;
	height: 30px;
}

.ticker-heading {
    background: #fff;
    border-right: 1px solid #ccc;
    color: #ca0002;
    float: left;
    font: 700 12px/12px 'Open Sans Condensed', sans-serif;
    padding: 9px;
    text-transform: uppercase;
}

ul.ticker-list {
    display: block;
    float: left;
    overflow: hidden;
    height: 30px;
    margin: 0px;
    padding: 0px;
	width: 714px;
}

ul.ticker-list li {
    display: block;
    height: 12px;
    overflow: hidden;
    padding: 9px;
}

.ticker-date {
    color: #999;
    font: 10px/10px helvetica, arial, sans-serif;
    margin-left: 10px;
}

.ticker_container{
    height: 50px;
}

.tip{
    background: none repeat scroll 0 0 #FFFFBB;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    text-shadow: 0 1px #FFFFFF;
}

#tip_link{
    color: #FF00FF;
    font-weight: bold;
    margin: 0 0 0 5px;
}

#overlay{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    
}

#overlay a.close{
    position: absolute;
right: -57px;
top: 4px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border:2px solid #D7D7D7;
}

#overlay a.close .arrow{
    background-image: url("../images/x.png");
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    width: 25px;
    height: 25px;
    margin: 13px auto;
}














#overlay a.close:hover .arrow{
    background-position: 0px -35px;
}
#overlay a.close:hover{
    border-color: #ff3535;
}

#overlay a.logo{
    display: block;
    position: absolute;
    left: -74px;
    top: 15px;
}

#overlay_content{
    width: 1150px;
    margin: auto;
    position: relative;
    min-height: 500px;
        
}

#overlay_content .column1{
    float: right;
    width: 308px;
    height: 100%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding-left: 8px
}

#overlay_content .column2{
    margin-right:318px;
    height: 100%;
    border-left: 1px solid #eee;
}

#overlay_content .postTitleFull{
    text-align: center;
    
    float: left;
    width: 380px;
}

#overlay_content .header{
    border: 1px solid #eee;
    border-top: none;
    padding-top: 8px;
}

#overlay_content .header .adsense{
    height: 90px;
    width: 728px;
    float: right;
}

#overlayTitle{
    color: #000000;
    height: 52px;
    line-height: 23px;
    padding: 7px 0px 0px 0px;
    font-size: 19px;
}

#go_to_article{
    font-size: 12px;
    display: block;
    margin-top: 12px;
}

#overlayShare{
    height:70px;
    margin: 25px 0px 5px 0px;
}

#overlayFBComments{
    overflow-y: auto;
    overflow-x: hidden;
}

#gallery{
    width: 700px;
    margin: auto;
}


#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: white;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: white;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
}

#wp_page_numbers li a:hover {
	border-color: #BA0000;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #0075b8;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #BA0000;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}

.recommend_title{
    
    margin: 20px;
}

#recommend_404{
    
}
#recommend_404 ul{
    list-style: none outside none;
}
#recommend_404 ul li{
    float: left;
    margin: 5px;
}

#top_tip{
    background-color: #FDA004;
    border: 1px solid #F97E33;
    border-radius: 0 0 10px 10px;
    -moz-border-radius:  0 0 10px 10px;
    -webkit-border-radius:  0 0 10px 10px;
    box-shadow: 0 14px 16px -15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 14px 16px -15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 14px 16px -15px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -1px;
    
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    width: 1016px;
    z-index: 9999;
    display: none;
}
#top_tip .tip_text{    
    width: 600px;
}
#top_tip .tip_share{    
    
}
.header_ad{
    max-width: 728px;
	width:100%;
	min-height : 90px;
	margin: 33px auto 0px auto;
}
#fb-root{
    display: none;
}
    
#pinterestfeed{
    height: 480px;
    clear: both;
}

.picture_container .thumbs{
    position: absolute;
    bottom: 6px;
    left: 200px;
    width: 400px;
    height: 75px;
    right: 0px;
    
    color:#ffffff;
    cursor: pointer;
    
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    
    transition: opacity 500ms ease;
    transition-delay: 0ms;
    -moz-transition: opacity 250ms ease;
    -moz-transition-delay: 0ms;
    -webkit-transition: opacity 250ms ease;
    -webkit-transition-delay: 0ms;
    -khtml-transition: opacity 250ms ease;
    -khtml-transition-delay: 0ms;
}

.picture_container:hover .thumbs{
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    
    transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -webkit-transition: opacity 250ms ease;
    -khtml-transition: opacity 250ms ease;
}

.picture_container .thumbs > span{
    left: 0;
    margin: auto;
    position: absolute;
    right: 1px;
    top: -20px;
    width: 160px;
    cursor: pointer;
}
.pic_preview_link{
    color:#ffffff;
}

.picture_container .thumbs .thumb{
    position: absolute;
    bottom: 0px;
    top:0px;
    transition: left 250ms ease;
    -moz-transition: left 250ms ease;
    -webkit-transition: left 250ms ease;
    -khtml-transition: left 250ms ease;
}
.picture_container .thumbs .thumb:hover{
    z-index: 100;
}
.picture_container .thumbs .thumb a{
    display: block;
}
.picture_container .thumbs .thumb img{
    height: 75px;
    width:75px;
    border: 1px solid #AAA;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    
    box-shadow: 0 0 3px black;
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px black;
    -khtml-box-shadow: 0 0 3px #000;
    
    /*
    transition: width 500ms ease, height 500ms ease, margin-top 500ms ease, margin-left 500ms ease;
    -moz-transition: width 500ms ease, height 500ms ease, margin-top 500ms ease, margin-left 500ms ease;
    -webkit-transition: width 500ms ease, height 500ms ease, margin-top 500ms ease, margin-left 500ms ease;
    -khtml-transition: width 500ms ease, height 500ms ease, margin-top 500ms ease, margin-left 500ms ease;
    */
}
.picture_container .thumbs .thumb img:hover{
    width:95px;
    height:95px;
    margin:-10px 0px 0px -10px;
}
.thumb-1{
    left: 160px;
}
.picture_container:hover .thumb-1{
    left: 0px;
}
.thumb-2{
    left: 160px;
}
.picture_container:hover .thumb-2{
    left: 80px;
}
.thumb-3{
    left: 160px;
}
.thumb-4{
    left: 160px;
}
.picture_container:hover .thumb-4{
    left: 240px;
}
.thumb-5{
    left: 160px;
}
.picture_container:hover .thumb-5{
    left: 320px;
}

#designyourhome{
    width: 1030px;
    margin: auto;
    box-shadow: 0px 0px 13px 2px rgba(100, 100, 100, 0.5);
    border-radius: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

#designyourhome h1{
    font-size: 30px;
    line-height: 40px;
}

#designyourhome h2{
    font-size: 24px;
}

#designyourhome .contact-a-designer{
    margin: 30px 0px 0px 0px;
    display: block;
    width: 235px;
    height: 60px;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#9DDA5F), to(#658D3D));
    box-shadow: 0 1px #9DDA5F inset, 0 -1px #395021 inset;
    text-shadow: 0 -1px 0 #70B02F;
    border: 1px solid #5D803A;
    font-size: 23px;
    line-height: 54px;
    padding: 0px 0px 0px 12px;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
}

#designyourhome .contact-a-designer:hover{
    text-decoration: none;
}
#designyourhome .title_page{
    margin: 0px 0px 30px 0px;
    width: 500px;
}
#designyourhome .section{
    margin: 0px 0px 30px 0px;
    padding: 40px;
    
}
#designyourhome .subtitle{
    background: #D4D4D4;
    margin: 10px 0;
    padding: 15px 0 15px 30px;
    width: 650px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#designyourhome dl dt{
    font-weight: bold;
}

#designyourhome dl dd{
    margin: 0px 0px 13px 30px;
   
}

#designyourhome dl ul{
    margin: 0px 0px 0px 0px;
}
#designyourhome .wpcf7-form table{
    margin: 20px 0px 0px 0px;
}

#designyourhome .wpcf7-form table tr{
    height: 35px;
}

#designyourhome .wpcf7-form table td{
    
}
.rssFeed a {
    color: #444;
    text-decoration: none;
    text-display: none;
}

.sidebar_pin_rss{
    width: 350px;    
}

.sidebar_pin_rss ul {
    list-style: none;
}
.sidebar_pin_rss ul, .rssRow, .rssRow h4, .rssRow p {
    margin: 0;
    padding: 0;
}
 
.sidebar_pin_rss li {
    position: relative;
    color: transparent;
    width: 100px;
    height: 150px;
    overflow: hidden;
    padding: 6px;
    float: left;
    z-index: 1;
    border: none;
}

.sidebar_pin_rss .rssRow {
    padding: 3px;
}
.sidebar_pin_rss .rssRow h4 {
    display: none;
}
.sidebar_pin_rss .rssRow div {
    color: #666;
    margin: 0.2em 0 0.4em 0;
}

.sidebar_pin_rss .rssRow p {
    color: black;
    font-size: 11px;
    text-align: center;
}

.sidebar_pin_rss .rssRow img{
    height: 100px;
    width: 100px;
}

.collector_rss{
     
}

.collector_rss ul {
    list-style: none;
}
.collector_rss ul, .rssRow, .rssRow h4, .rssRow p {
    margin: 0;
    padding: 0;
}
 
.collector_rss li {
    color: transparent;
    width: 200px;
    height: 190px;
    overflow: hidden;
    padding: 6px;
    float: left;
    z-index: 1;
    border: none;
    padding: 15px;
    position: relative;
}


.collector_rss .rssRow h4 {
    display: none;
}
.collector_rss .rssRow div {
    color: #666;
    margin: 0.2em 0 0.4em 0;
}

.collector_rss .rssRow p {
    color: black;
    font-size: 11px;
    text-align: center;
}

.collector_rss .rssRow img{
    height: 200px;
    width: 200px;
}

.collector_rss .rssRow span{
    position: absolute;
    bottom: 5px;
    left: 15px;
    width: 190px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 5px;
}

.collector_rss .rssRow a{
    display: block;
}

#collector > span{
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}

.post-edit-link{
    color: #ff0000 !important;
}
 
#become_fb_fan{
	background-color: rgba(0, 0, 0, 0.7);
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;	
}

#become_fb_fan .content
{
	background-color: rgb(241, 241, 241);
	font-size: 18px;
	width: 560px;
	text-align: center;
	margin: 200px auto;
	padding: 30px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25), inset 0px 1px 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25), inset 0px 1px 1px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25), inset 0px 1px 1px rgba(255, 255, 255, 0.7);
	position: relative;
}
 
#become_fb_fan .content .social 
{
    min-width: 130px;
    width: 130px;
    margin: 20px auto 0px auto;
    padding: 14px 10px 10px 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12), 0px 1px 1px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12), 0px 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 0px 4px rgba(0,0,0,0.12), 0px 1px 1px rgba(255, 255, 255, 0.7);
    background-color: #f2f2f2;        
}
  
#become_fb_fan .close {
    position: absolute;
	top: 7px;
	right: 7px;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-webkit-opacity: 0.2;
	cursor: pointer;
	z-index: 1000;
}
  
#become_fb_fan .close:hover {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
}

/*authors*/
 .member {
    padding: 0 40px 30px 242px;
    border-bottom: 0 dotted #DDD;
    position: relative;
    min-height: 128px;
    box-shadow: none;
}
.member .member-name {
    font-size: 22px;
    font-family: Kreon;
    margin: 0;
    color: #63CEF0;
}
.member .member-position {
    font-size: 16px;
    color: #AAA;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 10px 0;
    width: 50%;
}
.member .member-avatar {
    position: absolute;
    top: 7px;
	left: 50px;
    width: 128px;
    height: 128px;
    background: white;
    -webkit-transition: background .3s ease-in;
    -moz-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    -ms-transition: background .3s ease-in;
    transition: background .3s ease-in;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    padding: 4px;
    overflow: hidden;
}
.member-avatar img {
    
    height: 128px;
    width: 128px;
}

.member:hover .member-name {
    color: #63CEF0;
    -webkit-transition: background .3s ease-in;
    -moz-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    -ms-transition: background .3s ease-in;
    transition: background .3s ease-in;
}

.member .member-bio {
    line-height: 1.5;
    font-size: .9em;
    color: #666;
}

.noscroll {
	position: fixed;
	overflow-y: scroll;
	width: 100%;	
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}

.category_articles{
	font-size: 0.9em;
	line-height: 1.3em;
}

.category_articles span {
	margin: auto;
	display: block;
	width: 65%;
}

.category_articles ul {
	list-style:none;
}

.category_articles ul li{
	background: transparent url("../images/icons/ball-16.png") no-repeat center left;
	padding:0px 0px 0px 30px;
}

 .category_articles a{
	color:rgb(244, 11, 11);
}

.essb_link_more .essb_icon, .essb_link_less .essb_icon{
	margin-top: -17px !important;
}

#top-menu-bar-mobile, #menu_opener{
    display: none;
}

#menu_opener{
      margin: 20px auto;
      width: 50px;
      padding: 10px;
}

/*product shop*/

.product{
    /*background-color: #ffaaff;*/
}

.product_title {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 21px;
    font-weight: normal;
    color: black;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s linear;
}

.product:hover .product_title {
    visibility: visible;
    opacity: 1;
}

.product_title:hover {
    text-decoration: none;
}

.product_price {
    position: absolute;
    bottom: 0px;
    width: 320px;
    text-align: center;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s linear;
}

.product:hover .product_price {
    visibility: visible;
    opacity: 1;
}

.buy_button{
    padding: 10px;
    color: white !important;
    background-color: #63cef0;
    text-decoration: none;
}

.buy_button:hover{
    text-decoration: none;
    background-color: #5DC1E0;
}

@media screen and (max-width: 1024px){
    #quoteOfDay, .random_banner, #tip, #fb_app_box, #footer, .fullscreen_link, .over, .postPreviewDetails, 
	.comments_box, .ad_div {
        display:none;
    }
	.SocialMediaBox {
		width:100%;
	}
	.view_more img {
		width: 60%;
	}
	
	.cat_previews {
        display:none;
    }
    
    .view_more a {
		width: 31%
	}
	
	.sticky {
		position: static;		
	}	
	
	.sidebarContainer {
		float:none;
		clear:both;
	}
	
	#headerLogo {
		display: block;
		margin: auto;
		width: 175px;
		float:none;
	}
	
	.prev_next, .PostShare, .cat_image a:hover span {
		display:none;
	}
	
    .main_menu > ul > li {
        line-height: 27px;
    }
    .main_menu > ul > li, .main_menu .cat_title {
        height: 32px;
    }
    
    .main_menu .arch_title {
        background-color: #ccfc38;
    }

    .main_menu .pr_des_title {
        background-color: #BEFFA8;
    }

    .main_menu .sp_liv_title {
        background-color: #ADF069;
    }

    .main_menu .gadg_title {
        background-color: #77CAE5;
    }    
    
    #SmallPostPreviewTitleAboutBox .categories{
        float:right;
    }
    
    .picture_container_small img {
        width:485px;
		margin: auto;
		display: block;
    }
    
    #top-menu-bar {
        width: 100%;
    }
    .main_menu > ul > li{
        width:24.5%;
    }
    .cat_previews > ul > li{
        width:24.5%;
    }
    .cat_image img{
        height: 186px;
        width: 246px;
    }
    .right_content{
        width: auto;
    }
    .post{
        width: 47%;
    }
    .content-wrap, .single_post, .entry img{
        width: 100%;
		/*height:auto;*/
    }
    #page {
        padding: 0 5px;
        border: none;    
    }
    #SmallPostPreviewTitleAboutBox small {
        font-size: 13px;
    }
    .entrySmall { 
        line-height: 17px;
        font-size: 14px;
    }
	.post.left_post
	{
		float: none;
		margin-left: 0px;
        height: 618px;
	}
	.post.right_post
	{
		float: none;
		margin-left: 0px;
	}	
	.postTitle2 h1
	{
		font-size: 1.4em;
		line-height: 1.5em;
		font-weight: normal;	
	}
	.postTitle2
	{
		margin-top:20px;
	}
	.SocialMediaBox .buttons_wrapper
	{
		float: none;
		margin:auto;
		width: 320px;
	}
	.SocialMediaBox .essb_links
	{
		padding:10px;
	}
}


@media screen and (max-width: 760px){
    #top-menu-bar{
        display:none;
    }

    #menu_opener{
        display: block;
    }
}
