/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

/* CUSTOM MENU BACKGROUND */

body.custom div#navigation{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://uniqueinternetsolutions.com/images/navbar.gif) repeat-x scroll left center;
height:42px;
}


body.custom div#navigation ul.navigation li a:hover {
text-decoration: none;
background-color: #a3c8c9;
color: #FFFFFF;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#B22010 url(http://uniqueinternetsolutions.com/images/navhov.gif) repeat-x scroll left center;
}


body.custom div#navigation a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:medium none;
margin-bottom:0
}

body.custom div#navigation li a {
color:#FFFFFF;
line-height:42px;
padding:0 0.818em;
}

body.custom div#navigation ul.navigation {
margin-left: 25px;}


/* OPT-IN BOX */
body.custom .headway-leaf .leaf-22, #optinbox {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/optinbox.gif) no-repeat scroll 10px 10px;
color:#FFFFFF;
font-size:11px;
height:300px;
margin-bottom:-10px;
margin-left:-20px;
margin-right:-5px !important;
margin-top:25px;
padding:225px 0 0 1px;
text-align:center;
width:315px;
overflow:auto;
position: relative;
z-index: 60;
}

h1 {
font-size: 21px;
font-family: Verdana,Arial, Helvetica, sans-serif;
color: red;
padding-left: 3px;
text-align:center;
}

body.custom h4 {
font-size: 18px;
font-family: Verdana,Arial, Helvetica, sans-serif;
color: red;
padding-left: 3px;
text-align:center;
font-weight: bold;
}

/* VIDEO FRAME */
body.custom #vidbox {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://www.uniqueinternetsolutions.com/wp-content/uploads/2010/05/video_frame.jpg) no-repeat scroll 10px 10px;
color:#FFFFFF;
font-size:11px;
height:315px;
margin-bottom:-10px;
margin-left:-20px;
margin-right:-5px !important;
margin-top:25px;
padding:05px 0 0 1px;
text-align:center;
width:480px;
overflow:auto;
position: relative;
z-index: 60;
}
