/*
Theme Name: Arial Reloaded
Theme URI: http://www.wpdiva.com/themes/19/arial-reloaded.html
Description: WordPress theme for the Arial font lovers (degrades to generic sans-serif).
Author: WordPress Diva
Author URI: http://www.wpdiva.com/
Version: 1.0.1
*/

/*=================================
All Rights Reserved.

You are free to use and modify this theme
as long as the included attribution links 
remain intact.

For more information, see:
http://www.wpdiva.com/themes/legal/theme-use/

Please note: There are a number of empty CSS 
elements. This is intentional and are there so you 
can have maximum flexibility with customizing 
specific theme elements.

For more information, see:
http://www.wpdiva.com/themes/read-me/css/
==================================  
/* hide the overflow - can be overriden  */
#wrap,#header,#content,#sidebar,#footer{overflow:hidden;}

/* universal */
body{background:#CD8;color:#235;font:72%/145% Arial, Verdana, Arial, Geneva, sans-serif;text-align:center;margin:0;padding:0;}
a{background-color:inherit;color:#8B6;}
a:visited{background-color:inherit;color:#458;}
a:hover{background-color:inherit;color:#FB4;}
a img{border:none;text-decoration:none;}
acronym,abbr{cursor:help;}
blockquote{border-top:1px solid #ddd;border-bottom:1px solid #ddd;font-size:125%;line-height:115%;width:85%;margin:25px auto;padding:5px 0;}
blockquote cite{font-size:80%;font-style:normal;padding-left:25px;}
code{font-family:"Courier New", Courier, monospace;font-size:1em;overflow:auto;}
h1,h2,h3,h4,h5,h6{border-bottom:1px solid #8B6;font-weight:400;padding:3px 0;}
h1{font-size:1.75em;}
h2{font-size:1.5em;}
h3{font-size:1.25em;}
h4{font-size:1.15em;}
input,textarea{font-family:Arial, Verdana, Geneva, sans-serif;padding:2px;}
table{width:98%;margin:0 auto;}
ul{list-style:square;}
ul,ol{margin:auto 10px auto 35px;padding:0;}

/* specifics  */
#wrap{background:#FFF;border:1px solid #999;color:inherit;font-size:1.25em;line-height:1.3em;text-align:left;width:80%;margin:25px auto;padding:15px;}

/* Header  */
#header{background:url(images/header-bg.gif) repeat-x 0 100%;padding-bottom:30px;margin:0 0 25px;}
#header h1{border:none;font-weight:400;margin:3px 0;}
#header p.blogdescription{margin:5px 0;}

/* Content  */
#content{float:left;width:70%;margin:0 0 25px;padding:0;}

/* blog posts  */
.post{margin:0 0 50px;}
.authormeta{font-size:0.75em;margin:2px 0;padding:0;}
.postmeta{border-top:1px solid #CD8;font-size:0.75em;}
.postdate{font-size:2em;line-height:1.5em;}
.posttitle{border:none;font-size:125%;font-weight:400;margin:2px 0;padding:0;}
/* post meta*/
.metawrap{border:1px solid #DDD;font-size:0.75em;text-align:center;margin:30px 0;padding:5px;}
/* blog comments  */
.commentmetadata{border-top:1px solid #CD8;font-size:0.75em;text-align:right;margin:2px;padding:3px 0;}
/* individual comments  */
#commentlist li{border-bottom:1px solid #DDD;margin-bottom:30px;}
#commentlist cite{font-style:normal;font-size:1.5em;}
/* individual comment content  */
#commentlist blockquote{font-size:1.1em;}
#commentlist blockquote cite{font-size:0.9em;}
#commentform fieldset{border:none;}
#commentform label{font-weight:700;font-size:0.95em;}
#commentform input#author,input#email,input#url{width:48%;}

/* Sidebar  */
#sidebar{float:right;width:25%;margin:0 0 25px;padding:0;}
#sidebar ul{list-style:none;}
#sidebar li h2{font-size:125%;font-weight:400;margin:3px 0;padding:2px 0;}
#sidebar li ul{list-style:square;margin:0 0 25px 35px;padding:0;}
/* search box  */
#sidebar li#search{margin-bottom:30px;}
#sidebar li#search dl{margin:0;padding:0;}
/*  calendar  */
#sidebar li#calendar ul{list-style:none;margin:0 0 35px;padding:0;}
#wp-calendar caption{background:#CD8;color:inherit;padding:5px;}

/* Footer  */
#footer{background:url(images/header-bg.gif) repeat-x 0 0;clear:both;font-size:0.9em;padding-top:35px;height:1%;text-align:right;width:100%;}
/* attribution link styling  */
#footer p.credit{font-size:0.75em;}
#footer p.credit a{background-color:inherit;color:#235;}

/* Various Classes & Image Alignment  */
.center{text-align:center;}
.floatleft{float:left;margin:5px;}
.floatright{float:right;margin:5px;}
img.center{display:block;margin:10px auto;}
img.left{display:inline;margin:0 10px 5px 0;}
img.right{display:inline;margin:0 0 5px 10px;}
hr,#commentform legend{display:none;}
#header h1 a,.posttitle a{background-color:inherit;color:#8B6;text-decoration:none;}
.singlemeta,.interact,#commentform dd,#sidebar li#search dt,#sidebar li#search dd{margin:0;}
#commentform textarea,#sidebar li#search input#s{width:98%;}