/*
Theme Name: Tech Qna
Theme URI: http://www.themesdesk.com
Version: 1.1
Description: Wordpress Technology Theme by Themes Desk
Author: Themes Desk
Author URI: http://www.themesdesk.com
License: GNU General Public License
License URI: license.txt 
*/

@import url('global.css');
@import url('header.css');
@import url('widget.css');
@import url('home.css');
@import url('comments.css');
@import url('sidebar-social.css');
@import url('pagination.css');
@import url('archive.css');
@import url('navigation.css');
@import url('footer.css');
@import url('social-slider.css');
@import url('post.css');
@import url('related.css');
@import url('shortcodes-style.css');
@import url('125-125-ads.css');
@import url('SpryTabbedPanels.css');
@import url('tab-style.css');
@import url('author.css');
@import url('slide-singlepage.css');

#wapper { width:100%; height:100%; overflow:hidden;}
#container { width:1000px; height:auto; margin:0px auto 0px; }
#MainDiv {width:970px; height:auto; margin:0px auto 0px;}
/*SinglePage Css Start */
.row1 {padding-bottom:5px; margin-top:20px; }
.top-heading { float:left; text-align:center; position:relative; border:solid 1px #CCC; padding:2px; margin:10px 4px; width:152px;    }
.top-heading .opacity-heading{ font-size:12px; font-weight:normal; color:#fff; padding:3px; repeat; position:absolute; z-index:100; text-align:left; top:71px; line-height:14px; margin:0px 3px 0px 1px; width:144px; height:27px; }
.top-heading .opacity-heading a {color:#fff;}
.top-heading img{ border:solid 1px #fff; width:150px; height:100px; overflow:hidden; text-align:center;  }
.inner-content { padding:10px 5px; }
.fourline1 { height:60px; line-height:60px; font-size:24px; font-weight:normal; margin-top:20px;   }
/*  SinglePage Css End*/
/* button */
.btn-primary {
border: 1px solid #2f7295;
background: -webkit-linear-gradient(#2eaef0,#0488cd);
background: -moz-linear-gradient(#2eaef0,#0488cd);
background: -o-linear-gradient(#2eaef0,#0488cd);
background: -ms-linear-gradient(#2eaef0,#0488cd);
background: linear-gradient(#2eaef0,#0488cd);
-webkit-box-shadow: inset 0 1px 1px 0 #9fcee7,0 2px 0 -1px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 1px 0 #9fcee7,0 2px 0 -1px rgba(0,0,0,0.2);
color: white;
text-shadow: 0 1px #555;
cursor: pointer;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
