/*  
Theme Name: Navigation
Theme URI: http://www.gpsgazette.com/
Description: Navigation is a 3 column theme that uses the color scheme of the admin panel of Wordpress.  The theme is widget ready.
Version: 1.01
Author: GPS Gazette
Author URI: http://www.gpsgazette.com/
*/		

*
{
margin: 0px;
padding: 0px;
}

ul
{
list-style: none;
}

body 
{
font-size: 12px;
margin: 0px;
text-align: center;
background: #F9FCFE url(img/bg.png) repeat-x;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}




                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/

#header
{
display: block;
color: #0066ff;
float: left;
text-align: left;
margin: 4px 0 0 0px;
padding: 12px 8px 8px 8px;
background: url(img/logo.png) no-repeat;
}

#header a:link {
color: #0066ff;
text-decoration: none;
border: none;
}

#header a:visited {
color: #0066ff;
text-decoration: none;
border: none;
font-weight: bold;
}

#header a:hover {
color: #0066ff;
text-decoration: none;
}


                         /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
float: left;
width: 100%;
overflow: hidden;
background: none;
color: #333;
}

                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
float: left;
width: 190px;
padding-top: 8px;
padding-bottom: 12px;
margin: 70px 0 20px 8px;
text-align: left;
background: #fff;
border: double #ccc;
}


                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav
{
float: right;
width: 190px;
margin: 70px 8px 20px 0;
padding-top: 8px;
padding-bottom: 12px;
text-align: left;
background: #fff;
border: double #ccc;
}

                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
display: block;
padding: 6px 1em 1em 1em;
margin: 25px 225px 20px 225px;
text-align: left;
background: #FFF;
border: double #ccc;

}

#content ul
{
padding-left: 15px;
}

#content ul li{
padding-left: 15px;
background: url(img/star.gif) no-repeat;
}

#content ul ul li{
padding-left: 15px;
background: url(img/child.gif) no-repeat;
}


#content ol{
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}

#content p
{
padding-left: 10px;
}
                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap
{
clear: both;
margin: auto;
width: 100%;
background: #F9FCFE;
color: #333;
padding: 12px 0 10px 0;
font-weight: normal;
}

#footwrap a:link {
color: #3F3F3F;
text-decoration: none;
border: none;
font-weight: bold;
}
#footwrap a:hover {
color: #3F3F3F;
text-decoration: underline;
border: none;
}

#footwrap a:visited:hover {
color: #3F3F3F;
text-decoration: underline;
border: none;
}

#footwrap a:visited {
color: #3F3F3F;
text-decoration: none;
border: none;
font-weight: bold;
}

#footwrap img {
padding: 0px 5px 0px 5px;
}


                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
#sidebarleft
{
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarleft ul li
{
display: block;
padding-left: 10px;
margin-left: 5px;
background: url(img/star.gif) no-repeat;
}

#sidebarleft ul li ul li{
padding-left: 10px;
background: url(img/child.gif) no-repeat;
}

#sidebarleft ul li li{
padding-left: 10px;
background: url(img/child.gif) no-repeat;
}

#sidebarleft a:link {
color: #448ABD;
text-decoration: none;
border: none;
font-weight: bold;
}

#sidebarleft a:hover {
color: #0066ff;
text-decoration: underline;
border: none;
}

#sidebarleft a:visited:hover {
color: #0066ff;
text-decoration: underline;
border: none;
}

#sidebarleft a:visited {
color: #0066ff;
text-decoration: none;
border: none;
font-weight: bold;
}

#sidebarleft h2 {
color: #0066ff;
}

                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#sidebarright
{
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarright ul li
{
display: block;
padding-left: 10px;
margin-left: 5px;
background: url(img/star.gif) no-repeat;
}

#sidebarright ul li ul li{
padding-left: 10px;
background: url(img/child.gif) no-repeat;
}

#sidebarright a:link {
color: #0066ff;
text-decoration: none;
font-weight: bold;
border: none;
}

#sidebarright a:hover {
color: #0066ff;
text-decoration: underline;
border: none;
}

#sidebarright a:visited:hover {
color: #0066ff;
text-decoration: underline;
border: none;
}

#sidebarright a:visited {
color: #0066ff;
font-weight: bold;
text-decoration: none;
border: none;
}

#sidebarright h2 {
color: #0066ff;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


                         /***************************************************
                         *********************** Paragraph **************
                         *****************************************************/

p
{
margin-top: 0.5em;
margin-bottom: 0.5em;
}

                         /***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #666666;
border-left: 4px solid #B5C9DF;
}


                         /***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata
{
border: 2px solid #448ABD;
margin: 10px 5px 10px 5px;
padding-left:10px;
}

.postmetadata a:link
{
border: none;
color: #3E748F;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #628CAF;
font-weight: normal;
}

.postmetadata a:visited:hover
{
border: none;
color: #628CAF;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #3E748F;
font-weight: normal;
}

                         /***************************************************
                         *********************** Links ********************
                         *****************************************************/

a:link
{
color: #0066ff;
text-decoration: none;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
}

a:visited
{
color: #666666;
text-decoration: none;
font-weight: normal;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;
background: #fff;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;
background: #efefef;
margin-bottom: 2px;
border: 1px solid #8B9DB2;
}

li.alt
{
background: #E0E8EF;
}

.commentlist cite
{
background: #fff;
padding: 2px 3px 1px 3px;
border: 1px solid #8B9DB2;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentlist a:link
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #223E6F;
}

.commentlist a:visited
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #223E6F;
}

.commentlist a:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #000;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #000;
}

.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #9F9F9F;
}

.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
color: #B4D8FE;
font-size: 28pt;
}



#comment
{
width: 350px;
}
                         /***************************************************
                         *********************** Adsense **************
                         *****************************************************/
#adsense
{
display: block;
padding: 6px 1em 1em 1em;
margin: 25px 225px 20px 225px;
text-align: left;
background: #FFF;
border: double #ccc;
}

#adsense ul
{
padding-left: 15px;
}

#adsense ul li{
padding-left: 15px;
background: url(img/star.gif) no-repeat;
}

#adsense ul ul li{
padding-left: 15px;
background: url(img/child.gif) no-repeat;
}


#adsense ol{
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}

#adsense p
{
padding-left: 10px;
}
                         /***************************************************
                         *********************** Headings**************
                         *****************************************************/

h1
{
font-size: 16px;
color: #0066ff;
}

h2
{
display: block;
font-size: 32px;
font-weight: bold;
padding: 5px 0 0 3px;
margin: 5px 0 6px 0;
text-align: left;
color: #0066ff;
}

h2.title
{
  padding-left:60px;
}

h3
{
display: block;
font-size: 14px;
font-weight: bold;
padding: 5px 0 0 3px;
margin: 5px 0 6px 0;
text-align: left;
color: #0066ff;

}

h4
{
margin-top: 15px;
font-size: 13px;
font-weight: bold;
color: #0066ff;
}

h5
{
margin-top: 15px;
font-size: 12px;
font-weight: bold;
color: #0066ff;
}

                          /*Misceleneous*/
.date
{
float: right;
font-weight: bold;
background: url(img/date.png) 0 11px no-repeat;
padding-bottom: 5px;
margin-right: 10px;
text-align:center;
width: 35px;
color: #ffffff;
}

.entry
{
margin-bottom: 5px;
}
                         /*Contained Floats Fix*/
.post
{
display: block;
overflow:hidden;
width:98%;
}
                     /*Code*/
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #6DA6D1;
color: #666666;
background: #0066ff;
}

#nav-personal { position: absolute; top: 2px; right: 25px; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #666; }
#nav-personal a { color: #069; text-decoration: none; }
#nav-personal li {list-style:none};
#nav-topic { position:absolute; top: 35px; left: 275px; color: #000; font-size: 12px; }
#nav-topic a { color: #000; font-weight: bold; text-decoration: none; margin: 0 5px; }
#nav-topic a:hover { color: #ff0000; }
#nav-bar { position: absolute; top: 25px; right: 275px; font: normal 15px Trebuchet MS, Arial, Helvetica, sans-serif; color: #000000; }
#nav-bar a { color: #000000; text-decoration: none; font: bold 15px Trebuchet MS, Arial, Helvetica, sans-serif; }
#search { position: absolute; top: 24px; right: 0; }
#search form { margin: 0; padding: 0; }
#search label { font: bold 15px Trebuchet MS, Arial, Helvetica, sans-serif; color: 0066ff; }
#search input { padding: 3px 3px 3px 5px; font-size: 11px; color: #666; border:1px solid #ccc; width:120px; }


#qnek { 


}

#problem { 

 background-color:#ffffff;
width: 49%;
height: 50%;
float: left;
}

#change { 
background-color: #ffffff;
width: 50%;
height: 50%;
float: left;
}

#improvement { 
clear: both;
background-color: #ffffff;
width: 49%;
height: 50%;
float: left;
}

#data { 
background-color: #ffffff;
float:left;
width: 50%;
height: 50%;
}

label {
font-weight:bold;
}