/*
Theme Name: Web2
Theme URI: http://oracledbasupport.co.uk
Description: Web2 version-five theme redesigned by Arckytekt .
Version: 2.0
Author: Arckytekt
Author URI: private
    This theme is released under the Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, fieldset, hr, form, p{
    margin: 0;
    padding: 0;
}

body{
    font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    /*background: #F9F9F9;*/
background: #FFFFFF;
    color: #4198d3;

}

.my_iframe{
display:block;
}

iframe{
display:none;
}



/*h1, h2, h3, h4, h5, h6{
    
}*/

h1,h2,h3, h4, h5, h6 {
color: Black;
background-color: transparent;
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
font-size: 100%;
font-weight: normal;
margin: 0;
padding-top: 0.5em;
border-bottom: 1px solid #000000;
text-shadow: #999999 0.2em 0.2em 3px;
}
/*h2{
color: Black;
background-color: transparent;
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
font-size: 115%;
font-weight: normal;
margin: 0;
padding-top: 0.5em;
text-shadow: #999999 0.2em 0.2em 3px;
}*/

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #0000cc ! important; 
border:none;
font-size: 100%;
font-weight: bold;
text-decoration:none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
color: #0000cc ! important; 
font-size: 100%;
font-weight: bold;
text-decoration: none;
}

h1 {
font-size: 170%;
}

h2 {
font-size: 115%;
}

h3 {
font-size: 110%;
border-bottom: none;
font-weight: bold;
}

h4 {
font-size: 105%;
border-bottom: none;
font-weight: bold;
}

h5 {
font-size: 100%;
border-bottom: none;
font-weight: bold;
}

h6 {
font-size: 85%;
border-bottom: none;
font-weight: normal;
padding-top: 0em;
}


.entry p a{
/*    text-decoration: none;*/
    color: #467D92;
    color: #0000CC;
}

.entry p a:hover{
    text-decoration: underline;
    color: #CC0000;
    /*color:#2B3B3B;*/
}


a{
/*    text-decoration: none;*/
    color: #467D92;
    color: #0000CC;
}

a:hover{
    text-decoration: underline;
    /*color:#2B3B3B;*/
}


a img{
    border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 5px 0 5px 0; }

blockquote{
/*   margin: 1em 2em 2em .5em;
    padding: .5em;
    background-color: #e7e7e7;
border-left:#000000 2px solid;*/
border: 1px dashed gray; margin: 20px 0px 10px; padding: 4px; overflow: auto; font-size: 10pt; width: 97.5%; cursor: text; line-height: 12pt; font-family:Arial,"Lucida Grande",consolas,Helvetica,sans-serif; background-color: rgb(244, 244, 244);

}
 
blockquote p{ padding: 5px; }

blockquote blockquote{
    background-color: #E7e7e7;
}



code{
    display: block;
    background: #000;
    color: #fff;
}

.clear{
    clear: both;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
    clear: both;
    margin: 10px 10px 5px;
    border: 0;
    height: 1px;
    text-align: left;
    background: #f0f0f0;
    color: #f0f0f0;
}

small{
    font-size: 11px;
}

pre{
    
}


table{

max-width:700px;
width:expression(this.width > 700 ? "700px" : this.width);
}

input, textarea{
   
    font-size: 12px;
    padding: 2px;
}

input#s{
    border: 1px solid #E9E9E9;
   padding: 0px;
padding-right:25px;
}
input#author, input#email, input#url, textarea#comment{
    border: 1px solid #a9c659;
    padding: 3px;
}

input#author, input#email, input#url{
    margin: 0 5px 0 0;
}

#topmenu-container{
    float: left;
    width:100%;
    padding: 0px 0 0;
    background: #0088CA;
    color:#800000;
    clear: both;
}

#topmenu{
   /* text-align: center;*/
text-align: center;
    vertical-align: top;
width: 1024px;
float: left;
}

#topmenu ul{
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#topmenu ul li{
    float: left;
    margin: 1px 1px 1px 1px;
    text-align: center;
    background: #0088CA;
}

#topmenu ul li h1{
    
    font-size: 12px;
    font-weight: normal;
}

#topmenu ul li a{
    display: block;
    padding: 12px 6px 12px 6px;
    text-transform: capitalize;
    text-decoration: underline;
    color: #CCE6FF;
    /*background:url(images/tlleft.png) no-repeat;*/
    font-size:13px;
    font-weight:bold;
}


#topmenu ul li a:hover{
      text-decoration: underline;
      color:#FFFFFF;

      background: #007BB7;
/*    background: #C32021 url(images/tlefthover.png) left top no-repeat; */
/*    background: #FCB964 url(images/tlefthover.png) left top no-repeat; */
}

#topmenu ul li.current_page_item{
     background: #007BB7;
}

#topmenu ul li.current_page_item a{
    background: #007BB7;
    color: #ffffff;
}

#topmenu ul li.current_page_item a:hover{
    text-decoration: none;
}

#page-container{
    float: left;
/*    width: 1024px;*/
width: 1224px;
    padding: 0px 0 10px;
    background: #fff;
    color: #000;
    clear: both;
}

#page{
 float: left;
    margin-left: 5px;
    text-align: left;
    vertical-align: top;

}

.narrowcolumn{
    float: left;
    margin: 0 10px 0 5px;
background:#FFFFFF;
width: 770px;
padding-left:0px;
/* min-width: 770px; */
/*overflow:auto;*/
height:100%;
 /*  width:70%; */



    text-align: left;
    vertical-align: top;
    
}

#about{
    height: 55px;
    overflow: hidden;
    background: url(images/bg_about.jpg) no-repeat;
}

#about p{
    padding: 5px 5px 2px 5px;
    line-height: 15px;
}

.post{
    margin: 7px 0;
    padding: 2px 2px 0;
/*      background: url(images/bg_post.jpg) no-repeat; */
    font-size:13px;

}

.post h2{
    padding: 0 0 0 2px;

    font-size: 110%;
    color: #467D92;
    font-weight:normal;
}

.post h2 a{
    color: #000084;
    
}
.post h2 a:hover{
    color: #000084;
}

.entry{
    line-height: 17px !important;
    
}

.postleft
{
width:40%;
padding:5px;
}
.postright
{
width:40%;
padding:5px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
    border: 0;
    margin: 0;
    padding: 2px 0 0;
    font-weight: normal;
    background-color: transparent;
    background-image: none;
}

.entry h1{
    font-size: 16px;
    line-height: 15px;
}

.entry h3{
    font-size: 16px;
    font-weight: bold;
}

.entry h4{
    font-size: 14px;
}

.entry h5{
    font-size: 12px;
}

.entry h6{
    font-size: 11px;
}

.entry img{
    max-width: 100%;
}

.entry img.centered{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry img.alignright {
    margin: 5px 0 2px 7px;
    display: inline;
}

.entry img.alignleft {
    margin: 5px 7px 2px 0;
    display: inline;
}

/* QUick tags comments-- begin */

/* Main Span */
#comment_quicktags {
	text-align: left;
	margin-left: 1%;
}
/* Button Style */
#comment_quicktags input.ed_button {
	background: #F4F4F4;
	border: 1px solid #D6D3CE;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1px;
	width: auto;
}
/* Button Style on focus/click */
#comment_quicktags input:focus.ed_button {
	background: #FFFFFF;
	border: 1px solid #686868;
}
/* Button Lable style */
#comment_quicktags #ed_strong {
	font-weight: bold;
}
/* Button Lable style */
#comment_quicktags #ed_em {
	
}

/* QUick tags comments-- end */


.alignleft{
    float: left;
}

.alignright{
    float: right;
}

.entry p.author{
    font-size: 12px;
    padding: 5px 0 0 5px;
    color: #000000;


}

.postinfo{
    float: left;
    width: 528px;
    border: 1px solid #f0f0f0;
    border-left: 0;
    border-right: 0;
    margin: 8px 0 10px;
    padding: 0 0 5px;
    clear: both;
}

.postinfo ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.postinfo ul li{
    float: left;
    margin: 10px 0 0;
}

.postinfo ul li.tags{
    padding: 0 0 0 21px;
    background: url(images/tag_green.gif) no-repeat;
}

.postinfo ul li.tags a{
     color: #0000CC;

}

.postinfo ul li.edit a{
    color: #0000CC;
}

.postinfo ul li.edit a:hover{
    color: #00274F;
}

.postinfo ul li.tags a:hover{
    color: #00274F;
}


.postinfo ul li.comments-link{
    margin-right: 10px;
    padding: 0 0 0 19px;
    background: url(images/comment.gif) no-repeat 0 2px;
}

.postinfo ul li.postdate{
    margin-right: 10px;
    padding: 0 0 0 21px;
    background: url(images/calendar.gif) no-repeat;
}

.postinfo ul li.edit{
    margin-left: 10px;
}

.browse{
    padding: 2px;

    font-size: 14px;
    font-weight: bold;
    background: #f0f0f0;
}

.browse p{
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

.sidebar{
    float: left;
    width: 202px;
    font-size:13px;
    font-weight:normal;
/*margin:auto 2px auto 1px;*/

}

.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar ul li{
    margin: 0 0 0px;
}


.sidebar ul li#search .searchform{
    margin-top: 10px;
}

.sidebar ul li h2{
    padding: 6px 0 6px 11px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background: #e6f1f7 url(images/bg_ul_li_h2.jpg) no-repeat;
    color: #333;
}

.sidebar ul ul{
    padding: 4px 11px 11px 0px;
    background: #FCFCFC url(images/bg_ul_ul.gif) no-repeat bottom left;
}

.sidebar ul ul li{
    margin: 0;
    padding: 0 0 0 0px;
    line-height: 18px;
    background: url(images/bullet_green.gif) no-repeat 0px 9px;
}

.sidebar ul ul ul{
    border: 0;
    padding: 0;
    background-image: none;
}

.sidebar ul ul ul li{
    padding: 0 0 0 10px;;
    background-image: none;
}

.sidebar ul li.popular h2{
    padding: 10px 11px 9px 32px;
    background: #3da1e4 url(images/bg_ul_li_h2_popular.jpg) no-repeat;
    color: #fff;
}

.sidebar ul li.popular ul{
    border-top: 1px solid #3497d9;
    padding: 6px 11px 11px;
    background: #7ac7fa url(images/bg_ul_ul_popular.gif) no-repeat bottom left;
}

.sidebar ul li.popular ul li{
    line-height: normal;
    padding: 5px 0 0 0;
    background-image: none;
}

.sidebar ul li.popular ul li img{
    border: 1px solid #3497d9;
    padding: 4px;
    background: #fff;
}

.sidebar ul li#feed h2{
    padding: 10px 11px 11px 32px;
    background: url(images/bg_ul_li_h2_feed.jpg) no-repeat;
}

.sidebar ul li#feed h2 a{
    text-decoration: none;
    color: #913a01;
}

.sidebar ul li#feed h2 a:hover{
    text-decoration: underline;
}

.sidebar ul li ul li a{
          font-weight:bold;
          color:#0000CC;
          text-decoration: none;
        }
        
.sidebar ul li ul li.lwfcl_level-0 a{
          font-weight:bold;
          color: #0000a7;
          text-decoration: none;
        }
        
.sidebar ul li ul li.lwfcl_level-0 ul li a{
          font-weight:bold;
          color: #5555dc;
          text-decoration: none;
        }
.sidebar ul li ul li.lwfcl_level-0 ul li a:hover{
          color: #000;
          text-decoration: underline;
        }
.sidebar ul li ul li.lwfcl_level-0 ul li a:visited{
          font-weight:bold;
          color: #9d9dff
        }
.sidebar ul li ul li a:hover{
          font-weight:bold;
          color: #000035;
          text-decoration: underline;
        }
.sidebar ul li ul li a:visited{
          font-weight:bold;
          color: #9d9dff
        }

li.lwfcl_level-0 a {
	color: #0088CA
}

li.lwfcl_level-0 a:visited {
	color: #9d9dff
}

.sidebar ul li ul li.current-cat a{
          /*font-weight:normal;*/
          text-decoration:none;
          color: #000079;
        }

/* .obar ul li h2{
    background: #CCCCC url(images/bg_ul_li_h2_alt.jpg) no-repeat;
}

.obar ul ul{
    border-top: 1px solid #ddd;
    padding: 4px 11px 11px;
    background: #f9f9f9 url(images/bg_ul_ul_alt.gif) no-repeat bottom left;
}
*/

/* comments template */

.comments-template{
    margin: 15px 0 0;
    border-top: 1px solid #f0f0f0;
    padding: 15px 0 0;
}

.comments-template a:hover{
    color:#00274F;
}


.comments-template h2{
    padding: 0;
    background-image: none;
}

.comments-template h2, .comments-template h3{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    
}

.comments-template ol{
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

.comments-template ol li{
    margin: 15px 0 0;
    line-height: 16px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f0f0f0;
}

.comments-template p.nocomments{
    padding: 1px;
}

/* end comments template */

/* wp-calendar */

.sidebar ul li#calendar #calendar_wrap{
    border-top: 1px solid #cce0ee;
    padding: 4px 11px 11px;
    background: #f6f9fc url(images/bg_ul_ul.gif) no-repeat bottom left;
}

.obar ul li#calendar #calendar_wrap{
    border-top: 1px solid #ddd;
    padding: 4px 11px 11px;
    background: #999999 url(images/bg_ul_ul_alt.gif) no-repeat bottom left;
}

table#wp-calendar{
    width: 100%;
    text-transform: none;
    line-height: 24px;
}

table#wp-calendar caption{
    padding: 10px 15px;
}

table#wp-calendar th{
    padding: 2px;
    text-align: right;
    vertical-align: top;
}

table#wp-calendar td{
    padding: 2px;
    text-align: right;
}

table#wp-calendar tfoot td{
    text-align: center;
}

/* end calendar */

#footer-container{
    float: left;
    width: 100%;
    padding: 0 0 10px;
    text-align: left;
    vertical-align: top;
    background: #0088CA;
    color: #002F5E;
}

#footer{
    margin: 0 auto;
    width: 974px;
}

#footer a{
    color: #00003E;
}

#footer p{
    padding: 15px 0 0;
    line-height: 24px;
	text-align: center;
	color:#ffffff;
}

#footer p a {
	color:#cce6ff;
}

.lwfcl_level-0 > a {
	color:#000084;
}

/* #recent-posts ul a {
	font-size:90%;
}

#recent-posts ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#recent-posts ul li {
	margin-bottom:0px;
	padding: 4px 0px
}

#recent-posts ul li a {
	color:#5555DC;
	text-decoration:none;
}
#recent-posts ul li a:hover {
	color: #000;
    text-decoration: underline;
}

#recent-posts ul li a:visited {
	color: #9d9dff;
	text-decoration: none;
} */


.post {
	padding-bottom:10px;
}

.post h2 {
	/* float:left; */
	margin-right:10px;
	margin-bottom:5px;
}

.post .author {
	float:left;
       color:#CCCCCC;
}

.post .author a {
	color:#CCCCCC;
        text-decoration:underline;
}

.browse, .postinfo {
	display:none;
}

.navigation {
	height:20px;
	padding:5px;
}

.postnavigation {
	float:right;
        height:20px;
	padding:5px;
}
.wp-pagenavi {
	float:right;
	text-align:right;
	/*width:370px;*/
}

#search {

/* Before Comment*/
	/*padding:0px;*/
/*	margin:0 0 10px;*/
padding-bottom:0px;
padding-top:0px;
/*border:1px #E9E9E9 solid;*/

}

#searchform #s {
	/*border:2px solid #7A7A7A;*/
/*border-bottom:1px #E9E9E9 solid;*/
color:#7A7A7A;
float:left;
font-size:14px;
padding-top:2px;
font-weight:normal;
margin-right:4px;
padding-left:2px;
height:20px;
width:168px;
}

#searchform #searchsubmit {
	background-image:url(images/search_icon.gif);
background-position:left bottom;
border:none;
float:left;
height:23px;
margin-left:-30px;
/* margin-left:-30px;
margin-top:7px; */
width:23px;

}
input #searchsubmit {
	background-image:url(images/search_icon.gif);
background-position:left bottom;
border:none;
float:left;
height:23px;
margin-left:-30px;
/* margin-left:-30px;
margin-top:7px; */
width:23px;

}
#searchform #searchsubmit:hover {
	cursor: pointer;	
}

.search form.searchform {clear: both}

#folding_category_list {
	margin-bottom:0px;
	padding-bottom:5px;
}
.widget_recent_entries {
	padding: 5px 0}
	
.widget_archive select {margin-top: 5px}
p.sitemeter {padding-top: 20px}
.sidebar li {clear: both}

#most-read-posts ul, #simple-sidebar-navigation-1 ul, #recent-posts ul {
list-style-position:outside;
list-style-type:decimal;
margin-left:20px;
}

#most-read-posts li, #simple-sidebar-navigation-1 li, #recent-posts li {
padding-bottom: 5px;
font-family:Verdana;
font-size:xx-small;
}

#most-read-posts li a, #simple-sidebar-navigation-1 li a, #recent-posts li a {
font-family:Arial;
font-size:1.3em;
color: #0000CC;
font-weight:normal;
}


#most-read-posts li a:hover, #simple-sidebar-navigation-1 li a:hover, #recent-posts li a:hover {
color: #FF0000;
}