/*
Theme Name: visualan
Theme URI: http://www.rupture-online.net/
Description: Child theme for the Arras Theme for WordPress
Author: visualantics
Author URI: http://www.arrastheme.com/
Template: arras-theme
Version: 1.0
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
.
*/

/* header */

#header{ 
background: #000000;
border-bottom: 0px; 
padding: 0; 
}

#branding{ 
background: url(images/zoomlinestest.jpg) no-repeat;
background-position: left bottom;
margin: 0 auto; 
padding: 0 0 0px;
}

#nav{ 
background: #000000; 
opacity: 0.9;
} 

/* featured slideshow */
#featured-slideshow{ 
border: 0px; 
}
#controls .prev{ 
background: url(images/prev1.png) no-repeat; float: left; position: absolute; left: 0px; top: 3px; 
}
#controls .next{ 
background: url(images/next2.png) no-repeat; float: right; position: absolute; left: 610px; 
}

#wrapper
{
background: #000000;
background-repeat:repeat-y;
}

