/*
Theme Name: Techease
Theme URI: 
Description: Custom techease theme
Version: 1.0
Author: Djura Simic
Author URI: 
*/

                            /*CSS START TOP MENU*/
                            
                            
#top_menu
        {
            position:relative;
            top:0px;
            left:22px;
            width:953px;
            height:31px;
            margin-top:1px;
        }
        
#top_menu ul
        {
            margin:0px;
            padding:0px;
        }
        
#top_menu ul li
        {
            display:inline;
            list-style-type:none;
            width:110px;
            height:31px;
            margin:0px;
            padding:0px;
        }
        
#top_menu a
        {
            
            display:inline-block;
            width:110px;
            padding-top:8px;
            padding-bottom:8px;
            font-size:12px;
            font-weight:bold;
            text-align:center;
            
            text-decoration:none;
            text-transform:uppercase;
            background-image:url(images/menu_bg.png);
            
            letter-spacing:0px;            
        }
        
#top_menu a:hover
        {
            color:white;
            background-position:top;
        }
        
.inactive_top_menu_item
        {
             color:#42474b; 
             background-position:bottom;    
        }
        
.active_top_menu_item
        {
             color:white;
             background-position:top;
        }
        
.last_menu_item
        {
            border-right:1px solid #9D9FA2;
        }
		
#social_icons_up
		{
			position:absolute;
			top:0px;
			right:13px;
			overflow:hidden;
		}
		
#social_icons_up a
		{
			background:none;
			width:24px;
			height:24px;
			display:inline-block;
		}
		
#facebook_up, #tweeter_up, #youtube_up
		{
			position:relative;
			top:0px;
			background:none;
			width:24px;
			height:24px;
			float:right;
			display:inline-block;
			z-index:1000;
			margin-left:5px;
			margin-top:-5px;
		}
                            
                            
                            /*CSS STOP TOP MENU*/
                            
.alignleft {
    float: left;
    margin: 0 10px 8px 0;
    }
    
.alignright {
    float: right;
    margin: 0 0 8px 10px;
    }
    
.aligncenter {
    margin: 10px auto;
    }

/* sidebar */
#sidebar {
    position:absolute;
    right: 0px;
    top:200px;
    width: 220px;
    }

#sidebar ul {
    margin: 0;
    }

#sidebar ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 25px;
    }

.display_none
    {
        display: none;
    }
