/*
Theme Name: ceenik
Theme URI: http://www.wpyag.com/free-wordpress-themes/ceenik/
Description: A wordpress theme made by <a href="http://www.wpyag.com/">WordPress Yag</a>.
Version: 1.0
Author: TechYag
Author URI: http://www.techyag.com/
Tags: blue,black, dark, custom header, fixed width, two columns, widgets

	Usko WordPress Theme
	http://www.wpyag.com/free-wordpress-themes/ceenik/
	This theme was designed and built by TechYag Admin,
	

*/
/* +===========================================+
           Body
   +===========================================+ */
body {
    background: #e8e8e8 url(images/bgc.jpg);
	font-size: 13px;
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	color: #4d4d4d;
	height: 100%;
    width: 980px;
	margin: 0px auto;
    padding: 0px;
	}

	
/* +===========================================+
           General wordpress CSS
   +===========================================+ */
.clear {
clear: both;
}
	
img {
	border: 0;
}

a img {
	border: none;
}

p img {
	padding: 0;
	max-width: 100%;
	border: 1px solid #a3adb3;
		}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #a3adb3;
	}

img.alignright {
    display: inline;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #a3adb3;
	}

img.alignleft {
    display: inline;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #a3adb3;
	}
	
.entry img {
  max-width: 640px;
  /* smooth image resizement in IE7+ */
  -ms-interpolation-mode: bicubic;
}


.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

hr {
border: 0;
color: #a71212;
background: #cfcece ;
height: 1px;
}

a { 
text-decoration: none; 
color: #6f9421;
}

a:link, a:visited {
 color: #6f9421; 
 }
 
a:focus, a:hover, a:active {
 color: #314801; 
 }

del {
 color: #787878; text-decoration: line-through; 
 }

 
em {
 font-style: italic; 
 }

input { 
vertical-align: middle; 
}

ins {
color: #006400; text-decoration: none; 
}

small {
 font-size: 0.8em; 
 }
 

 
sub, sup {
 font-size: 0.7em; 
 }

.aligncenter, div.aligncenter {
 display: block; 
 margin-left: auto; 
 margin-right: auto; 
 }
 
.aligncenter img, .aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.entry div.alignleft {
 float: left; margin: 0 10px 10px 0; 
 }


.wp-caption {
  background-color: #d3cccc;
  border: 1px solid #bfb6b6;
  overflow: hidden;
  padding: 3px;
}

.wp-caption img {
 border: 0 none; 
 margin: 0; 
 padding: 0; }

.wp-caption p.wp-caption-text {
   font-size: 13px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* +===========================================+
        Start header login panel
   +===========================================+ */
   /* sliding panel */
#toppanel {
	position: relative;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
	top: 0;
	width: 980px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px; /* font-size set to 130% for the default Kubrick Wordpress theme */
}
#panel {
	width: 100%;
	height: 280px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: #e7ddcd;
	text-align: left;
}
#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: #e7ddcd;
	text-align: left;
}
#panel p {
	margin: 5px 0;
	padding: 0;
}
#panel a {
	text-decoration: none;
	color: #7daa00;
}
#panel a:hover {
	color: #e7ddcd;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
#panel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}
#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
#panel .content .left {
	width: 280px;
	float: left;
	margin-bottom: 25px;
	padding: 0 15px;
	border-right: 1px solid #333;
	min-height: 220px;
}
#panel .content .border {
	border-left: 1px solid #333;
}
#panel .content .narrow {
	width:120px !important;
}
#panel .content form {
	margin: 0 0 10px 0;
}
#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
#panel .content input:focus.field {
	background: #545454;
}
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
#panel .content input.bt_login {
	width: 74px;
	background: transparent url(images/bt_login.png) no-repeat 0 0;
}
#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
}
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
/* Panel Tab/button */
.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}
.tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}
.tab ul.login li a {
	color: #e7ddcd;
	text-decoration: none;
}
.tab ul.login li a:hover {
	color: #7daa00;
	text-decoration: none;
}
.tab .sep {color:#414141}
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}
.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}



/* +===========================================+
           Header
   +===========================================+ */
   /* General Header */
   
#header{
background: transparent;
width: 980px;
height: 120px;
}

#header .logo {
	padding-top: 5px;
	}

#header .description {
	position: relative;
	color: #3a3024;
	text-shadow: #1c160e 0 1px 1px;
	left: 10px;
	font-size: 14px;
	}

  /* Start search Box*/	


#search{
		border: none;
		float: right;
		position: relative;
		}
#search form#searchform{
			position: absolute;
			top: 25px;
			right: 0px;
			width: 210px;
			height: 25px;
			border: none;
			background-color: #212121;
			}
#search form#searchform .searchinput{
				position: absolute;
				top: 5px;
				left: 8px;
				color: #e7ddcd;
				font-size: 12px;
				width: 175px;
				border: 0;
				background-color: #212121;
				}
#search form#searchform .s-button{
				position: absolute;
				top: 0px;
				left: 185px;
				background: url(images/search.png) no-repeat;
				height: 25px;
				width: 25px;
				border: 0;
				cursor: pointer;
				}
				
/***********************************
Start page menu with drop down
***********************************/	
#pagemenu{
width: 980px;
height: 50px;
}
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%; background:#dbdbdb; font-weight:bold;}
#dropmenu a {display:block; padding:0.25em 1em; color:#3d3d3d; border:1px solid #a2a2a2; text-decoration:none; background:#dbdbdb;}
#dropmenu a:hover {background:#3d3d3d; color:#8ab020;}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;}
#dropmenu ul a {border-left:1px solid #a2a2a2;}
#dropmenu li ul {border-top:1px solid #a2a2a2; width:14.1em;}
#dropmenu li ul a {width:12em; height:auto; float:left;  border-bottom:1px solid #a2a2a2;}
#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;}

/***********************************
Header Slider
***********************************/
#header-slider{
background: transparent;
width: 980px;
height: 250px;
}



/* +===========================================+ 
    Post Area
   +===========================================+ */  
#post-area {
float: left;
width: 660px;
font: 13px Helvetica, sans-serif;	
	
	}
#line {
width: 650px;
height: 5px;
background: url(images/line.png) no-repeat ;

}
	
/* General Post content */	
.post-content{
background: url(images/post-title.png) repeat-y ;
width: 659px;
float: left;


}

.post-content h2 { 
    padding-top:0px; 
	padding-bottom:0px; 
	margin:0px; 
	color:#454545; 
	font-size:20px; 
	padding-left: 10px;

	
	}
	

.post-content h2 a {
 text-decoration:none;
color:#454545;
 }
 
.post-content h2 a:hover {
 color: #517600;
}

.post-content h3 { 
   font-size:11px;
   color:#616161;
   padding-left: 10px;
   padding-bottom: 5px;
   margin: 0px;
   }
.post-content h3 a{
	color:#6f9421;
	font-size: 11px;
	text-decoration: none;
}

.post-content h3 a:hover {
	color: #314801;
    text-decoration: none;
}



.the-content {
background: #e9e9e9;
padding: 1px 10px 10px 10px;
text-align: justify;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #4d4d4d;
line-height: 1.5em;

}

.the-content a{
	color: #6f9421;
	text-decoration: none;

}

.the-content a:hover{
	color: #314801;

}

.the-content h1 {
	font-size: 26px;
	line-height: 1.2; 
	margin: 0.3em 0 10px;
	color: #4d4d4d;
	}

.the-content h2 {
	font-size: 22px;
	color: #4d4d4d;
	line-height: 1.3; 
	margin: 1em 0 .2em;
	background: transparent;
	padding-left: 0px;
}

.the-content h3 {
	font-size: 18px;
	color: #4d4d4d;
	line-height: 1.3; 
	margin: 1em 0 .2em;
	background: transparent;
	padding-left: 0px;
	}

.the-content h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 1.33em 0 .2em;
	color: #4d4d4d;
}

.the-content h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 1.67em 0;
	color: #4d4d4d;
}

.the-content h6 {
	font-size: 10px;
	font-weight: bold;
	margin: 1.67em 0;
	color: #4d4d4d;
	
}



.the-content ol li {
	line-height: 1.5em;
	color: #4d4d4d;
	font-size: 13px;
}

.the-content ul li {
	line-height: 1.5em;
	color: #4d4d4d;
	font-size: 13px;
}

/* +===========================================+ 
    Post top and bottom area
   +===========================================+ */ 

.posttop {
	width: 670px;
	height: 17px;
	background: url(images/post-top.png) no-repeat;
	float: left;
	overflow: hidden;
		
}

.postbottom {
	width: 659px;
	height: 2px;
	background: #dadada;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}



/* +===========================================+ 
    Post Details
   +===========================================+ */ 
.post-meta {
	width: 90px;
	margin-left: -100px;
	text-align: right;
	display: inline;
	padding-top: 1px;
	float: left;
}

.post-meta a {
	color: #587384;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
	margin-bottom: 30px;
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #CBCBCB 1px solid;
	padding-right: 5px;
	color: #8D8D8D;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #666666;
	width: 40px;
}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	padding: 1px 20px 1px 0;
	color: #666666;
}

.post-meta h4.author {
margin-bottom: 0px;
padding-bottom: 0px;
	background: url(images/user.png) no-repeat right 2px;

}
.post-meta h4.author a {
	color: #666666;
}


.post-meta h4.comments {
margin-top: 5px;
padding-top: 0px;
	background: url(images/comments.png) no-repeat right 4px;
}

.post-meta h4.comments a {
	color: #666666;
}

/* +===========================================+ 
    Post continue
   +===========================================+ */ 

.continue{
margin-left: 10px;
margin-top: 5px;
}



/* +=============================================+
     Sidebar
   +=============================================+ */
.sidebar {
  margin-top: 0px;
  background: transparent;
  width: 300px;
  overflow:hidden;
  float: right;
  color: #0d5ba5;
 
   }

.social {

}   
.sads {
  margin-top: 0px;
  background-color: transparent;
  
  }
  

 #sideb{
    background: transparent;
	width: 300px;
	color: #414141;
	}

 #stitle{
    background: transparent url('images/title.png') no-repeat top;
	width: 300px;
	height: 43px;
}

#stitle h2 {
padding-top: 20px;
padding-left:15px;
font-size:16px;
color:#666666;

}

#sideb ul {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#sideb ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	
}

#sideb ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#sideb ul li li {
    padding: 5px 0px 5px 15px;
	margin: 2px;
	background: #e9e9e9;
}
	
#sideb ul li ul li {
    background: #e9e9e9;
	padding: 5px 0px 5px 15px;
	margin: 2px;
}

#sideb ul li li:hover {
background: transparent;
    

}
	
#sideb ul li ul li:hover {
background: transparent;
}

#sideb a {
	text-decoration: none;
    color: #4e4e4e;
    font-size: 14px;
	
}

#sideb a:hover {
	text-decoration: none;
    color: #000;
}

/*+==========================================+
widget
+=========================================+*/	
.widget {
background: transparent;
color: #6a6868;
}

.widget h3{
    background: transparent;
	width: 300px;
	padding-left: 0px;
	
	}



/*+==========================================+
Start Footer
+=========================================+*/
#footer {
    background: transparent;
	clear:both;
	position:relative;
	width: 100%;
	padding-top: 10px;
  
	}
	
.footerb {
	width: 980px;
	height: 25px;
	background: transparent url(images/footer.png) no-repeat;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
#f1 {
background: #c8c8c8;
text-decoration: none;
padding-left: 10px;
padding-top: 5px;
color:#ffffff;
font-size: 12px;
line-height: 20px;
}

#f1 a {
	text-decoration: none;
    color:#8a8a8a;
	
}

#f1 a:hover {
	text-decoration: none;
    color: #6f9421;
}

#f2{
width: 980px;
background: transparent url(images/f2.png) repeat-y top left;
}


#footer-box1{ 
width:309px; 
padding:0px; 
margin:0px 25px 15px 0; 
float:left;
}


#footer-box2{
width:309px; 
padding:0px; 
margin:0px 25px 15px 0;
float:left;}


#footer-box3{
width:309px; 
padding:0px; 
margin:0px 0px 15px 0; 
float:left;
}

#footer h2 {
color:#6f9421;
font-family:Arial, Helvetica, sans-serif;
font-size:14pt;
margin-left: 10px;
}

#footer ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#footer ul li {
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding: 2px 0px 2px 22px;
	margin: 2px 0;
	background: url(images/arrow.png) no-repeat top left;
}

#footer a {
	text-decoration: none;
    color: #4e4e4e;
    font-size: 14px;

}

#footer a:hover {
	text-decoration: none;
    color: #6f9421;
}

#designer {
float: right;
padding-right: 10px;
padding-left: 20px;
background: url(images/designer.png) no-repeat;
line-height: 20px;
}


/* +=============================================+
      Start Comment
   +=============================================+ */	
img.avatar {float:right; margin-left:5px;}
#commentform{padding:5px 10px;text-align:left;font-size:14px;color:#454545;}
#commentform p{margin:5px 5px 0 0;	padding:0;}
#commentform a{text-decoration:none;line-height:20px;}
#commentform textarea{padding:5px;}
#commentform h3{font-size:14px;font-weight:300;color:#454545;margin:0;padding:0;}
#comment{width:80%;}
#author,#email,#url,#comment{border:1px solid #9e9e9e;font-size:12px;padding:3px;margin:5px 5px 0 0;background:#dddddd;}
#submit{color:#bbb;background:#383838; padding:3px;font-size:14px;font-weight:bold;margin-top:5px;}
#submit:hover{color:#d7d7d7;background:#282828;}
#respond {margin:10px;}
#respond  a{font-weight:bold;}
#respond .cancel-comment-reply  a{font-size:12px;color:#6f9421;margin-left:10px;}
#respond .cancel-comment-reply  a:hover{color:#363636;}
#respond h2{margin:0 5px;color:#646464; font-size:16px;}
/*cite{}
cite a{}*/
#comments,.nocomments{color:#676767;margin:10px 0 0 0;padding:0 10px;line-height:30px;font-size:16px;}
#comments a{margin-left:200px;color:#363636;font-size:14px;font-weight:normal;text-align:right;}
#comments a:hover{color:#6f9421;}
.nocomments{padding:0 10px;line-height:30px;font-size:12px;text-align:center;}
#commentlist{}
ol.commentlist{position:relative;list-style:none;margin:0;padding:10px 10px 20px;text-indent:0;}
ol.commentlist li{border:1px solid #b4b4b4;background:#f9f9f9;height:1%;margin:0 0 20px;padding:0 0 20px;position:relative;}
ol.commentlist li div.comment-author{border-bottom:1px solid #b4b4b4;margin:0 0 10px 80px;width:510px;height:45px;}
ol.commentlist li div.vcard{}
ol.commentlist li div.vcard cite.fn{text-align:center;position:absolute;left:82px;top:25px;overflow:hidden;color:#474747;font-style:normal;font-weight:bold;}
ol.commentlist li div.vcard cite.fn a.url{color:#6f9421;}
ol.commentlist li div.vcard cite.fn a.url:hover{color:#6f9421;}
ol.commentlist li div.vcard img.avatar{position:absolute;left:20px;top:20px;width:48px;height:48px;padding:2px;}
/*ol.commentlist li div.vcard img.avatar-32{}
ol.commentlist li div.vcard img.photo{}*/
ol.commentlist li div.vcard span.says{position:absolute;left:-9999px;top:-9999px;}
/*ol.commentlist li div.commentmetadata{}*/
ol.commentlist li div.comment-meta{position:absolute;right:35px;top:25px;font-size:11px;font-weight:normal;}
ol.commentlist li div.comment-meta a{color:#6f9421;text-decoration:none;}
ol.commentlist li div.comment-meta a:hover{color:#777;}
ol.commentlist li ol.commentlist li ul{list-style:square;margin:0;padding:0;text-indent:0;}
ol.commentlist li p{margin:0 0 0 82px;padding:0 85px 10px 0;color:#474747;}
ol.commentlist li div.reply{margin-left:82px;}
ol.commentlist li div.reply a{display:block;width:40px;line-height:14px;padding:1px 0;text-align:center;border:1px solid #b4b4b4;background:#f9f9f9;color:#666;}
ol.commentlist li div.reply a:hover{background:#343434;color:#999;}
ol.commentlist li ul.children{list-style:none;margin:0;text-indent:0;}
ol.commentlist li ul.children li{border:none;padding-bottom:0;}
ol.commentlist li ul.children li div.comment-author{margin:0;padding:0;padding-bottom:10px;width:428px;height:15px;border-top:1px solid #222;border-bottom:none;}
ol.commentlist li ul.children li div.vcard cite.fn{text-align:left;position:absolute;left:30px;top:5px;color:#777;}
ol.commentlist li ul.children li div.vcard cite.fn a.url{color:#999;}
ol.commentlist li ul.children li div.vcard cite.fn a.url:hover{color:#ff3363;}
ol.commentlist li ul.children li img.avatar{position:absolute;top:2px;left:0;padding:1px;border:1px solid #ccc;width:16px;height:16px;background:#fff;}
ol.commentlist li ul.children li div.comment-meta{right:8px;top:5px;}
ol.commentlist li ul.children li div.comment-meta a{color:#444;}
ol.commentlist li ul.children li div.comment-meta a:hover{color:#777;}
ol.commentlist li ul.children li p{margin:0;padding:5px 0 10px;color:#666;}
ol.commentlist li ul.children li div.reply{margin-left:0;}
ol.commentlist li ul.children li div.reply a{color:#444;}
ol.commentlist li ul.children li div.reply a:hover{color:#777;}
ol.commentlist li ul.children li.depth-2{margin:15px 82px 0 82px;}
ol.commentlist li ul.children li.depth-3{margin:15px 0 0 30px;}
ol.commentlist li ul.children li.depth-3 div.comment-author{width:398px;}
ol.commentlist li ul.children li.depth-4{margin:15px 0 0 30px;}
ol.commentlist li ul.children li.depth-4 div.comment-author{width:368px;}
ol.commentlist li ul.children li.depth-5{margin:15px 0 0 30px;}
ol.commentlist li ul.children li.depth-5 div.comment-author{width:338px;}
ol.commentlist li.pingback div.vcard{}
ol.commentlist li.pingback div.vcard cite.fn{overflow:hidden;text-align:left;left:70px;top:47px;width:430px;}
ol.commentlist li.pingback div.comment-author{padding-bottom:25px;}
ol.commentlist li.pingback div.comment-meta{position:absolute;right:10px;top:20px;}
ol.commentlist li.pingback div.reply{right:-9999px;top:-9999px;}


/* +=============================================+
      End Comment
   +=============================================+ */

/* +===========================================+
           Search Result page
   +===========================================+ */
   
.rtitle{
    background: transparent;
	text-align: center;
	text-decoration:none;
    color: #434343;
	font-size:20px;
}

.rtitle h2 {
}	

.serror{
background: transparent;
	color: #8faa12;
	font-weight:bold;
font-size:20px;
}

/* +=============================================+
      General
   +=============================================+ */
        /* Quote */	
blockquote {
    border: 1px solid #a3adb3;
	padding:10px 10px 10px 20px;
	font-style:italic;
	margin:10px 0;
	background:#d4d4d4 url(images/quote.png) no-repeat;
	color: #2f2f2f;
}


code {
  font-family: Consolas, Monaco, monospace;
  font-size: 10px;
 padding: 1px 3px;
}

del { color: #8b0000; text-decoration: line-through; }

em { font-style: italic; }

	
	
/* +=============================================+
      Image
   +=============================================+ */	

	
	
