/*#############################################################
Name: Dirtylicious
Date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #3399CC; 
	text-decoration: none;
	
}
a:hover {
	color: #FF6600; //#FFCC66; 
	text-decoration: underline;
}

body {
	background: #FFF url(../../dirtylicious-joomla/images/container2.png) repeat-x;
	color: #000;
	font: normal 62.5% Verdana,sans-serif;
	
}

p,code,ul {
	padding-bottom: 1.2em;
}

li {list-style: none;}

h1 {font: normal 2.8em "Trebuchet MS",sans-serif;}
h2 {font: bold 1.4em "Trebuchet MS",sans-serif;}
h3 {font: bold 1.1em "Trebuchet MS",sans-serif;}
h4 {font: bold .8em Verdana,sans-serif;}

img {padding: 2px; border: 0;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #3399CC;
	border-left: 6px solid #3399CC;
	color: #666;
	display: block;
	font: normal 1em "Trebuchet MS",sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	border: 1px dotted #3366CC;
	background-color: #FFCC66;
	padding: 8px; 
}

h1,h2,h3,h4 {padding-top: 6px; padding-left: 3px; color: 000; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 10px auto;
	padding: 10px;
	width: 940px;/*780px;*/
}

.outer-container {
	/*background: url(../../dirtylicious-joomla/images/container2.png) repeat-x;*/
}

/* header & title */
.header {
	background: #222 url(../../dirtylicious-joomla/images/header2.jpg) no-repeat;
	height: 150px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* search and path */

.searchpathcontainer {
	background: #3399CC;
	color: #FFF;
	font: normal 12px Verdana,sans-serif;
	padding: 8px 12px;
	height: 20px;
	
}

.searchpathcontainer a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.searchpathcontainer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*BODY WRAP AROUND MAIN*/
.bodywrap {
	border-top: 4px solid #FFF;
	width:940px;
	
}

/* main */
.main {
	background: #EFEFEF url(../../dirtylicious-joomla/images/main.gif) repeat-y;
	float:left;
	width:706px;
}



/*content */

.insideContent {
	/*border-right: 4px solid #FFF;
	width: 492px;*/
}
.content {
	float: right;
	width: 472px;
	/*padding-left: 8px;*/
	padding-right: 8px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: outside;
	margin-left: 18px;
}
.content p {
	font-family: Verdana,sans-serif;
}



/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #3399CC;
	font: bold 1.1em "Trebuchet MS",sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-bottom: 1px solid #EAEADA;
}


.share {
	padding: 5px 5px 0px 8px;
	
}
.share img{
	padding-left: 10px;
	padding-right: 10px;
	
}

.share a{
	 border: 1px solid #000;
	 background-color: #FFF;
	 display: block;
	 width: 180px;
	 color: #000;
	 text-decoration: none;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: .9em;
	
}
.share a:hover{
	 background-color: #FFCC66;
	
}


/* Main Menu(s) */

a.mainlevel {
	font-size: 1.1em;
	font-family: Verdana, sans-serif;
	color: #3399CC; 
	display: block;
	text-decoration: none;
	width: 202px;
	padding: 8px 0 8px 5%;
	border-top: 1px solid #EAEADA;
	line-height: 26px;
	font-weight: normal;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
}

a.mainlevel:hover {
background: #3399CC;
text-decoration: none;
color: #FFF;
}

a.sublevel {
	margin-left: -4px;
	font-size: .9em;
	color: #3399CC; 
	display: block;
	text-decoration: none;
	width: 197px;
	padding: 8px 0 8px 5%;
	border-top: 1px solid #EAEADA;
	border-left: 4px solid #FFCC66; 
	line-height: 15px;
	font-weight: normal;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
}


a.sublevel:hover {
background: #92999B;
text-decoration: none;
color: #FFF;
}


/*RIGHT Side in Content*/
.rightside{ 
	padding: 8px 8px 8px 8px;
	float:right;
	width: 214px;
	background: url(../../dirtylicious-joomla/images/main2.gif);
	font-family: Verdana,sans-serif;

} 

/* footer */
.footer {
	background: #3399CC;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #EE2D23;}

.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
	.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #066EB2;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
.contentheading {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
 	color: #000;
	text-align:left;
	border-bottom: 1px solid #666666;
	padding-bottom: 3px;
	}
	
.componentheading {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
 	color: #000;
	text-align:left;
	padding-bottom: 3px;
	border-bottom: 1px solid #666666;
	}

.contentpagetitle {
	/* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
 	color: #52513F;
	text-align:left;
	}

.poll {
	/* polls texts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #52513F;
	}
.button {
	background-color: #FFF; /*#BBBBBB;*/
	color:#3399CC; /*#000000;*/
	border:solid #888888 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	margin-bottom: 3px;
	padding: 1px;
	}
	
textarea {
	border:solid #888888 1px;
	}
	
.inputbox {
	border:solid #888888 1px;
	margin-right:5px;
	margin-bottom:2px;
	margin-top:2px;
	}
/*MOJO BLOG CSS*/
.post a{
	/*font-size: 14px;*/
	text-decoration: none;
	}

.post h3{
border-bottom: 1px solid #666666;
	}

.post-entry a{
	/*font-size: .9em;*/
	text-decoration: underline;
	
	}
	
.postmeta a{
	/*font-size: .9em;*/
	text-decoration: underline;
	}
	
.syndicate {
	border-top: 1px solid #666666;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	}

