/* @group General */


/* @group Pagination */

div.pagination {
	text-align: center;
	margin: 10px 0;
}

.pagination a,
.pagination span.current {
	display: inline-block;
	padding: 2px 6px 1px 6px;
	border: 1px solid #777;
	text-decoration: none;
	border-radius:3px;
}

.pagination a:hover {
	background-color: #ddd;
}

.pagination span.current {
	color: white;
	background-color: #777;
}

.pagination a.next_page,
.pagination a.prev_page {
	border: 1px solid #fff;
}

.pagination .disabled{
	color: #fff;
}

/* @end */

/* @group Buttons */

input[type=submit],
a.button {
background: #0f63bb url(/images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
border-top: 1px solid  rgba(255,255,255,0.25);
border-right: 1px solid  rgba(0,0,0,0.25);
border-bottom: 1px solid  rgba(0,0,0,0.25);
border-left: 1px solid  rgba(255,255,255,0.25);
color: #fff ! important;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
position: relative;
cursor: pointer;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

input[type=submit]:hover,
a.button:hover {
	background-color: #0b4787
}

/* @end */

/* @group Forms */

p.formelement {
	margin: 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #ddd;
}

p.formelement label {
	display: inline-block;
	width: 320px;
	vertical-align: top;
}

/* @end */

/* @group Help */

div.help {
	border: 1px solid #e0e0e0;
	padding: 10px;
	background: #efefef;
	color: #777;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.5em;
}


/* @end */



/* @group FunctionLinks */

a.function_link,
a.function_toggle {
	display: inline-block;
	padding: 5px 35px 5px 10px;
	background-color:#4988cb;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	font-weight: bold;
	width: 290px;
	text-align: left;
}

a.function_link:hover,
a.function_toggle:hover {
	background-color: #1853a4
}

a.function_link {
	background:#4988cb url(/images/icons/link_arrow.png) no-repeat right;
}

a.function_toggle {
	background: #4988cb url(/images/icons/link_arrow_down.png) no-repeat right;
}


/* @end */


* {
	font: 14px Helvetica, Arial, Geneva, sans-serif;}

a,
a:visited {
	color: black;
}

a img {
	border:none;
}

body {
	background: #fff;
	margin: 0 0 10px 0;
}

h1,
h1 span,
h1 a {
	font: 28px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	margin: 40px 0;
	text-decoration: none;
	padding: 15px 0 0 0;
}

h1,
h1 a {
	font-weight:bold;
}

h1 span {
	color: #999;
}

h2 {
	font: 24px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	margin: 40px 0;
	text-decoration: none;	
}

h2 a {
	font: 24px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: underline;	
}

h3 {
	font-weight:bold;
	font: bold 20px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;	
}


input[type=text],
input[type=password],
input[type=email], 
textarea {
	padding: 5px;
	font-weight: bold;
	border: 1px solid #999;
	border-radius:3px;
	background: #fafafa;
	box-shadow: inset 1px 1px 3px #bbb;
	-webkit-box-shadow: inset 1px 1px 4px #bbb;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	border: 1px solid #0f63bb;
}

label {
	color: #777;	
}

.clr {
	clear:both;
}

.ar {
	text-align: right;
}

.al {
	text-align: left;
}


.m20 {
	margin: 20px 0;
}


.m60 {
	margin: 60px 0;
}

.action_box_right {
	text-align: right;
}



/* @end */
/* @group Layout */

/* @group Header */

/* @group Navigation */

nav {
	margin:  0;
}

nav ul {
	margin: 0 -10px 0 150px;
	padding: 10px 0 10px 0;
}

nav ul li {
	font: bold 14px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	display: inline-block;
	margin: 0px 5px;
}

nav ul li a,
nav ul li a:visited {
	text-decoration: none;
	font: bold 14px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	padding: 7px 9px 5px 9px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color: #777;
}

nav ul li a:hover {
	color: #000;
	background: #eee;
}

nav #language {
	float: right;
	margin: -20px 0 0 0;
}
/* @end */



/* @end */





/* @group Footer */

footer {
	display: block;
	width: 960px;
	margin: 20px auto;
	text-align: center;
	color: #ccc;
	font-size: 11px;
	letter-spacing: 5px;
	border-top: 1px solid #eee;
	padding-top: 5px;
}

footer a,
footer a:visited {
	text-decoration: none;
	color: #bbb;
	font-size: 11px;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing: 1px;
}

/* @end */




#page {
	position: relative;
	width: 760px;
	margin: 0px auto;
	padding: 0 50px;
	background: #fff;
}

/* @group Sidebar */

#sidebar {
	position: absolute;
    width: 200px;
    right: -220px;
    top: 120px;
    color: #999;
}

#sidebar a {
	text-decoration: none;
	color: #999;
	font-size: 14px;
}


#sidebar a:hover {
	text-decoration: underline;
	color: black;
}

#sidebar img {
	vertical-align: middle;
	margin-bottom: 5px;
}

#sidebar h4 {
    font: bold 14px 'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
    padding-top: 30px;
}

/* @end */

#searchform {
	margin:  0 0 20px 0;
	padding: 10px 20px 10px 20px;
	background: #eee;
}

#answerform {
	border: 0px;
}

#answerform input[type=text],
#answerform textarea {
	width: 100%;
}

#answerform div.take_action {
	text-align: center;
}

#answerform div.take_action,
#answerform div.take_action a {
	font-size: 18px;
	font-weight: bold;
}

#useraction {
	background: #ddd;
	padding: 10px 10px;
	margin: 0px 0px -10px 0px;
	/*
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	*/
	border-top: 1px solid white;
}

div.column {
	width: 46%;
}

div.left {
	float: left;
	padding-right: 2%;
}

div.right {
	float: right;
	padding-left: 2%;
}

.buttons,
.buttons a {
	color: #999;
	text-decoration: none;
}

.buttons a:hover {
	color: #000;
	text-decoration: underline;
}


/* @end */

/* @group Flash */

#flash {
	background: #777;
	margin: 10px 0px 20px 0px;
	font-weight: bold;
	color: #fff;
}

#flash a {
	color: #fff;
}

.notice, .success {
	background: #777 url(/images/icons/yes_24.png) no-repeat 10px center;
	padding: 10px 10px 10px 45px;
}

.warning, .alert {
	background: #777 url(/images/icons/no_24.png) no-repeat 10px center;
	padding: 10px 10px 10px 45px;
}

/* @end */

/* @group Errors */

.fielderror_inline {
	display:inline-block;	
}

.iv_error {
	display:inline-block;
	background: url(/images/icons/no_24.png) no-repeat 7px center;
	padding: 7px 7px 7px 37px;
}

.iv_good {
	display:inline-block;
	background: url(/images/icons/yes_24.png) no-repeat 7px center;
	padding: 7px 7px 7px 37px;
}


/* @end */



/* @group Topics */

/* @group First Steps */

#first_steps {
	margin:  60px 0;
	padding: 10px 20px 20px 20px;
	background: #a2c2e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
}


#first_steps ul li {
	margin: 15px 0;
	font-size: 15px;
}

/* @end */

#topic h1,
#topic h1 a,
#topic h1 span {
	font: 32px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	background-position: bottom;
}

#topic h1,
#topic h1 a {
	font-weight:bold;
}

#topic h1 span {
	color: #999;
}

#sortlinks {
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #ccc;
}

#sortlinks a {
	text-decoration: none;
	color: #bbb;
	font-size: 12px;
}

#sortlinks a:hover {
	text-decoration: underline;
	color: #0f63bb;
}

#topic #posts div {
	border-bottom: 1px solid #e0e0e0;
	color: #bbb;
	padding: 10px;
	position:relative;
}

#topic #posts h2,
#topic #posts h2 a {
	font: bold 18px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	color: black;
	margin: 5px 0px;
	text-decoration: none;
}

#topic #posts h2 a:hover {
	text-decoration: underline;
	color: #0f63bb;
}







/* @end */



/* @group Post */

.post {
	margin: 0 0px;
	padding: 10px 20px;
	position: relative;
}



.post h2,
.post h2 a {
	font: bold 18px  'Droid Sans', Helvetica, Arial, Geneva, sans-serif;
	margin: -3px 0 10px 0;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
	color: #0f63bb;
}

.post .sidebar,
.answer .sidebar {
	float: left;
	width: 50px;
	padding: 0px 20px 0 0;
	display: block;
}

.post .sidebar img,
.answer .sidebar img {
	border: 1px solid #bbb;
}

.post .question,
.answer .content {
	display: block;
	margin-left: 100px;
	color: #555;
}

.post .meta,
.answer .meta {
	color: #bbb;
	font-size: 12px;
}

.post .description,
.answer .text {
	margin: 10px 0;
}

.post_options {
    padding: 0px;
    margin: -10px 0 0 0;
}

.post_options a {
	color: #999;
	text-decoration: none;
}

.post_options a:hover {
	color: #0f63bb;;
	text-decoration: underline;
}

.answer {
	margin: 0 0px;
	padding: 20px 20px;
	border-top: 1px solid #bbb;
	position: relative;
}

.staff {
	background: #f3f1e6;
}

.author_image {
	position: relative;
}

.staff_image {
	position: absolute;
	bottom: -15px;
	right: -35px;
	border-width: 0px !important;
}

.answer .actions,
.post .actions,
.question .actions {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
/* @end */

/* @group Tags */

a.tag {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 0 4px 0;
	border: 1px solid #ddd;
	background: #eee;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color: #777;
	text-decoration: none;
}

a.tag:hover {
	text-decoration: none !important;
	background: #4988cb;
	color: #fff !important;
	border: 1px solid #1853a4;
}



/* @end */

        div.auto_complete {
          width: 350px;
          background: #fff;
          display: inline-block;
          position: absolute;
        }
        div.auto_complete ul {
          border:1px solid #ddd;
          margin:0;
          padding:0;
          width:100%;
          list-style-type:none;
        }
        div.auto_complete ul li a{
          text-decoration: none;
        }
        div.auto_complete ul li {
          margin:0;
          padding:3px;
        }
        div.auto_complete ul li.selected {
          background-color: #ffb;
        }
        div.auto_complete ul strong.highlight {
          color: #800; 
          margin:0;
          padding:0;
        }

