@charset "UTF-8";

/* -------------------------------------------
* Filename: common.css
* Version: x.x.x (2009-10-xx)
* Website: http://www.ariel-networks.com/whatsnew/
* Author: Airel Networks, Inc.
* Description: common style for Ariel News Blog

== CONTENTS: ===============================

   00: Include
       : Reset
       : Fonts
       : NewsBlog Base

============================================*/

/*
=========================================
	00: Include
=========================================*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/

html {
	color: #000000;
	background: #ffffff;
	}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	/* body's setting border: 0 hoses ie5 win window inner well border */
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	}
fieldset,img {
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}
li {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before,q:after {
	content: '';
	}
abbr,acronym {
	border: 0;
	font-variant: normal;
	}
/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
	}
sub {
	vertical-align: text-bottom;
	}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
/* to enable resizing for IE */
input,textarea,select {
	*font-size: 100%;
	}
/* because legend doesn't inherit in IE */
legend {
	color: #000000;
	}


/*
-----------------------------------------------
add style &comment
	-Tables still need 'cellspacing="0"' in the markup.
-----------------------------------------------*/
html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}
a img {
	border: none;
	}
a:link, a:hover, a:focus, a:active {
     outline: none;
	}
:focus {
     outline: none;
	}
blockquote:before, blockquote:after {
	content: "";
	}
blockquote, q {
	/* Remove possible quote marks (") from <q>, <blockquote>. */
	quotes: "" "";
	}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
++ add Ariel News Blog's base.css
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

body {
	color: #444444;
	font-family: Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro",  "ヒラギノ角ゴ Pro W3", Osaka, "Meiryo", "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center; /* center on ie */
/*	*font-size: 81.25%;*/
}


/* base.css, part of YUI's CSS Foundation */
h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}
h4 {
	/*13px via YUI Fonts CSS foundation*/
	font-size: 100%;  
	}

h5 {
	/*12px via YUI Fonts CSS foundation*/
	font-size: 93%;  
	}

h6 {
	/*12px via YUI Fonts CSS foundation*/
	font-size: 93%;  
	}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
	}
h4 {
	/* top & bottom margin based on font size */
	margin: 1.5em 0 0;
	}
h5, h6 {
	margin: 1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}

h5, h6, p, ol, ul, pre {
	margin-top: 10px;
	margin-bottom: 10px;
}

optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000000;
	cursor: help;
}

em {
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em 0;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	/*border: 1px solid #000;*/
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content.
	text-align: center; */
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}


/*
-----------------------------------------------
add style &comment
-----------------------------------------------*/
select option { 
	padding : 0 5px;
}

/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea {
	width:12.25em;
	*width:11.9em;
	}
