* { margin: 0; padding: 0; }
* ul { padding: 10px 20px; }
body {
    min-width: 600px;
    background: url("../images/titlebar.png") repeat-x top left #fff;
    padding: 0 30px;
    color: #46494d;
    font-size: 14px;
    font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
}
/*
 * Divs
 */
#head_container {
    height: 220px;
}
#main_nav {
    position: absolute;
    top: 123px;
    right: 30px;
    width: 600px;
    background: #333;
}
#dev_nav {
    position: absolute;
    top: 149px;
    right: 30px;
    width: 600px;
    background: #1793d1;
}
#main_nav ul, #dev_nav ul {
    list-style: none; 
    margin: 0;
    padding: 0;
}
#main_nav ul li, #dev_nav ul li {
    display: block;
    float: right;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
}
#main_nav ul li.selected {
    background: #1793d1;
}
#dev_nav ul li.selected {
    background: #333;
}
#main_nav ul li a, #dev_nav ul li a {
    display: block;
    padding: 0 8px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#main_nav ul li a:hover {
    background: #1793d1;
}
#updates {
	font-size: small;
	/*position: relative;*/
	top: 0px;
	background: #f6efe0;
	border: 1px solid #eee4cb;
	padding: 10px;
}
#updates a.testing {
    font-style: italic;
}
#ads {
  z-index: 0;
  position: absolute;
  top: 40px;
  right: 10px;
}
#logo {
  z-index: 1;
	position: absolute;
  top: 10px;
  left: 25px;
	width: 350px;
}
#logo h1#archtitle {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}
#logo h1#archtitle a {
  display: block;
  background: transparent url("../images/archile.png") top left no-repeat;
  width: 400px;
  height: 103px;
}

#devlist {
	width: 80%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	text-align: center;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.right {
	float: right;
	width: 320px;
	padding: 0 10px 10px 0;
}
.left {
	padding: 10px;
	margin: 0 360px 0 0;
}
.left p {
	padding-bottom: 10px;
}
.box {
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #d9d9d9;
}
.greybox {
	padding: 10px;
	background: #f6efe0;
	border: 1px solid #eee4cb;
}
div.listing {
	padding-right: 10px;
}
.error, .errorlist {
	color: #dd0000;
	font-size: small;
}
.foot {
	clear: both;
  padding: 2em 0;
	text-align: center;
	font-size: 0.75em;
  line-height: 1.5em;
}
#search {
	float: right;
	position: relative;
	top: -1em;
	font-size: 0.8em;
	
}
#search input {
	background: #ADD0F2;
	border: 1px solid #eee4cb;
}
.smalltext {
	text-align: right;
	font-size: x-small;
}
/*
 * Headers
 */
h2 {
	margin: 20px 0 10px 0;
}
h2.title {
	border-bottom: 1px solid #46494d;
}
h3 {
	margin-bottom: 10px;
}
h3.title {
	text-align: right;
	border-bottom: 1px solid #46494d;
}
h4.title {
	text-align: left;
	border-bottom: 1px solid #46494d;
}
h4.news {
	border-bottom: 1px dotted #0771a6;
  margin-bottom: .25em;
  padding-bottom: .2em;
}
div.listing h4 {
  color: #fff;
	background: #0771a6;
	padding: 3px;
}
/*
 * Paragraphs, Anchors, Images
 */
p {
	padding-bottom: 20px;
}
p.news {
	font-size: small;
}
a {
	color: #0771a6;
	text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
#about {
	position: relative;
	top: -9px;
}
ol {
	padding-left: 45px;
}
ul.small {
	list-style: none;
	font-size: x-small;
}
ul.links {
	list-style: none;
	font-size: small;
	padding: 0px 0px 20px 20px;
}
img {
	border: none;
}
hr {
	border: none;
	border-top: 1px solid #46494d;
}
.greybox input, button, textarea, select {
	background: #e1e3e6;
	border: 1px solid #8faecd;
}
.box input, button {
	padding: 2px;
	background: #c1c3f6;
	font-size: x-small;
	border: 1px solid #8faecd;
}
button#f_trigger {
	background: #e1e3e6;
}
/*
 * Table stuff
 */
table.center {
	margin-left: auto;
	margin-right: auto;
}
table#releases {
	font-size: small;
	width: 100%;
}
table#releases td {
	padding-right: 20px;
}
table#repolinks {
	font-size: small;
	width: 100%;
}
table#repolinks td {
	text-align: right;
}
table#repolinks th {
	text-align: left;
}
table#art {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.devpic {
	vertical-align: top;
    padding-top: 10px;
    padding-right: 15px;
}
table.deventry {
	padding-bottom: 25px;
}
.deventry th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.deventry td {
	width: 100%;
}
table.results {
	padding: 0px;
	border-collapse: collapse;
}
.results th {
	background: #e1e3e6;
	border-bottom: 1px solid #46494d;
	border-top: 1px solid #46494d;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
}
.results th>a {
	text-decoration: none;
	color: #46494d;
}
.results td {
	padding-right: 5px;
	vertical-align: top;
	font-size: 0.8em;
}
.listing th {
	font-size: small;
	vertical-align: top;
	text-align: left;
	padding: 2px;
}
.listing td {
	font-size: small;
	padding: 2px;
}
blockquote.code {
	background: #d0d0d0;
	border: 1px solid #bbb;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	padding: 5px;
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace;
}
/*
 * Wiki Styles
 */
h1.wiki {
	border-bottom: 1px solid #46494d;
}
div.wikifoot_l {
	font-size: x-small;
	text-align: left;
	padding-top: 25px;
}
div.wikifoot_r {
	font-size: x-small;
	text-align: right;
	float: right;
	padding-top: 25px;
}
.wikibody {
	padding-top: 15px;
}
.wikibody ol {
	padding-left: 28px;
	padding-top: 0px;
}
.wikibody ul {
	padding-left: 25px;
	padding-top: 0px;
}
.wikibody dd {
	padding-left: 30px;
}
.wikibody pre code {
	background: #c1c3f6;
	border: 1px solid #8faecd;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	padding: 5px;
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace;
}
.wikibody blockquote {
	padding-left: 30px;
}
.wikibody td {
	padding: 5px;
	border: 1px solid black;
}

/* Used by Django's FormWrappers */
textarea.vLargeTextField {
	width: 450px;
	height: 250px;
}
.pkgr2 {
	background-color: #eee4cb;
}

/* override some calendar attributes copied from admin */
/* CALENDARS & CLOCKS */
.calendarbox, .clockbox { margin:5px auto; font-size:11px; width:16em; text-align:center; background:white; position:relative; }
.clockbox { width:9em; }
.calendar { margin:0; padding: 0; }
.calendar table { margin:0; padding:0; border-collapse:collapse; background:white; width:99%; }
.calendar caption, .calendarbox h2 { margin: 0; font-size:11px; text-align:center; border-top:none; }
.calendar th { font-size:10px; color:#666; padding:2px 3px; text-align:center; background:#e1e1e1 url(../img/admin/nav-bg.gif) 0 50% repeat-x; border-bottom:1px solid #ddd; }
.calendar td { font-size:11px; text-align: center; padding: 0; border-top:1px solid #eee; border-bottom:none; }
.calendar td.selected a { background: #C9DBED; }
.calendar td.nonday { background:#efefef; }
.calendar td.today a { background:#ffc; }
.calendar td a, .timelist a { display: block; font-weight:bold; padding:4px; text-decoration: none; color:#444; }
.calendar td a:hover, .timelist a:hover { background: #5b80b2; color:white; }
.calendar td a:active, .timelist a:active { background: #036; color:white; }
.calendarnav { font-size:10px; text-align: center; color:#ccc; margin:0; padding:1px 3px; }
.calendarnav a:link, #calendarnav a:visited, #calendarnav a:hover { color: #999; }
.calendar-shortcuts { background:white; font-size:10px; line-height:11px; border-top:1px solid #eee; padding:3px 0 4px; color:#ccc; }
.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next { display:block; position:absolute; font-weight:bold; font-size:12px; background:#C9DBED url(../img/admin/default-bg.gif) bottom left repeat-x; padding:1px 4px 2px 4px; color:white; }
.calendarnav-previous:hover, .calendarnav-next:hover { background:#036; }
.calendarnav-previous { top:0; left:0; }
.calendarnav-next { top:0; right:0; }
.calendar-cancel { margin:0 !important; padding:0; font-size:10px; background:#e1e1e1 url(../img/admin/nav-bg.gif) 0 50% repeat-x;  border-top:1px solid #ddd; }
.calendar-cancel a { padding:2px; color:#999; }
ul.timelist, .timelist li { list-style-type:none; margin:0; padding:0; }
.timelist a { padding:2px; }

/*
 * Sacados de archlinux.de
 * Ultimos temas del foro
 *
 */
.greybox h4 {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #0771a6;
    margin-bottom: 4px;
    padding-bottom: 2px;
    font-size: 10px;
}

.greybox p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    padding-bottom:10px;
}


/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 305px;
	border: 1px solid #E7F0F5;
	background: #F7F9FD;
    line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
#map {margin-left: -77px;}
#rating { margin-top: 10px; }

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2; 	text-align: left;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;

}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0; text-align: center;
}
#admin h3:hover { color: #036; }

/* Search Box
------------------------------ */
#search {
	float: right;
	text-align: left;
	margin:0;
	padding:0;
	background: #fff;
}
#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
}
#search a {
text-decoration: none;
}
#search ul {
border: 1px solid #ccc; position:absolute; text-align:left; list-style: none; 
height: 8em; width: 20em; overflow: auto; 
background-color: white;
}

#searchfields_icon {
position: relative;
top: 4px;
}
.clear {
  clear:both;
  height:10px;
}

/* Archive View
---------------------------- */
#archive{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}
ul.archive .year {
	margin-top:10px;
	text-align: center;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
}
ul.archive .month {
	font-size: 14px;
	list-style:none;
	border-top:2px solid #E6E6DF;
	padding-top: 5px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #eee;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}
.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* Zenphoto link
------------------------------ */

#zen-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 1.8em;
 font-weight: 100;
}

#photo-part {
 font-family: Arial, Helvetice, sans-serif;
 font-size: 0.9em;
 font-weight: bold;
}

/* centering flowplayer 3 on image.php */
#image .flowplayer {
	margin: 0 auto;
}

/* login form */
table.password td.userlabel{
	text-align:right;
}
table.password td.userinput{
	text-align:left;
}

table.password td.userinput input, td.passwordinput input {
	width: 15em;
}

/* login form */
table.password td.passwordlabel{
	text-align:right;
}

table.password td.passwordinput{
	text-align:left;
}

table.password td.submit{
	text-align:center;
}

table.password td.hint{
	text-align:left;
}
/* Page Navigation
------------------------------ */
ul.pagelist {
	font-size: 1em;
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}

ul.pagelist li {
	display: inline;
}

ul.pagelist li a,ul.pagelist span.disabledlink {
	padding: 4px;
}

ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #82996F;
}

ul.pagelist li.prev {
	margin-right: 10px;
}

ul.pagelist li.next {
	margin-left: 10px;
}

.disabledlink {
	color: #ddd;
	cursor: default;
}

.pagenav {
	clear: both;
}

.disabled_nav {
	visibility: hidden;
}
