/*  
Original Theme Name:Aria
Original Theme URI:http://www.sapientone.org/
Description:A clean theme for bloggers
Version:1.0
Author:Sapientone
Author URI:http://www.sapientone.org/

Modified by: Jay (http://orangesi.de)

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php	
*/

/* Begin Main-Layout  */
*{
	margin:0;
	padding:0
}

body {
	background:#ffffff;
	color:#444;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 75%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ccc;
}

.page {
	margin:0 8%;
	text-align:left;
	}

#content {
	background:#ffffff;
	float:left;
	margin:10px 0 20px 0;
	width:65%
	}
	
#sidebar {
	background:#FFE8CC;
	float:right;
        padding:16px;
	margin:10px 0 20px 4%;
	width:27%;
	}

#footer {
	clear:both;
	padding:10px 0;
	text-align:center;
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	}

/* End Main-Layout */



/* Begin Header */
h1 {
	background:#ffffff url('images/header_softstill.jpg') no-repeat top right;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 4.2em;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 0;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#ff8000;
	}

/*------- Tab Menu ---------*/
#nav {
	margin-top: 0px;
        list-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	font-family: Verdana, Arial;
	font-size: 1.0em;
	padding-top: 5px;
	padding-bottom: 6px;
}
#nav li { display: inline; }
#nav a {
	padding: 5px 36px 5px 11px;
	color: #777;
	text-decoration: none;
}
#nav a:hover{
	color:#000000;
	text-decoration:none;
	background-color: #FFFFEA;
}
	

#nav #current a {

    color: #555;
}

#feedicon{
	margin: 0px;
	float: right;
	width: 24px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.catimage{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#ffb020;
	margin:20px 0 0 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 2.0em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	}

h2,h3{
	border-bottom:3px solid #fff
	
	}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#ffb020;
	text-decoration:none

}

#postmetadata {
	color:#555;
	font-size:.85em;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #FFE8CC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#postmetadata a {
	color:#555;
	text-decoration:none
}

#postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#555;
	text-decoration:none
}

#postmetadata a:hover{
	text-decoration:underline
}


.entry p, .entrytext p{
	line-height:170%;
	margin:2px 0 15px 0
	}
	
.entrytext p{
	margin:0 0 15px 0
	}

a:link,a:visited,a:active,a:hover{
	color:#FF0000;
	text-decoration:none;
	
}
/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:0.9em;
	
	}
	
.commentlist li {
	font-weight:bold
	
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1em
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	}


.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px;
	}

#sidebar ul li{
	list-style-image: none;
	list-style-type: none;
	padding-top: 8px
	}

#sidebar ul li ul li{
	padding:2px 0;
	padding-top: 8px
	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active{
	color:#444;
	text-decoration:none;
	display: block;
}

#sidebar ul li ul li a:hover{
	color:#000;
	text-decoration:none
}

#sidebar a {
	color:#444;
	text-decoration:none
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px;
	border: 2px solid #666666;
	}

#sidebar2 #searchsubmit {
	padding:1px;
	border: 2px solid #666666;
	}

input.textfield{
	width: 13em;
	color:#ff0000;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	font-size: 16px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	border: 1px solid #999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}

#searchmenu{
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	}


.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:270px;
	padding:2px;
	margin:5px 5px 1px 0
	border: 3px solid #999999;
	}

#commentform textarea {
	font-family: Verdana, Arial, Sans-Serif;
        font-size: 100%;
	width:270px;
	padding:2px;
	
	}

#commentform #submit {
	margin:0;
	float:left;
	width:278px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #3399CC;
	background-color: #FFE8CC;
	border: 2px solid #999999;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em Verdana, Arial, Sans-Serif
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	border-left: 8px solid #FFE8CC;
	line-height:120%;
	color: #999999;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 42px;
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}

a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* End Various Tags & Classes*/


