/*  
Theme Name: TheArtOfRawr Theme
Theme URI: http://www.artofrawr.com/
Description: Custom Wordpress-Theme. Don't use it without my permission.
Version: 1.0
Author: Jens Fischer
Author URI: http://www.jensfischer.us
*/

html, body {
	background: #191919;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	color: #c4c4c4;
	text-align: center;
	text-align: center;
	margin: 0px;
	padding: 0px; 
	}

#page {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px;
	text-align: left;
	}

p { margin: 0px; padding: 0px;}	
.entryText { margin: 0px; padding: 0px; padding-left:25px; }	
	
#sidebar{
	margin:0px;
	padding-top:10px;
	padding-left: 22px;
	margin-left: 734px;
	}

a {
	color: #ffffff;
	text-decoration: none;
	}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
#sidebar a{
	text-decoration:none;
	}

#sidebar a:hover{
	width:200px;
	color:#ffffff;
	text-decoration:none;
	}		
.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 734px;
	}
	
.widecolumn {
	padding: 0px;
	margin: 0px;
	width: 734px;
	}
	
/* CALENDAR */
#emoCalendar{
	padding:0px;
	padding-top:10px;
	margin:0px;
}

#emoCal{
	width:180px;
	padding:0px;
	margin:0px;
	border:3px solid #3d3d3d;
	}

.emoCalTitle{
	height:17px;
	font-size:10px;
	font-weight:bold;
	color:#d0d0d0;
	text-align:center;
	}

.emoCalTitle a{
	color:#d0d0d0;
	}
	
.emoCalEmpty{
	height:15px;
	background:#222222;
	font-size:10px;
	color:#6c6c6c;
	text-align:center;
	}
	
.emoCalWork{
	height:15px;
	background:#8a1f1f;
	font-size:10px;
	color:#222222;
	text-align:center;
	}
	
.emoCalLinks{
	height:15px;
	background:#5b8734;
	font-size:10px;
	color:#222222;
	text-align:center;
	}
	
.emoCalPersonal{
	height:15px;
	background:#0a75a8;
	font-size:10px;
	color:#222222;
	text-align:center;
	}
	
.emoCalDate{
	width:26px;
	height:15px;
	background:#2a2a2a;
	font-size:10px;
	font-weight:bold;
	color:#a6a6a6;
	text-align:center;
	}

/* HEADER */
	
#header {
	margin: 0px; 
	padding: 0px; 
	height: 250px; 
	width: 940px;
	}

#headerimg{
	margin:0px;
	padding-top:100px;
	padding-left:201px;
	}

#headerMain{
	padding-top:52px;
}

#headerLeft{
	font-weight:bold;
	float:left;
	margin-left:24px;
	width:173px;
	}
	
#headerRight{
	font-weight:bold;
	float:left;
	margin-left:10px;
	width:500px;
	}
	
#headerMenu{
	font-weight:bold;
	float:left;
	margin-left:49px;
	width:180px;
	}
#headerSeperators {
	margin: 0px; 
	padding: 0px; 
	height: 3px; 
	width: 940px;
	}
		
.seperatorLeft{
	float:left;
	margin-left:24px;
	height:0px;
	width:173px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #2c2c2c;
	}
	
.seperatorRight{
	float:left;
	margin-left:10px;
	width:500px;
	height:0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #2c2c2c;
	}
	
.seperatorMenu{
	float:left;
	margin-left:49px;
	width:180px;
	height:0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #2c2c2c;
	}
.seperatorCat{
	width:180px;
	height:0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #2c2c2c;
	}
	
	
/* END OF HEADER */




#footer {
	clear: both;
	}

h1, h2, h3 {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size:11px;
	color:#747474;
	}

.commentlist li cite{
	font-weight:bold;
	}



.post {
	color:#757575;
	padding-left:14px;
	text-align: left;
	line-height:16px;
	}

.post hr {
	display:block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	padding-bottom:10px;
	}

.widecolumn .postmetadata {
	margin: 0px;
	}

.postmetadata {
	color:#757575;
	clear: left;
}

#blogDescription{
	padding-left:5px;
	padding-top:3px;
	padding-bottom:20px;
	width:380px;
	line-height:16px;
	}
#pageTitle{
	position:absolute;
	left:-1000px;
	top:-1000px;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 {
	text-align:right;
	}

.alignleft {
	text-align:left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 0px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	text-align: left;
	}

#sidebar #searchform #s {
	border: 0px;
	background: #dcdcdc;
	color:#272727;
	width: 165px;
	height:13px;
	padding: 2px;
	font-family:Verdana, Arial, non-serif;
	font-size:11px;
	}

#sidebar #searchform #button {
	margin: 0px;
	padding:0px 0px 0px 5px;
	background:transparent;
	color: #272727;
	border:0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}


#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {

	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	color:#191919;
	height:0px;
	border: 1px solid #191919;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #2c2c2c;
	}

a img {
	border: none;
	}

.navigation {
	clear:both;
	margin-left:20px;
	margin-right:20px;
	text-align: center;
	}
.navigation  a{
	color:#ffffff;
	}
.navigation  a:hover{
	text-decoration:underline;
	}
/* End Various Tags & Classes*/

#currentSelection{
	float:left;
	font-weight:normal;
	float:right;
	width:400px;
	text-align:right;
}

	
.postInfo{
	float:left;
	padding-left:10px;
	width:173px;
	}

.postContent{
	padding-top:9px;
	float:left;
	margin-left:10px;
	width:500px;
	}

.infoDate{
	color:#acacac;
	font-weight:normal;
	}
.postInfo a{
	color:#ffffff;
	text-decoration:none;
	}
.postInfo a:hover{
	color:#ffffff;
	text-decoration:underline;
	}

.postmetadata a{
	font-size:10px;
	color:#757575;
	text-decoration:none;
	}
.postmetadata a:hover{
	color:#191919;
	background:#757575;	
}
.widgettitle{
	padding-top:30px;
	margin: 0px 0px 5px 0px;
	width:190px;
	border-bottom: 1px solid #e5e5e5;
	}
	
pre {
	padding:10px 10px 10px 0px;
	width:490px;
	overflow: auto;
	background:#ffffff;
	}
	
/* EMOCATEGORY */
	
.emoCategory {
	font-family: Tahoma, Sans-Serif;
	font-size: 10px;
	color: #9d9d9d;
	margin-bottom:30px;
	}
	
.emoCategoryLinkWork{
		font-weight: bold;
		margin:0px;
		padding:0px;
	}
.emoCategoryLinkWork a{
	color: #9d9d9d !important;
	}
.emoCategoryLinkWork a:hover{
	color: #8a1f1f !important;
	}
.emoCategorySublinkWork{
		font-weight: normal;
		margin:0px;
		padding:0px;
	}
.emoCategorySublinkWork a{
	color: #9d9d9d !important;
	}
.emoCategorySublinkWork a:hover{
	color: #8a1f1f !important;
	}	
	
.emoCategoryLinkPersonal{
	font-weight: bold;
	margin:0px;
	padding:0px;
	}
.emoCategoryLinkPersonal a{
	color: #9d9d9d !important;
	}
.emoCategoryLinkPersonal a:hover{
	color: #0a75a8 !important;
	}
.emoCategorySublinkPersonal{
		font-weight: normal;
		margin:0px;
		padding:0px;
	}
.emoCategorySublinkPersonal a{
	color: #9d9d9d !important;
	}
.emoCategorySublinkPersonal a:hover{
	color: #0a75a8 !important;
	}	

.emoCategoryLinkLinks{
	font-weight: bold;
	margin:0px;
	padding:0px;
	}
.emoCategoryLinkLinks a{
	color: #9d9d9d !important;
	}
.emoCategoryLinkLinks a:hover{
	color: #5b8734 !important;
	}	
.emoCategorySublinkLinks{
		font-weight: normal;
		margin:0px;
		padding:0px;
	}
.emoCategorySublinkLinks a{
	color: #9d9d9d !important;
	}
.emoCategorySublinkLinks a:hover{
	color: #5b8734 !important;
	}		
	
.tagsWork{
	color: #757575;
}	
.tagsWork a{
	color: #757575;
	text-decoration:none;
	background:none;
	font-size:10px;
	}
.tagsWork a:hover{
	color: #8a1f1f;
	text-decoration:none;
	background:none;
	font-size:10px;
	}
.tagsPersonal{
	color: #757575;
}	
.tagsPersonal a{
	color: #757575;
	text-decoration:none;
	background:none;
	font-size:10px;
	}
.tagsPersonal a:hover{
	color: #0a75a8;
	text-decoration:none;
	background:none;
	font-size:10px;
	}	
.tagsLinks{
	color: #757575;
}		
.tagsLinks a{
	color: #757575;
	text-decoration:none;
	background:none;
	font-size:10px;
	}
.tagsLinks a:hover{
	color: #5b8734;
	background:none;
	text-decoration:none;
	font-size:10px;
	}	
	
.entry{
	padding-top:5px;
	padding-bottom:10px;
	}	
.entryStyleWork a{
	color: #ffffff;
	background:none;
	text-decoration:none;
	}	
.entryStyleWork a:hover{
	color: #8a1f1f;
	background:none;
	text-decoration:none;
	}	
.entryStylePersonal a{
	color: #ffffff;
	background:none;
	text-decoration:none;
	}	
.entryStylePersonal a:hover{
	color: #0a75a8;
	background:none;
	text-decoration:none;
	}	
.entryStyleLinks a{
	color: #ffffff;
	background:none;
	text-decoration:none;
	}	
.entryStyleLinks a:hover{
	color: #5b8734;
	background:none;
	text-decoration:none;
	}	

	