There are several files included in the ZIP folder. These include wordpress theme files, plugin files, and photoshop files. To installed your wordpress theme you will first need to upload the theme/plugin files via FTP to your server.
First you are going to upload the theme folder. Inside the ZIP folder you downloaded you will see a folder named "theme." Within it is a folder named "bluesky." Via ftp, upload the "Bluesky" folder to your Wordpress themes directory. Depending on where you installed Wordpress on your server, the wp themes folder will be located in a location similar to: /public_html/blog/wp-content/themes.
Next you need to upload the plugin files. Inside the zip folder you downloaded there will be a folder named "plugin." Within this folder are several other folder which need to be uploaded to your Wordpress plugins directory. This directory will be located at /public_html/blog/wp-content/plugins. Once you have the plugins uploaded you will need to activate them via your Wordpress control panel. Login to your wordpress admin area and click on the "plugins" link. Activate the following plugins: Social Dropdown.
Next you need to select Bluesky and make it your default theme. Click on the design link, and under the themes tab locate Bluesky from the selection of themes and activate it. Your blog should now be update with your new theme.
Adsenes ads are already running by default, but you still need to add your own publisher ID. To do this simply open theme/bluesky/sidebar.php in a text editor and locate the follow piece of code:
<script type="text/javascript"><!--
google_ad_client = "pub-6734752749309808";
/* 336x280, created 4/27/08 */
google_ad_slot = "8282825060";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
Input your own ID in the bolded line above.


My most recent theme, Polished, has been released. Let me know what you think!