/*
Theme Name: Aquila
Version: 2.3
Theme URI: http://wordpress.org/extend/themes/aquila/
Description: A professional, yet simple WordPress theme built with Google Management System ready at the backend. Now you don't have to edit any of your WordPress theme files or install a dozen of plugins just to get simple jobs done! Less Plugins, More Optimization is the key to successful sites. *Suitable for Niche sites with Google Adsense. Designed and Packed by FlikTeoh.
Author: Flik Teoh
Author URI: http://www.flikteoh.com/
Tags: two-columns, right-sidebar, fixed-width, theme-options, sticky-post, blue, white, light
Copyright by Flik Teoh 2009
This file is part of 'Aquila' WordPress Theme
'Aquila' WordPress Theme is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
'Aquila' WordPress Theme is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
@import "style/layout.css";
@import "style/text.css";
@import "style/comment.css";
* {
margin: 0;
padding: 0;
}
body {
margin: 0;
font-family: Sans-Serif, 'Lucida Grande', Verdana, Arial, Trebuchet MS;
font-size: 16px;
line-height: 20px;
vertical-align: baseline;
background: #A9D0F5;
color: #000;
}
.clear {
clear: both;
}
.center {
text-align: center;
}
.alignright {
float:right;
}
.alignleft {
float:left;
}
/* links and fonts */
a:link, a:active, a:visited {
color: #0000ff;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:focus {
outline: none;
}
/*++++ Misc ++++*/
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #999;
}
blockquote {
background: #ecf6f8;
font-style: italic;
margin: 5px 0 0 5px;
padding: 5px 10px 10px 10px;
clear: both;
}
blockquote cite {
margin: 0 0 ;
display: block;
}
hr {
display: none;
}
fieldset {
border: 1px solid #8df3ff;
padding: 10px;
}
legend {
padding: 10px;
text-transform: uppercase;
}
input, textarea, select {
margin: 5px 0 0;
padding: 2px !important;
}
input[type="file"] {
padding: 2px !important;
}
table {
border-collapse: separate;
border-spacing: 1px;
text-indent: 0;
width: 100%;
}
table td, table th {
border-right: 1px solid #f1f1f1;
padding: 5px;
text-align: center;
}
#prev {
text-align: left;
}
#next {
text-align: right;
}
table td {
background: #d1e5f7;
}
table th {
background: #A9D0F5;
border-bottom: 1px solid #f1f1f1;
font-weight: normal;
text-transform: uppercase;
}
th {
display: table-cell;
font-weight: bold;
padding: 1px;
vertical-align: inherit;
}
td {
display: table-cell;
padding: 1px;
text-align: inherit;
vertical-align: inherit;
}
a img {
border: none;
}
pre {
border: solid 1px #9a9a9a;
color: blue;
margin: 10px;
padding:10px;
background: #f3f2ed
}
code {
background: #c1f1f9;
display: block;
font-size:1.0em;
color: #000
}
img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
img.alignright {
display:inline;
margin:2px 0 2px 7px;
padding:4px;
-moz-border-radius: 3px;
background: #f3f3f3;
border: 1px solid #ddd;
float: right;
}
img.alignleft {
display:inline;
margin:2px 7px 2px 0;
padding:4px;
-moz-border-radius: 3px;
background: #f3f3f3;
border: 1px solid #ddd;
float: left;
}
.singlebottom {
float: left;
margin: 10px 0 0;
width: 300px;
padding: 0 20px 0 0;
border-right: 1px dotted #ddd;
}
img#wpstats{
display: none;
}