/* 
Add custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.
*/

/* General */
html, body {background: #d5d5d5 url(images/bg.jpg) repeat-x; font-family: arial;font-size:12px;border:0;color: #555555; text-align: center;}
a {color: #b939d3;	text-decoration: none;}
a:hover {text-decoration: none; color:#dd68f5;}
#wrap {background:url(images/bg-gradient.jpg) no-repeat top center;}
.content{width:98%; float:left; margin:0 auto;padding:0; text-align: left; }

/* Photo Slider */
.container, #loopedSlider,#newsSlider, div.slides div,ul.slides li { width:580px; }

/* Single Post */

#single-photo { width:60%; float:left;}
#single-post { width:80%;}
#full-post { width:943px; }
#sidebar { width:200px; }
#sidebar-photo { width:200px; padding:0px 10px 0px 0px; float:left;}

<!-- ---------------------------- -->
<!-- ---------------------------- -->
<!-- -------------CRITICAL:
<!-- -------edit the following in 
<!-- -------single-photo.php to control the size of the video embed@@
<!-- -------
<!-- -------
				<div id="loopedSlider">
                	<?php echo woo_get_embed('embed','425','239'); ?>
                </div>	

--------------- -->
<!-- ---------------------------- -->
<!-- ---------------------------- -->

<!-- ---------------------------- -->
<!-- ---------------------------- -->
<!-- -------------REMEMBER:
<!-- -------remove From
<!-- -------footer.php 

<div class="col-right">
            <p class="credits"><?php _e('Designed by',woothemes) ?> <a href="http://www.woothemes.com"><img src="<?php bloginfo('template_directory'); ?>/images/woothemes.png" width="74" height="19" alt="Woo Themes" /></a></p>
        </div>

--------------- -->