/*
Theme Name: QuickPages Default
Theme URI: http://quickpages.ru
Description: Стандартная тема
Author: QuickPages
Author URI: http://quickpages.ru
Version: 1.0
Tags: white
*/

body {
	background-color: #BBBBBB;
	margin: 0;
	padding: 0;
	font-family: Verdana, Georgia, sans-serif;
	font-size: 16px;
	line-height: 24px;
} 

td {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Georgia, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

#canvas {
    margin: 0 auto;
    width: 700px;
}

.wide #canvas {
    margin: 0 auto;
    width: 900px;
}

.fullscreen #canvas {
    margin: 0 auto;
    width: 100%;
}

    #pageBodyWrapper {
        margin: 0 auto;
    }

    #contentWrapper {
        background: none repeat scroll 0 0 #FFFFFF;
    }
    	
    	hr {
    		border: 0px none;
			background-color: #CCCCCC;
			height: 2px;
		}

		h1 {
			color: #FF0000;
			font-size: 28px;
			font-weight: bold;
			line-height: 36px;
			text-align: center;
		}

		h2 {
			font-size: 24px;
			font-weight: bold;
			line-height: 32px;
			text-align: center;
		}
		
		h3 {
			font-size: 20px;
			font-weight: bold;
			line-height: 28px;
			text-align: center;
		}
		
		h4 {
			font-size: 16px;
			font-weight: bold;
			line-height: 24px;
			text-align: center;
		}
		
		blockquote {
			border-left: 4px solid #CCCCCC; 
			font-style: italic;
			padding: 0 1em;
			margin: 0;
		}

        a.audio {
            display: block;
            margin: auto;
            height: 24px;
            width: 100%;
        }
        
        a.video {
            display: block;
            margin: auto;
            height: 450px;
            width: 600px;
        }
	
        div.qp-box-grey {
                background: none repeat scroll 0 0 #F1F1F1; 
                border: 1px solid #cbc4c4; 
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                -o-border-radius: 10px;
                box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                -moz-box-shadow:3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                margin: 1em 0;
                padding: 0 1em;
        }

        div.qp-box-yellow {
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                -o-border-radius: 10px;
                box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                -moz-box-shadow:3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                margin: 1em 0;
                padding: 0 1em;
        
                background: none repeat scroll 0 0 #FFFFCC;
                border: 1px solid #E1CA59; 
        }


        div.qp-box-green {
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                -o-border-radius: 10px;
                box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                -moz-box-shadow:3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                margin: 1em 0;
                padding: 0 1em;
        
                background: none repeat scroll 0 0 #E3F4DE;
                border: 1px solid #A2D392; 
        }


        div.qp-box-red {
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                -o-border-radius: 10px;
                box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                -moz-box-shadow:3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                margin: 1em 0;
                padding: 0 1em;
                
        		background: none repeat scroll 0 0 #F8E4E2;
                border: 1px solid #E69D94; 
        }


        div.qp-box-blue {
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                -o-border-radius: 10px;
                box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                -moz-box-shadow:3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
                margin: 1em 0;
                padding: 0 1em;
                
                background: none repeat scroll 0 0 #DEEEF7;
                border: 1px solid #82C3E6; 
        }

		form.subscribe {
			margin: 7px auto 7px auto;
			text-align: center;
			width: 260px;
		}
		
			form.subscribe input.name {
				background-image: url("./images/bgOptInFields.png");			
				background-color: transparent;
				background-position: left top;
				background-repeat: no-repeat;
				border: 0 none;
				height: 20px;
				line-height: 20px;
				margin-bottom: 10px;
				padding: 10px;
				width: 230px;
			}
			
			form.subscribe input.mail {
				background-image: url("./images/bgOptInFields.png");			
				background-color: transparent;
				background-position: left bottom;
				background-repeat: no-repeat;
				border: 0 none;
				height: 20px;
				line-height: 20px;
				margin-bottom: 4px;
				padding: 10px;
				width: 230px;
			}
			
			form.subscribe input.button {
				background-image: url("./images/bgButtonRed.png");
				background-color: transparent;
				border: 0 none;
				color: #FFFFFF;
				cursor: pointer;
				font-size: 20px;
				font-weight: bold;
				height: 54px;
				outline: none;
				padding: 0;
				width: 255px;
			}
		
		.appear {
			display: none;
		}
		
		#pageFooter {
			color: #666666;
			margin-top: 10px;
			font-size: 0.8em;
			text-align: center;
		}
	
		#shareWrapper {
			margin: 20px 0px;
		}
		
		#commentsWrapper {
			margin-top: 20px;
		}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float:left; 
	margin: 0 1em 1em 0
}

img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.SWBOC_Widget .widgqp-title {
	display: none;
}


/*Эта часть кода отвечает за счётчик */
	 br { clear: both; }
      .cntSeparator {
        font-size: 54px;
        margin: 10px 7px;
        color: #000;
      }
      
	  .desc { margin: 10px 30px; }
      .desc div {
        float: left;
        font-family: Arial;
        width: 110px;
        margin-right: 30px;
        font-size: 13px;
        font-weight: bold;
        color: #000;
      }/*Её надо скопировать себе в стиль*/
	  