/*  
Theme Name: AIM Tech Theme
Author: Justin Blakely
*/



/* Blog Structure */

html { 
 margin: 0px;
}

body {
 background: #55A9DF url(images/background-line.gif);
 margin: 0;
 padding: 0;
 font-family: Arial, sans-serif;
 font-size: 62.5%;
}

#wrapper {
 margin: -8px 0 0;
 padding: 0;
}

#top {
 background: url(images/menu/menu-background.png) repeat-x top;
 margin: 0;
 height: 46px;
}



/* Menu Bar */

#menu {
 padding: 0 auto;
 height: 36px;
 width: 100%;
 border-top: 1px solid #555555;
 border-bottom: 1px solid #555555;
}

ul#navmenu {
 display: block;
 position: relative;
 height: 36px;
 width: 855px;
 margin: 0 auto;
 padding: 0;
 list-style-type: none;
 font-weight: bold;
 font-family: Arial, sans-serif;
}

ul#navmenu li {
 float: left;
 display: block;
 margin: 0;
 pading: 0;
 font-size: 1.2em;
}

ul#navmenu li a {
 color: white;
 float: left;
 display: block;
 padding: 12px 15px 0;
 height: 24px;
 text-decoration: none;
 font-weight: bold;
}

ul#navmenu li a:hover {
 background: transparent url(images/menu/hover.png) no-repeat top right;	
}



/* Main Content */

#main {
 margin: 0 auto;
 padding: 0;
 width: 855px;
 border-left: 1px solid #555555;
 border-right: 1px solid #555555;
}

#content {
 background: white url(images/menu/header-top.png) repeat-x top;
 color: black;
 min-height: 625px;
 width: 855px;
 margin: 0 auto;
}

#leftside {
 width: 610px;
}

#bottom {
 background: url(images/pagebottom.png) no-repeat center;
 margin: 0 auto;
 height: 16px;
 width: 857px;
}



/* Headings */

#content h1.main, #content h1.post-title, #content h1.main-archive {
 color: #B20022;
 font-family:  Arial, sans-serif;
}

#content h1.main-archive {
 margin: 20px 0 0 25px;
}

#content h1.main-center {
 color: #B20022;
 font-family:  Arial, sans-serif;
 text-align: center;
}

#content h1 {
 margin: 20px 0 0;
 font-size: 1.9em;
 line-height: 2em;
 font-weight: bold;
}

#content h2 {
 padding: 15px 0 0;
 font-size: 1.6em;
 line-height: 1.7em;
}

#content h2.subhead {
 padding: 0;
}

#content h3 {
 padding: 0;
 font-size: 1.4em;
 line-height: 1.5em;
 font-weight: bold;
 letter-spacing: 0.5px;
}

#content h3.comments {
 padding: 0;
 margin: 20px auto 20px ;
}

#content h4 {
 font-weight: bold;
 font-size: 1.2em;
 line-height: 1.3em;
}

.post h1 a {
 color: #B20022;
}

.post h1 a:hover, .post h2 a:hover, .post h3 a:hover, .post h4 a:hover {
 color: #55A9DF;
 text-decoration: underline;
}



/* Sidebar */

#rightside {
 float: right;
 width: 205px;
 margin: 0 25px 0 0;
 padding: 25px 0;
}

#rightside p {
 color: black;
 font-size: 1.25em;
}

#phone {
 margin: 0;
 padding: 0 0 10px 35px;
 font-size: 1.2em;
 line-height: 1.2em;
 font-weight: bold;
}

#rightside h2, #rightside h3 {
 color: black;
 margin: 0;
 padding: 0;
 font-weight: bold;
}

#rightside h3 {
 font-size: 1.2em;
}

#rightside ul, #rightside ul ol {
 margin: 0;
 padding: 0;
 text-align: center;
}

#rightside ul li {
 list-style-type: none;
 list-style-image: none;
 margin-bottom: 10px;
 padding: 0;
 font-size: 1.2em;
}

#rightside ul ul, #rightside ul ol {
 margin: 5px 0 0;
}

#rightside ul ul ul, #rightside ul ol {
 margin: 0;
}

ol li, #rightside ul ol li {
 list-style: decimal outside;
}

#rightside ul ul li, #rightside ul ol li {
 margin: 3px 0 0;
 padding: 0;
 font-size: 1.2em;
}



/* Blog Formating */

.narrowcolumn {
 margin: 0;
 padding: 10px 0;
 width: 600px;
}

.narrowcolumn p {
 font-size: 1.5em;
 line-height: 1.6em;
}

.narrowcolumn .postmetadata {
 padding-top: 5px;
 text-align: center;
}

.post {
 margin: 0;
 padding: 0 0 0 25px;
 text-align: left;
}

.alignright {
 margin-right: 10px;
 text-align: right;
}

.alignleft {
 margin-left: 10px;
 text-align: left;
}

.center {
 text-align: center;
}

.navigation {
 display: block;
 text-align: center;
 margin-top: 10px;
 margin-bottom: 10px;
 padding-bottom: 20px;
 font-size: 1.2em;
}

cite {
 text-decoration: none;
}

a, a:visited {
 color: #55A9DF;
}

a:hover {
 color: #CCCC66;
}

.anchor {
 color: black !important;
 text-decoration: none !important;
}

p.articles {
 text-align: right;
 font-weight: bold;
}

.smallattachment {
 text-align: center;
 float: left;
 width: 128px;


 margin: 5px 5px 5px 0px;
}

.attachment {
 text-align: center;
 margin: 5px 0px;
}

.postmetadata {
 clear: left;
}

.postmetadata ul, .postmetadata li {
 display: inline;
 list-style-type: none;
 list-style-image: none;
}

small, .nocomments, .postmetadata, blockquote, strike {
 color: black;
}

small {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.2em;
 line-height: 1.5em;
}

.alt {
 margin: 0;
 padding: 10px;
 background-color: #f8f8f8;
 border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
}

.entry form {
 text-align:center;
}

ul li {
 font-size: 1.4em;
}

ul.left, ol.left {
 margin: 0 0 0 10px;
 padding: 0 0 0 10px;
}

ul.left li, ol.left li {
 font-size: 1.5em;
 line-height: 1.6em;
}

li.space {
 padding: 0 0 10px 0;
}

entry ul.list {
 margin: 0 0 0 20px;
 padding: 0;
 list-style: disc;
}

entry ol.listnumber {
 margin: 0 0 0 20px;
 padding: 0;
 list-style: decimal;
}

select {
 width: 130px;
}

acronym, abbr, span.caps {
 cursor: help;
}

acronym, abbr {
 border-bottom: 1px dashed #999;
}

blockquote {
 margin: 15px 30px 0 10px;
 padding-left: 20px;
 border-left: 5px solid #ddd;
}

blockquote cite {
 margin: 5px 0 0;
 display: block;
}

.commentlist {
 padding: 0;
 text-align: justify;
}

.commentlist li {
 margin: 15px 0 3px;
 padding: 5px 10px 3px;
 list-style: none;
 font-weight: bold;
}

.commentlist p {
 margin: 10px 5px 10px 0;
 font-weight: normal;
 line-height: 1.5em;
 text-transform: none;
}

.commentlist li, #commentform input, #commentform textarea {
 font: 0.9em Arial, Helvetica, sans-serif;
}

.commentlist cite, .commentlist cite a {
 font-weight: bold;
 font-style: normal;
 font-size: 1.1em;
}

#commentdiv {
 padding: 0 25px 20px;
}

#commentform p {
 margin: 5px 0;
 font-family: Arial, Helvetica, sans-serif;
}

#commentform input {
 width: 170px;
 padding: 2px;
 margin: 5px 5px 1px 0;
}

#commentform textarea {
 width: 490px;
 padding: 2px;
}

#commentform #submit {
 margin: 0;
}

.nocomments {
 text-align: center;
 margin: 0;
 padding: 0;
}

.commentmetadata {
 margin: 0;
 display: block;
 font-weight: normal;
}

code {
 font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
 font-size: 0.9em;
 letter-spacing: .07em;
}

hr {
 color: #2D2727;
 background-color: #2D2727;
}

hr.clear, br.clear {
 clear: both;
}

.description {
 margin: 0;
 font-size: 2em;
 font-color: black;
 text-align: center;
}

table.center {
 margin: 15px auto 0;
 text-align: center;
}

td.left {
 text-align: left;
 font-size: 1.4em;
}

.special-offer {
 margin: 10px;
 padding: 10px;
}

.red {
 color: #B20022;
}



/* Images */

p img {
 padding: 0;
 max-width: 100%;
}

img.centered {
 display: block;
 margin: 0 auto 0;
}

img.right {
 float: right;
 margin: 5px 0 3px 15px;
 display: inline;
}

img.left {
 float: left;
 margin: 5px 10px 3px 0;
 display: inline;
}

img.header-logo {
 float: left;
 height: 65px;
 width: 390px;
 margin: 20px 200px 30px 20px;
}

img.special {
 margin: 0 0 0 4px;
}

a img {
 border: none;
}



/* Review Box */

.client-review-box {
 background: url(/wp-content/themes/shared/images/client-review-box.gif) no-repeat;
 margin: 25px 0 0;
 padding: 0.8em 2em .5em 5em;
}

.client-review-bottom {
 background: url(/wp-content/themes/shared/images/client-review-bottom.gif) no-repeat;      
 margin-top: -1px;
 padding: 1em 0 1em 5em;
 font-size: 1.2em;
 font-style: normal;
 display: block;
}

.headred {
 color: #B20022;
 font-weight: bold;
 font-size: 1.4em;
 margin-bottom: 0px;
}

.yellowback {
 background-color: #FEFF99;
 border:none;
}



/* Contact Form */

.ddfmwrap {
 margin: 0;
 padding: 0 90px 0 0;
}



/* Sitemap */

.ddsg-wrapper ul {
 list-style: none;
 margin: 0 0 0 20px;
 padding: 0;
}

.ddsg-wrapper ul li {
 margin: 15px 0 0 0;
 padding: 0;
 font-size: 1.4em;
}

.ddsg-wrapper ul ul {
 list-style: disc;
 margin: 5px 20px;
 padding: 0;
}

.ddsg-wrapper ul ul li {
 font-size: 1em;
}



/* Bottom of Blog */

#footer {
 height: 36px;
 margin: 0;
 padding: 0 0 0;
 clear: both;
}

#footer p {
 color: white;
 font-weight: bold;
 text-align: center;
 font-size: 1.1em;
 padding: 12px 0 2px 0;
 margin: 0;
}

#footer a {
 color: white;
 font-weight: bold;
 padding: 0 8px;
}



/* Light Rounded Box */

.roundedcornr_box_312405 {
 background: #ffffcc;
 margin: 20px 0;
}

.roundedcornr_top_312405 div {
 background: url(images/corner/roundedcornr_312405_tl.png) no-repeat top left;
}

.roundedcornr_top_312405 {
 background: url(images/corner/roundedcornr_312405_tr.png) no-repeat top right;
}

.roundedcornr_bottom_312405 div {
 background: url(images/corner/roundedcornr_312405_bl.png) no-repeat bottom left;
}

.roundedcornr_bottom_312405 {
 background: url(images/corner/roundedcornr_312405_br.png) no-repeat bottom right;
}

.roundedcornr_top_312405 div, .roundedcornr_top_312405, 
.roundedcornr_bottom_312405 div, .roundedcornr_bottom_312405 {
 width: 100%;
 height: 20px;
 font-size: 1px;
}

.roundedcornr_content_312405 {
 margin: 0 20px;
}



/* Light Rounded Box */

.roundedcornr_box_459117 {
 background: #99ccff;
 margin: 20px 0;
}

.roundedcornr_top_459117 div {
 background: url(images/corner/roundedcornr_459117_tl.png) no-repeat top left;
}

.roundedcornr_top_459117 {
 background: url(images/corner/roundedcornr_459117_tr.png) no-repeat top right;
}

.roundedcornr_bottom_459117 div {
 background: url(images/corner/roundedcornr_459117_bl.png) no-repeat bottom left;
}

.roundedcornr_bottom_459117 {
 background: url(images/corner/roundedcornr_459117_br.png) no-repeat bottom right;
}

.roundedcornr_top_459117 div, .roundedcornr_top_459117, 
.roundedcornr_bottom_459117 div, .roundedcornr_bottom_459117 {
 width: 100%;
 height: 20px;
 font-size: 1px;
}

.roundedcornr_content_459117 {
 margin: 0 20px;
}



/* Search */

#searchform {
 margin: 0;
 padding: 0;
}

#search #searchform #s {
 width: 140px;
 padding: 0;
}

#searchsubmit {
 margin: 0 2px 0 0;
 padding: 0;
}
