/*
	Theme Name: WP-Answers Default
	Theme URI: http://wp-answers.com
	Description: Default Question & Answer theme for WP-Answers plugin
	Author: WP-Answers
	Author URI: http://wp-answers.com
	Version: 3.3
*/

/* Import Font Awesome (icons) */
@import url("css/font-awesome.css");

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
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: "" "";
}

/* Defaults */

body{
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-repeat: repeat;
	color: #777777;
	line-height: 18px;
}

input, textarea {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #5d5c5c;
	border: 1px solid #E4E4E4;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input:hover, textarea:hover{
	border: 1px solid #CCCCCC;
	color:#909090;
}

input:focus, textarea:focus{
	border: 1px solid #BBD3FF;
	-webkit-box-shadow: 0px 0px 3px 0px #BBD3FF;
	box-shadow: 0px 0px 3px 0px #BBD3FF; 
	moz-box-shadow: 0px 0px 3px 0px #BBD3FF; 

}


blockquote{
	color:#404040;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px;
	border-left:3px solid #F4F4F4;
	margin-bottom:10px;
}

.clear {
	clear:both;
}

img.aligncenter, .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;
}

img.alignleft, .alignleft {
	float: left;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}

img.alignright, .alignright {
	float: right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}

img.alignnone, .alignnone {
	clear: both;
	display: block;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}

#content tr th, #content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}

#content tr.odd td {
	background: #f2f7fc;
}

#content dl {
	margin: 0 0 24px 0;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin-bottom: 18px;
}

#content ul {
	margin-bottom:20px;
	display:block;
	list-style-type:square
}

#content li {
	margin-bottom:5px;
}

#content ol {
	margin-bottom:20px;
	display:block;
	padding-left:20px;
	list-style-type:decimal
}

#content p{
	margin-bottom:12px;
}

#content address {
	margin-bottom:20px;
	display:block;
}

/* Headings */

h1,h2,h3,h4,h5,h6{
	font-family: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#010101;
	padding: 0;
}


/* Links */

a {
	color: #006CFF;
	text-decoration: none;
}

a:visited {
	color: #006CFF;
	text-decoration: none;
}

a:hover {
	color:#B9B9B9;
	text-decoration: none;
}


/* Theme Layout */

#container {
	width:960px;
	margin:0 auto;
	border-top:10px solid #F7F7F7;
	background-color: white;
}

#header{
	height:110px;
	position: relative;
	border-bottom:1px solid #F7F7F7;
	margin-bottom:15px;
}

.logo{
	position:absolute;
	left:0px;
	bottom:10px;	
}

#askbar{
	height:83px;
	background-color: #F7F7F7;
	background-image: url(img/stripe-bg.png);
	border-radius: 5px;
	margin-bottom:25px;
}

.ask {
	float: left;
}

.searchf {
	float: right;
}

.askinput{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:28px;
	margin-left:15px;
	margin-top:23px;
	width:450px;
	font-size: 16px;
	font-weight: bold;
	color:#BFBFBF;
	padding-left:10px;
	margin-right:15px;
}

.searchinput{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:28px;
	margin-right:15px;
	margin-top:23px;
	width:200px;
	font-size: 16px;
	font-weight: bold;
	color:#BFBFBF;
	padding-left:10px;
}

.topbutton{
	height:38px;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:15px;
	padding-left:20px;
	padding-right:20px;
	border: solid 1px #0076a3;
}

.topbutton:hover {
	text-decoration: none;
	color: white;
}
.topbutton:active {
	position: relative;
}

.topbutton:focus{

}

.topblue {
	color: white;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.topblue:hover {
	background: #007ead;
	border: solid 1px #0076a3;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.topblue:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.loginbox{
	font-size: 12px;
	color:#BFBFBF;
	padding-left:10px;
	margin-right:15px;
	width:94%;
	height:20px;
	margin-bottom:15px;
}

.loginbutton{
	height:25px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:15px;
	font-size: 12px;
	width:140px;
	padding:0px;
	line-height: 18px;
}

.loginbutton:hover {
	text-decoration: none;
}
.loginbutton:active {
	position: relative;
}

.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	color: #606060;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #606060;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.loginwidget{
	margin-bottom:20px;
}

.noaccount{
	border-top:3px solid #F7F7F7;
	text-align: center;
}

.twitterbutton{
	margin-right:10px;
}


#content{
	float:left;
	width:100%;
	max-width:600px;
	margin-right:-288px;
	margin-bottom:20px;
}

.question{
	border-bottom:1px solid #F7F7F7;
	margin-bottom:15px;
	max-width:630px;
	min-height:70px;
}

.questionmain{

	margin-left:60px;
}


.questiontitle{
	margin:0px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.2px;
	margin-top:8px;
	margin-bottom:2px;
	line-height: 22px;
}

.questiontitle a{
	color:#010101;
}

.questiontitle a:hover{
	color: #777777;
}

.questionnumber{
	background-image: url(img/bubble-bg.png);
	background-repeat: no-repeat;
	color:white;
	width:50px;
	height:51px;
	float: left;
	margin-right:10px;
}

.questionnumber a{
	display:block;
	width:50px;
	height:50px;
	color:white;
}

.questionnumber a:hover{
	color:#e4e4e4;
}

.questionnumber p{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}

.questionmeta{
	color:#A4A4A4;
}

.questionmeta a{
	color:#A4A4A4;
}

.questionmeta a:hover{
	color:#010101;
}


.questionmeta li{
	list-style-type: none;
	display: inline;
	margin-right:20px;
}

.cat-count{
	float:left;
	background-color: #141414;
	color:white;
	display:block;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width:22px;
	height:22px;
	text-align: center;
	line-height: 22px;
	margin-right:10px;
	font-size: 11px;
	font-weight: bold;
}

.avatarsmall {
	width: 22px;
	height: 22px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	float: left;
	margin-right:10px;
}

.user-points{
	float: right;
}

.questionarea{
	height:200px;
	width:80%;
}

.formlabel{
	margin-top:20px;
}


/* Interior */

.userinfo p{
	margin-top:20px;
}

.formlabel{
	padding-bottom:5px;
	line-height:25px
}

.formtitle{
	margin:0px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.2px;
	margin-top:8px;
	margin-bottom:2px;
	line-height: 22px;
	margin-top:30px;
}

.formtitle a{
	color:#010101;
}

.formtitle a:hover{
	color: #777777;
}



/* Sidebar */

#sidebar{
	float:right;
	width:288px;
	margin-bottom:15px;
}

.sidehead{
	font-size: 14px;
	font-weight: bold;
	border-bottom:3px solid #F7F7F7;
	padding-bottom:5px;
	margin-bottom:15px;
}
.sidebarwidget{
	border-bottom:1px solid #F7F7F7;
	padding-bottom:15px;
	margin-bottom:20px;
}

.sidebarwidget ul{

}

.sidebarwidget li{
	border-bottom:1px solid #F7F7F7;
	padding-bottom:7px;
	margin-top:7px;
}
.sidebarwidget li:last-child {
	border:0px;
	padding-bottom:0px;
}

.sidebarwidget li a{
	color:#A4A4A4;
}

.sidebarwidget li a:hover{
	color:#010101;
}


.sidebarwidget p{
	margin-bottom:5px;
	margin-top:10px;
}


/* Footer */

#footer{
	margin-bottom:30px;
}

#footer a{
	color:#777777;
}

#footer a:hover{
	color:#006cff;
}

.footerwidget{
	border-bottom:1px solid #F7F7F7;
	padding-bottom:15px;
	margin-bottom:20px;
	float:left;
	width:290px;
	margin-right:45px;
}

.footerwidget:nth-child(3n+3){
	margin-right:0px;
}

.footerwidget ul{

}

.footerwidget li{
	border-bottom:1px solid #F7F7F7;
	padding-bottom:7px;
	margin-top:7px;
}
.footerwidget li:last-child {
	border:0px;
	padding-bottom:0px;
}

.footerwidget li a{
	color:#A4A4A4;
}

.footerwidget li a:hover{
	color:#010101;
}


.footerwidget p{
	margin-bottom:5px;
	margin-top:10px;
}

#bottom{
	border-top:3px solid #F7F7F7;
	padding-top:20px;
}

.footerlogo{
	float: left;
	margin-right:10px;
}

/* Navigation */

#navbar select {
  display: none;
}

#navbar{
	height:32px;
	font-size: 12px;
	margin:0 auto;
	z-index:999;
	position:absolute;bottom:2px;right:0px;
}

#main-nav	{
	height: 32px; /* set to the height you want your menu to be */
	margin: 0 0 10px; /* just to give some spacing */
	float: right;
	font-size: 12px;
}

#main-nav ul	{
	margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}

#main-nav li	{
	display: block;
	float: left;
	line-height: 32px; /* this should be the same as your #main-nav height */
	height: 32px; /* this should be the same as your #main-nav height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
	background-color: #F9F9F9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
	margin-right:2px;
}

#main-nav li a	{
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	border:0px;
	color:#1D1D1D;
}

#main-nav li a:hover{
	background-color: #EEEEEE;
	border-top-left-radius: 10px 5px;
	border-bottom-right-radius: 10% 5%;
	border-top-right-radius: 10px; 
}

#main-nav .current-menu-item a, #main-nav .current_page_item a,  {
	color: white;
	background-color: #EEEEEE;
}

#main-nav ul ul a{
	color: #CACACA;
}

#main-nav ul ul a:hover{
	color:#FFFFFF;

}

#main-nav ul ul { /* this targets all sub menus */
	display:none;
	position: absolute;
	top: 32px; /* this should be the same height as the top level menu -- height + padding + borders */
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	z-index:9999;
	font-size:12px;
	font-weight:normal;
}

#main-nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 150px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	border-bottom:1px solid #555555;
	background-color:#343434;
	background-image:url(img/stripes-dark.png);
	background-repeat:repeat;
}
#main-nav ul ul li a { /* target all sub menu item links */
	
}

#main-nav ul ul li a:hover { /* target all sub menu item links */
	background-color:#525252;
	border-bottom:1px solid #B35B13;
}


#main-nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
	background-color:white;
}

#main-nav ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 150px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
}


/* Comments */

.voting{
	float:left;
}

.vote{
	width:25px;
	height:20px;
	display:block;
	
}

.voting li{
	display:block;
	width:25px;
	list-style-type:none;
	float:left;
	text-align:center;
	line-height:20px;
	font-weight:bold;
}

.voting li a{
	width:20px;
	background-color:#333333;
	color:white;
	-moz-border-radius:25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.voting li a:hover{
	background-color:#333333;
}


.negative{
	color:#CCCCCC;
}

.negative .comment-author {
	color:#CCCCCC;
}

.negative .wpanswerstuff{
	color:#CCCCCC;
}

.negative .avatar{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.best-answer{
	background-color:#FFFFD9;
	padding:10px;
	background-image:url(img/bestanswer-button.png);
	background-repeat:no-repeat;
	background-position:top 10px right 10px;
}

#comments{

}

.commentheading{
	float:left;
	font-size: 18px;
	font-weight: bold;
	margin-top:15px;
}

.leavecomment{
	font-size: 18px;
	font-weight: bold;
	margin-top:15px;
	border-bottom:3px solid #F7F7F7;
	margin-bottom:25px;
	padding-bottom:10px;
}


.comments ol{
}

#commentsform{
	padding-right:10px;
	position:relative;
	margin-bottom:0px;
}

#comments p{
}

.commentstop {
	margin-top:40px;
	border-bottom:3px solid #F7F7F7;
	height:60px;
	padding-top:10px;
}

.comment{
	padding-bottom:10px;
}

.wpanswerstuff{
	margin-left:55px;
	margin-bottom:-5px;
}

.wpanswerstuff li{
	display:inline;
	list-style-type:none;
	margin-right:10px;
	font-size:11px;
}

.wpanswerstuff a{color:#B9B9B9;}
.wpanswerstuff a:hover{color: #006CFF;}


.avatar{
	float:left;
	margin-right:10px;
	-moz-border-radius:25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border:0px;
	padding:0px;
}

.comment-author{
	font-size: 12px;
	color:#010101;	
}

.comment-author a{
	border-bottom:0px;
	color:#000000;
}

.bypostauthor{
	
}

.comment-meta{
	font-size: 11px;
}

.comment-meta a{
	border-bottom:0px;
}
.comment-meta a:visited{
	border-bottom:0px;
}

.comment-body{
	margin-left:55px;
}

.comment-body p{
	margin-top:10px;
	line-height:20px;
}

.comment li{
	margin-top:20px;
}

.comment {
	list-style-type:none;
}

.children ul{
}

.depth-1 {
	margin-top:20px;
}

.depth-2 {
	margin-top:20px;
	margin-left:10%;
}

.depth-3 {
	margin-top:20px;
	margin-left:10%;
}

#comments .comment:last-child.depth-2 {
}

#comments .comment:first-child.depth-2 {	
}

#comments .comment:last-child.depth-3 {	
}

.comment-author-admin{
}

#comments ul.children{
}

.reply{
	float: right;
	position:relative;
	border-bottom:1px solid #ECECEC;
	width:100%;
	margin-bottom:25px;
	padding-bottom:25px;
}

.comment-reply-link{
	display: block;
	background-color: #464646;
	color:white;
	border:0px;
	font-size: 11px;
	padding:1px 10px;
	width:35px;
	text-align:center;
	float:right;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.comment-reply-link {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

a.comment-reply-link:hover{
		color: #606060;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

a.comment-reply-link:active {
	color: #606060;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}





.commentinput{
	width:50%;
	margin-bottom:20px;
}

.commentbox{
	width:98%;
	height:150px;
	margin:0 auto;
	margin-bottom:20px;

}

.answerarea{
	background-image:url(img/stripe-bg.png);
	background-repeat:repeat;
	padding:15px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.commentinfo{
	font-size: 11px;
	margin-top:20px;
}

.commentsubmit{
	margin-top:20px;
	display: block;
	background-color: #464646;
	color:white;
	border:0px;
	font-size: 11px;
	padding:5px 15px;
}

.commentsubmit:hover{
	background-color: #5E5E5E;
	cursor: pointer;
}

.cancelcomment {
	margin-bottom:10px;
}

.loggedinauthor{
}



/* Widgets */

/* reCaptcha */

#recaptcha{
	margin:20px;
}

/* Calendar */

#wp-calendar {
	width: 90%;
	background-color:#FFFFFF;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 2px 0px #CCCBCB;
	box-shadow: 0px 0px 2px 0px #CCCBCB; 
	moz-box-shadow: 0px 0px 2px 0px #CCCBCB; 
}

#wp-calendar caption {
	color: #222;
	font-size: 12px;
	padding-bottom: 4px;
	margin-bottom:9px;
	text-align:center;
	margin-top:10px;
}

#wp-calendar thead {
	font-size: 11px;
	text-align: center;
}

#wp-calendar thead th {
	text-align: center;
	padding: 3px 0 2px;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar #prev{
	padding:7px;
}


/* Social Media */

#socialmedia .socialnumber{
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#282828;
}

#socialmedia p{
	font-size: 11px;
	margin:0px;
	padding:0px;
	margin-top:-3px;
}

#socialmedia li{
	padding-left:40px;
	height:32px;
	margin-bottom:10px;
}

#socialmedia .facebook{
	background-image: url(img/facebook.png);
	background-repeat: no-repeat	
}
#socialmedia .twitter{
	background-image: url(img/twitter.png);
	background-repeat: no-repeat	
}
#socialmedia .rss{
	background-image: url(img/rss.png);
	background-repeat: no-repeat	
}
#socialmedia .dribbble{
	background-image: url(img/dribbble.png);
	background-repeat: no-repeat	
}

/* Social Media Sidebar*/

#sidebar #socialmedia .socialnumber{
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#282828;
}

#sidebar #socialmedia p{
	font-size: 11px;
	margin:0px;
	padding:0px;
	margin-top:-3px;
}

#sidebar #socialmedia li{
	padding-left:55px;
	height:30px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:15px;
	background-position:15px 5px
}

/* Search */

.sidesearch{
	width:80%;
	margin:15px;
	background-image:url(img/magnifying-icon.png);
	background-repeat:no-repeat;
	background-position:98% 6px;
}


/* Flickr */

.flickr-badges{
	overflow:auto;
	padding-left:8px;
	padding-top:20px;
}

.flickr-badges img{
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	max-width:160px;
	height:auto;
}

#footer .flickr-badges{
	overflow:visible;
	padding:0px;
	margin:0px;
	margin-left:8px;
}

#footer .flickr-badges img{
	padding:0px;
	margin:5px;
	max-width:160px;
	border:4px solid #555555;
}

#footer .flickr-badges img:hover{
	border:4px solid #808080;
}

/* Tagcloud */

.tagcloud{
	overflow:auto;
	padding:5px;
}

.tagcloud a { background:#ccc;padding:6px;float:left;margin:5px; font-size:12px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.tagcloud a:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.tagcloud a:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* Pagination */


.pagination {
	position:relative;
	padding:0px 0;
	font-size:11px;
	line-height:13px;
	height:60px;
	padding-top:10px;
	padding-bottom:0px;
	max-width:625px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#444;
	border:1px solid #EDEDED;
		-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.pagination a:hover{
	background: #24221D;
	color:#fff;
	text-decoration: none;
	border:1px solid #24221D;
}

.pagination a:visited{
	text-decoration: none;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #24221D;
	color:#fff;
	border:1px solid #24221D;
}

/* Responsive*/

img{ max-width: 100%;height:auto; }


/* Portrait Tablets */
/* Note: Design for a width of 740px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

#container{
	width:740px;
}

#content{max-width:400px;}

.searchinput{
	width:140px;
}
.askinput{
	width:300px;
}

.topbutton{

}

.footerwidget{
	width:230px;
	margin-right:25px;
}

.question{
	max-width:420px;
}
}


/*  Portrait Mobiles */
/* Note: Design for a width of 290px */
@media only screen and (max-width: 767px) {

#container{
	width:290px;
}

#navbar ul {
display: none;
}

#navbar select { 
display: inline-block; position:absolute;top:20px;left:10px;width:95%
}
  
#navbar{
  position:relative;
}

.askinput{
	width:150px;
}

.topbutton{
	margin:0px;
}

.searchf{
	display:none;
}

#content{
	float: inherit;
	width:100%;
}

.questiontitle{
	font-size: 16px;
}

#sidebar{
	float: inherit;
	width:100%;
}
.questionmeta li{
	display: none;
}
}


/* Landscape Mobiles */
/* Note: Design for a width of 420px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

#container{
	width:420px;
}
.askinput{
	width:275px;
}

.topbutton{
	margin:0px;
}

.footerwidget{
	width:100%;
	float: inherit;
}


}
