]> git.openstreetmap.org Git - stateofthemap.git/commitdiff
Aerodrome 1.0.3
authorTom Hughes <tom@compton.nu>
Mon, 18 Mar 2013 00:37:58 +0000 (00:37 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 18 Mar 2013 00:37:58 +0000 (00:37 +0000)
49 files changed:
404.php [new file with mode: 0644]
CHANGELOG.txt [new file with mode: 0644]
README.txt [new file with mode: 0644]
Thumbs.db [new file with mode: 0644]
comments.php [new file with mode: 0644]
favicon.ico [new file with mode: 0644]
footer.php [new file with mode: 0644]
functions.php [new file with mode: 0644]
header.php [new file with mode: 0644]
images/Thumbs.db [new file with mode: 0644]
images/africa.jpg [new file with mode: 0644]
images/autumn.jpg [new file with mode: 0644]
images/china-wall.jpg [new file with mode: 0644]
images/christmas.jpg [new file with mode: 0644]
images/default.jpg [new file with mode: 0644]
images/desert.jpg [new file with mode: 0644]
images/headad.png [new file with mode: 0644]
images/lens.png [new file with mode: 0644]
images/old-map.jpg [new file with mode: 0644]
images/option-africa.jpg [new file with mode: 0644]
images/option-autumn.jpg [new file with mode: 0644]
images/option-china-wall.jpg [new file with mode: 0644]
images/option-christmas.jpg [new file with mode: 0644]
images/option-default.jpg [new file with mode: 0644]
images/option-desert.jpg [new file with mode: 0644]
images/option-old-map.jpg [new file with mode: 0644]
images/option-parchment-map.jpg [new file with mode: 0644]
images/option-sunflowers.jpg [new file with mode: 0644]
images/option-temple.jpg [new file with mode: 0644]
images/option-vector-landscape.jpg [new file with mode: 0644]
images/option-winter.jpg [new file with mode: 0644]
images/option-yellow-mountains.jpg [new file with mode: 0644]
images/parchment-map.jpg [new file with mode: 0644]
images/rss2.jpg [new file with mode: 0644]
images/sidead.png [new file with mode: 0644]
images/sunflowers.jpg [new file with mode: 0644]
images/temple.jpg [new file with mode: 0644]
images/vector-landscape.jpg [new file with mode: 0644]
images/winter.jpg [new file with mode: 0644]
images/yellow-mountains.jpg [new file with mode: 0644]
index.php [new file with mode: 0644]
legacy.comments.php [new file with mode: 0644]
page.php [new file with mode: 0644]
screenshot.png [new file with mode: 0644]
search.php [new file with mode: 0644]
sidebar.php [new file with mode: 0644]
sidebarleft.php [new file with mode: 0644]
single.php [new file with mode: 0644]
style.css [new file with mode: 0644]

diff --git a/404.php b/404.php
new file mode 100644 (file)
index 0000000..ec7e33b
--- /dev/null
+++ b/404.php
@@ -0,0 +1,22 @@
+<?php get_header(); ?>
+
+
+<div class="notfound"><?php _e('Uups, not found. Sorry!<br />Maybe use our search?'); ?><br /><br />
+<form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
+                <input type="text" name="s" id="s" size="25" />
+                <input type="submit" value="Search">
+</form><br />
+Or visit <a href="<?php bloginfo('url'); ?>">Home?</a><br /><br />
+
+Or read the latest news?<br /><br />
+<div style="font-size:12px; margin-left:30px; font-weight:normal; text-align:left;">
+<?php $lastposts = get_posts('numberposts=10');
+foreach($lastposts as $post) :
+   setup_postdata($post);
+   ?>
+   <?php the_title(); ?><a href="<?php the_permalink(); ?>" id="post-<?php the_ID(); ?>"> (read)</a><br />
+<?php endforeach; ?>
+</div>
+</div>
+
+<?php get_footer(); ?>
\ No newline at end of file
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
new file mode 100644 (file)
index 0000000..3b68f6f
--- /dev/null
@@ -0,0 +1,44 @@
+WORDPRESS THEME 
+AERODROME      
+
+    CHANGELOG
+    
+       V 1.0.3
+       
+       Added customizeable Link section below Header
+       Added beautiful subpages menu on top
+       Added Christmas Background image CC License: http://flickr.com/photos/krisdecurtis/337787518/
+    An admin menu that allows the background image to be selected
+       easily without code modifications has been added. More background image
+    options were also added for a total of 12. Thanks to Aaron Edwards of
+    http://missionsplace.com for this.
+       - full WordPress 2.7 ready, esp. concerning comments
+       - overall text font size reduced to 13px
+       - revised headings, table style, fieldset
+    
+       Image Sources (all Creative Commons License):
+       Vector Landscape: http://www.flickr.com/photos/24471966@N04/2851251413/
+       Africa: http://www.flickr.com/photos/mdorn/2168347/ 
+       Temple: http://www.flickr.com/photos/stuckincustoms/527078736/
+       Great Wall: http://www.flickr.com/photos/smokingpermitted/1952627233/
+       Foggy Mountains: http://www.flickr.com/photos/davelau/1061671042/
+       Antique Map: http://www.flickr.com/photos/normanbleventhalmapcenter/2674855383/
+       Parchment Map: http://www.sxc.hu/photo/938403
+       Christmas: http://flickr.com/photos/krisdecurtis/337787518/
+       all other images taken from http://sxc.hu -- standard restrictions  
+       
+       
+       V 1.0.2
+
+       custom search result and 404 error page
+       better handling of head menu - parent and child pages
+        again improved the comment list
+        magnifying glass (search) now shows up on every page and post
+        more beautiful nav links (previous-next post)  
+
+
+       V 1.0.1
+
+       
+
diff --git a/README.txt b/README.txt
new file mode 100644 (file)
index 0000000..16479bf
--- /dev/null
@@ -0,0 +1,79 @@
+WORDPRESS THEME 
+AERODROME
+
+Installation:
+
+1) Extract the zip-file on your Desktop Computer
+
+2) Upload your aerodrome directory on your Webhosting Account into the directory /wp-content/themes/
+
+3) Activate the Theme from your Wordpress admin area, click "DESIGN" resp. "Presentation" and select the theme
+
+
+
+Change the Background Image:
+============================
+
+Under 'design' resp. 'appearance' you'll find the options menu 'change background image'. Select the background 
+you like most. Save options.
+
+
+
+Your custom Background Image:
+=============================
+1.
+Get the image you want. Size it to 1024px height to make it fit also for larger screens. 
+JPG-Files with lower quality ensure fast loading times - quality doesn't need to be too high in browsers. 
+File size should be under 100 KB in the end. Name it "default.jpg" and copy it to your image into the /images 
+folder of the theme. If you want to keep the standard default.jpg, rename it before you copy your image.
+
+2.
+Under 'design' resp. 'appearance' you'll find the options menu 'change background image'. Select 'default' and
+don't care for the preview thumbnail as it still shows the standard default image. Save options.
+
+    
+
+See CHANGELOG.txt for the version history.
+
+
+
+P L A C E   T H E   A D S   I N   T H E   T H E M E
+===================================================
+
+
+open sidebarleft.php and header.php and follow the instructions there
+
+     
+
+See CHANGELOG.txt for the version history.
+
+
+D I S C L A I M E R
+
+This WordPress Theme is provided as is. The Theme Author, Joe Fischler, offers no warranty,
+explicit or implied, redarding all files contained, accuracy of information, or any rights
+or licenses under this agreement. The Author does not represent or warrant that this theme 
+will meet your requirements or that its use will be uninterrupted or error free. The Author 
+shall not be liable to any person or entity for any damages of any kind, lost profits
+or other damages, costs or losses resulting out of the use of this theme.
+
+
+Please keep the credit and the backlink to the theme page in the footer. 
+
+LICENSE:
+
+    Aerodrome is a WordPress theme
+    Copyright (C) 2008  TheBuckmaker.com
+
+    This program 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
+    (at your option) any later version.
+
+    This program 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 <http://www.gnu.org/licenses/>.
diff --git a/Thumbs.db b/Thumbs.db
new file mode 100644 (file)
index 0000000..1658328
Binary files /dev/null and b/Thumbs.db differ
diff --git a/comments.php b/comments.php
new file mode 100644 (file)
index 0000000..f82098e
--- /dev/null
@@ -0,0 +1,96 @@
+<?php if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
+               die ('Please do not load this page directly. Thanks!');
+
+       if ( post_password_required() ) { ?>
+               <p class="nocomments">This post is password protected. Enter the password to view comments.</p>
+       <?php
+               return;
+       }
+?>
+
+       <h2 id="comments"><?php comments_number(__('No Comments'), __('1 Comment'), __('% Comments')); ?>
+       <?php if ( comments_open() ) : ?>
+                <a href="#postcomment" title="<?php _e("Leave a comment"); ?>">&raquo;</a>
+       <?php endif; ?>
+       </h2>
+
+
+<?php if ( have_comments() ) : ?>
+
+       <ul id="commentlist2">
+
+       <?php wp_list_comments(); ?>
+
+       </ul>
+
+
+<div class="navigation">
+               <div class="alignleft"><?php previous_comments_link() ?></div>
+               <div class="alignright"><?php next_comments_link() ?></div>
+       </div>
+ <?php else : // this is displayed if there are no comments so far ?>
+
+       <?php if ('open' == $post->comment_status) : ?>
+               <!-- If comments are open, but there are no comments. -->
+
+        <?php else : // comments are closed ?>
+               <!-- If comments are closed. -->
+               <p class="nocomments">Comments are closed.</p>
+
+       <?php endif; ?>
+<?php endif; ?>
+
+       <p style="font-size:12px;"><?php post_comments_feed_link(__('RSS feed for comments on this post.')); ?>
+       <?php if ( pings_open() ) : ?>
+                <a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack URL'); ?></a>
+       <?php endif; ?>
+       </p>
+<hr>
+<?php if ('open' == $post->comment_status) : ?>
+
+<div id="respond">
+
+<h3 style="padding-left:0px;"><?php comment_form_title( 'Leave a Reply', 'Leave a Reply to %s' ); ?></h3>
+
+<div class="cancel-comment-reply">
+       <?php cancel_comment_reply_link(); ?>
+</div>
+
+<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
+<p>You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>">logged in</a> to post a comment.</p>
+<?php else : ?>
+
+<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
+
+<?php if ( $user_ID ) : ?>
+
+<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="Log out of this account">Log out &raquo;</a></p>
+
+<?php else : ?>
+
+<p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> />
+<label for="author"><small>Name <?php if ($req) echo "(required)"; ?></small></label></p>
+
+<p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> />
+<label for="email"><small>Mail (will not be published) <?php if ($req) echo "(required)"; ?></small></label></p>
+
+<p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
+<label for="url"><small>Website</small></label></p>
+
+<?php endif; ?>
+
+<!--<p><small><strong>XHTML:</strong> You can use these tags: <code><?php echo allowed_tags(); ?></code></small></p>-->
+
+<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
+
+<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
+<?php comment_id_fields(); ?>
+</p>
+<?php do_action('comment_form', $post->ID); ?>
+
+</form>
+</div>
+
+<?php endif; // If registration required and not logged in ?>
+
+<?php endif; // if you delete this the sky will fall on your head ?>
\ No newline at end of file
diff --git a/favicon.ico b/favicon.ico
new file mode 100644 (file)
index 0000000..34d4667
Binary files /dev/null and b/favicon.ico differ
diff --git a/footer.php b/footer.php
new file mode 100644 (file)
index 0000000..ccc14d8
--- /dev/null
@@ -0,0 +1,16 @@
+<!-- begin footer -->
+</div><!-- end content -->
+
+<?php include(TEMPLATEPATH . '/sidebarleft.php'); ?>
+<?php get_sidebar(); ?>
+
+<!-- leave the footprint as it is -->
+<p class="footprint"><cite>Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a>. Theme: <a href="http://thebuckmaker.com">TheBuckmaker</a>. <a href="http://www.etoscape.net/">SSL Zertifikate</a>, <a href="http://xoppla.net/">Eigenbau</a>
+</cite></p>
+
+</div><!-- end rap -->
+
+<?php wp_footer(); ?>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/functions.php b/functions.php
new file mode 100644 (file)
index 0000000..92e6078
--- /dev/null
@@ -0,0 +1,144 @@
+<?php
+if ( function_exists('register_sidebar') )
+register_sidebar(array(
+'name' => 'Left Sidebar',
+        'before_widget' => '<li id="%1$s" class="widget %2$s">',
+        'after_widget' => '</li>',
+'before_title' => '<h3>',
+'after_title' => '</h3>',
+));
+if ( function_exists('register_sidebar') )
+register_sidebar(array(
+'name' => 'Right Sidebar',
+        'before_widget' => '<li id="%1$s" class="widget %2$s">',
+        'after_widget' => '</li>',
+'before_title' => '<h3>',
+'after_title' => '</h3>',
+));
+
+///////////////////////////////////////////////////////////////////////////////////////////////////
+/* Begin background image select admin page. Created by Aaron Edwards - http://MissionsPlace.com */
+/* It should work with Wordpress/WordpressMU 2.1+ */
+
+// Image Sources (all Creative Commons License):
+// Vector Landscape: http://www.flickr.com/photos/24471966@N04/2851251413/
+// Africa: http://www.flickr.com/photos/mdorn/2168347/ 
+// Temple: http://www.flickr.com/photos/stuckincustoms/527078736/
+// Great Wall: http://www.flickr.com/photos/smokingpermitted/1952627233/
+// Foggy Mountains: http://www.flickr.com/photos/davelau/1061671042/
+// Antique Map: http://www.flickr.com/photos/normanbleventhalmapcenter/2674855383/
+// Parchment Map: http://www.sxc.hu/photo/938403
+// all other images taken from http://sxc.hu -- standard restrictions
+
+//inserts new image url css in header
+function aero_style() {
+  ?>
+  <style type="text/css">
+  <?php if (get_theme_mod('aero_background_image') == "Default") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/default.jpg) no-repeat fixed center center #fff; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "ParchmentMap") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/parchment-map.jpg) no-repeat fixed center center #fff; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "OldMap") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/old-map.jpg) no-repeat fixed center center #fff; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "Africa") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/africa.jpg) no-repeat fixed center center #fff; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "Autumn") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/autumn.jpg) no-repeat fixed center center #fff; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "Winter") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/winter.jpg) no-repeat fixed center center #fff; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "Desert") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/desert.jpg) no-repeat fixed center center #fff; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "Sunflowers") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/sunflowers.jpg) no-repeat fixed center center #fff; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "ChinaMountains") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/yellow-mountains.jpg) no-repeat fixed center center #fff; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "GreatWall") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/china-wall.jpg) no-repeat fixed center center #fff; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "VectorLandscape") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/vector-landscape.jpg) no-repeat fixed center bottom #eb7034; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "Temple") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/temple.jpg) no-repeat fixed center center #fff; }
+  <?php } elseif (get_theme_mod('aero_background_image') == "Christmas") { ?>
+    body { background: url(<?php echo bloginfo('template_directory'); ?>/images/christmas.jpg) no-repeat fixed center center #fff; }
+       <?php } ?>
+  
+  </style>
+<?php
+}
+if (get_theme_mod('aero_background_image')) //add css hook if option is set
+  add_action('wp_head', 'aero_style');
+
+
+
+//admin menu process options
+function aero_add_admin() {            
+       if ( 'save' == $_POST['aero_action'] ) {
+
+               // Update Options
+               $aero_background_image = preg_replace( '|[^a-z]|i', '', $_POST['aero_background_image'] );
+               set_theme_mod('aero_background_image', $aero_background_image );
+
+               // Go back to the options
+               header("Location: themes.php?page=aero-options&saved=true");
+               die;
+       }
+       add_submenu_page('themes.php', __('Change Background Image'), __('Change Background Image'), 5, 'aero-options', 'aero_admin');
+}
+
+//actual menu to select background image
+function aero_admin() {
+
+       if ( $_GET['saved'] ) echo '<div id="message" class="updated fade"><p>Aero background image option saved. <a href="'. get_bloginfo('url') .'">View Site &raquo;</a></strong></p></div>';
+       
+?>
+
+<div class="wrap">
+<h2>Select a Background Image:</h2>
+       <form id='aero_options' method="post">
+               <p>
+                       <label><input type="radio" name="aero_background_image" value="Default" <?php if (get_theme_mod('aero_background_image') == "Default" || !get_theme_mod('aero_background_image')) { echo "checked='checked'"; } ?> /> Default<img src="<?php bloginfo('template_directory'); ?>/images/option-default.jpg" alt="Default" /></label>
+      <label><input type="radio" name="aero_background_image" value="ParchmentMap" <?php if (get_theme_mod('aero_background_image') == "ParchmentMap") { echo "checked='checked'"; } ?> /> Parchment Map<img src="<?php bloginfo('template_directory'); ?>/images/option-parchment-map.jpg" alt="Parchment Map" /></label>
+      <label><input type="radio" name="aero_background_image" value="OldMap" <?php if (get_theme_mod('aero_background_image') == "OldMap") { echo "checked='checked'"; } ?> /> Antique Map<img src="<?php bloginfo('template_directory'); ?>/images/option-old-map.jpg" alt="Old Map" /></label>
+      <label><input type="radio" name="aero_background_image" value="Africa" <?php if (get_theme_mod('aero_background_image') == "Africa") { echo "checked='checked'"; } ?> /> Africa<img src="<?php bloginfo('template_directory'); ?>/images/option-africa.jpg" alt="Africa" /></label>
+      <label><input type="radio" name="aero_background_image" value="Autumn" <?php if (get_theme_mod('aero_background_image') == "Autumn") { echo "checked='checked'"; } ?> /> Autumn<img src="<?php bloginfo('template_directory'); ?>/images/option-autumn.jpg" alt="Autumn" /></label>
+      <label><input type="radio" name="aero_background_image" value="Winter" <?php if (get_theme_mod('aero_background_image') == "Winter") { echo "checked='checked'"; } ?> /> Winter<img src="<?php bloginfo('template_directory'); ?>/images/option-winter.jpg" alt="Winter" /></label>
+      <label><input type="radio" name="aero_background_image" value="Desert" <?php if (get_theme_mod('aero_background_image') == "Desert") { echo "checked='checked'"; } ?> /> Desert<img src="<?php bloginfo('template_directory'); ?>/images/option-desert.jpg" alt="Desert" /></label>
+      <label><input type="radio" name="aero_background_image" value="Sunflowers" <?php if (get_theme_mod('aero_background_image') == "Sunflowers") { echo "checked='checked'"; } ?> /> Sunflowers<img src="<?php bloginfo('template_directory'); ?>/images/option-sunflowers.jpg" alt="Sunflowers" /></label>
+      <label><input type="radio" name="aero_background_image" value="ChinaMountains" <?php if (get_theme_mod('aero_background_image') == "ChinaMountains") { echo "checked='checked'"; } ?> /> Foggy Mountains<img src="<?php bloginfo('template_directory'); ?>/images/option-yellow-mountains.jpg" alt="China Mountains" /></label>
+      <label><input type="radio" name="aero_background_image" value="GreatWall" <?php if (get_theme_mod('aero_background_image') == "GreatWall") { echo "checked='checked'"; } ?> /> Great Wall<img src="<?php bloginfo('template_directory'); ?>/images/option-china-wall.jpg" alt="Great Wall" /></label>
+      <label><input type="radio" name="aero_background_image" value="VectorLandscape" <?php if (get_theme_mod('aero_background_image') == "VectorLandscape") { echo "checked='checked'"; } ?> /> Vector Landscape<img src="<?php bloginfo('template_directory'); ?>/images/option-vector-landscape.jpg" alt="Vector Landscape" /></label>
+      <label><input type="radio" name="aero_background_image" value="Temple" <?php if (get_theme_mod('aero_background_image') == "Temple") { echo "checked='checked'"; } ?> /> Temple<img src="<?php bloginfo('template_directory'); ?>/images/option-temple.jpg" alt="Temple" /></label>
+      <label><input type="radio" name="aero_background_image" value="Christmas" <?php if (get_theme_mod('aero_background_image') == "Christmas") { echo "checked='checked'"; } ?> /> Christmas<img src="<?php bloginfo('template_directory'); ?>/images/option-christmas.jpg" alt="Christmas" /></label>
+         </p>
+               <input type="hidden" name="aero_action" value="save" />
+       <p class="submit" style="clear: both"><input name="save" id="save" type="submit" value="Save Options &raquo;" /></p>
+       </form>
+
+</div>
+<?php
+}
+
+//css for option list
+function aero_admin_header() { ?>
+<style media="screen" type="text/css">
+  form#aero_options label { 
+    width:150px;
+    margin-left:10px;
+    margin-bottom:20px;
+       display: block;
+       float: left;
+  }
+</style>
+<?php }
+
+add_action('admin_head', 'aero_admin_header');
+add_action('admin_menu', 'aero_add_admin');
+
+?>
+<?php
+add_filter('comments_template', 'legacy_comments');
+function legacy_comments($file) {
+       if(!function_exists('wp_list_comments'))        $file = TEMPLATEPATH . '/legacy.comments.php';
+       return $file;
+}
+?>
\ No newline at end of file
diff --git a/header.php b/header.php
new file mode 100644 (file)
index 0000000..b2425b4
--- /dev/null
@@ -0,0 +1,114 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
+
+<head profile="http://gmpg.org/xfn/11">
+        <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
+        <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
+        <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
+        <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
+        <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" />
+        <link rel="shortcut icon" type="image/x-icon" href="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/favicon.ico" />
+        <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
+        <?php wp_get_archives('type=monthly&format=link'); ?>
+        <?php //comments_popup_script(); // off by default ?>
+        <style type="text/css" media="screen">
+                @import url( <?php bloginfo('stylesheet_url'); ?> );
+        </style>
+                               
+               <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>     
+        <?php wp_head(); ?>
+
+
+
+</head>
+
+<body>
+
+<div id="rap">
+
+
+
+<?php if (is_search() || is_404()) { ?>
+<div id="headmenu">
+        <ul>
+                       <li><a href="<?php echo get_settings('home'); ?>/" title="Home">Home</a></li>
+        <?php wp_list_pages('depth=1&sort_column=menu_order&title_li='); ?>
+
+        </ul>
+               </div>
+<?php } else { ?>
+<div id="headmenu">
+        <ul>
+               <li><a href="<?php echo get_settings('home'); ?>/" title="Home">Home</a></li>
+                <?php wp_list_pages('depth=1&sort_column=menu_order&title_li='); ?>
+<?php
+        if($post->post_parent)
+                $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0"); else
+                $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0"); ?>
+                                       
+               </ul>
+</div>                         
+<?php } ?>
+                               <?php
+        if ($children) { ?>
+<div id="headsubmenu">
+                               <ul>
+                <?php echo $children; ?>
+                               </ul>
+</div>
+                <?php } ?>
+
+
+
+
+
+<div id="header">
+
+<div id="headerleft">
+<h1><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1>
+<h2><?php bloginfo('description'); ?></h2>
+</div><!-- end headerleft -->
+
+<div id="headerright">
+<a href="<?php bloginfo('rss_url'); ?>" title="GET MY FEED"></a>
+</div><!-- end headerright -->
+
+
+
+<!-- H E A D E R   A D   S E C T I O N -->
+<div id="headad">
+
+<!-- ERASE THE FOLLOWING LINE AND INSERT YOUR HEAD AD CODE FROM HERE -->
+
+<img src="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/images/headad.png" alt="Headad" />
+
+<!-- TO HERE -->
+</div>
+
+</div><!-- end header -->
+
+
+<div id="headmenu2">
+        <ul>
+
+<!-- ******************** C U S T O M   L I N K   S E C T I O N   H E A D E R   B O T T O M *************** -->
+<!-- INSERT YOUR CUSTOM LINKS AND LINK DESCRIPTIONS LIKE <li><a href="http://thebuckmaker.com" title="The Buckmaker is great">TheBuckmaker</a></li> -->
+
+
+
+<li class="headlip">Custom Links:</li>
+
+<li><a href="http://" title="">Link1</a></li>
+
+<li><a href="http://" title="">Link2</a></li>
+
+<li><a href="http://" title="">Link3</a></li>
+
+<li><a href="http://" title="">Link4</a></li>
+
+       </ul>
+
+
+</div><!-- end headmenu2 -->
+
+<div id="content">
\ No newline at end of file
diff --git a/images/Thumbs.db b/images/Thumbs.db
new file mode 100644 (file)
index 0000000..85b72a0
Binary files /dev/null and b/images/Thumbs.db differ
diff --git a/images/africa.jpg b/images/africa.jpg
new file mode 100644 (file)
index 0000000..0fc4a0c
Binary files /dev/null and b/images/africa.jpg differ
diff --git a/images/autumn.jpg b/images/autumn.jpg
new file mode 100644 (file)
index 0000000..01e0fa5
Binary files /dev/null and b/images/autumn.jpg differ
diff --git a/images/china-wall.jpg b/images/china-wall.jpg
new file mode 100644 (file)
index 0000000..0867bcb
Binary files /dev/null and b/images/china-wall.jpg differ
diff --git a/images/christmas.jpg b/images/christmas.jpg
new file mode 100644 (file)
index 0000000..fcc3a97
Binary files /dev/null and b/images/christmas.jpg differ
diff --git a/images/default.jpg b/images/default.jpg
new file mode 100644 (file)
index 0000000..34a5694
Binary files /dev/null and b/images/default.jpg differ
diff --git a/images/desert.jpg b/images/desert.jpg
new file mode 100644 (file)
index 0000000..43344df
Binary files /dev/null and b/images/desert.jpg differ
diff --git a/images/headad.png b/images/headad.png
new file mode 100644 (file)
index 0000000..00daaa5
Binary files /dev/null and b/images/headad.png differ
diff --git a/images/lens.png b/images/lens.png
new file mode 100644 (file)
index 0000000..a77e95c
Binary files /dev/null and b/images/lens.png differ
diff --git a/images/old-map.jpg b/images/old-map.jpg
new file mode 100644 (file)
index 0000000..dedc89a
Binary files /dev/null and b/images/old-map.jpg differ
diff --git a/images/option-africa.jpg b/images/option-africa.jpg
new file mode 100644 (file)
index 0000000..d695f0f
Binary files /dev/null and b/images/option-africa.jpg differ
diff --git a/images/option-autumn.jpg b/images/option-autumn.jpg
new file mode 100644 (file)
index 0000000..d82a7e7
Binary files /dev/null and b/images/option-autumn.jpg differ
diff --git a/images/option-china-wall.jpg b/images/option-china-wall.jpg
new file mode 100644 (file)
index 0000000..98e7d09
Binary files /dev/null and b/images/option-china-wall.jpg differ
diff --git a/images/option-christmas.jpg b/images/option-christmas.jpg
new file mode 100644 (file)
index 0000000..3756f42
Binary files /dev/null and b/images/option-christmas.jpg differ
diff --git a/images/option-default.jpg b/images/option-default.jpg
new file mode 100644 (file)
index 0000000..dcdf516
Binary files /dev/null and b/images/option-default.jpg differ
diff --git a/images/option-desert.jpg b/images/option-desert.jpg
new file mode 100644 (file)
index 0000000..62805e9
Binary files /dev/null and b/images/option-desert.jpg differ
diff --git a/images/option-old-map.jpg b/images/option-old-map.jpg
new file mode 100644 (file)
index 0000000..081493d
Binary files /dev/null and b/images/option-old-map.jpg differ
diff --git a/images/option-parchment-map.jpg b/images/option-parchment-map.jpg
new file mode 100644 (file)
index 0000000..271a87f
Binary files /dev/null and b/images/option-parchment-map.jpg differ
diff --git a/images/option-sunflowers.jpg b/images/option-sunflowers.jpg
new file mode 100644 (file)
index 0000000..2399009
Binary files /dev/null and b/images/option-sunflowers.jpg differ
diff --git a/images/option-temple.jpg b/images/option-temple.jpg
new file mode 100644 (file)
index 0000000..30970a7
Binary files /dev/null and b/images/option-temple.jpg differ
diff --git a/images/option-vector-landscape.jpg b/images/option-vector-landscape.jpg
new file mode 100644 (file)
index 0000000..93c4a5b
Binary files /dev/null and b/images/option-vector-landscape.jpg differ
diff --git a/images/option-winter.jpg b/images/option-winter.jpg
new file mode 100644 (file)
index 0000000..2a5b158
Binary files /dev/null and b/images/option-winter.jpg differ
diff --git a/images/option-yellow-mountains.jpg b/images/option-yellow-mountains.jpg
new file mode 100644 (file)
index 0000000..e6c642b
Binary files /dev/null and b/images/option-yellow-mountains.jpg differ
diff --git a/images/parchment-map.jpg b/images/parchment-map.jpg
new file mode 100644 (file)
index 0000000..f931784
Binary files /dev/null and b/images/parchment-map.jpg differ
diff --git a/images/rss2.jpg b/images/rss2.jpg
new file mode 100644 (file)
index 0000000..fa4712f
Binary files /dev/null and b/images/rss2.jpg differ
diff --git a/images/sidead.png b/images/sidead.png
new file mode 100644 (file)
index 0000000..7733e52
Binary files /dev/null and b/images/sidead.png differ
diff --git a/images/sunflowers.jpg b/images/sunflowers.jpg
new file mode 100644 (file)
index 0000000..660f033
Binary files /dev/null and b/images/sunflowers.jpg differ
diff --git a/images/temple.jpg b/images/temple.jpg
new file mode 100644 (file)
index 0000000..0930bb1
Binary files /dev/null and b/images/temple.jpg differ
diff --git a/images/vector-landscape.jpg b/images/vector-landscape.jpg
new file mode 100644 (file)
index 0000000..9ec055b
Binary files /dev/null and b/images/vector-landscape.jpg differ
diff --git a/images/winter.jpg b/images/winter.jpg
new file mode 100644 (file)
index 0000000..421a669
Binary files /dev/null and b/images/winter.jpg differ
diff --git a/images/yellow-mountains.jpg b/images/yellow-mountains.jpg
new file mode 100644 (file)
index 0000000..8c8fe02
Binary files /dev/null and b/images/yellow-mountains.jpg differ
diff --git a/index.php b/index.php
new file mode 100644 (file)
index 0000000..3689c9b
--- /dev/null
+++ b/index.php
@@ -0,0 +1,61 @@
+<?php
+get_header();
+?>
+
+
+<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+
+
+
+<div class="datecomrap">
+         <div class="date">
+         <?php the_time('M'); ?><br />
+         <span style="font-size:2em; font-weight:bold;"><?php the_time('d'); ?></span><br />
+         <?php the_time('Y'); ?>
+         </div><!-- end date -->
+
+
+         <!-- if you don't want the comment count left of the post, erase from here ... -->
+         <div class="commy">
+         <?php comments_popup_link(__('0'), __('1'), __('%'), '', __('--')); ?>    
+         </div><!-- end commy -->
+         <!-- to here -->
+
+
+</div><!-- end datecomrap -->
+
+
+
+     <div class="storywrap">
+
+<div class="post" id="post-<?php the_ID(); ?>">
+         <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
+
+        <div class="storycontent">
+                <?php the_content(__('(more...)')); ?>
+        </div><!-- end storycontent -->
+
+        <div class="meta">
+
+Written by <?php the_author() ?><?php _e(" in:"); ?> <?php the_category(',') ?> | <?php the_tags(__('Tags: '), ', ', ' '); ?><?php edit_post_link(__('Edit This')); ?>
+<?php wp_link_pages(); ?><br />
+
+        </div><!-- end meta -->
+
+
+<?php comments_template(); ?>
+
+     </div><!-- end storywrap -->
+
+</div><!-- end post -->
+
+<?php endwhile; else: ?>
+<p style="margin:100px 0 0 100px; font-weight:bold;"><?php _e('Sorry, no posts matched your criteria.'); ?></p>
+<?php endif; ?>
+
+<div class="navlink">
+<?php posts_nav_link(' &#8212; ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?>
+</div><!-- end navlink -->
+
+
+<?php get_footer(); ?>
\ No newline at end of file
diff --git a/legacy.comments.php b/legacy.comments.php
new file mode 100644 (file)
index 0000000..f87f23b
--- /dev/null
@@ -0,0 +1,90 @@
+       <?php if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?>
+
+                 <p><?php _e('Enter your password to view comments.'); ?></p>
+
+         <?php return; endif; ?>
+
+       <h2 id="comments"><?php comments_number(__('No Comments'), __('1 Comment'), __('% Comments')); ?>
+       <?php if ( comments_open() ) : ?>
+                <a href="#postcomment" title="<?php _e("Leave a comment"); ?>">&raquo;</a>
+       <?php endif; ?>
+       </h2>
+
+
+<?php if ( $comments ) : ?>
+
+       <ul id="commentlist">
+
+       <?php foreach ($comments as $comment) : ?>
+                <li>
+
+                <!--Change the gravatar size by replacing '70' with bigger resp. smaller sizes-->
+                 <div class="authorcomm">
+                
+                 <?php echo get_avatar( $comment, 70 ); ?>
+
+                 <?php comment_author_link() ?>
+                 </div>
+                <?php comment_text() ?>
+
+                <div class="meta"><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> | <?php comment_date() ?> <?php edit_comment_link(__("Edit This"), ' |'); ?></div>
+                </li>
+
+       <?php endforeach; ?>
+
+       </ul>
+
+
+
+<?php else : ?>
+
+<?php endif; ?>
+
+       <p style="font-size:12px;"><?php post_comments_feed_link(__('RSS feed for comments on this post.')); ?>
+       <?php if ( pings_open() ) : ?>
+                <a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack URL'); ?></a>
+       <?php endif; ?>
+       </p>
+
+<?php if ( comments_open() ) : ?>
+       <h2 id="postcomment"><?php _e('Leave a comment'); ?></h2>
+
+<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
+<p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.'), get_option('siteurl')."/wp-login.php?redirect_to=".urlencode(get_permalink()));?></p>
+<?php else : ?>
+
+                <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
+
+                <?php if ( $user_ID ) : ?>
+
+                <p><?php printf(__('Logged in as %s.'), '<a href="'.get_option('siteurl').'/wp-admin/profile.php">'.$user_identity.'</a>'); ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php _e('Log out &raquo;'); ?></a></p>
+
+                <?php else : ?>
+
+                <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" />
+                <label for="author"><small><?php _e('Name'); ?> <?php if ($req) _e('(required)'); ?></small></label></p>
+
+                <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" />
+                <label for="email"><small><?php _e('Mail (will not be published)');?> <?php if ($req) _e('(required)'); ?></small></label></p>
+
+                <p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
+                <label for="url"><small><?php _e('Website'); ?></small></label></p>
+
+                <?php endif; ?>
+
+                <!--<p><small><strong>XHTML:</strong> <?php printf(__('You can use these tags: %s'), allowed_tags()); ?></small></p>-->
+
+                <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
+
+                <p><input name="submit" type="submit" id="submit" tabindex="5" value="<?php echo attribute_escape(__('Submit Comment')); ?>" />
+                <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
+                </p>
+                <?php do_action('comment_form', $post->ID); ?>
+
+                </form>
+
+<?php endif; // If registration required and not logged in ?>
+
+<?php else : // Comments are closed ?>
+<p><?php _e('Sorry, the comment form is closed at this time.'); ?></p>
+<?php endif; ?>
\ No newline at end of file
diff --git a/page.php b/page.php
new file mode 100644 (file)
index 0000000..960f5b9
--- /dev/null
+++ b/page.php
@@ -0,0 +1,51 @@
+<?php
+get_header();
+?>
+
+
+<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+
+<div class="datecomrap">
+
+<div class="date">
+<?php the_time('M'); ?><br />
+<span style="font-size:2em; font-weight:bold;"><?php the_time('d'); ?></span><br />
+<?php the_time('Y'); ?>
+</div><!-- end date -->
+
+
+</div><!-- end datecomrap -->
+
+     <div class="storywrap">
+
+<div class="post" id="post-<?php the_ID(); ?>">
+         <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
+
+        <div class="storycontent">
+                <?php the_content(__('(more...)')); ?>
+        </div><!-- end storycontent -->
+
+        <div class="meta">
+
+Written by <?php the_author() ?><?php _e(" in:"); ?> <?php the_category(',') ?> | <?php the_tags(__('Tags: '), ', ', ' '); ?><?php edit_post_link(__('Edit This')); ?>
+<?php wp_link_pages(); ?><br />
+
+        </div><!-- end meta -->
+
+
+<?php comments_template(); ?>
+
+     </div><!-- end storywrap -->
+
+</div><!-- end post -->
+
+<?php endwhile; else: ?>
+<p style="margin:100px 0 0 100px; font-weight:bold;"><?php _e('Sorry, no posts matched your criteria.'); ?></p>
+<?php endif; ?>
+
+<div class="navlink">
+<?php posts_nav_link(' &#8212; ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?>
+</div><!-- end navlink -->
+
+
+<?php get_footer(); ?>
\ No newline at end of file
diff --git a/screenshot.png b/screenshot.png
new file mode 100644 (file)
index 0000000..5c3cfaf
Binary files /dev/null and b/screenshot.png differ
diff --git a/search.php b/search.php
new file mode 100644 (file)
index 0000000..7b815fc
--- /dev/null
@@ -0,0 +1,72 @@
+<?php get_header(); ?>
+
+<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+
+<div class="datecomrap">
+         <div class="date">
+         <?php the_time('M'); ?><br />
+         <span style="font-size:2em; font-weight:bold;"><?php the_time('d'); ?></span><br />
+         <?php the_time('Y'); ?>
+         </div><!-- end date -->
+
+
+         <!-- if you don't want the comment count left of the post, erase from here ... -->
+         <div class="commy">
+         <?php comments_popup_link(__('0'), __('1'), __('%'), '', __('--')); ?>    
+         </div><!-- end commy -->
+         <!-- to here -->
+
+
+</div><!-- end datecomrap -->
+
+     <div class="storywrap">
+
+<div class="post" id="post-<?php the_ID(); ?>">
+         <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
+
+        <div class="storycontent">
+                <?php the_content(__('(more...)')); ?>
+        </div><!-- end storycontent -->
+
+        <div class="meta">
+
+Written by <?php the_author() ?><?php _e(" in:"); ?> <?php the_category(',') ?> | <?php the_tags(__('Tags: '), ', ', ' '); ?><?php edit_post_link(__('Edit This')); ?>
+<?php wp_link_pages(); ?><br />
+
+        </div><!-- end meta -->
+
+     </div><!-- end storywrap -->
+
+</div><!-- end post -->
+
+<?php endwhile; else: ?>
+
+<div class="notfound"><?php _e('Sorry, no posts matched your criteria.<br />Maybe try another search?'); ?><br /><br />
+<form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
+                <input type="text" name="s" id="s" size="25" />
+                <input type="submit" value="Search">
+</form><br />
+Or visit <a href="<?php bloginfo('url'); ?>">Home?</a><br /><br />
+
+Or read the latest news?<br /><br />
+<div style="font-size:12px; margin-left:40px; font-weight:normal; text-align:left;">
+<?php $lastposts = get_posts('numberposts=10');
+foreach($lastposts as $post) :
+   setup_postdata($post);
+   ?>
+   <?php the_title(); ?><a href="<?php the_permalink(); ?>" id="post-<?php the_ID(); ?>"> (read)</a><br />
+<?php endforeach; ?>
+</div>
+</div>
+
+
+
+<?php endif; ?>
+
+
+<div class="navlink">
+<?php posts_nav_link(' &#8212; ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?>
+</div><!-- end navlink -->
+
+
+<?php get_footer(); ?>
diff --git a/sidebar.php b/sidebar.php
new file mode 100644 (file)
index 0000000..56fab0f
--- /dev/null
@@ -0,0 +1,61 @@
+<!-- begin sidebar -->
+
+<div id="sidebar">
+
+<div id="search">
+<ul>
+ <li style="margin-top:0px;">
+   <form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
+        <div>
+                <input type="text" name="s" id="s" size="11" />
+                <input type="image" src="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/images/lens.png" title="search" alt="S" style="margin:0 0 -5px 3px;" />
+        </div>
+        </form>
+ </li>
+</ul>
+</div><!-- end search -->
+
+<ul>
+<?php         /* Widgetized sidebar, if you have the plugin installed. */
+                if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Right Sidebar") ) : ?>
+
+
+        <?php wp_list_pages('title_li=<h3>' . __('Pages:') . '</h3>' ); ?>
+
+
+
+        <?php wp_list_categories('title_li=<h3>' . __('Categories:') . '</h3>' ); ?>
+
+
+
+ <li id="archives"><h3><?php _e('Archives:'); ?></h3>
+        <ul>
+         <?php wp_get_archives('type=monthly'); ?>
+        </ul>
+ </li>
+
+ <li id="meta"><h3><?php _e('Meta:'); ?></h3>
+        <ul>
+                <?php wp_register(); ?>
+                <li><?php wp_loginout(); ?></li>
+                <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('RSS'); ?></a></li>
+                <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments RSS'); ?></a></li>
+                <li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid XHTML'); ?></a></li>
+                <li><a href="http://gmpg.org/xfn/">XFN</a></li>
+                <li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>">WP</a></li>
+                <?php wp_meta(); ?>
+        </ul>
+ </li>
+
+        <?php wp_list_bookmarks('title_after=</h3>&title_before=<h3>'); ?>
+
+
+<?php endif; ?>
+
+
+
+
+
+</ul>
+
+</div><!-- end sidebar -->
\ No newline at end of file
diff --git a/sidebarleft.php b/sidebarleft.php
new file mode 100644 (file)
index 0000000..9ccfadb
--- /dev/null
@@ -0,0 +1,37 @@
+<!-- begin sidebarleft -->
+
+<div id="sidebarleft">
+
+
+<div style="margin-left:10px;">
+
+
+<!-- I N S E R T   Y O U R   A D   C O D E   H E R E
+erase the following lines starting with <img ... and insert your adsense or other ad code here 
+Works best with 160x600 px ads, formatted with white background and black text color
+if you don't want to display ads, erase the following lines starting with <img ... and put some widgets (design/widgets) into the left sidebar!
+-->
+
+<img src="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/images/sidead.png" alt="Sidead" />
+<img src="<?php bloginfo('url'); ?>/wp-content/themes/aerodrome/images/sidead.png" alt="Sidead" />
+
+
+
+</div>
+
+
+<ul>
+<?php         /* Widgetized sidebar, if you have the plugin installed. */
+                if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Left Sidebar") ) : ?>
+
+
+
+<?php endif; ?>
+
+
+
+
+
+</ul>
+
+</div><!-- end sidebarleft -->
\ No newline at end of file
diff --git a/single.php b/single.php
new file mode 100644 (file)
index 0000000..04cf8b8
--- /dev/null
@@ -0,0 +1,53 @@
+<?php
+get_header();
+?>
+
+
+<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
+
+<div class="datecomrap">
+
+<div class="date">
+<?php the_time('M'); ?><br />
+<span style="font-size:2em; font-weight:bold;"><?php the_time('d'); ?></span><br />
+<?php the_time('Y'); ?>
+</div><!-- end date -->
+
+
+</div><!-- end datecomrap -->
+
+     <div class="storywrap">
+
+<div class="post" id="post-<?php the_ID(); ?>">
+         <h3 class="storytitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
+
+        <div class="storycontent">
+                <?php the_content(__('(more...)')); ?>
+
+
+        </div><!-- end storycontent -->
+
+        <div class="meta">
+
+Written by <?php the_author() ?><?php _e(" in:"); ?> <?php the_category(',') ?> | <?php the_tags(__('Tags: '), ', ', ' '); ?><?php edit_post_link(__('Edit This')); ?>
+<?php wp_link_pages(); ?><br />
+
+        </div><!-- end meta -->
+
+
+<?php comments_template(); ?>
+
+     </div><!-- end storywrap -->
+
+</div><!-- end post -->
+
+<?php endwhile; else: ?>
+<p style="margin:100px 0 0 100px; font-weight:bold;"><?php _e('Sorry, no posts matched your criteria.'); ?></p>
+<?php endif; ?>
+
+<div class="navlink">
+<?php posts_nav_link(' &#8212; ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?>
+</div><!-- end navlink -->
+
+
+<?php get_footer(); ?>
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644 (file)
index 0000000..3fd9c16
--- /dev/null
+++ b/style.css
@@ -0,0 +1,1009 @@
+/*
+Theme Name: Aerodrome
+Theme URI: http://thebuckmaker.com/aerodrome
+Description: Beautiful light and professional designed, ad ready WordPress theme by <a href="http://thebuckmaker.com">TheBuckmaker.com</a>. Custom background image menu by <a href="http://missionsplace.com">Aaron Edwards</a>. Ready for WordPress 2.7
+Author: Joe Fischler
+Author URI: http://thebuckmaker.com
+Tags: blue, green, light, three-columns, fixed-width, theme-options, threaded-comments
+Version: 1.0.3
+*/
+
+
+
+
+/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+         ++++++++++++++++++ General Stylings ++++++++++++++++++
+         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/
+
+
+a {
+        color: #000;
+        text-decoration:none;
+        font-weight:bold;
+}
+
+a img {
+        border: none;
+}
+
+img {}
+
+
+
+a:hover {
+        color:#000;
+        text-decoration:none;
+}
+
+
+
+blockquote {
+        border-left: 5px solid #ccc;
+        margin-left: 1.5em;
+        padding-left: 5px;
+}
+
+
+/*++++++++++++++++++ The BACKGROUND IMAGE +++++++++++++++++++++*/
+/*+++++ replace "(images/default.jpg)" with another image from the /images directory of the theme ++++*/
+
+body {
+        background: url(images/aerodrome.jpg) no-repeat 0 0 #fff;
+        background-attachment:fixed;
+        background-position: center center;
+        color: #000;
+        font-family: Arial, Verdana, sans-serif;
+        margin: 0;
+        padding: 0;
+}
+
+cite {
+        font-size: 90%;
+        font-style: normal;
+}
+
+h1 {    font: 20px 'Arial', Verdana, sans-serif;
+        margin: 15px 0 2px 0;
+        padding-bottom: 2px;
+        font-weight:bold;
+}
+
+h2 {
+        font: 95% 'Arial', Verdana, sans-serif;
+        margin: 15px 0 2px 0;
+        padding-bottom: 2px;
+}
+
+h3 {
+        font-family: Arial, Verdana, sans-serif;
+        margin: 0 0 5px 0;
+}
+
+
+
+p, li {
+        font: 13px 'Arial', Verdana, sans-serif;
+        line-height:17px;
+}
+
+
+
+/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+        ++++++++++++++ Containers and Headers ++++++++++++++++
+         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/
+
+
+/* ++++++++++++++++++ The Main Container ++++++++++++++++++ */
+
+#rap {
+        width:970px;
+        margin:0 auto;
+
+}
+
+/* ++++++++++++++++++ The Content Container - where your posts are ++++++++++++++++++ */
+
+#content {
+        width: 580px;
+        float:left;
+        overflow:hidden;
+}
+
+
+/* ++++++++++++++++++ The Header Section ++++++++++++++++++ */
+
+#header {
+        width:970px;
+        font-family: Verdana, Arial, sans-serif;
+        overflow:hidden;
+        margin:0;
+        padding: 5px 0 10px 0;
+        background:#000;
+
+
+
+         -webkit-border-top-left-radius:0px;
+         -webkit-border-top-right-radius:10px;
+         -webkit-border-bottom-left-radius:0px;
+         -webkit-border-bottom-right-radius:10px;
+
+         -khtml-border-radius-topleft:0px;
+         -khtml-border-radius-topright:10px;
+         -khtml-border-radius-bottomleft:0px;
+         -khtml-border-radius-bottomright:10px;
+
+         -moz-border-radius-topleft:0px;
+         -moz-border-radius-topright:10px;
+         -moz-border-radius-bottomleft:0px;
+         -moz-border-radius-bottomright:10px;
+}
+
+#header a {
+        color: #fff;
+        text-decoration: none;
+}
+
+#header a:hover {
+        text-decoration: none;
+}
+
+#header h1 {font-family:verdana,arial,sans-serif;
+            font-size:29px;
+            margin: 15px 0 0 15px;
+            padding:0;
+            color:#fff;
+            z-index:1;
+
+}
+
+#header h1 a:hover {}
+
+#header h2 {margin-top:0px;
+            font-family: verdana, arial, sans-serif;
+            font-size:13px;
+            color:#fff;
+            margin-left:20px;
+
+}
+
+#headerleft {
+            float:left;
+            width:405px;
+
+}
+
+
+#headerright a {
+        background:url(images/rss2.jpg) no-repeat -1px -64px #000;
+        width:60px;
+        height:59px;
+        cursor:pointer;
+        float:right;
+        margin:10px 20px 0 0;
+}
+
+#headerright a:hover {
+        background:url(images/rss2.jpg) no-repeat -1px -1px;
+}
+
+.navlink {
+        margin:0px 48px 20px 40px;
+        color:#808080;
+        text-align:center;
+        font-size:10px;
+}
+
+.navlink a {
+        padding:10px;
+        font-size:10px;
+        background:#fff;
+        opacity: 0.7;filter:alpha(opacity=70);zoom:1;
+}
+
+.navlink a:hover {
+        color:#000;
+
+}
+
+
+#headmenu {
+font-family: verdana, arial, sans-serif;
+font-size:14px;
+width:970px;
+font-weight:bold;
+float:none;
+margin:30px 0 0 0;
+color:#fff;
+overflow:hidden;
+}
+
+
+#headmenu a {
+         color:#000;
+         background:#fff;
+         padding:4px 10px 6px 10px;
+         margin:5px 3px 0 0;
+         line-height:21px;
+
+
+
+         -webkit-border-top-left-radius:5px;
+         -webkit-border-top-right-radius:5px;
+         -webkit-border-bottom-left-radius:0px;
+         -webkit-border-bottom-right-radius:0px;
+
+         -khtml-border-radius-topleft:5px;
+         -khtml-border-radius-topright:5px;
+         -khtml-border-radius-bottomleft:0px;
+         -khtml-border-radius-bottomright:0px;
+
+         -moz-border-radius-topleft:5px;
+         -moz-border-radius-topright:5px;
+         -moz-border-radius-bottomleft:0px;
+         -moz-border-radius-bottomright:0px;
+
+}
+
+
+#headmenu a:hover {text-decoration:none; color:#fff; background:#000;}
+#headmenu ul {margin:0; padding:0}
+#headmenu ul li {float:left;
+            list-style-type:none;
+}
+
+#headsubmenu {
+padding:0; 
+margin:-55px 0 0 0;
+height:25px;
+width:100%;
+float:left;
+
+
+                }
+#headsubmenu ul {
+margin:0; padding:0;
+background:#000;
+}
+
+#headsubmenu li {
+float:left;
+list-style-type:none;
+margin:3px 0 0 0;
+
+}
+
+#headsubmenu li a {
+
+font-size:11px;
+padding:2px 10px;
+line-height:18px;
+background:#fff;
+color:#000;
+margin-left:2px;
+
+         -webkit-border-top-left-radius:0px;
+         -webkit-border-top-right-radius:0px;
+         -webkit-border-bottom-left-radius:5px;
+         -webkit-border-bottom-right-radius:5px;
+
+         -khtml-border-radius-topleft:0px;
+         -khtml-border-radius-topright:0px;
+         -khtml-border-radius-bottomleft:5px;
+         -khtml-border-radius-bottomright:5px;
+
+         -moz-border-radius-topleft:0px;
+         -moz-border-radius-topright:0px;
+         -moz-border-radius-bottomleft:5px;
+         -moz-border-radius-bottomright:5px;
+}
+
+#headsubmenu li a:hover {
+background:#000;
+color:#fff;
+
+
+}
+
+
+#headmenu2 {
+font-family: verdana, arial, sans-serif;
+font-size:14px;
+width:100%;
+font-weight:bold;
+float:none;
+margin: 0 0 15px 0;
+color:#fff;
+overflow:hidden;
+}
+
+
+#headmenu2 a {
+         color:#000;
+         background:#fff;
+         padding:4px 10px 4px 10px;
+         margin:0 3px 0 0;
+         line-height:21px;
+
+         -webkit-border-top-left-radius:0px;
+         -webkit-border-top-right-radius:0px;
+         -webkit-border-bottom-left-radius:5px;
+         -webkit-border-bottom-right-radius:5px;
+
+         -khtml-border-radius-topleft:0px;
+         -khtml-border-radius-topright:0px;
+         -khtml-border-radius-bottomleft:5px;
+         -khtml-border-radius-bottomright:5px;
+
+         -moz-border-radius-topleft:0px;
+         -moz-border-radius-topright:0px;
+         -moz-border-radius-bottomleft:5px;
+         -moz-border-radius-bottomright:5px;
+
+}
+
+
+#headmenu2 a:hover {text-decoration:none; color:#fff; background:#000;}
+#headmenu2 ul {margin:0;padding:0;}
+#headmenu2 ul li {float:left;
+            list-style-type:none;
+}
+
+.headlip {
+         color:#fff;
+         background:#6b8994;
+         padding:0px 10px 0px 10px;
+         margin:0 3px 0 0;
+         line-height:21px;
+         font-weight:bold;
+
+         -webkit-border-top-left-radius:0px;
+         -webkit-border-top-right-radius:0px;
+         -webkit-border-bottom-left-radius:5px;
+         -webkit-border-bottom-right-radius:5px;
+
+         -khtml-border-radius-topleft:0px;
+         -khtml-border-radius-topright:0px;
+         -khtml-border-radius-bottomleft:5px;
+         -khtml-border-radius-bottomright:5px;
+
+         -moz-border-radius-topleft:0px;
+         -moz-border-radius-topright:0px;
+         -moz-border-radius-bottomleft:5px;
+         -moz-border-radius-bottomright:5px;
+}
+
+/*++++++ 468x60 px Ad in the Header ++++++ */
+#headad {
+         width:468px;
+         height:60px;
+         overflow:hidden;
+         float:left;
+         margin:8px 0 0 0;
+
+}
+
+
+
+/*++++++ The Post wrap without its heading (storytitle) ++++++ */
+
+
+.datecomrap {
+        float:left;
+        width:35px;
+        overflow:hidden;
+}
+
+.date {
+         color:#fff;
+         background:#000;
+         width:35px;
+         height:60px;
+         text-align:center;
+         font-size:0.7em;
+         padding:3px 0 0 0;
+
+         opacity: 0.5;filter:alpha(opacity=50);zoom:1;
+
+         -webkit-border-top-left-radius:5px;
+         -webkit-border-top-right-radius:0px;
+         -webkit-border-bottom-left-radius:5px;
+         -webkit-border-bottom-right-radius:0px;
+
+         -khtml-border-radius-topleft:5px;
+         -khtml-border-radius-topright:0px;
+         -khtml-border-radius-bottomleft:5px;
+         -khtml-border-radius-bottomright:0px;
+
+         -moz-border-radius-topleft:5px;
+         -moz-border-radius-topright:0px;
+         -moz-border-radius-bottomleft:5px;
+         -moz-border-radius-bottomright:0px;
+
+}
+
+.commy {
+         color:#fff;
+         background:#000;
+         width:35px;
+         height:30px;
+         text-align:center;
+         font-size:1.1em;
+         padding:7px 0 0 0;
+         margin-top:10px;
+
+         opacity: 0.2;filter:alpha(opacity=20);zoom:1;
+
+         -webkit-border-top-left-radius:5px;
+         -webkit-border-top-right-radius:0px;
+         -webkit-border-bottom-left-radius:5px;
+         -webkit-border-bottom-right-radius:0px;
+
+         -khtml-border-radius-topleft:5px;
+         -khtml-border-radius-topright:0px;
+         -khtml-border-radius-bottomleft:5px;
+         -khtml-border-radius-bottomright:0px;
+
+         -moz-border-radius-topleft:5px;
+         -moz-border-radius-topright:0px;
+         -moz-border-radius-bottomleft:5px;
+         -moz-border-radius-bottomright:0px;
+
+}
+
+.commy a, .commy a:hover {color:#fff;}
+
+.storywrap {
+        padding:10px 20px;
+        font-size:13px;
+        text-align:justify;
+        float:left;
+        width:505px;
+        margin-bottom:15px;
+        background:#fff;
+        overflow:hidden;
+
+        opacity: 0.95;filter:alpha(opacity=95);zoom:1;
+
+         -webkit-border-top-left-radius:0px;
+         -webkit-border-top-right-radius:10px;
+         -webkit-border-bottom-left-radius:10px;
+         -webkit-border-bottom-right-radius:10px;
+
+         -khtml-border-radius-topleft:0px;
+         -khtml-border-radius-topright:10px;
+         -khtml-border-radius-bottomleft:10px;
+         -khtml-border-radius-bottomright:10px;
+
+         -moz-border-radius-topleft:0px;
+         -moz-border-radius-topright:10px;
+         -moz-border-radius-bottomleft:10px;
+         -moz-border-radius-bottomright:10px;
+
+}
+
+
+/* ++++++++++++++++++ The Sidebar Section ++++++++++++++++++ */
+
+#sidebarleft {
+ width:180px;
+        float:left;
+        color:#000;
+        padding-bottom:50px;
+        padding-top:10px;
+        margin-top:0px;
+        margin-left:15px;
+        background:#fff;
+        overflow:hidden;
+        opacity: 0.9;filter:alpha(opacity=90);zoom:1;
+
+         -webkit-border-top-left-radius:10px;
+         -webkit-border-top-right-radius:10px;
+         -webkit-border-bottom-left-radius:10px;
+         -webkit-border-bottom-right-radius:10px;
+
+         -khtml-border-radius-topleft:10px;
+         -khtml-border-radius-topright:10px;
+         -khtml-border-radius-bottomleft:10px;
+         -khtml-border-radius-bottomright:10px;
+
+         -moz-border-radius-topleft:10px;
+         -moz-border-radius-topright:10px;
+         -moz-border-radius-bottomleft:10px;
+         -moz-border-radius-bottomright:10px;
+
+}
+
+#sidebarleft form {
+        margin: 0;
+       padding:0;
+        list-style-type:none;
+}
+
+#sidebarleft input#s {
+        text-align:left;
+        margin-left:0px;
+        width: 77%;
+        color: #000;
+        font-weight:bold;
+        font-family: verdana, arial,sans-serif;
+        font-size:12px;
+}
+
+#sidebarleft a {font-weight:normal; color:#000;}
+
+#sidebarleft a:hover {
+         color:#000;
+         text-decoration:underline;
+}
+
+
+#sidebarleft h3 {font-weight:bold; font-size:15px; margin:17px 0 6px 5px;}
+
+#sidebarleft ul {
+        color: #000;
+        font-weight: bold;
+        list-style-type: none;
+        margin: 0;
+        padding-left: 0px;
+}
+
+#sidebarleft ul li {
+        font-family: Arial, Verdana, sans-serif;
+        padding:0 10px 1px 10px;
+        margin:3px 0 0 0;
+        list-style-type: none;
+        font-size:11px;
+}
+
+#sidebar {
+        width:180px;
+        min-height:1200px;
+        float:right;
+        color:#fff;
+        padding-bottom:50px;
+        padding-top:10px;
+        margin-top:0px;
+        background:#000;
+        overflow:hidden;
+
+        opacity: 0.8;filter:alpha(opacity=80);zoom:1;
+
+         -webkit-border-top-left-radius:10px;
+         -webkit-border-top-right-radius:10px;
+         -webkit-border-bottom-left-radius:10px;
+         -webkit-border-bottom-right-radius:10px;
+
+         -khtml-border-radius-topleft:10px;
+         -khtml-border-radius-topright:10px;
+         -khtml-border-radius-bottomleft:10px;
+         -khtml-border-radius-bottomright:10px;
+
+         -moz-border-radius-topleft:10px;
+         -moz-border-radius-topright:10px;
+         -moz-border-radius-bottomleft:10px;
+         -moz-border-radius-bottomright:10px;
+}
+
+
+
+#search {list-style-type:none;
+         padding:5px 5px 5px 0;
+
+}
+
+.notfound {
+         margin:40px 100px 0 100px;
+         text-align:center;
+         font-weight:bold;
+         background:#fff;
+         padding:20px 10px;}
+
+
+.notfound a {
+         text-decoration:underline;}
+
+#sidebar form {
+        margin: 0;
+       padding:0;
+        list-style-type:none;
+}
+
+#sidebar input#s {
+        text-align:left;
+        margin-left:0px;
+        width: 77%;
+        color: #000;
+        font-weight:bold;
+        font-family: verdana, arial,sans-serif;
+        font-size:12px;
+}
+
+#sidebar a {font-weight:normal; color:#fff;}
+
+#sidebar a:hover {
+         color:#fff;
+         text-decoration:underline;
+}
+
+
+#sidebar h3 {font-weight:bold; font-size:15px; margin:17px 0 6px 5px;}
+
+#sidebar ul {
+        color: #fff;
+        font-weight: bold;
+        list-style-type: none;
+        margin: 0;
+        padding-left: 0px;
+}
+
+#sidebar ul li {
+        font-family: Arial, Verdana, sans-serif;
+        padding:0 10px 1px 10px;
+        margin:3px 0 0 0;
+        list-style-type: none;
+        font-size:11px;
+}
+
+
+
+/*       ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+        ++++++++++++++++++ Special Stylings ++++++++++++++++++
+         +++++++++++++++++++++++++++++++++++++++++++++++++++++*/
+
+
+
+/* +++++++++++++++ The Heading of your Posts and Pages ++++++++++++++++++ */
+
+.storytitle {
+        color:#000;
+        padding-bottom:2px;
+        border-bottom:1px solid #808080;
+        text-align:left;
+}
+
+.storytitle h3 {text-align:left;}
+
+.storytitle a {
+        text-decoration: none;
+        color:#000;
+        font-size:18px;
+        font-weight:bold;
+}
+
+.storytitle a:hover {
+        text-decoration:none;
+}
+
+.storytitle a:visited {
+}
+
+
+.post {
+       clear:both;
+       padding-bottom:10px;
+       overflow:visible;
+
+}
+
+.feedback {
+       float:left;
+       font-size:10px;
+       margin-bottom:20px;
+}
+
+.feedback a {font-weight:normal;}
+
+.storycontent p a {text-decoration:underline;}
+
+.meta {
+        font-size: 10px;
+        font-family: Arial, Verdana, sans-serif;
+        color: #808080;
+        clear:both;
+        padding-top:2px;
+        border-top:1px solid #808080;
+        margin:30px 0 0 0;
+}
+
+.meta li, ul.post-meta li {
+        display: inline;
+
+}
+
+.meta ul {
+        display: inline;
+        list-style: none;
+        margin: 0;
+        padding: 0;
+
+}
+
+
+.meta a, .meta a:visited {
+        color: #808080;
+        font-weight: bold;
+}
+
+
+.meta a:hover {
+        border-bottom:1px solid #808080;
+}
+
+ul.post-meta {
+        list-style: none;
+}
+
+ul.post-meta span.post-meta-key {
+        font-weight: bold;
+}
+
+.footprint {
+
+        border-top: 3px double #fff;
+        color: #fff;
+        font-size: 11px;
+        margin: 10px 0 0 0;
+        background:#000;
+        padding: 3px;
+        text-align: center;
+        clear:both;
+
+        opacity: 0.6;filter:alpha(opacity=60);zoom:1;
+
+         -webkit-border-top-left-radius:10px;
+         -webkit-border-top-right-radius:10px;
+         -webkit-border-bottom-left-radius:0px;
+         -webkit-border-bottom-right-radius:0px;
+
+         -khtml-border-radius-topleft:10px;
+         -khtml-border-radius-topright:10px;
+         -khtml-border-radius-bottomleft:0px;
+         -khtml-border-radius-bottomright:0px;
+
+         -moz-border-radius-topleft:10px;
+         -moz-border-radius-topright:10px;
+         -moz-border-radius-bottomleft:0px;
+         -moz-border-radius-bottomright:0px;
+
+}
+
+.footprint a {
+        color:#fff;
+
+}
+
+
+/* +++++++++++++++ The comment section +++++++++++++++++ */
+
+
+#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
+
+        border: 1px solid #808080;
+        padding: .2em;
+        margin-left:10px;
+}
+
+#commentform textarea {
+        width:96%;
+}
+
+#commentlist {
+        width: 97%;
+        font-size:11px;
+        color:#000;
+        margin:0 0 20px 0;
+        padding: 0 0 0 10px;
+}
+
+#commentlist li {
+        border:5px solid #dcdcdc;
+        margin:0 0 20px 0;
+        list-style-type:none;
+        padding:0px;
+        background:#f5f5f5;
+
+         -webkit-border-radius:5px;
+         -khtml-border-radius:5px;
+         -moz-border-radius:5px;
+
+}
+
+#commentlist ul {margin:0; padding:0;}
+
+#commentlist li p {font-size:12px;
+        padding:5px 10px 5px 80px;
+        margin:0;
+
+}
+
+#commentlist a {
+        text-decoration:underline;
+        font-weight:bold;
+}
+
+#commentlist li div.meta {padding:0; margin:0; text-align:center;}
+
+#commentlist li .avatar {
+        float:left;
+        padding:0;
+        margin:5px;
+
+}
+
+
+#commentlist2 {
+        width: 97%;
+        font-size:11px;
+        color:#000;
+        margin:0 0 20px 0;
+        padding: 0 0 0 10px;
+}
+
+#commentlist2 li {
+        border:5px solid #dcdcdc;
+        margin:0 0 20px 0;
+               padding:5px;
+        list-style-type:none;
+        padding:5px 10px 5px 63px;
+        background:#f5f5f5;
+
+         -webkit-border-radius:5px;
+         -khtml-border-radius:5px;
+         -moz-border-radius:5px;
+
+}
+
+
+
+#commentlist2 ul {margin:0; padding:0;}
+
+#commentlist2 li p {font-size:12px;
+        margin:0;
+}
+
+#commentlist2 a {
+        text-decoration:underline;
+        font-weight:bold;
+}
+
+#commentlist2 li div.meta {padding:0; margin:0; text-align:center;}
+
+#commentlist2 li .avatar {
+        float:left;
+        padding:0;
+        margin-left:-58px;
+               width:50px;
+               height:50px;
+}
+
+#commentlist2 li ul li { 
+       margin-right: -15px;
+       margin-left: -50px;
+       margin-bottom: -10px;
+}
+
+
+.children { padding: 0; }
+
+.authorcomm {float:left;
+            margin:0;
+            padding:0;
+            width:70px;
+            text-align:center;
+            line-height:12px;
+            font-size:10px;
+}
+
+.authorcomm a {text-decoration:none; font-weight:bold;}
+
+.reply {text-align:right; padding:5px;}
+.navigation {width:100%; height:20px;}
+.cancel-comment-reply{text-align:right; float:none; font-size:12px;}
+.comment-meta  a{font-size:8px; float:right; margin-top:-18px; color:#757575;}
+.fn {font-size:15px; font-weight:bold;}
+.says {display:none;}
+#comments {font-size:16px;}
+#respond h3 {font-size:16px;}
+
+
+/* ++++++++++++++++++             MISC                 ++++++++++++++++++ */
+
+fieldset {padding:5px 10px;}
+th { border:1px solid #000; vertical-align:top; overflow:hidden; padding:3px;}
+td { border:1px solid #000; vertical-align:top; overflow:hidden; padding:3px;}
+
+
+
+
+/* ++++++++++++++++++ Not to much css for the Calendar ++++++++++++++++++ */
+
+#wp-calendar {
+
+        border: 1px solid #999;
+
+
+
+        empty-cells: show;
+        font-size: 11px;
+        width:90%;
+        text-align:center;
+}
+
+#wp-calendar a {text-decoration:underline; font-weight:bold;}
+#wp-calendar a:hover {border:none; color:#fff;}
+#wp-calendar caption {text-align:left;}
+
+
+
+/* ++++++++++++++++++ IMAGES Size & aligment ++++++++++++++++++ */
+
+img.alignleft {
+        float: left;
+        margin:0 10px 5px 0;
+
+}
+
+img.aligncenter {
+        margin-top:10px;
+        margin-bottom:10px;
+        display: block;
+        margin-left: auto;
+        margin-right: auto;
+
+}
+
+img.alignright {
+        float: right;
+        margin:0 0 5px 10px;
+
+}
+
+img.size-thumbnail {
+}
+
+img.size-medium{
+}
+
+img.size-full {
+}
+
+/* ++++++++++++++++++ WORDPRESS Captions & aligment ++++++++++++++++++ */
+
+
+.aligncenter,
+div.aligncenter {
+        display: block;
+        margin-left: auto;
+        margin-right: auto;
+}
+
+.alignleft {
+        float: left;
+}
+
+.alignright {
+        float: right;
+}
+
+.wp-caption {
+        border: 1px solid #ddd;
+        text-align: center;
+        padding-top: 4px;
+        margin: 10px;
+}
+
+.wp-caption img {
+
+
+        margin: 0;
+        padding: 0;
+        border: 0 none;
+}
+
+.wp-caption p.wp-caption-text {
+        font-size: 11px;
+        line-height: 17px;
+        padding: 0 4px 5px;
+
+        margin: 0;
+}
\ No newline at end of file