/* A - PARTIAL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
ul,li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {line-height: 1;color: black;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

html,body {height: 100%;}

body {
	font: 13px/22px Arial, sans-serif;
	background: #EAEAEA;
	background: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#ccc),color-stop(0.25,#fff)) fixed no-repeat 0 100%;
	margin: 0;
}


header {
	margin-top: 0px;
	padding: 15px;
	border:1px solid #666;
	color:#fff;
	 background-color:#deddcd;
	font: bold 35px/35px Helvetica, Arial, Sans-serif;
	color: #fff; text-shadow: 0px 2px 6px #333;
}



article{margin-bottom:10px;}

#content,#less{
	margin: 10px auto;
	padding: 2px 0;
	width: 940px;
}



#less{padding-top:25px;clear:both;}
#less a{
display:block;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration:0.75s;
	-o-transition-duration: 0.75s;
	transition-duration: 0.75s;
}



.button,input[type=submit] {
	background: #222; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	cursor: pointer;
	font-weight:bold;
}

button:hover,.button:hover,input[type=submit]:hover {color:#58a}
 
	
.fInput
{
    padding: 5px 10px 2px 0px;
    float: left;
    
}
.fInput label
{
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 1px 1px 6px 1px;
    font-family: Arial, sans-serif;
}

.fInput input[type=text]
{
	background: #fff; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #4b4b4b;
	font: 12px/18px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
}


article h1,article h2,article h3{
margin-bottom:10px;
	font-weight: bold;
	color: #666; text-shadow: 0px 2px 6px #ccc;
}

h1 {
	font-size: 36px;
	line-height:44px;
}

h2 {
	font-size: 24px;
	text-shadow:0 1px 0 #FFFFFF;
}


h3 {
	font-size: 18px;
	
}

a{color:#58c;text-decoration:none}
a:hover{color:#990000;}


footer {
border-top:1px solid #666;padding:10px;clear:both;

}

.articles a, .articles a:visited {
	position:relative;
	text-decoration:none;
	padding:4px 10px;;
	background-color:#eee;
	color:#000;
	font:10px verdana #000;
	line-height:16px;
	float:left;
	width:150px;
	margin:19px 1px;
	border:#58a 1px solid;
	min-height:80px;
	border-radius: 5px; 
	box-shadow: 3px 3px 7px #777;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration:0.75s;
	-o-transition-duration: 0.75s;
	transition-duration: 0.75s;
}


.articles a:hover {
	background-color:#fff;
	border:#000 1px solid;

	}



.articles a{
-webkit-box-reflect:below 1px -webkit-gradient(linear, left top, left bottom, from(transparent),to(#fff), color-stop(0.7, transparent));
-o-box-reflect:below 1px -o-gradient(linear, left top, left bottom, from(transparent),to(#fff), color-stop(0.7, transparent));
}

.browser {position:absolute;bottom:10px;right:10px;color:#000;font-size:11px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration:0.5s;
	transition-duration: 0.5s;
}

.articles h2{font-size:12px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration:0.5s;
	transition-duration: 0.5s;
}
.articles a:hover h2{color:#990000}
.articles a:hover .browser{color:#58a}





