@charset "utf-8";


@import url("themes/screen-light-blue.css");

/* Importing styles for plugins
@import url("jquery.lightbox-0.5.css");*/



/* Standard Screen Styles */
html, body, form,
h1, h2, h3, h4, h5, h6,
p, img, a
{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#222;
}	
small
{
	letter-spacing:0.01em;
}

h1, h2, h3, h4, h5, h6
{
	letter-spacing:-0.03em;
	padding:0 0 10px 0;
}
h1 { font-size:2.4em; font-weight:normal; }
h2 { font-size:1.8em; font-weight:normal;  }
h3 { font-size:1.5em; font-weight:normal; padding-top:10px;}
h4 { font-size:1.3em;  }
h5 { font-size:1.2em; }
h6 { font-size:1.1em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	text-decoration:none;
}
.left h3 {
  margin-top:10px;
}
.left h6 {
  margin-bottom:2px;
  padding-bottom:2px;
  font-size:14pxgit diff ;
}
.project {
  margin-bottom:8px;
}
#outer
{
	background:#fff;
}

p
{
	line-height:150%;
}
#main p
{
	padding:0 0 15px 0;
	font-size:90%;
	line-height:160%;
}

hr
{
	color:#fff;
	background-color:#fff;
	border:1px dotted #ccc;
	border-style:none none dotted;
	margin:20px 0;
}
div.shadow
{
	background:#fff url(../images/hr_shadow.jpg) no-repeat bottom center;
	height:10px;
}

a:hover, 
a.active
{
	color:#444;
}
a
{
	text-decoration:none;
}
a.browse
{
  
  background:url('/images/arrow_left.png') 0 0 no-repeat;
  text-indent:20px;
  font-size:120%;
  font-weight:bold;
	text-decoration:none;
	padding:0;
	display:block;
	margin:0;
}
.indent-20 {
  margin-left:20px;
}
a.icon
{
	padding:2px 20px 5px 25px;
	text-decoration:none;
	font-weight:bold;
}
a.mouse
{
	background:url(../images/icon_mouse.jpg) no-repeat top left;
}
a.computer
{
	background:url(../images/icon_computer.jpg) no-repeat top left;
}
a.star
{
	background:url(../images/icon_recommend.png) no-repeat top left;
}
.left
{
	float:left;
}
.right
{
	float:right;
}

img.border
{
	border:1px solid #ccc;
	padding:1px;
}
img.right
{
	margin:0 0 20px 20px;
}
img.left
{
	margin:0 20px 20px 0;
}

p span.label {
  display:block;
  width:120px;
  float:left;
 font-weight:bold; 
}

div span.label {
  display:block;
  width:100px;
  float:left;
 font-weight:bold; 
}

.contentwidth
{
	width:860px;
	margin:0 auto;
}

#header
{
	height:145px;
	border-bottom:1px solid #cacaca;
}
#header .user-nav {
  float:right;
  margin-top:3px;
}
#header .user-nav a {
  color:#fff;
  text-decoration:none;
}
#header .user-nav a:hover {
  color:#fff;
  text-decoration:underline;
}
#header .header-left
{
	width:50%;
}
#header .header-right
{
	width:50%;
	text-align:right;
	padding-top:13px;
}
#header .header-right .phone,
#header .header-right .address
{
	color:#fff;
	clear:both;
}
#header .header-right .address
{
	font-size:105%;
	font-weight:bold;
	padding-top:3px;
}
#header .header-right .phone
{
	font-size:85%;
}

#header .header-right .signup {
  position:absolute;
  top:120px;
  right:25px;
}

#header .header-right .signup a {
  font-size:125%;
  color:#fff;
  text-decoration:none;
}

#header .header-right .signup a:hover {
  text-decoration:underline;
}

#header .header-left a#logo
{
	display:block;
	padding-top:26px;
}




UL.search
{
	width:220px;
}
UL.search LI
{
	display:block;
	float:left;
}
UL.search,
UL.search LI
{
	margin:0;
	padding:0;
	list-style-type:none;
}
UL.search input.searchbox
{
	border:0;
}
UL.search input.searchbox
{
	width:170px;
	padding:10px 5px;
	background:none;
	font-size:115%;
	color:#fff;
	font-weight:bold;	
}
.searchbutton img
{
	margin-top:3px;
}

#menu
{
	background:url(../images/background-menu.jpg) repeat-x;
	height:93px;
	/*border-bottom:1px solid #fff;*/
}
#menu UL
{
	margin:0;
	padding:0;
}
#menu UL LI
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#menu UL LI a span
{
	display:block;
	font-size:60%;
	text-transform:none;
	font-weight:normal;
	letter-spacing:0.02em;
}
#menu UL LI a
{
	display:block;
	font-size:130%;
	padding:30px 30px 0px 0px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.promo
{
	padding:20px 0;
}

#promo-large
{
	height:315px;
	background:#fff url(../images/background-promo-large.gif) repeat-x;
}
#promo-large .promo-left
{
	width:440px;
	margin-right:40px;
}
#promo-large .promo-left .promo-details
{
	height:230px;
}
#promo-large .promo-left .promo-details h4
{
	font-size:320%;
	letter-spacing:-0.02em;
	font-weight:normal;
	padding:0 0 10px 0;
}
#promo-large .promo-left .promo-details h4 a
{
	text-decoration:none;
}
#promo-large .promo-left .promo-details p
{
	font-size:125%;
	color:#555;
}
#promo-large .promo-right
{
	width:380px;
}
#promo-large .promo-right img
{
	border:1px solid #ccc;
	margin-top:9px;
}
.promo-nav .right img
{
	padding-top:6px;
}
a.award
{
	padding:10px 0 10px 18px;
	background:url(../images/icon_award.gif) no-repeat left;
	line-height:32px;
	font-size:85%;
}



#promo-small
{
	background:#f2f2f2;
	border-bottom:1px solid #dadada;
	padding:5px 0;
}

ul.submenu
{
	margin:0;
	padding:0;
}
ul.submenu LI
{
	list-style-type:none;
	display:block;
	float:left;
}
ul.submenu LI A
{
	display:block;
	float:left;
	padding:5px 20px 5px 0;
	text-decoration:none;
	font-size:80%;
	font-weight:bold;
}
ul.submenu LI A:hover,
ul.submenu LI A.active
{
	color:#000;
}

ul.submenu li a.highlighted {
  background:#ccc;
  padding-left:18px;
  font-size:95%;
}

.alternate, .hidden
{
	display:none;
}

UL.buttons
{
	margin:20px 0;
	padding:0;
}
UL.buttons LI
{
	margin:0 10px 0 0;
	padding:0;
	list-style-type:none;
	float:left;
	display:block;
}
UL.buttons LI a
{
	line-height:40px;
	padding:0 10px;
	display:block;
	font-weight:bold;
	text-decoration:none;
}

UL.buttons LI.gray { background:url(../images/buttons/large_gray_right.jpg) no-repeat top right; }
UL.buttons LI.gray a { background:url(../images/buttons/large_gray_left.jpg) no-repeat top left; }

UL.buttons LI.orange { background:url(../images/buttons/large_orange_right.jpg) no-repeat top right; }
UL.buttons LI.orange a 
{
	color:#fff;
	background:url(../images/buttons/large_orange_left.jpg) no-repeat top left;
}


/* columns */
.three-col-a
{
	width:440px;
	margin-right:40px;
}
.three-col-b,
.three-col-c
{
	width:180px;
}
.three-col-c
{
	margin-left:20px;
}


.two-col-a
{
	width:440px;
	margin-right:40px;
}
.two-col-b
{
	width:380px;
}
.two-col-large-a
{
	width:660px;
	margin-right:20px;
}
.two-col-large-b
{
	width:180px;
}

.column50
{
	width:49%;
}


.portfolio-thumbnail
{
	width:180px;
	margin-right:20px;
}
.portfolio-details
{
	width:460px;
}
.question-votes
{
	width:180px;
	margin-right:20px;
}
.question-details
{
	width:550px;
}

#main
{
	border-bottom:1px solid #e6e6e6;
	padding:15px 0 20px 0;
	background:#fff;
}
#footer
{
	padding:20px 0 80px 0;
	font-size:80%;
	background:#f9f9f9;
}

a.rss
{
	background:url(../images/icon_rss.gif) no-repeat left;
	padding-left:18px;
}
UL.stars
{
	margin-bottom:30px;
}
UL.stars,
UL.stars LI
{
	margin:0;
	padding:0;
	list-style-type:none;
}
UL.stars LI a
{
	display:block;
	line-height:29px;
	height:29px;
	padding:0 0 0 33px;
	background:url(../images/icon_li_star_off.gif) no-repeat top left;
	text-decoration:none;
	color:#555;
	font-size:75%;
	font-weight:bold;
	letter-spacing:0.02em;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
UL.stars LI a:hover
{
	background:url(../images/icon_li_star_on.gif) no-repeat top left;
	color:#000;
}

p.mini-map a img
{
	padding:1px;
	border:1px solid #cecece;
}
a.twitter
{
	background:url(../images/icon_twitter.jpg) no-repeat left;
	padding:0 0 0 45px;
	display:block;
	font-size:80%;
	letter-spacing:0.02em;
}
a.twitter span
{
	font-weight:bold;
	font-size:180%;
}

.contactForm .field
{
	padding:10px 0 2px 0;
}
.contactForm label
{
	display:block;
	font-weight:bold;
}
.contactForm .textbox,
.contactForm .textarea,
.contactForm .submit
{
	border:2px solid #ccc;
	padding:6px;
	font-weight:bold;
	color:#777;
	width:300px;
	outline:0;
}
.contactForm .textarea
{
	width:300px;
	height:100px;
}
.contactForm .submit
{
	color:#fff;
	font-size:90%;
	font-weight:bold;
	width:150px;
}

.hint {
  font-size:80%;
  font-style:italic;
}


.warning
{
	color:#990000;
	font-weight:bold;
}

ul.error-messages {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 auto 15px;
  border: 1px solid #fbb;
  background-color: #fdd;
  padding:5px 5px 5px 25px;
}

ul.error-messages li {
  font-size:90%;
}


/* flash-messages */
#flash .message {
 /* -moz-border-radius: 3px;
  -webkit-border-radius: 3px;*/
  text-align:center;
  margin: 0 auto;
}

#flash .message p {
  padding:5px 0px 5px 0px;
}
#flash .error {
  border-top: 1px solid #fbb;
  border-bottom: 1px solid #fbb;
  background-color: #fdd;
}
#flash .warning {
  border: 1px solid #fffaaa;
  background-color: #ffffcc;
  color:#666666;
  font-weight:normal;
}
#flash .success {
  border-top: 1px solid #1FDF00;
  border-bottom: 1px solid #1FDF00;
  background-color: #BBFFB6;
}

div.recent-post {
  margin-bottom:8px;
  font-weight: bold;
}
div.recent-post a {
  text-decoration:none;
  font-size:105%;
}
span.small {
  font-size:70%;
  color:#bbb;
}

.smallEdit {
  background: url('/images/icon_edit.png') 0 0 no-repeat;
  text-indent: 20px;
  font-size:80%;
  color:#666666;
  text-decoration:none;
  display:block;
  padding:3px;
  width:80px;
}

.tweet {
  margin:3px 0;
  border-bottom:1px dotted #ddd;
  padding:5px 0;
  height:60px;
}

.tweet .twit {
  float:right;
  width:380px;
}

.tweet .twit h5 {
  font-size:90%;
  font-weight:bold;
  padding-bottom:3px;
}

.tweet .avatar {
  width:50px;
}

.tweetUser {
}

.form .field
{
	padding:10px 0 2px 0;
}
.form label
{
	display:block;
	font-weight:bold;
}
.form .textbox,
.form .textarea,
.form .submit
{
	border:2px solid #ccc;
	padding:6px;
	font-weight:bold;
	color:#777;
	width:550px;
	outline:0;
}
.form .textarea
{
	width:300px;
	height:100px;
}
.form .submit
{
	color:#fff;
	font-size:90%;
	font-weight:bold;
	width:150px;
}

.vote-count {
  	/*position: absolute;*/
  	display: block;
    /*top: 3px;
	  left: 5px;*/
  	text-align: center;
  	font-size:95%;
  	background: #eee;
  	font-weight:bold;
  	width:100px;
  	color:#333;
  	border:none;
  	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin:2px 5px 2px 2px;
}

/* tables */
.table {
  width: 100%;
  border-collapse: collapse;  
  margin-bottom: 15px;
}

.table th {
  padding: 10px;
  font-weight: bold;
  text-align: left;
  background: #666666;
  color: #FFF;
}

.table th.first {
  /*width: 30px;*/
}

.table th.last {
  /*width: 200px;  */
}

.table .checkbox {
  margin-left: 10px;
}

.table td {
  padding: 10px;
}

.table td.last {
  text-align: right;
}

.table th.center {
  text-align:center;
}

.table tr td a {
  text-decoration:none;
  font-weight:bold;
}

.table tr {
  border-bottom:1px solid #F0F0EE;
}

.table td.bold {
  font-weight:bold;
}

.table tr.odd {
  background-color:#ECF2F5;
}

.table tr.current {
  border:1px solid #106597;
  border-top:1px solid #106597;
  background-color:#FFFFE0;
}
.table tr.current td {
  border-top:1px solid #106597;
  border-bottom:1px solid #106597;
}

/* Questions section */
td.question {
  padding: 2px 5px;
}

.count {
  font-size:20px;
  font-weight:bold;
}
.votes-list {
  background:#ddd;
  text-align:center;
  padding:10px;
  font-size:11px;
}

.answers-list {
  background:#ddd;
  text-align:center;
  padding:10px;
  font-size:11px;
}

.views-list {
  background:#ddd;
  text-align:center;
  padding:10px;
  font-size:11px;
}

.question {
  font-size:20px;
  font-weight:bold;
}

.question-age {
  float:right;
  margin-top:10px;
}

.question-taglist {
  margin-top:10px;
}


/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* clearfix end */ 
