/*
Theme Name: CSSReX2010
Theme URI: http://www.cssrex.com
Description: CSSReX Version 2.0
Version: 2.0
Author: CSSReX
Author URI: http://www.cssrex.com/
*/
/*Recent Posts Widget*/
 .dp_widget_posts_list h3{
     padding:0px 0 7px 0 !important;
 }
 .dp_widget_posts_list .widget_thumb{
     float:left;
     margin:4px 10px 0 0;
     padding:1px;
     background:#FFFFFF;
     border:solid 2px #d0d0d0 !important;
 }
 .widget_recentposts{
     padding:0 0 5px 0;
 }
 .widgetmore{
     display:block;
     margin:7px 0 0px 0;
 }
 .widgetrecentposts{
     padding:0px 0 10px 0px;
 }
 /*Popular Posts Widget*/
 .dp_widget_posts_list{
     padding:0 0 0px 0 !important;
 }
 .dp_widget_posts_list h3{
     padding:0px 0 7px 0 !important;
 }
 .dp_widget_posts_list .widget_thumb{
     float:left;
     margin:4px 10px 0 0;
     padding:1px;
     background:#FFFFFF;
     border:solid 2px #d0d0d0 !important;
 }
  .widget_popularposts{
     padding:0 0 5px 0 !important;
 }
 .widgetmore{
     display:block;
     margin:7px 0 0px 0;
 }
 .widgetpopularposts{
     padding:5px 0 10px 12px;
 }
/*
 * Shortcode Styles
 */
.info, .error, .notice, .success {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #bbb;
	margin:15px 0 15px 0;
        padding:10px;
}
.scmessage h3 {
	margin-bottom: 0px;
}
.scmessage {
	border: 1px solid #fff;
	padding:10px;
}
.info {
	background: #D7E7F5;
	color: #5E6984;
	border-color: #AACEE6;
}
.error {
	background: #FDE9EA;
	color: #A14A40;
	border-color: #FDCED0;
}
.notice {
	background: #FFF9CC;
	color: #736B4C;
	border-color: #FFDB4F;
}
.success {
	background: #E2F2CE;
	color: #466840;
	border-color: #BFE098;
}
.info a {
	color: #5E6984 !important;
}
.error a {
	color: #A14A40 !important;
}
.notice a {
	color: #736B4C !important;
}
.success a {
	color: #466840 !important;
}
/* Note box Styles */
.note {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Saf3.0+, Chrome */
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border:1px solid #f0f0df;
	margin: 15px 0 15px 0px;
        padding:0 10px 10px 10px;
	background:#f2f2d7;
}
.note_heading{
	padding:15px 15px 0px 15px;
	margin:0;
        color:#2a2a2a !important;
}
h4.note_title{
    margin:8px 0 8px 0 !important;
}
.note.alignleft{
	margin:2px 16px 16px 2px !important;
}
.note.alignright{
	margin:2px 2px 16px 16px !important;
}
.note_content {
	padding:0 15px 10px 0;
}
/* Button Styles */
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}
button::-moz-focus-inner {
    border: none; /* overrides padding in Firefox */
}
button.button {
	padding:0px;
	margin:0;
}
a.button, a.button:hover {
	text-decoration: none;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Chrome only - fix margins */
	button.button span {
		margin-top: -1px;
		margin-left:-2px;
		margin-right:-2px;
	}
}
.button.small span {
	font-size:12px;
}
.button.medium span {
	font-size:14px;
}
.button.large span {
	font-size:18px;
}
/*Button Color Scheme*/
.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #777777;
}
.button.white {
	background-color: #FFFFFF;
}
.button.white span{
	color: #666666;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #ff5c00;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.green {
	background-color: #91bd09;
}
.button.brown {
	background-color: #4f2d08;
}
.button.pink {
	background-color: #ec62a9;
}
/*Column Styles*/
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
        margin-bottom:15px;
	float: left;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.two_fourth {
	width: 48%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
/* Two level columns */
.one_half .one_half {
	margin-right: 8.3333%;
	width: 45.8333%;
}
.one_half .one_third {
	margin-right: 8.3333%;
	width: 27.7778%;
}
.one_half .two_third {
	margin-right: 8.3333%;
	width: 63.8889%;
}
.two_third .one_third {
	margin-right: 6.1224%;
	width: 29.2517%;
}
.two_third .two_third {
	margin-right: 6.1224%;
	width: 64.6258%;
}
.two_third .one_fourth {
	margin-right: 6.1224%;
	width: 20.4082%;
}
/* Typography Styles */
.dropcapone {
 display:inline;
 padding:0px 5px 5px 5px;
 float:left;
 margin:0px 0px 0 0;
 font:normal 2.5em/.9em Verdana, Arial, Tahoma;
}
.dropcaptwo{
 display:inline;
 padding:10px 5px 5px 0px;
 float:left;
 text-align:center;
 color:#FFFFFF;
 background: url(images/dp.png) no-repeat;
 height:26px;
 width:41px;
 margin:0px 0px 0 0px;
 font:normal 2.0em/.9em Verdana, Arial, Tahoma;
}
/* Blockquote Styles */
.dpblockquote {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	color:#444;
	line-height: 24px;
	padding: 10px 20px 15px 45px;
	background:url("images/quote.gif") no-repeat scroll 0px 16px transparent;
}
.dpblockquote p {
	margin-bottom:8px;
}
.dpblockquote.left {
        float:left;
	margin: 0px 20px 0 0;
	width: 220px;
}
.dpblockquote.right {
        float:right;
	margin: 0px 0 0 20px;
	width: 220px;
}
.dpblockquote cite {
	color: #666;
	font-size: 12px;
}
/* Highlight Styles */
.highlight {
	background: #f0b467;
}
.highlight.dark {
	background: #454545;
	color:#FFF;
}
/* list style*/
ul.list1, ul.list2, ul.list3, ul.list4, ul.list5, ul.list6, ul.list7, ul.list8, ul.list9, ul.list10, ul.list11, ul.list12 {
	list-style-type:none;
	margin-left:5px;
}
ul.list1 li,ul.list2 li,ul.list3 li,ul.list4 li,ul.list5 li,ul.list6 li,ul.list7 li,ul.list8 li,ul.list9 li,ul.list10 li,ul.list11 li,ul.list12 li {
	background-image:url("images/list_styles_black.png") !important;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:transparent;
	padding-left:28px;
	margin:4px 0;
        list-style-type:none !important;
}
ul.list1 li{
	background-position: -340px 0px !important;
}
ul.list2 li{
	background-position: -310px -30px !important;
}
ul.list3 li{
	background-position: -280px -60px !important;
}
ul.list4 li{
	background-position: -250px -90px !important;
}
ul.list5 li{
	background-position: -220px -120px !important;
}
ul.list6 li{
	background-position: -190px -150px !important;
}
ul.list7 li{
	background-position: -160px -180px !important;
}
ul.list8 li{
	background-position: -130px -210px !important;
}
ul.list9 li{
	background-position: -100px -240px !important;
}
ul.list10 li{
	background-position: -70px -270px !important ;
}
ul.list11 li{
	background-position: -40px -300px!important;
}
ul.list12 li{
	background-position: -10px -330px !important;
}
ul.list_color_black li {
	background-image:url("images/list_styles_black.png") !important;
        background-repeat: no-repeat !important;
}
ul.list_color_gray li {
	background-image:url("images/list_styles_gray.png") !important;
        background-repeat: no-repeat !important;
}
ul.list_color_red li {
	background-image:url("images/list_styles_red.png") !important;
        background-repeat: no-repeat !important;
}
ul.list_color_orange li {
	background-image:url("images/list_styles_orange.png") !important;
        background-repeat: no-repeat !important;
}
ul.list_color_magenta li {
	background-image:url("images/list_styles_magenta.png") !important;
        background-repeat: no-repeat !important;
}
ul.list_color_yellow li {
	background-image:url("images/list_styles_yellow.png") !important;
        background-repeat: no-repeat !important;
}
ul.list_color_blue li {
	background-image:url("images/list_styles_blue.png") !important;
        background-repeat: no-repeat !important;
}
ul.list_color_brown li {
	background-image:url("images/list_styles_brown.png") !important;
        background-repeat: no-repeat !important;
}
ul.list_color_green li {
	background-image:url("images/list_styles_green.png") !important;
        background-repeat: no-repeat !important;
}
ul.list_color_rosy li {
	background-image:url("images/list_styles_rosy.png") !important;
        background-repeat: no-repeat !important;
}
/* Table style*/
.class_table
{
	border: 1px solid #CCCCCC;
	margin-bottom:20px;
}
.class_table table
{
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #fff;
	width:100%;
	padding:0;
	margin:0;
}
.class_table th
{
	text-align:center;
	padding:12px;
	font-weight: normal;
	font-size: 14px;
	color: #555;
	background:#e9e9e9 !important;
}
.class_table tbody
{
	background: #f2f2f2 !important;
}
.class_table td
{
	text-align:center;
	padding: 10px;
        background: #f6f6f6 !important;
	color: #666;
}
.class_table tbody tr:hover td
{
	color: #333;
	background: #FFFFFF !important;
}
.class_table tfoot
{
	background-color:#f3f3f3;
}
.class_table tfoot td
{
	padding:8px;
}
/* Videos style*/
.youtube_video{
    margin:0 0 15px 0;
}