/*Zero out everything for a clean slate*/
* { margin: 0; padding: 0; }

/*No default borders for images.  Who does that?*/
IMG { border: 0; }

A { 
    color: #01769F; 
    text-decoration: none;
}
A:hover { text-decoration: underline; }

BODY {
/*    background: #999; */
	background:#f4f4f4 url(http://en.sexipedia.com/w/skins/sexi/bg-image.jpg) repeat-x top left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    color: #414141;
}

H1.firstHeading A {
	text-decoration: none;
    color: #4A3C31;
}



/** HEADER - START **************************************/
DIV#header {
	width: 978px;
	margin: 15px auto 0 auto;
	z-index: 1;
	position: relative;
	color: #514239;
}
	
#header DIV#logo {
  float: left;
  margin: 23px 0 0 0;
}
	
#logo P {
  margin: 1px 0 0 4px;
}

#sexipedia {
  width: 256px;
  height:85px;
}
	
#bubbles {
	width: 978px;
	height: 175px;
	position: absolute;
	right: 0;
}

F
#bubbles #bonus_bubble { margin-left: 15px; }

#bonus_bubble IMG { float: left; }

#bonus_bubble P {
	display: block;
	height: 31px;
	line-height: 32px;
	background: url() repeat-x;
	text-align: center;
	float: left;
	padding: 0 10px;
}

   
#bubbles #head_bubble {
	background: url() no-repeat left top;
	height: 20px;
	padding-right: 8px;
	margin-top: 31px;
}

#head_bubble A {
	display: block;
	float: right;
	width: 102px;
	height: 40px;
	margin-right: 0px;
	text-align: center;
	line-height: 60px;
	font-size: 1.4em;
	background: url() no-repeat left top;
}
        
#head_bubble A { color: #999;}
#head_bubble A:hover { text-decoration: none; color: #FFF;}

#head_bubble A#nav_home { width: 101px; }

#head_bubble A.on { 
  background-position: 0 -146px;
  font-weight:bold; 
  color: #FFF;
}
#head_bubble A#nav_home.on { background-position: -102px -146px; }

#head_bubble #bubble_search {
  width: 470px;
  float: left;
  padding: 11px 0 0 10px;
  font-size:24px;
}

#head_bubble #cse-search-box {
  width: 620px;
  float: left;
  padding: 100px 0 0 10px;
  font-size:24px;
  border:0px ;
}

#head_bubble .search_box { 
font-size:24px;
float: left; }
#head_bubble .search_button { float: left; }

#header #login {
	float: right;
	margin: 0px 13px 0 0;
	font-size: 1.1em;
}
    
/** HEADER - END **************************************/
	    
    
DIV#main {
    width: 978px;
    margin: 190px auto 0 auto;
    clear: left;
}

DIV#message_box {
        background: url(message_box.png) no-repeat left 13px;
        width: 918px;
        height: 59px;
        padding-left: 60px;
        line-height: 69px;
        font-size: 1.1em;
        overflow: hidden;
        z-index: 2;
        position: relative;
        /*display: none;*/            
    }
    #message_box A { font-weight: bold; }
	
	img.module_cap{
		display:block;
	}
    

/** ARTICLE - START **************************************/ 
DIV#article_shell{
    width: 679px;
    margin: 12px 305px 0 0;
    float: left;
}

DIV#article {
        background: url(article_bg.png) repeat-y;
        padding: 2px 1px 30px 5px;
        margin-top: -3px;
    }

    
   
	#article DIV.article_inner, #article #steps P, #article #steps UL { padding: 0 27px 20px 23px; }
 
    #article P {
        padding-bottom: 1em;
        line-height: 1.2em;
    }


 
    #article UL#breadcrumb { padding: 0 0 0 1px; }
    #article UL#breadcrumb LI {
        display: inline;
        font-size: .85em;
        color: #7A6F68;
    }
    #article UL#breadcrumb LI A { color: #7A6F68; }
    #article UL#breadcrumb LI B A { color: #514239; }
    
    #article H1 {
        font-size: 2.25em;
        font-weight: normal;
        padding: 8px 0 4px 0;
        color: #4A3C31;
    }
    
    #article P#originators {
        font-size: .85em;
        margin: 0;
        color: #514239;
    }
    
    #article P#originators SPAN { 
        color: #01769F; 
        padding-left: 3px; 
    }
    
	    
    #article DIV#article_tabs {
            height: 31px;
            text-align: center;
            line-height: 31px;
            margin: 10px 0 0 20px;
        }
        
        #article_tabs A {
            width: 89px;
            height: 31px;
          background-image: url(); 
            float: left;
            margin-right: 6px;
            padding: 0;
            font-weight: bold;
            font-size: .85em;
            color: #7A6F68; 
        }            
        #article_tabs A:hover { 
            text-decoration: none;
            color: #514239;
            background-position: 0 -31px;
        }
                    
        #article_tabs A.on { 
            color: #514239;
            background-position: 0 -62px;
        }	 
        
        #article_tabs .tab_pencil {
            display: block;
            margin-top: 10px;
            margin-bottom: -20px;
            margin-left: 17px;
			text-align:left; /* need this so that pencil is aligned correctly in IE7 */
        }
        
        #article_tabs UL#AdminOptions {
            border: 1px solid #A59983;
            border-top: none;
            width: 87px;
            position: absolute;
            display: none;
            margin-top: 26px;
            list-style: none;
            padding: 0;
            z-index: 1;
        }
        #AdminOptions LI A { 
            background-image: none;
            background-color: #F2ECDE;
            border-top: 1px solid #A59983;
            width: 79px;
            color: #4A3C31;
            text-align: left;
            padding-left: 8px;
            line-height: 30px;
        }
        #AdminOptions LI A:hover { color: #4A3C31; }
            
        
        
    #article DIV#article_tabs_line {
        border-top: 1px solid #D9D9D9;
        padding-bottom: 1em;
        margin-top: -1px;
		margin-left: 3px;
    }
    
    
    
    #article .main_image {
         float: left;
         margin: 0 10px 10px 0;
    }
    
    #article H2 pref-label{
        color: #4A3C31;
        font-size: 1.45em;
  /*      background: url(section_head_bg.png) top left no-repeat; */
        margin: 0 0 10px -20px;
        padding-top: 0;
        padding-left: 0px;
        line-height: 42px;
 /*       height: 53px; */
	    height:25px;
        width: 640px;
        clear: both;
		position:relative; /*fixes IE7 bug where ribbons get cut off on preferences page*/
    }
    
    #article UL, #article OL { padding: 0 1em 1em 1em; }  
    #article UL { list-style: outside url(bullet_wh.gif) none; }    
    #article LI { 
        padding: 4px 0 0 0;
        line-height: 1.2em; 
    }
    	    
	    
    /* thumbnails */
	#article DIV.thumb {
        width: auto;
        font-size: .9em;
        margin-bottom: .5em;
    }

        .thumb A.magnify { float: right; }

        DIV.tright {
            clear: right;
            float: right;
            padding-left: 1em;
        }
        DIV.tleft {
            float: left;
            clear: left;
            padding-right: 1em;
        }


    #article #steps H3 {
        background: url(sub_header_end.gif) #E7E3D7 no-repeat right top;
        width: 93%;
        height: 31px;
        line-height: 30px;
        margin-left: 1em;
        padding-left: .5em;
        margin-bottom: .8em;
    }        
    
    #article #steps H4 {
        font-size: 1.1em;
        padding: 0 0 10px 23px;
    }
#article OL.steps_list_2 {
    padding: 0;
    margin: 0;
    list-style: none;
}
#article OL.steps_list_2 LI {
    padding: 20px;
	border-bottom: 1px dashed #BFBFBF;
	padding-left: 80px;
}

#article OL.steps_list_2 LI DIV.step_num {
    background: url(step_dot.gif) no-repeat left top;
    text-align: center;
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 1.45em;
    margin: 0 20px 0 -50px;
    padding: 0;
    color: #FFF;
    float: left;
    clear: right;
}

#steps OL.steps_list_2 LI.final_li { border: 0; }

#steps OL.steps_list_2 LI LI { 
    border: 0; 
    padding: 6px;
}

#steps OL.steps_list_2 LI UL { clear: both; }



  #steps OL.steps_list {
            list-style-position: inside;
            color: #4A3C31;
        }
      	#steps OL.steps_list LI.steps_li { 
            background: url(step_bullet.gif) no-repeat 20px top;
            font-size: 1.5em;
			border-bottom: 1px dashed #BFBFBF;
            margin: 15px 0 40px 0;
            padding: .25em 27px 0 1.65em;
            color: #FFF;
        }
      
		#steps OL.steps_list LI.steps_li DIV.list_body { 
            font-size: 13px;
            padding-left: 50px;
            position: relative;
            top: -2.1em;
            color: #333;
            line-height: 1.2em;
        }
		#steps OL.steps_list LI.steps_li B { color: #4A3C31; }
		#steps OL.steps_list LI.steps_li P { margin: 0; }
		
        #steps OL.steps_list LI.final_li { border: 0; }    
    
    
    #article #tips LI, #article #warnings LI { padding: 1em 0 0 0; }
    
	#article DIV#related_videos UL { padding: 0; } 
        #article DIV#related_videos LI {
                float: left;
                padding: 10px 5px 20px 4px;
                font-size: .85em;
                width: 94px;
                text-align: center;
                margin: 0 auto;
                list-style: none;
            } 
        #article DIV#related_videos LI A { margin: 0 auto 3px auto; } 
        
    
    #article DIV#article_info {
        color: #414141;
        padding-bottom: 2.5em;
    }
    
    #article DIV#share_icons DIV {
            /*float: left;
            margin: 3px 3px 20px 0;
            color: #018EAB;
			*/
            float: left;
            margin: 10px 3px 20px 0;
            color: #4e4138;
            font-size: 12px;
        }
        #share_icons A {
            background: url(share_icons.png) no-repeat left top;
            width: 15px;
            height: 18px;
            display: block;
            float: left;
            margin-left: 7px;
        }            
        #share_icons #share_stumbleupon { background-position: -15px 0; }
        #share_icons #share_facebook { background-position: -30px 0; }
        #share_icons #share_blogger { background-position: -45px 0; width: 17px; }
        #share_icons #share_digg { background-position: -61px 0; width: 18px; }
        #share_icons #share_google { background-position: -78px 0; width: 17px; }
        #share_icons #share_delicious { background-position: right 0; width: 14px; }	    
    	   
		#article UL#end_options { padding: 0; } 
        #article UL#end_options LI {
                display: inline;
                padding: 0 0 0 15px;
                margin-right: 21px;
            }
 
        UL#end_options LI#endop_discuss { background: url(endop_discuss.gif) center left no-repeat; }
        UL#end_options LI#endop_print { background: url(endop_print.gif) center left no-repeat; }
        UL#end_options LI#endop_embed { background: url(endop_embed.gif) center left no-repeat; }
        UL#end_options LI#endop_email { background: url(endop_email.gif) center left no-repeat; }
        UL#end_options LI#endop_watch { background: url(endop_watch.gif) center left no-repeat; padding-left: 18px; }
        UL#end_options LI#endop_edit { background: url(endop_edit.gif) center left no-repeat; }
        UL#end_options LI#endop_fanmail { background: url(endop_fanmail.gif) center left no-repeat; }
    
    #article DIV#embed_this {
            color: #C8C8C8;
            margin-top: 20px;
        }
        
        #article DIV#embed_this SPAN {
            font-size: 1.15em;
            margin-right: .2em;
        }
    

DIV#last_question {
        clear: both; 
        background: url(article_bottom_bg.png) repeat-y;
        text-align: center;
        color: #7A6F68;
        font-size: 1.15em;
        font-weight: bold;
        margin-bottom: -1px;
    }
    #last_question P#article_line {
            border-top: 3px solid #D4CFC2;
            margin-left: 4px;
            padding-bottom: 30px;
    }
    
    #last_question P { padding-bottom: 12px; }
    #last_question P B { color: #414141; }


P#feature_star {
    color: #617561;
    font-weight: bold;
    float: right;
    margin: 16px 8px 0 0;
}
P#feature_star IMG { padding: 0 3px; margin-bottom: -1px; }

DIV.google_article_ad {
        text-align: right;
        width: 525px;
        margin: 15px auto;
    }
    .google_article_ad TABLE {
        width: 100%;
        text-align: left;
    }
    
    /** EDIT PAGE **/
    TEXTAREA {
        width: 100%;
        margin-bottom: 1em;
        border: 1px solid #A59983;
    }
    #fixcaps_button { padding-right: 8px; }
    .editOptions { margin-top: 4px; }
    .editButtons { padding: 10px 0; }
    .editButtons A { margin-left:0; }
    .editpage_buttons { margin: 5px 0 30px 0; }
    .subheader { margin: -10px 0 20px 0; }
        
    .expand_button {
        background: url(button_downup_sprite.gif) left top no-repeat;
        width: 20px;
        height: 21px;
    }

    .contract_button {
        background: url(button_downup_sprite.gif) left -21px no-repeat;
        width: 20px;
        height: 21px;
    }

    .taButtons { width: 25px; }

    #show_preview_button {
        float: left;
        margin-top: -4px;
    }

    #related_buttons { margin-top: -10px; }
    #related_buttons A { margin-bottom: 4px; }

    #add_button {
        float: left;
        margin-top: -4px;
    }

    #optional_sections UL { margin: 8px 0 15px 0; }
	
	sup{
		vertical-align:0;
		position:relative;
		bottom:1ex;
	}
    	        
    
/** ARTICLE - END **************************************/ 	

    

/** SIDEBAR - START **************************************/    
DIV#sidebar {
        width: 293px;
        float: left;
        margin-left: -290px;
        margin-top: 14px;
        color: #FFF;
    }
    
    #sidebar DIV#top_links {
        background: url(sidebar_whitebox.png) no-repeat left top;
        width: 252px;
        height: 56px;
        line-height: 38px;
        text-align: right;
        padding-top: 14px;
        padding-left: 18px;
        padding-right: 24px;
    }
    
    #sidebar DIV.sidebox {
            background: url(sidebar_bg.png) repeat-y;
            margin: -3px 0 -1px 0;
            padding: 6px 18px;
        }	   
    
    #sidebar H3 {
        font-size: 1.1em;
        color: #443D37;
        padding-bottom: 3px;
        border-bottom: 3px solid #D9D9D9;
    }
    
    #sidebar UL {
  /*          margin: 10px auto 0 auto; */
	margin: 10px 0 0 0;
            font-size: .85em;
 /*         list-style: url(bullet_tan.gif); */

        }
	    
        #sidebar UL LI {
            padding-top: 5px;
            margin: 0 25px;
        }
        
    DIV#side_nav H3 { margin-top: 15px; }
        #side_nav H3#navigation_list_title { margin-top: 0; }
        
        #side_nav UL LI {
            list-style: disc;
            border: none;
            margin-left: 0px;
            padding-left: 0;
      /*      color: #018EAB; */
			color:#01769F;
        }
        #sidebar #side_nav UL LI A { color: #FF0060; }
        
        #side_nav H3 A {
	        float: right;
	        font-size: .7em;
        }    
        
    
    DIV#side_related_articles UL { font-size: .95em; }
        
    DIV#side_related_videos TABLE {
            margin: 10px auto 0 auto;
            font-size: .95em;
        }	        
        #side_related_videos TD { 
            padding: 5px; 
            text-align: center;
            width: 50%;
        }	        
        #side_related_videos .rounders2 { margin: 0 auto 4px auto; }  
        
        #side_related_videos #side_related_videos_more {
            font-weight: bold;
            text-align: center;
            margin-top: 10px;
        }
        #side_related_videos #side_related_videos_arrow {
            margin: 0 0 -3px 3px;
        }
    
    
    DIV#side_ads_by_google P {
        margin: 10px 20px;
    }
    DIV#side_ads_by_google P.bottom_link {
        margin: 0 0 -18px 10px;
        position: relative;
        font-size: .95em;
    }
    	    
    DIV#side_featured_articles TABLE, DIV#side_new_articles TABLE { 
            margin-top: 4px;
        }
	    
     #side_featured_articles TD, #side_new_articles TD {
            border-bottom: 1px solid #D6D5CE;
            padding: 2px;
            font-size: .95em;
        } 
    	   
	#completionFrame {
		display:none;
	}
 
    DIV#side_featured_articles LI IMG, DIV#side_new_articles LI IMG {
        float: left;
        padding-right: 8px;
    }
       
	DIV#side_recent_changes DIV { 
            padding: 5px 5px;
            font-size: 0.98em;
        }

	DIV#rcwidget_divid { 
	    padding: 0px;
	    margin: 0px;
            font-size: 0.98em;
        }

	span.rc_widget_time {
	    padding: 0px;
	    margin: 0px;
	    font-style: italic;
	    font-size: 0.90em;
	}
	div.rc_widget_line {
	    padding: 0px;
	    margin: 0px;
	    height: 65px;
	}

	// DO NOT add a height element to line_inner
	div.rc_widget_line_inner {
	    padding: 0px;
	    margin: 0px;
	}

	div#rcElement_list {
	    padding: 0px;
	    margin: 0px;
	}
        
        #side_recent_changes P.bottom_link {
            font-size: 1.15em;
            text-align: center;
            font-weight: bold;
            margin: 0px 0 -18px 0;
            position: relative;
            border-top: 2px solid #BDB7A7;
            padding-top: 10px;
        }
        
        #side_recent_changes #play_pause_button {
            position: absolute;
            background: url(play_pause.png) no-repeat left top;
            width: 26px; 
            height: 26px;
            margin: -5px 0 0 20px;
        }
        #side_recent_changes #play_pause_button.play { background-position: 0 -78px; }

    #meet_member H3 { margin-bottom: 10px; }
    #meet_member IMG { float: left; }
    #meet_member A { font-weight: bold; }
    
    #meet_member P {
        width: 200px;
        margin-left: 60px;
        color: #414141;
    }	        
     
    UL#social_box { margin: 0px; } 
        
    UL#social_box LI {
            list-style: none;
            line-height: 24px;
            padding-left: 43px;
            margin: 0 0 5px 10px;
            font-size: 1.2em;
            font-weight: bold;
        }
        
        #social_box LI#social_fb { background: url(facebooks.jpg) no-repeat 12px bottom; }
        #social_box LI#social_tw { background: url(twitbird.gif) no-repeat left bottom; }
        
        #social_box LI A { color: #FF0060; }
    
    
/** SIDEBAR - END **************************************/
    
    
/** FOOTER - START **************************************/	    
DIV#footer_shell {
    /*background-color: #E7E4DC;*/
    margin-top: 50px;
}

DIV#footer {
        width: 987px;
        margin: 0 auto;
        color: #999;
        padding: 30px 0 20px 0;
    }
    
    #footer A { color: #617561; }
  	#footer UL { 
	list-style: none;
	margin:0 auto;
	text-align: left;
	}  
    #footer P#footer_tag {
        font-size: .85em;
        margin-left: 2px;
    }
    
    #footer DIV#footer_side {
        width: 240px;
        float: left;
        padding-left: 10px;
    }
    
    #footer_side UL { 
            width: 193px;
            margin: 15px 0;
        }
        
        #footer_side LI {
            font-size: .9em;
            border-top: 1px solid #C9C4BB;
            padding: 6px;            
        }
        #footer_side LI.top { border-top: none; }
    
    
    #footer DIV#footer_main {
            width: 760px;
            margin-left: 250px;
            clear: right;
        }
    
        #footer_main H3 {
            border-bottom: 1px solid #C9C4BB;
            margin-top: 25px;
            padding-bottom: 4px;
        }
        
        #footer_search { height: 30px; }

        #cse-seach-box-footer { height: 30px; }
        
        #footer_main .search_box {
            width: 350px;
            font-size: 1.2em;
            border-color: #ff0066;
            margin-left: 0;
            float: left;
        }
        
        #footer_main UL {
                font-size: .85em;
                margin: 10px 0;                    
            }
        
            #footer_main UL LI {
                padding: 4px 0;
                float: left;
                width: 190px;
            }
        
        
    
    #footer DIV#sub_footer {
            font-size: .7em;
            border-top: 1px solid #C9C4BB;
            padding: 15px 0 10px 0;
            clear: left;
        }
        
        #sub_footer P {
            float: left;
            width: 235px;
            padding-right: 15px;
        }
        
        #sub_footer IMG {
            float: left;
            padding-right: 8px;
        }
        

#copyright {
	font-size:10px;
	width:300px;
	float:left;
}


/** FOOTER - END **************************************/            


/** BUTTONS - START ***********************************/
.button { 
    display: block;
    font-weight: bold;
    text-align: center;
    color: #FFF;
	letter-spacing: .01em;
    overflow: hidden;
}
.button:hover { text-decoration: none; }
    
.button136 {
    width: 136px;
    height: 38px;
    background: url(button_136.png) top left no-repeat;
    line-height: 38px;
}



.button52 {
    width: 52px;
    height: 26px;
    background: url(button_52.png) top left no-repeat;
    line-height: 25px;  
}

.search_button {
    background: url(btn-search.png) top left no-repeat;
    color: #FFF;
    border: none;
    font-size: 1em;
    font-weight: bold;
    padding: 0 3px 2px 0; 
    cursor: pointer;
    float: left;
}
.search_button:hover {
    background: url(btn-search-hover.png) top left no-repeat;
    color: #FFF;
    border: none;
    font-size: 1em;
    font-weight: bold;
    padding: 0 3px 2px 0; 
    cursor: pointer;
    float: left;
}
.search_button_loggedout{
	background: url(btn-search.png) top left no-repeat;
	margin-left:5px;
	height:23px;
}

/* edit button on the step headers */
#article H2 A.button52 { 
    margin: 8px 13px 0 0; 
    font-size: .65em;
    float: right;
}
    
#article A.edit_article_button {
    font-size: .95em;
    background: url(button_edit.png) top left no-repeat; 
    width: 66px;
    height: 26px;
    line-height: 25px;
    padding-left: 6px;
    float: right;
    margin-right: -22px;
}


.white_button {
    background: url(button_general_52.png) top left no-repeat;
    width: 52px;
    height: 26px;
    line-height: 27px;
    font-size: .9em;
    color: #01769F;
    margin: 0 10px;
}	

.white_button_100 {
    background: url(button_general_100.png) top left no-repeat;
    width: 100px;
    height: 26px;
    line-height: 27px;
    font-size: .9em;
    color: #01769F;
    margin: 0 10px;
}     

.white_button_150 {
    background: url(button_general_150.png) top left no-repeat;
    width: 150px;
    height: 26px;
    line-height: 27px;
    font-size: .9em;
    color: #01769F;
    margin: 0 10px;
}    

.white_button_200 {
    background: url(button_general_200-1.png) top left no-repeat;
    width: 200px;
    height: 26px;
    line-height: 27px;
    font-size: .85em;
    color: #01769F;
    margin: 0 10px;
}

.submit_button {
    border: none;
    padding: 0 3px 2px 0;
    cursor: pointer;
    float: left;
} 

.input_button{
	border:none;
	padding: 0 3px 2px 0;
	cursor:pointer;
}

.disabled_button {
    background-position: 0 -78px;
    color: #AAA;
}

A#arrow_left, A#arrow_right {
    background: url(arrows.png) top left no-repeat;
    width: 26px;
    height: 26px;
}    
A#arrow_right { background-position: -26px 0; }


/** BUTTONS - END *************************************/


                
    	    
.search_box {
    width: 200px;
    height: 57px;
    font-size:24px;
    border: 4px solid #E6EAE2;
    background: url(sherlock.gif) #0f0 center left no-repeat;
    padding: 2px 2px 2px 20px;
    margin-left: 5px;
}

.search_box_loggedout{
	border:1px solid #7e9db9;
	padding:2px;
}

#search_page .search_button { 
    width: 82px;
    height: 39px;
    background: url(button_search2.png) top left no-repeat;
    color: #FFF;
    border: none;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 3px 2px 0;
    cursor: pointer;
    float: left;
} 
  
#search_page .actions  {
    background: url() repeat-y;
    padding: 15px 15px 15px 15px;
}
  
#search_page .search_box {
    width: 500px;
    height: 39px;
    /*font-size: .95em;*/
    border: 4px solid #E6EAE2;
    background: url(sherlock.gif) #FFF center left no-repeat;
    font-size: 1.5em;
    font-weight: bold;
    padding: 2px 2px 2px 20px;
    margin-left: 5px;
    float:left;
}




.clearall {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: px /*for IE*/
}


/** ROUNDED CORNERS [IMAGE] - START **********************************/
.rounders { 
    position: relative;
    margin-bottom: .8em;
 }

.corner {
    position: absolute; 
    width: 10px; 
    height: 10px;
    background-image: url(corners.gif);
 }

.top_left {top:0; left:0; background-position:-10px -10px;}
.top_right {top:0; right:0; background-position:-20px -10px;}
.bottom_left {bottom:0; left:0; background-position:-10px -20px;}
.bottom_right {bottom:0; right:0; background-position:-20px -20px;}
/** ROUNDED CORNERS [IMAGE] - END *************************************/
    
.rounded_corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.tan { background-color: #E2DDD1; }
    

.rounders2 {
    background-color:#C4CDE0;
    display:block;
    overflow:hidden;
    position:relative;
}
.rounders2_sprite { position: absolute; }
    
.rounders2_xl, .rounders2_xl .rounders2_img {
    width: 120px;
    height: 80px;
}
.rounders2_lg, .rounders2_lg .rounders2_img {
    width: 102px;
    height: 68px;
}
.rounders2_ml, .rounders2_ml .rounders2_img {
    width: 88px;
    height: 68px;
}
.rounders2_md, .rounders2_md .rounders2_img {
    width: 66px;
    height: 51px;
}
.rounders2_sm, .rounders2_sm .rounders2_img {
    width: 42px;
    height: 28px;
}    

/*x-axis*/
.rounders2_xl .rounders2_sprite { left:0; }
.rounders2_lg .rounders2_sprite { left:-120px; }
.rounders2_ml .rounders2_sprite { left:-222px; }
.rounders2_md .rounders2_sprite { left:-310px; }
.rounders2_sm .rounders2_sprite { left:-376px; }
/*y-axis*/
.rounders2_white .rounders2_sprite { top:0; }
.rounders2_tan .rounders2_sprite { top:-80px; }

/*CUSTOM STUFF8*/

	/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}
div.thumbinner, div.gallerybox {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
div.gallerybox { margin-right: 10px; }
div.gallerybox div.thumb { border-color: #f9f9f9; }
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 123%;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
DIV#main P.L, DIV#main .floatleft { float: left; margin: 0 1.5em 1em 0; }
DIV#main P.R, DIV#main .floatright { float: right; margin: 0 0 1em 1.5em; }
DIV#main .floatright A:hover { background-color: transparent; }
DIV#main .floatleft A:hover { background-color: transparent; }
DIV.thumbinner A.internal:hover { background-color: transparent; }
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {

	float: left;
	clear: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
table.related_vids_display td {
	vertical-align: top;
}
DIV.de {
    border: 1px solid #CED1FF;
    margin: 15px 0;
}
DIV.de P { padding: 5px; }
DIV.de_header { background-color: #EEE; }
DIV.de_reply {
   font-size: .8em;
   background-color: #EEE;
   padding: 2px;
   text-align: center;
   clear: both;
}
p.de_date {
        font-size: smaller;
}
p.de_date {
    float: right;
}
p.de_user {
        font-weight: bold;
}
p.de_comment {
}
.de_comment OL { list-style-position: inside; }
#discussion_entry {
        border: 1px solid #CED1FF;
        padding: 5px;
        margin-bottom:5px
}

.not-patrolled {
    background-color: #ffa;
}   
div.patrollink {
    font-size: 75%;
    text-align: right;
}   
span.newpage, span.minor, span.searchmatch, span.bot {
    font-weight: bold;
}
span.unpatrolled {
    font-weight: bold;
    color: red;
}
UL.special {
list-style: default;
}
DIV#main DIV#article SPAN.subheader {
        color: #555;
        font-weight: normal;
        letter-spacing: normal;
        margin-left: 5px;
    }
        
    #article H2 SPAN.subheader { font-size: 65%; }
    #article H3 SPAN.subheader { font-size: 70%; }

    .show {}
    .hide{display:none;}
DIV#main DIV#editpage DIV#optional_sections LI {
    display: inline;
    list-style: none;
    margin-right:5px;
}
input.guided-button { 
    font-weight: bold;
    font-size: 1.2em;
}
/*  
** Diff rendering
*/
table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: white;
    vertical-align: top;
}
td.diff-addedline {
    background: #cfc;
    font-size: smaller;
}
td.diff-deletedline {
    background: #ffa;
    font-size: smaller;
}       
td.diff-context {
    background: #eee;
    font-size: smaller;
}
span.diffchange {
    color: red;
    font-weight: bold;
}
#featurestar {
  float: right;
  margin-top: -42px;
  margin-right: -13px;
}
DIV#main DIV#article DIV#Related SELECT#related_select { width: 80%; }
    #relatedwikihows DIV#related_buttons {
        float: right;
        width: 18%;
    }
    #relatedwikihows DIV#related_buttons INPUT { margin-bottom: 3px; }
   
    #related_select {
        width: 500px;
        margin-bottom:5px;
    }

A.new { color: #B30000; }
    .go_button {
        width: 30px;
        height: 29px;
        background: url(button_square.png) top left no-repeat;
        color: #FFF;
        letter-spacing: .01em;
        border: none;
        font-size: .9em;
        font-weight: bold;
        padding-bottom: 2px;
        margin-left: 6px;
        float: right;
        cursor: pointer;
    }


/* MAIN PAGE */

/** HOME - ACTIONS **************************************/
DIV#actions_shell{
    width: 978px;
    float: none;
    height: 314px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
DIV#actions {
    height: 260px;
    padding: 15px 15px 15px 15px;
    margin-top: -.3em;
    margin-bottom: 0px;
    position: inherit;
}
#actions #actions_spacer{
    width: 18px;
    float: left;
}
#actions Div {
    position: relative;
    float: left;
    height: 221px;
    width: 303px;
    margin-top: -3px;
    margin-bottom: -22px;
}
#actions #learn, #write{
}

#actions #collaborate {
}
#actions blockquote {
    color: #666;
    font-size: 36px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 10px;
    background-position: 175px 5px;
    background-repeat: no-repeat;
}
#actions blockquote p {
	color: #666;
    background-position: 750px 5px;
    background-repeat: no-repeat;
}


#actions H2#header {
    font-size: 36px;
    color: #4e4138;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

#actions H3 {
    font-size: 18px;
    text-align: center;
    font-weight: lighter;
}
    #actions H3##subHeader { color: #4e4138; }
    #actions H3#subHeader_blue { color: #01769f; }

#actions DIV#actionLink {
    float: right;
    text-align: right;
    margin-right: 31px;
    margin-top: 55px;
}
#actions #actionLink A {
    font-size: 16px;
    color: #01769f;
    bottom: 20px;
    font-weight: bold;
}
    #actions #actionLink A:hover { color: #4e4138; }

#actions H4 {
    font-size: 13px;
    color: #666;
    text-align: center;
    font-weight: lighter;
    padding-top: 5px;
}
    #actions h4 A { color: #01769f; }
    #actions Span#brown { color: #4e4138; }

#actionImg_book {
    position: absolute;
    left: 5px;
    bottom: 10px;
}
#actionImg_pen {
    position: absolute;
    left: 7px;
    bottom: 10px;
}
#actionImg_pencils {
    position: absolute;
    left: 15px;
    bottom: 4px;
}
/** END - ACTIONS **************************************/

/** FEATURED - ARTICLES - START **************************************/

DIV#featuredArticle_shell {
    width: 679px;
    float: left;
    margin-top: 12px
}

#article DIV.featured_articles_header { padding: 0 27px 20px 23px; position: relative; }
#article DIV.featured_articles_inner { padding: 0 27px 10px 23px; position: relative; }

#article #featuredArticles_header H1 {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 4px 0;
    color: #333;
    padding-bottom: 3px;
    border-bottom: 3px solid #D9D9D9;
}
#featuredArticlesHeader_line {
    height: 3px;
    background-color: #c8c7c1;
}
#featuredArticles_header A {
    font-size: 10px;
    color: #0176a0;
    right: 25px;
    bottom: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 2px;
    position: absolute;
}
    #featuredArticles_header A:hover { color: #4e4138; }
    IMG.rss { float:left; margin: -2px 2px 2px 0px; }

.featuredArticle_Table { width: 100%; border: 0; }
.featuredArticle_Table tr { vertical-align:top; }
.featuredArticle_Table td { height: 125px; }
.featuredArticle_Table DIV {
    width: 115px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.featuredArticle_Table A{
    font-size: 12px;
/*    color: #01769f; */
	color:#414141;
    font-weight: bold;
}

#featuredNav {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    width: 100%;
}

#featuredNav SPAN#more {
    position: absolute;
    right: 31px;
}

#featuredNav IMG {
    padding-left: 5px;
    vertical-align: middle;
    padding-right: 25px;
}

#hidden-8 {
    overflow:hidden;
    text-align:center
}
#toggle { display:none; }

/** FEATURED - ARTICLES - END **************************************/

/** CATEGORY - START **************************************/ 

DIV#category_shell {
    width: 679px;
    float: left;
	margin-top: 12px
}

DIV#category {
    background: url(article_bg.png) repeat-y;
    padding: 2px 1px 30px 5px;
    margin-top: -3px;
	margin-bottom: -1px;
}
	
#category DIV.category_header { padding: 0 27px 20px 23px; position: relative; }
#category DIV.category_inner { padding: 0 27px 0 23px; position: relative; }

#category #category_header H1 {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 4px 0;
	color: #504239;
	padding-bottom: 3px;
    border-bottom: 3px solid #BDB7A7;
}

.category_header_H1 {
	font-size: 14px;
	font-weight: lighter;
	padding: 8px 0 4px 0;
	color: #504239;
    border-bottom: 3px solid #DCD8D7;
}

.category_inner H4 {
	font-size: 13px;
	color: #01769f;
	font-weight: lighter;
	padding: 10px 0 10px 0;
}
	.category_inner h4 A { color: #01769f; }
	.category_inner Span#brown { color: #4e4138; }
	
#category_table_div {
	margin-top: 20px;
}

#category_line {
	height: 3px;
	background-color: #c8c7c1;
}
#category_header A {
	font-size: 10px;
	color: #0176a0;
	right: 25px;
	bottom: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 2px;
	position: absolute;
}
	#category_header A:hover { color: #4e4138; }

.category_Table { width: 100%; border: 0; }
.category_Table tr { vertical-align:top; }
.category_Table td { height: 55px; }

.category_Table A {
	font-size: 14px;
	color: #504239;
	font-weight: bold;
}

.category_Table DIV {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	width: 287px;
	height: 100%;
	text-align: left;
	padding-left:20px;
	padding-top: 10px;
}

.category_Table DIV#left {
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}

.category_Table DIV#right {
	
}

.category_Table IMG {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#category DIV#share_icons DIV {
	float: left;
    margin: 10px 3px 20px 0;
    color: #4e4138;
	font-size: 12px;
}
/** CATEGORY - END **************************************/ 

DIV#worldWide_shell {
    width: 293px;
    float: right;
    margin-top: 3px;
    margin-bottom: 5px;
    height:123px;
}

DIV#worldWide {
    background: url(worldWide_bg.png) repeat-y;
    padding: 2px 1px 7px 5px;
    margin-top: -3px;
    margin-bottom: -1px;
    position: relative;
}

#worldWide #languages {
    width: 190px;
    padding-left: 15px;
}

#worldWide #languages H3 {
    color: #4a3c31;
    font-size: 13px;
    padding-bottom: 5px;
    border-bottom: none;
}
#worldWide #languages P {
    color: #4a3c31;
    font-size: 11px;
    line-height: 14px;
}
#worldWide #languages SPAN {
    color: #01769f;
    font-weight: bold;
}
#worldWide #globe {
    float: right;
    position: absolute;
    left: 228px;
    top: 3px;
}


#showads1 { display: none; }
#showads2 { font-size: 0.8em; width: 500px; display: none;}
#showads3 { display: none; }
#showads4 { display: none; }
#showads5 { display: none; }
#showads6 { display: none; }


#header_ads {
    border: 1px solid #F44;
    margin: 5px;
    padding: 5px;
}

DIV#iphone_notice
{
  height: auto;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFA;
  -moz-border-radius:1em;
  -webkit-border-radius:1em;
  -border-radius:1em;
}

DIV#iphone_notice #gatIphoneNoticeHide
{
  float: right;
  padding: 5px;
}

DIV#iphone_notice #ip_message
{
  display:table;
  margin-left:auto;  margin-right:auto;  text-align:left;
}
DIV#iphone_notice img
{
  float: left;
  padding: 5px;
}
DIV#iphone_notice H3
{
  line-height: 120%;
}

.searchButton {
	margin: 0px 0 0 0;
}

/*
** the page-related actions- page/talk, edit etc
*/
#p-cactions {


        text-align: left;
        margin-right: auto;
        margin-left: auto;
	white-space: nowrap;
	width: 600px;
	line-height: 1.1em;
	overflow: visible;
	background: none;
	padding: 0.3em;
	list-style: none;
	font-size: 95%;
}
#p-cactions ul {
	list-style: none;
}
#p-cactions li {
	display: inline;
	border-bottom: none;
        padding: 1em;
        padding: 5px;
	overflow: visible;
}
#p-cactions li.selected {
	border-color: #fabd23;
	font-weight: bold;
}
#p-cactions li a {
	background-color: #FFF;
	color: #01769F;
	border: none;
	position: relative;
	z-index: 0;
	margin: 0;
	text-decoration: none;
}
#p-cactions li.selected a {
	z-index: 3;
	background-color: none;
}
#p-cactions .new a {
	color: #ba0000;
}
#p-cactions li a:hover {
	z-index: 3;
	text-decoration: underline;

}
#p-cactions h5 {
	display: none;
}
#p-cactions li.istalk {
	margin-right: 0;
}
#p-cactions li.istalk a {
	padding-right: .5em;
}
#p-cactions #ca-addsection a {
	padding-left: .4em;
	padding-right: .4em;
}

#catlinks {
	margin-top:30px;
}


