/*
Theme Name: Adsise2010
Theme URI: http://adsise.com/
Description: The 2010 WordPress theme for adsise.com. Based on The 2010 default theme for WordPress, by the WordPress team.
Author: Adsise SC
version: 0.1
Tags: adsise
*/

/* Copy&Paste from Twenty Ten <<<--- */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* --->>> */

/* LAYOUT */
body { text-align: center; } /* this is for centering in explorer */
#wrapper {
	text-align: left; /* and this revert the alignment */
	margin: 0 auto;
	width: 1020px;
/*	background-color: #000000;*/
}
#header {
	float: left;
	width: 780px;
	height: 200px;
	padding: 0 10px;
/* 	background-color: #222222; */
}
#sidebar-primary {
	float: right;
	width: 200px;
	padding: 0px 10px;
/* background-color: #666666; */
}
#sidebar-corner {
	float: right;
	width: 200px;
	padding: 30px 10px;
/*	background-color: #777777; */
}
#container {
	float: left;
	width: 780px;
	padding: 0 10px;
/*	background-color: #444444; */
/* background:  url('images/post_top.png') no-repeat center top;*/
}

/* navigation */
.navigation {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	font-size: 36px;
	margin-bottom: 10px;
/*	background-color: #aaaaaa;*/
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

/* =Menu
-------------------------------------------------------------- */
/*
.menu-menu1-container { height: 60px; float: left; clear: both; display: block; width: 100%; }
.menu-item { display: block; float: left; margin: 10px 0 0 10px; }
.current-menu-item { background-color: green; }
*/
body { font-family: "Lucida Grande", Helvetica, Sans-serif;  font-size: 1em; line-height: 1.4em; word-spacing: 0.1em; letter-spacing: 0.01em; }
#branding { color: gray ; font-size: 10em; }
#sitedescription { color: gray; font-size: .1em; position: relative; top: -50px; }
h2 { margin-bottom: .3em; }
p { margin-bottom: 1em; }
img { margin: 0 0 20px 0; }
.post img { 
    -moz-box-shadow: 3px 3px 5px #777777;
    -webkit-box-shadow: 3px 3px 5px #777777;
    box-shadow: 3px 3px 5px #777777;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777'); }
.post img.no-shadow { 
    -moz-box-shadow: 0px 0px 0px #777777;
    -webkit-box-shadow: 0px 0px 0px #777777;
    box-shadow: 0px 0px 0px #777777;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#777777')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#777777'); }
a { text-decoration: none; color: #554040; }
a:hover { 
	/* border-bottom: 1px solid grey; */
	color: #bb0000; }
.entry-title { font-size: 2.2em; line-height: 1.3em; }
/* a img { border-bottom-width: 0px; }
a img:hover { border-bottom-width: 0px; } */
li { list-style-type: none; }
.widgettitle { margin-bottom: 5px; color: #5b5b5b; font-size: 1.8em; }
.widget { display: block; clear: both;post_top.png  font-size: .9em; line-height: 1.2em; margin-bottom: 30px; }
form { margin: 15px 0 5px 0; }
#xlanguage-list-1 li.language_item { font-size: .7em; list-style: none; float: left; margin: 10px 5px 10px 0; }
.post-edit-link { font-family: "verdana"; font-size: .8em; float: right; color: #ff8888; }
.sub-menu { margin-left: 15px; }
.post { margin-bottom: 50px;}
.license { font-size: .7em; line-height: 1em; }
input { vertical-align: top; }
