/*
Theme Name: ICavy One
Theme URI: http://www.icavy.com/themes
Description: Simply clever theme with two columns, right-sidebar,customizable, simple, and readable -- make it yours with a custom menu, header image, sidebar and background.Compatible with Wordpress 3.0, valid XHTML & CSS.
Version: 0.0.2
Author: icavy
Author URI: http://www.icavy.com/
Tags: two-columns, terse, fixed-width, custom-header, custom-background, theme-options, white, right-sidebar, twwitter, header, menu, background, widget
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,fieldset {
	margin:0;
	padding:0;
}
html,body {
	color:#333333;
	font-family:Arial,Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
	font-size: 14px;
	overflow-x:hidden;
	overflow-y:auto;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	letter-spacing:-1px;
	font-family:"Î¢ÈíÑÅºÚ",Helvetica, Georgia,Verdana,"BitStream vera Sans",Tahoma,Sans-serif;
	padding-bottom:3px;
    font-weight:700;
    margin:10px 0 10px 0;
}
h1 {
    font-size:150%;
}
h2 {
    font-size:140%;
}
h2 a{
    border:0;
    text-decoration:none;
    color:#2C2C29;
    display:block;
}

h3 {
    font-size:130%;   
}
h4 {
    font-size:120%;
}
h5 {
    font-size:110%;
}
h6 {
    font-size:100%;
}

img {
	border:0;
}

a {
	/*color:#2173AF;*/
	/*color:#4F94CD;*/
	color:#333333;
	text-decoration:none;
}
a:hover {
    color:#4A7FF8;
    text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

.fixed{
	clear: both;
}

input, textarea {
    padding:3px;
    color:#000000;
    background:#ffffff;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}

.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear{
    clear: both;
}
.shadow{
    text-shadow:1px 1px 2px #AAAAAA;	
}
/* layout START */
#wrap {
    background: #ffffff;
}
#container {
	width: 960px;
	margin:0 auto;
}
/* layout END */

/* header START */
#header-top{
    text-align: right;
    margin-top: 5px;
}
#header-top img{
    width: 24px;
    height: 24px;    
}
#header #caption {
    margin-top:40px;
	padding-left: 30px;
}
#title a {
	text-decoration:none;
	height:30px;
	display:block;
}
#tagline{
    font-style:italic;
}
/* header END */

/* navigation START */
#navigation {
    font-weight:bold;
	width:100%;
	margin-top: 90px;
    background:#333;    
    -moz-opacity:0.7;
    opacity:0.7;  
    filter:alpha(opacity=70);    
}
.menus{
	margin-left: 30px;
}
li.menu-item,#menus li {
	list-style:none;
	display:inline;
	height:35px;
	line-height:35px;	
}
li.menu-item a,#menus li a {
	display:block;
	width:70px;
	margin-right:5px;	
	text-decoration:none;
	float:left;
	z-index:1;
	text-align:center;
	color:#ffffff;
}
li.menu-item a:hover,li.current-menu-item a,#menus li a:hover, 
#menus li a.current,
#menus li.current_page_item a {
	background: #ffffff;
	color:#000000;
}
/* navigation END */

#content{
	margin: 0px auto;
	padding-top: 15px;
	border-left:1px #DDDDDD solid;
	border-right:1px #DDDDDD solid;	
	border-bottom:1px #DDDDDD solid;
}
#sidebar {
	width:270px;
	float:right;
	overflow:hidden;
	margin-right: 5px;
}
#main {
	width:640px;
	padding:0px 15px 10px;
	float:left;
	overflow:hidden;}
/* main START */

.post{
    margin-bottom: 15px;
}

.post h2 {
    line-height:30px;
    margin-bottom:12px;
    clear:both;
}

.post h2.title{
	text-decoration:none;
	color:#4C4C4C;
}

.post h2.title a:hover {
    color:#4A7FF8;
}

.post .info {
	margin:5px;
}
.post .info span.first {
	margin-left:0;
}
.post .date, 
.post .author, 
.post .editpost, 
.post .comments, 
.post .addcomment, 
.post .addlink, 
.post .editlinks {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:13px;
}
.post .info a,.post .info{
    color: #888888;    
}
.post .tags, 
.post .categories {
	width:16px;
	height:16px;
	line-height:16px;
	display:block;
	text-indent:-999em;
}
.post .under span.tags, 
.post .under span.categories {
	margin-right:6px;
}
.post .tags {
    background:url('images/tag.gif');
}
.post .categories {
	background:url('images/folder.gif');
}
.post .date {
	background:url('images/date.gif') no-repeat ;
	margin-right:15px;
	float:left;
}
.post .author {
	background:url('images/user.gif') no-repeat ;
	float:left;
}
.post .editpost {
	background:url('images/page_edit.gif') no-repeat ;
	margin-left:15px;
	float:right;
}
.post .comments {
	background:url('images/comments.gif') no-repeat ;
	float:right;
}
.post .addcomment {
	background:url('images/comment_add.gif') no-repeat ;
	margin-left:15px;
	float:right;
}
.post .content {
	padding:5px 0 0 5px;
	overflow:hidden;
	margin-bottom:5px;
}
.post .content p {
	margin-bottom:10px;
	word-wrap:break-word;
    line-height: 23px;
}
.post .under {
	height:16px;
	line-height:16px;
	font-size:13px;
	margin-bottom:10px;
}
.post .under span {
	float:left;
	margin-right:15px;
}
.post .content h1 {
	color:#333333;
	margin-bottom:13px;
}

.post .content h2 {
	color:#333333;
	margin-bottom:12px;
}

.post .content h3 {
	color:#333333;
	margin-bottom:11px;
}

.post .content h4 {
	color:#333333;
	margin-bottom:10px;
}

.post .content img {
	max-width:600px;
}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
	margin-bottom:5px;
}

.post .content table {
	background:#FFF;
	border:2px solid #CCC;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post .content th, 
.post .content td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post .content tr.even td {
	background:#F7F7F7;
}
.post .content th {
	background:#EDEFF0;
}
.post blockquote{
    background: #F5F5F5;
    border-left: 3px solid #CCCCCC;
    margin:10px;
    padding:10px;
}

.more-link {
    display: block;
	font-size:14px;
	padding-right: 10px;
	width: 100%;
	text-align: right;
}
#postpath {
	line-height:16px;
	margin:5px 0;
	padding-left:22px;
}
#pagenavi, 
#postnavi {
	margin:10px -5px 10px;
	padding:10px 5px 0;
}
#pagenavi .newer, 
#postnavi .prev {
	padding-left:12px;
	float:left;
	height:16px;
	line-height:16px;
}
#pagenavi .older, 
#postnavi .next {
	padding-right:12px;
	float:right;
	height:16px;
	line-height:16px;
}
/* main END */

/* sidebar START */

#sidebar h3 {
    font-size: 16px;
    font-weight: 300;
    color:#333;
    margin-bottom:10px;
    display:block;
    background: #ECECEC;
    line-height: 32px;
    padding-left: 15px;
    text-shadow:1px 1px 2px #AAAAAA;    
}
#sidebar .rc_item{
	background: #fff;
	clear: both;
}
#sidebar #rc_nav{
	background: #fff;
}
#sidebar ul {
	margin-bottom:10px;
    margin-left: 5px;
    margin-right: 5px;
}

#sidebar li {
	padding-left:22px;
	list-style:none;
	/*font-size:95%;*/
	background:url('images/arrow.gif') 3px 8px no-repeat ;
	padding:3px 0 3px 15px;
}
#sidebar ul li a {
    text-decoration:none;
    color: #333;
}
#sidebar ul li a:hover {
    text-decoration:underline;
    color:#4A7FF8;
}
#sidebar #rc_nav{
    margin-top: 5px;
    margin-left: -20px;
}
#sidebar li.rc_item{
    margin-left: -10px;   
}
#wp-calendar{
    margin: 0 auto;
    width: 100%;
}
#wp-calendar caption{
    margin-bottom: 5px;
}

.search{
    background: #ECECEC;    
    padding: 15px 0;
}

#tag_cloud{
	margin-bottom:20px;
	margin-left:15px;
}
#tag_cloud h3{
	margin-left:-15px;
}
#tag_cloud a{
	font-size:14px;
}
#sidebar .widget_categories ul.children{
    margin-bottom: 0px;
    margin-top: 5px;
    margin-left: 0px;
}
#sidebar .widget_categories ul{
    margin-left: 10px;
}
#sidebar .widget_categories li{
    /*background:url('images/stop.png') 0px 7px no-repeat ;*/
    padding-left: 15px;
}
/* search START*/
.screen-reader-text{
	font-style:italic;
    font-weight:normal;
    font-size:20px;
    color:#333;
    margin-bottom:15px;
    display:block;
    background: #ECECEC;
    line-height: 32px;
    padding-left: 5px;
}
#s{
	border: 1px #ccc solid;	
}
#searchsubmit{
	border: 0px;
	color: #ffffff;
	background: #2782D6;
}
/* search END*/
/* sidebar END */

/* footer START */
#footer {
	display:block;
	font-size:13px;
	line-height:50px;
	width:100%;
	margin:0 auto;
	background: #000000;
	color: #ffffff;	
}

#footer a{
    color: #ffffff;
}

#footer #footer-info{
    float: left;
    margin-left: 20px;
}

#footer #copyright{
    float: right;
    margin-right: 20px;
}

#footer .go2top{
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    background: #000000;   
    background: #000000;
    line-height: 30px;
    padding-left: 25px;
    padding-right: 5px;   
    background: url('images/go_top.png') 5px 7px no-repeat;
    text-decoration: none;
    color: #333333;
}
/* footer END */

/* comment START */
#commentlist {
	background:#F5F5F5;
	border-top:1px solid #CCC;
	margin:0 -15px 0 0;
	padding:0 0px;
}
#commentlist ol, 
#commentlist li {
	list-style:none;
}
#cmtswitcher {
    margin-top: 20px;
	background:#FFF;
	font-size:10px;
	padding-top:5px;
}
#cmtswitcher a.tab, 
#cmtswitcher a.curtab {
	padding:5px 10px;
	margin-bottom:-1px;
	display:block;
	float:right;
	color:#555;
	text-decoration:none;
	line-height: 16px;
}
#cmtswitcher a.tab {
	border:1px solid #FFF;
	border-bottom-color:#CCC;
}
#cmtswitcher a.curtab {
	background:#FCFCFC;
	border:1px solid #CCC;
	border-bottom-color:#FCFCFC;
}
#cmtswitcher .addcomment, 
#cmtswitcher .addtrackback {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:13px;
	float:left;
	margin-right:15px;
	margin-top:4px !important;
	margin-top:3px;
}
#cmtswitcher .addcomment {
	background:url('images/comment_add.gif') no-repeat ;
}
#cmtswitcher .addtrackback {
	background:url('images/connect.gif') no-repeat ;
}

#thecomments .comment, #thetrackbacks .messagebox,
#thecomments .messagebox {
	padding:15px 15px;
	border-bottom: 1px #CCCCCC solid;
}
.comment .author {
	text-align: left;
	background: none;
	float:none;
	height: auto;
	padding-left: 0px;
}
.comment .pic {
    float: left;
	padding-right:14px;
}
.comment .name {
	padding-right:14px;
	font-weight:bold;
	overflow:hidden;
}
.comment .avatar {
	padding:1px;
	border:1px solid #999;
}
.comment .info {
	padding:10px 0px 0;
	margin: 0px;
}
.comment .info p{
	text-indent: 0px;
}
.comment .date, 
.trackback .date {
	font-size:10px;
	margin-right: 0px;
	background: none;
	padding-left: 0px;
}
.comment .act, 
.trackback .act {
	float:right;
	font-size:10px;
	margin-bottom: 10px;
}
.comment .content {
	padding:0 0px 0px;
	line-height:145%;
	margin-bottom: 0px;
}
.comment .content p {
	margin-top:10px;
}


.admincomment{
    background: #FFFFFF;
}

.admincomment .author {
    width: auto;
    float: right;    
}

.admincomment .pic {
	padding-right:0;
}
.admincomment .name {
	padding-right:0;
	padding-left:14px;
}
.admincomment .info {

}
#comment_login {
	margin-top:15px;
}
#thetrackbacks {
	display:none;
}
#thetrackbacks li {
}
.trackback {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px 0;
	width:575px;
}
.trackback .title {
	background:#EDEFF0 url(images/box.gif) 100% 100% no-repeat;
	padding:10px 15px !important;
	padding:0 15px 10px;
	width:575px;
	margin:0 -15px;
}
#respond {
	padding:10px 0 0;
	font-size:13px;
	margin-bottom: 10px;
}
#respond .row {
	margin-bottom:5px;
}

#respond .textfield,#respond #comment{
    border: 1px solid #D7D7D7;
}

#respond .textfield {
	width:200px;	
	padding-left: 20px;
}

#respond #author{
    background: url(images/user.gif) 3px 2px no-repeat;
}

#respond #url{
    background: url(images/link.png) 3px 2px no-repeat;
}

#respond #email{
    background: url(images/email.png) 3px 2px no-repeat;
}

#respond .wp_smilies {
	margin: 5px 0;
}
#comment {
	width:100%;
}
#commentnavi {
	background:#EDEFF0 url(images/box.gif) 0 0 no-repeat;
	padding:10px 15px;
	font-size:13px;
}
#commentnavi a.page-numbers {
	padding:5px 7px;
	text-decoration:none;
	border:1px solid #EDEFF0;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
	background:#F7F7F7;
	border:1px solid #CCC;
	text-decoration:none;
}
#commentnavi span.pages {
	padding:0 7px 0 0px;
	background:url(img/icons.gif) 0 -272px no-repeat;
	height:16px;
	line-height:16px;
	float:left;
}
#commentnavi span.current {
	background:#F7F7F7;
	padding:5px 7px;
	border:1px solid #F7F7F7;
	font-weight:bold;
	margin:0 -2px;
}
#commentnavi #commentpager {
	line-height:16px;
}
#submitbox{
    width: 100%;
}
#submitbox a.feed {
	background:url(images/feed.png) 0 0px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	float:left;
}
#submitbox #submit {
	padding:3px 6px;
	background:#B4D666;
	border-top:1px solid #B4D666;
	border-right:1px solid #81B840;
	border-bottom:1px solid #81B840;
	border-left:1px solid #B4D666;
	color:#2970A6;
	font-size:13px;
	cursor:pointer;	
}
#submitbox #submit:hover {
	background:#98C64C;
	border-top:1px solid #76B33A;
	border-right:1px solid #98C64C;
	border-bottom:1px solid #98C64C;
	border-left:1px solid #76B33A;
	color:#074A7E;
}
#submitbox .submitbutton {
	float:right;
}

.comment blockquote{   
    font: 14px italic Times, serif;   
    padding-left: 50px;   
    padding-top: 18px;   
    padding-bottom: 18px;   
    padding-right: 10px;   
    border-left: 3px solid #ccc;   
    margin: 5px;   
    background: url(images/openquote.gif) 5px 0px no-repeat #fafafa;    
    text-indent: 23px;   
}  

.comment .content blockquote p {
	margin-top:0;
	margin-bottom:10px;
} 
/* comment END */

/* related posts START */
/* when related posts with title */
#related_posts {
	padding-bottom:10px;
}
#related_posts h3 {
	background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
	font-size:12px;
	padding:6px 12px;
	font-family:Verdana,"BitStream vera Sans",Arial,Helvetica,Sans-serif;
	letter-spacing:0em;
	border-bottom:1px solid #CCC;
}
#related_posts ul {
	background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
	padding:3px 12px 8px;
}
#related_posts ul li {
	list-style:none;
	padding:3px 5px;
	border-bottom:1px solid #E3E4E6;
	line-height:18px;
}
#related_posts .count {
	font-size:10px;
}
#related_posts .excerpt {
	color:#999;
	font-size:11px;
	display:block;
}
/* when related posts without title */

#feedDiv{
    background: url(images/feed.gif) 0 0 no-repeat;
    height: 134px;
    width: 136px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor:pointer;
}
