/*
(C) 2008 SodaDome.com. All rights reserved
-----------------
www.sodadome.com
*/

/* Body elements */
body {
margin-left: auto;
margin-right: auto;
width: 800px;
padding: 0px;
font-family: verdana,arial;
font-size: 8pt;
background: #ffffff;
}

/* Top Page Title */
#tt1 {
color: #1a95f4;
font-family: tahoma;
font-size: 17pt;
border-bottom: 2px solid #2b6fa4;
}

#t1 {
color: #1a95f4;
font-family: tahoma;
font-size: 17pt;
border-bottom: 2px solid #2b6fa4;
}

/* Separator */
#sep
{
padding: 0px;
background-image: url(http://sodadome.com/sc2.gif); 
background-repeat: repeat-x;
height: 18px;
}
/* Wrapper */
#wrapper {
padding: 10px;
}

/* A tag hovering */
a:hover {
border-top: 4px;
}

/* A tag image */
a img {
color: #000000;
border: 1px solid #ffffff; }
a:hover img {
color: #6666ff;
border: 1px solid #6666ff; }

/* A tag hovering */
a:hover
{
color: #6666ff;
}

/* A tag basic setup */
a {
color: #000000;
text-decoration: none;
}

/* A tag link, visited & normal */
a, a:visited {	
color: #306495;
text-decoration: none;
}

/* A tag hovering */
a:hover {
color: #136edf;
text-decoration: none;
border-bottom: dashed 1px;
}

/* Title */
#title {
color:#83aa58;
font-weight: bold;
font-size: 15px;
}

/* Title(different color) */
#title2 {
color:#3b7bbd;
font-weight: bold;
font-size: 15px;
}

/* Green */
#dl {
background-color: #eff6e8;
border-top: 1px solid #a5cc7a;
border-bottom: 1px solid #a5cc7a;
padding: 7px;
color: #72b627;
}

/* Blue */
#dl2 {
background-color: #c8dbef;
border-top: 1px solid #2e7ac7;
border-bottom: 1px solid #2e7ac7;
padding: 7px;
color: #5d7ea0;
}

/* A tip */
#tip {
background-color: #eff6e8;
border: 1px dashed #a5cc7a;
padding: 3px;
color: #72b627;
}

/* Chapter Styling */
#chapter {
background-color: #c8dbef;
border-top: 1px solid #2e7ac7;
border-bottom: 1px solid #2e7ac7;
padding: 3px;
color: #5d7ea0;
font-weight: bold;
border-left: 4px solid #2e7ac7;
border-right: 4px solid #2e7ac7;
}
		
		