/*
Theme Name: Feed Me, Seymour
Theme URI: http://bavotasan.com/wordpress/free-wordpress-themes/feed-me-seymour-free-wordpress-theme/
Description: A simple news feed style theme with a fully customizable layout through an easy to use backend interface. Theme options include site width, 1 or 2 sidebars, header alignment, logo uploader, home page number of posts and more. Also includes two extremely useful widgets. Tested on WP 2.7.x using Firefox, IE6 and IE7. 100% xHTML valid. Designed by <a href="http://bavotasan.com">c.bavota</a> of <a href="http://tinkerpriestmedia.com">Tinker Priest Media</a>.
Version: 1.0.5
Author: c.bavota
Author URI: http://bavotasan.com/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options,orange

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	color: #0077AA;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	}
    
        img.center { 
                BORDER: 0; 
                vertical-align: middle 
                }

body {
	color: #444;
 	margin: auto; 
	font-size: 11px; 
	padding: 0 20px; 
        font-family: Arial, Helvetica, sans-serif;
        background:#404040;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #0077AA;
	text-transform: capitalize;
	}

/* Header Elements */

.button {
background:#e06110;
border:1px solid #e06110;
padding:1px 0 1px 0;
color: #fff;
height: 22px;
margin-top:0px;
margin-left:-2px;

}


.searchresults {
       font-size: 15px;
       font-weight: bold:
       }
#header{
	float: left;
	border-top: 3px solid #000000;
        border-left: 3px solid #000000;
        border-right: 3px solid #000000;
	padding: 0px;
	position: relative;
        background:#ffffff;
	}
       
#login {
	height: 13px;
	font-size: 10px;
	color: #0077aa;
	text-align: right;
	padding: 2px 10px 2px;
	border: 0px double #fff;
	margin-bottom: 2px;
        margin-top: 0px;
       
	}
	
	#login a {
		color: #0077aa;
                background: #ffffff;
                font-size: 10px;
		}
	
	#login ul {
		padding: 0;
		margin: 0;
		}
	
	#login ul li {
                font-size: 10px;
		display: inline;
                background: #ffffff;
		}

	#header-rss {
		position: absolute;
		}
	
	#header-rss p {
		padding: 0;
		margin: 0 5px;
		font-size: 11px;
		color: #aaa;
		}
	
.dot:before {
	content: url(images/whitedot.png) " ";
	}

#title {
	margin: 0;
	padding: 0;
	line-height: 2px;
        float: left;
        }

        #title a {
		color: #222;
		}		
	
	#title a:hover {
		color: #E06110;
		text-decoration: none;
		}

	
		
	#title img {
		margin: 0 0 5px 0;
		padding: 0;
                border: 3px;
		}
	

.navigate {
        margin-left:20px;
        margin-top: 4px;
        margin-right: 0px;
        padding: 0px;
        float: left;
        }

        .navigate a {
        font-weight: bold;
        font-size: 15px;
        background: #0077AA;
        color: #fff;
        text-transform: uppercase;
	text-decoration: none;
        vertical-align: middle;
        padding: 4px 4px 4px 4px;
        }

        .navigate a:hover { 	
	text-decoration: none;
        background: #FFFF99;
        color:	#909090 ;
       
	}

        .navigate a:active { 	
	background: #e06110;
	}

.slogan {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 2px;
        padding-top: 4px;
        border:0px solid #000000;
        }
#description {
	font-size: 14px;
	margin: 0;
	padding: 0;
	}		

/* Main Elements */
	
#mainwrapper {
	float: left;
	padding: 0;
	margin: 0;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
        clear:both;
 background:#ffffff;
	}

#sidebar {
	float: left;
	margin: 0;
	padding: 15px 10px 0;
	}

#secondsidebar {
	float: left;
	margin: 0;
	padding: 15px 10px 0;
	}
	
.side {
	line-height: 20px;
	font-size: 11px;
	margin-bottom: 0;
	}	

ul.cats {
	padding: 0;
	margin: 0;
	}

ul.cats li { 
	margin-bottom: 7px; 
	list-style-type: none;
	position: relative;
	}

ul.cats li a:hover { 
	background: #0077aa;
	}

ul.cats li a {
	padding: 10px 0 7px 10px;
	font-weight: bold;
        font-size: 12px;
	background-repeat: repeat-y;
	background-position: center;
	height: 1%;
	background-color: #e06110;
	border: 0px solid #0077AA;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

.pipe {
        border-style: solid;
        border-right-color: #ff0000;
       }



ul.cats li ul {
	padding: 0;
	margin: 0;
	margin-top: 7px;
	}

.sidebox {
	margin: 0 0 7px;
	background: #fff;
	border: 3px double #aaa;
	float: left;
	padding: 0;
	}
	
	.sidebox img {
		float: left;
		}
	
	.sidebox p {
		margin: 13px 0 0 5px;
		float: left;
		}

.rssbox {
	margin-left: 2px;
	background: #fff;
	border: 0px double #aaa;
	float: left;
	padding: 0;
        width: 174px;
        font-size: 18px;
        font-weight: bold;
        
	}
	
        .rssbox a {
                color: #000000;
                  }
	.rssbox img {
		float: left;
		}

        .rssbox p {
		margin: 3px 0 0 3px;
		float: left;
		}

.sidelinks {
        float: left;
        padding: 0 0 0 0;
        margin-bottom: 0px;
        width:175px;
        clear:both;
        
        }

        .sidelinks ul {
                   
                   list-style-type: none;
                   margin-left: 0px;
                   margin-top: 0px;
                   padding: 0 0 0 0;
                    border-bottom:0px;
                   margin-bottom:0px;
                 
		}

         .sidelinks  ul li {
               
		font-size: 12px;
                color: #000000;
                margin-left: 0px;
                padding-top:3px;
                padding-bottom:3px;
                border-bottom:1px solid #E0E0E0 ;
		}
	
	.sidelinks  h2 {
               border: 0px;
               font-size: 13px;
                font-weight: bold;
		color: #000000;
                padding: 0 0 0 0;
                margin-top: 10px;
                margin-bottom: 0;
              }
    
         .sidelinks a {
               color: #000000;
         }

.side-widget {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0px 0;
	border: 0px solid #0077AA;
        width: 100px;
	}
        .side-widget object {
	float: none;
	margin: 0 0 0;
        background: center repeat-y #C8C8C8 ;
	padding: 0 0 0 0px;
	border: 0px double #fff;
        color: 	#ffffff;
	}        
	.side-widget ul {
		padding-top: 0px;
		margin-bottom: 0px;
                margin-left: 0px;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0 0px;
		margin: 0px 0 0 1px;
		font-size: 11px;
                color: #ffffff;
		}
	.side-widget li a {
                color: #ffffff;
             }
       
	.side-widget h2 {
		font-size: 15px;
                font-weight: bold;
		border-bottom: 1px solid #ffffff;
		padding: 0px 0px 0px 0px;
		margin-top: 0;
		text-transform: uppercase;
		color: #e06110;
		}
		
	h2 a.rsswidget {
		color: #fff;
		text-transform: uppercase;
		}
		
	.side-widget .storycontent {
		border-bottom: 1px solid #ddd;
                font-size: 12px;
		}
		
	.side-widget .featured-post {
		padding: 0 10px;
		}
	
	.side-widget .noline {
		border-bottom: 0;
		}
	
	.side-widget a {
		color: #404040;
                margin-left: 1px;
		}
		
	.rsswidget img {
		display: none;
		}		

.toolbox {
	float: left;
        margin-bottom: .5em;
	margin-left: 1px;
	padding: 0 0 0 0px;
	border: 1px solid #000000;
        color: 	#E06110;
        width: 198px;
        margin-top:15px;
	}

	.toolbox ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.toolbox ul li {
		padding: 0 5px 4px 5px;
		margin: 2px 0;
		font-size: 12px;
                
		}
	
	.toolbox h2 {
		font-size: 12px;
		border-bottom: 1px solid #000000;
		padding: 0px 0px 0px 0px;
		margin-top: 0;
		text-transform: uppercase;
		color: #E06110;
		}

         .toolbox a {
               color: #000000;
           }

.rightside {
	float: left;
	margin: 0 0 0;
	background: center repeat-y  #ffffff ;
	padding: 0 0 0 0px;
	border: 0px solid #aaa;
        color: 	#fff;
        width: 185px;
	}

	.rightside ul {
		padding: 0 0 0 0px;
		margin-bottom: 0px;
                margin-left: 0px;
                margin-top: 0px;
		list-style-type: none;
		}

	.rightside ul li {
		padding: 0px 2px;
		margin: 2px 0;
		font-size: 12px;
                background: url(images/orangesquare.png) no-repeat;
                padding-left: 14px;
                padding-bottom: 1px;
		}
	
	.rightside h2 {
		font-size: 14px;
		border: 0px;
		padding: 0px 0px 0px 0px;
		margin-top: 0;
                margin-bottom: 0px;
                margin-left: 0px;
		text-transform: uppercase;
		color: #ffffff;
                background:#ffffff;
		}
		
	h2 a.rsswidget {
		color: #fff;
		text-transform: uppercase;
		}
		
	.rightside .storycontent {
		border-bottom: 1px solid #ddd;
                font-size: 12px;
		}
		
	.rightside .featured-post {
		padding: 0 10px;
		}
	
	.rightside .noline {
		border-bottom: 0;
		}
	
	.rightside a {
		color: #000000;
		}
		
	.rsswidget img {
		display: none;
		}	

.posts {
	border-bottom: 1px solid #0077aa;
	margin-bottom: 20px;
        margin-top: 1px;
        font-size: 12px;
        float: none;
	}
	
	.posts h2 {
		margin: 0px 0 0;
                color: #000000;
		}
        
         .posts img {
                width: 200px;
                float: none;
                clear: none;
                border: 1px solid #989898 ;
                text-align: center;
                background-color: #B0B0B0 ;
                padding: 2px;
                margin-top: 7px;
		}
 
.pages {
	border-bottom: 3px solid #0077aa;
	margin-bottom: 20px;
        margin-top: 1px;
        font-size: 12px;
        float: none;
	}
	
	.posts h2 {
		margin: 0px 0 0;
                color: #000000;
		}    
       .pages img {  
               margin-right:5px;
               }
        
.newposts {
       margin-top: 1px
       float: none;
       margin-bottom: 10px;
       }
     

.news {
       margin-top: 5px
       float: none;
       margin-bottom: 10px;
       border-bottom: 1px solid #000000;
       padding-bottom: 5px;
       }
     .news img {
                margin-left: 5px;
                width: 300px;
                margin-top: 2px;
                border:1px solid #989898;
                }
      .news h2 {
               font-size: 14px;
               margin-bottom: 5px;
               margin-top: 1px;
              }

.postheader {
              color: #000000;
              margin-bottom: 2px;
              padding-bottom: 0px;
              font-size:16px;
            }

.postheader2 {
              color: #000000;
              margin-bottom: 2px;
              padding-bottom: 0px;
              font-size:12px;
            }

#footer {
	clear: both;
	
	width: 100%;
	padding: 10px 0;
	font-size: 11px;
        text-align:center;
	}
	
	#footer a {
		
		}

/* Left Content Elements */

#fullwidth {
	float: left;
	margin: 0 10px 5px 25px;
       
	padding: 0;
       width:77%;
	}

#leftcontent {
	float: left;
	margin: 0 0px;
	padding: 15px 0 0 0;
       
	}

	#leftcontent h5 {
		font-family:Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #E06110;
		margin-bottom: 5px;
		font-size: 15px;
		}

	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 18px;
		line-height: 26px;
		}

.more-link {
	font-size: 11px;
	text-align: right;
	color: #E06110;
        font-weight: bold;
	}

.tags a {
	color: #e06110;
	}
	
.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: bold;
	color: #888;
	}	

.post {
	float: left;
        font-size: 14px;
	border-bottom: 1px dotted #0077aa;
        border-top: 0px solid #e06110;
	margin-bottom: 0px;
	padding-bottom: 5px;
	width: 100%;
       }

      .post h1 {
              color: #000000;
               }
		
#threecol {
	float: none;
        font-size: 12px;
        padding: 0px 0px 0px 0px;
        
	}

#threecol2 {
	float: none;
	padding: 0px 0px 0px 0px;
        font-size: 12px;
      
      
}

	#threecol img {
		width: 100%;
                height: 160px;
		float: none;
                padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 1px;
                border-top: 0px solid #ddd;
                border-left: 0px;
                border-bottom: 2px solid #f0f0f0;
                text-align: center;
                padding-top: 0px;
                margin-top: 0px;
                margin-bottom: 0px;
               background: #Ffffff ;
		}

.threepost {
	width: 31%;
	float: left;
	border-right: 2px solid #B0B0B0;
        border-bottom: 2px solid #B0B0B0;
        border-left:1px solid #d0d0d0;
        border-top:1px solid #d0d0d0;
        text-align:center;
        margin-top:5px;
        padding: 0px 0px 0px 0px;
       
	}
	
	.threepost h2 {
		margin-top: 5px; 
                margin-bottom: 0px;
                padding-bottom: 0px;
		font-size: 14px;
		line-height: 16px;
		}

	.threepost2, .threepost5 {
		margin-top: 5px;
                font-size: 12px;
		}

	.threepost1, .threepost4 {
			clear: left;
                        font-size: 12px;
                        margin-left: 0px;
			}
		
	.threepost1, .threepost2, .threepost3 {
	
                font-size: 12px;
		}
	.threepost1, .threepost2, .threepost4, .threepost5 {
		margin-right: 10px; 
		}	
        .threepost4, .threepost5, .threepost6 {
		margin-bottom: 20px; 
		}

.contread {
	text-align: left;
        margin-top: 0px;
        padding-top: 0px;
	}
	
	.contread a {
		color: #E06110;
		font-size: 11px;
                margin-top: 0px;
                padding-top: 0px;
                font-weight: bold;
		}	
		
/* Other Elements */

#leftcontent h1.catheader {
	margin: 10px 0 10px;
	color: #000000;
	font-weight: bold;
        font-size: 22px;
        border-bottom: 1px solid #e06110;
	}
	
	#leftcontent .post h1 {
		color: #0077AA;
		margin-top: 10px;
		}

#fullwidth h1.catheader {
	margin: 10px 0 10px;
	color: #000000;
	font-weight: bold;
        font-size: 22px;
        border-bottom: 1px solid #e06110;
	}

.indexheader {
        float: none;
        clear: both;
	color: #000000;
	font-weight: bold;
        font-size: 20px;
        border-bottom: 1px solid #0077aa;
	}

.red, .entry a {
	color: #e06110;
        font-weight: bold;
	}
	
#tagcloud {
	
	color:#ffffff;
	margin-left:0px;
	padding: 0px;
	}	
	
#tagcloud a {
	
        color: #ffffff;
	}

/* Comment Elements */

#comments {

	padding-bottom: 5px;
        font-size: 10px;
        text-align:center;
	}

        #comments h3 {
               font-weight: bold;
               font-family: Arial, Helvetica, sans-serif;
               color: #000000;
               font-size: 10px;
               
               }
              
#postcomments {
	padding-top: 20px;
	}

.commentdate {
        text-align: right;
        }

.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
        width: 600px;
        word-wrap: break-word;
	}		
		
	.commentlist li {
		float: left;
		clear: none;
		padding: 0 10px 10px;
		border-bottom: 1px solid #336600;
                margin-right: 20px;
		}
		
	.commentlist img {
		padding: 10px 0 0;
		margin: 0;
		}		
		
	.comment-info {
		clear: none;
		float: left;
		}	
			
	.comment-text {
		margin-left: 77px;
                margin-right: 20px;
               
                width: 400px;
                word-wrap: break-word;
                color: #e06110;
                font-size:12px;
                clear:both;
		}			

.commentauthor {
         color: #0077AA;
         font-weight: bold;
         }
			
#responder {
	float: left;
	clear: both;
	padding-top: 10px;
	}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px 0 10px;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 10px 5px 0;
}

.alignright {
   float: right;
	margin: 5px 0 5px 10px;
}

.alignnone {
	margin: 5px 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #E06110;
	}

#wp-calendar {
	margin: auto;
	}

.related {
       clear: both;border-top: 1px dotted #404040;border-bottom: 2px solid #0077aa;margin-top:0px;padding-top: 5px;padding-bottom: 5px;margin-bottom:10px;
       }
       
       .related a {
                padding-bottom: 0px;
                margin-bottom:0px;
                font-size: 12px;
                font-weight:bold;
                }
        .related p {
                margin-top: 0px;
                padding-top: 0px;
                margin-bottom:1px;
                padding-bottom:5px;
                font-size:12px;
                }
.relheader {margin: 0 0 5px 0; padding: 0 0 0 0; font-size: 14px;}

/*************************************************************************************************************/
.tab_hover {
background-color:#e06110;
color:white;
cursor:pointer;
width:3px;
height:20px;
margin-bottom:0px;
border:0px;
text-align:center;
font-family:verdana;
font-size:12px;
font-weight:bold;
padding-right:2px;
margin-bottom:0px;
margin-right: 8px;
}
.tab {
background-color:#0077aa;
color:white;
cursor:pointer;
width:3px;
height:20px;
padding-right:2px;
border:0px;
text-align:center;
font-family:verdana;
font-size:12px;
font-weight:none;
margin-bottom:0px;
margin-right: 8px;
}
.data_tab {
border:1px solid gray;
width:150px;
height:100px;
text-align:left;
font-family:verdana;
font-size:12px;
padding:.3em;
margin-top:0px;
}
/*--------------------------------------------------------------------*/
.shadetabs{
padding: 3px 0;
margin-left:6px;
margin-top: 1px;
margin-bottom: 0px;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin-bottom: 0px;
padding-bottom: 0px;
}

.shadetabs li a{
margin-left:2px;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 2px 3px 2px;
margin-bottom: 0px;
border: 0px solid #0077aa;
color: #2d2b2b;
background: #FFFF99;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
background: #e06110;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#ffffff;
}


.shadetabs li a.unselected{ /*selected main tab style */
background:#FFFF99;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: #ffffff;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
/******************************************************************/
.navtabs {
        margin-top: 1px;
        margin-right: 8px;
        padding: 2px 0 0 0;
        float: left;
        list-style-type: none;
        text-align: left; /*set to left, center, or right to align the menu as desired*/
        
        }

       .navtabs li{
       display: inline;
       }

        .navtabs li a {
        position: relative;
        z-index: 1;
        font-weight: bold;
        font-size: 14px;
        background: #0077AA;
        color: #fff;
        text-transform: uppercase;
	text-decoration: none;
        vertical-align: middle;
        padding: 2px 4px 3px 4px;
        margin-left:1px;
        
        }

        .navtabs li a:hover { 	
	text-decoration: none;
        background: #e06110;
        color:	#ffffff ;
       
	}

             
       .navtabs li a.selected{ /*selected main tab style */
        background:#e06110;
        color:	#ffffff ;
        }

.video-menu {
     text-align:left;
     list-style-type: none;
     margin-left:0px;
     padding-left:0px;
     margin-top:0px;
     margin-bottom:0px;
     border-bottom: 0px;
     border-top: 1px solid #000000;
}
     .video-menu li {
           color: #0077aa;
           font-weight: bold;
           font-size: 12px;
          
           border-bottom: 1px solid #000000;
           margin-left:0px;
           padding-top: 3px;
           padding-bottom: 3px;
           padding-left:15px;
}
      .video-menu li a { 
           background: #ffffff url(images/yellowsquare.png) no-repeat;
           padding-left:18px;
          }
          
      
           
.orangebar {
      background: #e06110;
      height: 15px;
}
.recentcomments {
         list-style-type: none;
         margin-left:0px;
         padding-left:0px;
         color: #0077aa;
         border-top: 0px solid #e0077aa;
         margin-top:0px;
         padding-top: 3px;
         text-align:left;
         background:#ffffff;
         margin-bottom:0px;
}
      .recentcomments li {
         margin-left: 5px;
         margin-right: 4px;
         margin-top:0px;
         padding-top:0px;
         padding-left:0px;
         color: #000000;
         padding-bottom:4px;
         
}

 .recentcomments li a {
         margin-left: 0px;
         padding-left:0px;
         color: #CC0099;
         font-style: italic; 
         margin-top:0px;
         padding-top:0px;
}

.recentcomments2 { 
               border:1px solid #e06110;
               margin-top:-1;
               float:left;clear:both;
               width:198px;
               
              }

      .recentcomments2 ul {
         list-style-image: url("images/bluecallout.png");
         list-style-type:square;
         color: #0077aa;
         border-top: 0px solid #e0077aa;
         margin-top:0px;
         padding-top: 6px;
         text-align:left;
         background:#ffffff;
         margin-bottom:0px;
        
}
      .recentcomments2 li {
         margin-top:0px;
         padding-top:0px;
         padding-left:0px;
         color: #000000;
         padding-bottom:4px;
         padding-right:2px;
         
}

 .recentcomments2 li a {
         margin-left: 0px;
         padding-left:0px;
         color: #0077aa;
         font-weight:bold;
         margin-top:0px;
         padding-top:0px;
         text-transform:uppercase;
}
.footertabs {
        margin-top: 1px;
       
        padding: 0px;
        list-style-type: none;
        text-align: center; /*set to left, center, or right to align the menu as desired*/
        letter-spacing:-0.3px
       font-color:#ffffff;
        }

       .footertabs li{
       display: inline;
       }

        .footertabs li a {
        position: relative;
        z-index: 1;
        font-weight: bold;
        font-size: 11px;
        background: #0077AA;
        color: #ffffff;
        text-transform: uppercase;
	text-decoration: none;
       
        padding: 1px 3px 1px 3px;
        margin-left:1px;
        }

        .footertabs li a:hover { 	
	text-decoration: none;
        background: #e06110;
        color:	#ffffff ;
       
	}

.subscribebox {text-align:center;padding-top:0px;margin-top:0px;padding-right:2px;width:178px;float:left;clear:both;}
.featured { width:199px;border:0px solid #000000;text-align:center;padding: 2px 0px 0px 0px; background:#e06110; float:left; clear:both; margin-top:15px; margin-left:1px; }
.flashdiv {margin-left:1px;margin-bottom:0px;background:#ffffff;margin-top:0px;border-bottom:0px solid #000000; border-top:0px;border-left:0px solid #000000; border-right:0px solid #000000;width:195px; padding: 0px 0px 0px 0px;}
.flashdiv2 {display:none;margin-left:1px;margin-bottom:0px;background:#ffffff;margin-top:0px;border-bottom:0px solid #000000; border-top:0px;border-left:0px solid #000000; border-right:0px solid #000000;width:195px; padding: 0px 0px 0px 0px;}
.flashdiv3 {display:none;margin-left:1px;margin-bottom:0px;background:#ffffff;margin-top:0px;border-bottom:0px solid #000000; border-top:0px;border-left:0px solid #000000; border-right:0px solid #000000;width:195px; padding: 0px 0px 0px 0px;}
.categories {color:#404040;font-weight:bold;font-size:12px;}
.subscribeus {margin-left:0px;margin-top:5px;padding-bottom:0px;padding-top:0px;clear:both;float:left;}
.searchtags {margin-left:0px;margin-top:10px;margin-bottom:0px;clear:both;float:left;}
table.csstable {
border-collapse: collapse;
width:75%;
margin-left:30px;
margin-bottom:15px;
}
table.csstable td,th {
border: 2px solid #0077aa;
padding: 1px 1px 1px 1px;
}
.googleAd1 {width:100%;float:left;clear:both;text-align:center;margin-top:15px;background:#E8E8E8;padding-bottom:5px;}
.subscribeus2 {margin-left:0px;margin-top:15px;padding-bottom:0px;padding-top:0px;clear:both;float:left;}
.videoAd1 {width:100%;float:left;clear:both;text-align:center;margin-top:20px;}
.loginmessage {margin-top:20px;font-family:arial, serif, verdana;font-size:15px;color:#404040;text-align:center;}
.loginbox {width:245px;margin-left:150px;padding-left:20px;padding-top:10px;padding-bottom:10px;border:10px solid #404040;}
.loginheader {margin-top:20px;font-weight:bold;font-family:arial, serif, verdana;font-size:20px;color:#000000;}
#wp-submit {width:100px; padding:5px; margin: 10px 0 0 5px; font-size:12px; background:#e06110; border:1px solid #adadad!important;
	border-left-color:#ececec!important; border-top-color:#ececec!important; color:#ffffff;}
.errortext {text-align:center;color:red;}
#login_error {text-align:center;color:red;padding-bottom:5px;font-size:16px;}
.registermessage {text-align:center;font-size:16px;font-family:arial, serif, verdana;color:#0077aa;font-weight:bold;}
.marketplace { width:200px;border:0px solid #000000;text-align:center;padding: 2px 0px 0px 0px; background:#e06110; float:left; clear:both; margin-top:15px; margin-left:0px; }
.marketlinks { 
               border:1px solid #e06110;
               margin-top:-1;
               float:left;clear:both;
               width:198px;
              }
      .marketlinks ul {
                        list-style-type:none;
                        margin-left: 0px;
                        padding-left:0px;
                        margin-top:2px;
                       }
      .marketlinks li {
                       margin-left:0px;
                       padding-left:5px;
                       padding-right:5px;
                       margin-bottom:7px;
                       }
      .marketlinks li a {
                       margin-left:0px;
                       }
.advertiser {
              font-weight:bold;
              color:#C00000;
              font-size:12px;
            }

.adsensepost {
              float:left;
              clear:both;
              width:98%; 
              text-align:center;
              padding:5px;
              border:1px solid #000000;
              margin-bottom:10px;
              margin-top:10px;
            }
.likethis {
           clear: both;
           float:left;
          }

.searches {
           float:left;
           clear:both;
          }

 
       
   #boxes .window {  
     position:absolute;  
     width:280px;  
     height:120px;  
     display:none;  
     z-index:9999;  
     padding:20px;  
   }  
     
     
   /* Customize your modal window here, you can add background image too */  
   #boxes #dialog {  
     width:280px;   
     height:120px; 
      background-color:#ffffff;
     border:8px solid #0077aa; 
   }  

.pagelinks {
    margin-left:5px;
    }

.pagelinks a {
    border: 1px solid #e06110;
    margin-left:2px;
    margin-right:3px;
    padding-left:5px;
    padding-right:5px;
    color:#e06110;
   }
   