/*
Theme Name: krazyk 2.0
Author: R!
Author URI: http://www.psiphidesign.com
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #e6e6e5 url(images/bg.png) repeat-x top center;
}
a {
	color: #54266d;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color: #603913;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}


#bucket {
	width: 980px;
	margin: 0px auto 0px auto;
	padding-bottom:10px;
	margin-top:60px;
	border: 5px solid #402f5e;
	background-color:#ffffff;
	text-align: left;
}
/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	
	
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 55px;
	margin-bottom: 15px;
	list-style-type:none;
}
	/*#header .pages {
		list-style-type: none;
		height: 39px;
		float: left;
		width:980px;
	}
		#header .pages li {
			float: left;
		}
		#header .pages li a {
			display: block;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding: 12px 15px;
			text-decoration: none;
		}
		#header .pages li a:hover {
			text-decoration: underline;
		}
		
		
		
		
	#header form {
		width: 245px; height: 26px;
		background: url(images/search.gif) no-repeat 0 8px;
		float: right;
		padding: 8px 30px 0 0;
	}
		#header form input {
			border: 0;
			float: left;
			width: 170px;
			margin: 5px;
		}
		#header form button {
			border: 0;
			text-indent: -9999px;
			font-size: 0;
			width: 60px; height: 26px;
			float: right;
			background-color: transparent;
		}
	#header .logo {
		clear: both;
		float: left;
		padding: 30px 0 36px 20px;
	}
		#header .logo h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 2em;
			text-transform: uppercase;
		}
			#header .logo h1 a {
				text-decoration: none;
			}
		#header .logo p {
			color: #888888;
			font-weight: bold;
			font-size: 1.2em;
			text-transform: uppercase;
		}
	#header .sponsor {
		float: right;
		padding: 25px 0;
	}
	#header .categories {
		clear: both;
		list-style-type: none;
		height: 40px;
		border-bottom: 5px solid #54266d;
		border-top: 1px solid #DDDDDD;
		overflow: hidden;
	}
		#header .categories li {
			float: left;
		}
		#header .categories li a {
			display: block;
			padding: 13px;
			color: #333333;
			border-right: 1px solid #dddddd;
			text-decoration: none;
		}
		#header .categories li a:hover {
			background-color: #54266d;
			color: #ffffff;
		}
		
		
		
		
		*/
		
		
		
		
/** END header **/

/** BEGIN content **/
#content {
	clear: both;
	width: 600px;
	float: left;
	padding:0 0 10px 20px;
}

#welcome {
padding:0 0 15px 0;
line-height:20px;
}

#welcome h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.6em;
margin-bottom: 5px;
color: #54266d;
}

#welcome h2 a {
text-decoration: none;
}
			
			
			
			
			
			
	#featured {
		border: 1px solid #DDDDDD;
		padding: 10px;
		margin-bottom: 10px;
		height: 245px;
	}
		#featured .post {
			padding: 10px;
		}
		#featured h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 1.6em;
			margin-bottom: 5px;
		}
			#featured h2 a {
				text-decoration: none;
			}
		#featured .details {
			font-size: 0.9em;
			margin-bottom: 15px;
			color: #888888;
		}
			#featured .details a {
				color: #888888;
				text-decoration: none;
			}
			#featured .details a:hover {
				color: #54266d;
				text-decoration: underline;
			}
		#featured .thumb {
			border: 1px solid #dddddd;
			padding: 5px;
			float: left;
			margin: 0 10px 10px 0;
		}
			#featured .thumb a {
				width: 300px; height: 175px;
				display: block;
				overflow: hidden;
			}
			#featured .thumb a img {
				width: 300px;
			}
		#featured p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#featured .tags {
			clear: both;
			font-size: 0.9em;
			color: #888888;
			margin-bottom: 0;
		}
			#featured .tags a {
				text-decoration: none;
			}
		#featured .readmore {
			font-size: 0.8em;
		}
	#content .recent {
		border: 1px solid #DDDDDD;
	}
		#content .recent .post {
			padding: 15px;
			clear: both;
		}
			#content .recent .post h2 {
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size: 1.5em;
				margin-bottom: 10px;
			}
				#content .recent .post h2 a {
					text-decoration: none;
				}
			#content .recent .post img {
				float: right;
				padding: 5px;
				border: 1px solid #DDDDDD;
				background-color: #FFFFFF;
				margin-left: 20px;
				width:75px
			}
			#content .recent .post p {
				line-height: 1.4em;
				margin-bottom: 10px;
			}
			#content .recent .post .readmore {
				font-size: 0.8em;
			}
		#content .recent .o {
			background-color: #EEEEEE;
		}
	#content {
		
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 320px;
	padding-right:20px;
	float: right;
}
	#sidebar .box {
		border: 1px solid #DDDDDD;
		margin-bottom: 10px;
		
	}
	
/*
	#sidebar .box-in {
		border: 1px solid #DDDDDD;
		margin-bottom: 10px;
		
	}
	
	*/

	
	
	
	#sidebar .box img {
	padding:10px;
	}
		#sidebar .box h2 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 0.9em;
			text-transform: uppercase;
			color: #54266d;
			background-color: #EEEEEE;
			padding: 10px;
			border-bottom: 1px solid #dddddd;
		}
		#sidebar .box ul {
			list-style-type: square;
			list-style-position: inside;
			padding: 10px;
		}
			#sidebar .box ul li {
				line-height: 1.4em;
				color: #888888;
				padding: 2px 0;
			}
			#sidebar .box ul li a {
				color: #888888;
				text-decoration: none;
			}
			#sidebar .box ul li a:hover {
				color: #54266d;
				font-weight: bold;
				text-decoration: underline;
			}
		#sidebar .box .video {
			padding: 12px;
		}
		#sidebar .box .flickr {
			padding: 5px;
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 6px;
			}
		#sidebar .box .tags {
			padding: 10px;
		}
			#sidebar .box .tags a {
				color: #888888;
				text-decoration: none;
			}
			#sidebar .box .tags a:hover {
				color: #54266d;
				text-decoration: underline;
			}
		#sidebar .box .popular {
			list-style-type: none;
			list-style-position: outside;
		}
			#sidebar .box .popular li {
				padding: 5px 0;
			}
			#sidebar .box .popular li a {
				color: #54266d;
				text-decoration: underline;
				font-weight: bold;
			}
			#sidebar .box .popular li p {
				padding-top: 5px;
			}
		#sidebar .box .sponsors {
			padding: 10px 10px 0;
			text-align: center;
		}
			#sidebar .box .sponsors img {
				margin: 6px;
			}
		#sidebar .box .bookmarks {
			list-style-type: none;
			list-style-position: outside;
			padding: 5px 10px 10px;
		}
			#sidebar .box .bookmarks li {
				font-family: Arial;
				border-bottom: 1px dotted #CCCCCB;
				padding: 5px 0 5px 20px;
				background-position: 0 6px;
				background-repeat: no-repeat;
			}
			#sidebar .box .bookmarks li a {
				color: #DA3372;
			}
			#sidebar .box .bookmarks li.rss { background-image: url(images/rss.gif); }
			#sidebar .box .bookmarks li.twt { background-image: url(images/twitter.gif); }
			#sidebar .box .bookmarks li.fcb { background-image: url(images/facebook.gif); }
			#sidebar .box .bookmarks li.ldi { background-image: url(images/linkedin.gif); }
	#sidebar .l {
		float: left;
		width: 155px;
	}
	#sidebar .r {
		float: right;
		width: 155px;
	}
/** END sidebar **/

/** BEGIN footer **/


#top {
	padding:20px 0 10px 0;
	margin:10px auto;
	width:1000px;
	height:70px;
	
	}
	
	
#logo h1 {
width: 990px;
height: 129px;
float: left;
clear: both;

}


#logo h1 a {
background: url(images/web-logo.png) no-repeat 0 0;
display: block;
width: 990px;
height: 129px;

}

#head {
width:200px;
padding-top:71px;
float:right;
text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	letter-spacing:3px;
	color:#ffffff;
 }
		

#bottom {
	padding:10px 0 100px 0;
	margin:0 auto;
	width:1000px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	letter-spacing:3px;
	color:#aba000;
	}
	
	
#bottom a {
	color: #aba000;
	text-decoration:none;
}
#bottom a:hover {
	text-decoration: none;
	color: #54266d;
}
	
	
	
#footer {
	width: 980px;
	margin: 10px auto;
	text-align: left;
	clear: both;
	color: #aba000;
	font-size: 0.9em;
}
	#footer a {
		color: #aba000;
	}
	#footer p {
		width: 980px;
		margin: auto;
		
		text-align: left;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#content .postnav {
	clear: both;
	padding: 10px 0;
}
	#content .postnav ul {
		list-style-type: none;
		padding: 10px;
	}
		#content .postnav ul li {
			float: left;
			color: #B5B4BC;
			padding: 4px;
		}
		#content .postnav ul li a {
			color: #636363;
			text-decoration: none;
			display: block;
			padding: 2px 6px;
			border: 1px solid #E2E2E2;
		}
		#content .postnav ul li a:hover {
			border-color: #ffffff;
		}
		#wp_page_numbers ul {
			border-top: 0 !important;
		}
		#wp_page_numbers .page_info {
			padding: 3px 6px !important;
			margin-right: 2px;
			border: 1px solid #e0e0e0 !important;
			margin-top: 4px;
		}
		#wp_page_numbers .active_page a {
			background-color: #ffffff !important;
			border: 0 !important;
		}
#content .single {
	padding: 10px;
}

/*
#content .single img {
				padding: 5px;
				border: 1px solid #DDDDDD;
				background-color: #FFFFFF;
				width:560px
			}
*/			
			
			
	#content .single h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		margin-bottom: 10px;
		color:#54266d;
	}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	padding: 10px;
}
	#comments h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	#comments a {
		text-decoration: none;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #603913;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/






#nav2 {
	background: #54266d url(images/nav-bg.png) repeat-x 0 0;
	display: block;
	font-size:1.1em;
	height:40px;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#nav2, #nav2 ul {
	line-height: 1;
	list-style: none;
	
}

#nav2 a ,#nav2 a:hover{
	border:none;
	display: block;
	text-decoration: none;
}

#nav2 li {
	float: left;
	list-style:none;
}

#nav2 a,#nav2 a:visited {
	color:#ffffff;
	display:block;
	font-weight:bold;
	padding:6px 12px 0 12px;
	text-decoration:none;
}

#nav2 a:hover, #nav2 a:active {
	color:#603913;
	text-decoration:none;
	padding:0px;
	margin:0;
}	

#nav2 li ul {
	border-bottom: 1px solid #a9a9a9;
	background-color:#33FF00;
	height: 35px;
	left: -999em;
	position: absolute;
	width: 980px;
	z-index:999;
	margin:4px 0 0 252px;
	padding:0;
	font-size:12px;
}

#nav2 li li {
	width: auto;
}

#nav2 li li a,#nav2 li li a:visited {
    color:#603913;
	font-weight:normal;
	font-size:0.9em;
}

#nav2 li li a:hover,#nav2 li li a:active {
	color:#54266d;
}	

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: 30px;
}








/** BEGIN channel **/
#channel {
width: 600px;
float: left;
padding: 10px 5px 20px 0px;

}
#channel p {
line-height: 1.4em;
margin-bottom: 10px;
}
#channel h3, #channel h4, #channel h5, #channel h6 {
font-size: 1.2em;
margin-bottom: 5px;
}
#channel ol, #channel ul {
list-style-position: inside;
margin-bottom: 15px;
}
#channel li {
padding: 2px 0;
line-height: 1.4em;
}
#channel blockqoute {
padding: 10px 10px 5px;
background: #eeeeee;
border-width: 1px 0;
border-style: solid;
border-color: #e0e0e0;
margin-bottom: 15px;
}

#channel .details {
font-size: 0.9em;
margin-bottom: 5px;
}
#channel .details a {
}
#channel .continue {
display: block;
font-size: 11px;
padding: 0px 0px 0px 0px;
float: left;
font-family:Arial, Helvetica, sans-serif;
}
#channel .continue:hover {
text-decoration: none;
font-weight:bold;
}
#channel .post {
width: 230px;
float: left;
padding: 10px 10px 25px 10px;
display:inline;
list-style-type:none;
}

#channel .post img {
border: 3px solid #EFEFEF;
float: left;
margin: 4px 8px 8px 0;
width: 94px;
}
#channel .post h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
}

#channel .channel {
width: 600px;
float: left;
padding: 10px 10px 25px 20px;
display:inline;
list-style-type:none;

}

#channel .channel img {
/*border: 3px solid #EFEFEF;
margin: 4px 8px 8px 0;*/
margin: 0px 10px 10px 0;
float: left;
width: 150px;
}
#channel h2, #channel .channel h2  {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
padding-left:20px;
}	

#channel .channel .details	a {
text-decoration: none;
}
#channel .channel .details a:hover {
text-decoration: underline;
}	





/* CUSTOM */


#navigation {
	font-family: Georgia, "Times New Roman", Times, serif; text-transform:uppercase;
	width:980px;
	height:40px; 
	list-style-type:none;
	border-bottom:1px dashed #54266d;
}



#dropmenu ul { height:40px; width:766px; margin:0; padding:7px 0 0 0; list-style-type:none; position:relative; z-index:300;  text-transform:uppercase;}
#dropmenu a {display:block; padding:10px 1em;  color:#402f5e;  text-decoration:none; z-index:0;}
#dropmenu a:hover { color: #54266d; text-decoration:none;}
#dropmenu li { float:left; position:relative; list-style-type:none;}
#dropmenu ul {position:absolute; display:none; width:12em; top:33px; left:10px;}
#dropmenu ul a { text-decoration:none; }
#dropmenu li ul { width:14.1em;}
#dropmenu li ul a { text-decoration:none; width:16em; height:auto; float:left;  }
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}



#homegallery { padding-bottom:15px;}






table.myTable {  border-collapse:collapse;  margin-left:0; margin-bottom:15px;}

html > body table.myTable {  margin:0px 0px 15px 0px;}

table.myTable th, table.myTable td { border:1px solid #eeebeb;  text-align:left;  vertical-align:middle;  line-height:14px;  padding:10px 5px;  background-color:#FFF;  font-size:11px; }


#greyBG { background-color:#eeebeb; }

#greyBG2 { background-color:#f9f5f5; }


.menuHDR { color:#54266d; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;  }

.menuHDR a { color:#54266d; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;  text-decoration: underline; }

.menuHDR a:hover { text-decoration: none; }

.menuHDR2 { color:#54266d; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size:18px; color:#ffffff;  }

