/*  
Theme Name: Exprecious
Theme URI: http://www.templatesquare.com/
Description: Exprecious is a simple, unique and minimalist wordpress theme suitable for portfolio and business websites.
Version: 1.0.2
Author: templatesquare
Author URI: http://www.templatesquare.com/
License: GNU General Public License
License URI: license.txt
Tags: theme-options
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
a img {
	border: none;
}

*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family:Verdana, Arial;
	font-size:13px;
	margin:0 auto;
	padding:0;
	line-height:18px;
	color:#4e4e4e;
}

/* links */
a, a:visited {text-decoration:none; font-weight:normal;color:#1b1b1b; }
a:hover{text-decoration:underline;}
a img{border:none}



.clr, .clear{clear:both; height:1px !important; line-height:1px !important; float:none!important; }

/* heading */
h1, h2{margin-bottom:15px; font-family:"Trebuchet MS", Arial}
h3, h4, h5, h6{margin-bottom:12px; font-family:"Trebuchet MS", Arial}
h1 {font-size:26px; line-height:28px;}
h2 {font-size:24px; line-height:26px;}
h3 {font-size:20px; line-height:22px;}
h4 {font-size:18px; line-height:20px;}
h5{font-size:14px; line-height:16px;}
h6 {font-size:12px; line-height:15px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; color:#1b1b1b}
.pagetitle{margin-bottom:20px;}

/* top bar stuff */

topbar {
	width: 100%;
	background-color: black;
	height: 40px;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;

}



/* Text elements */
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#e7e7e7;
	background-color:#e7e7e7;
	background-repeat:repeat-x
}

p {
	margin-bottom:20px;
}

body p:last-child{margin-bottom:0;}

ul {

	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}

blockquote, .quote {
	font-style:italic;
	margin:0px 0 20px 0px;
	padding:6px 10px 0px 10px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:13px;
	line-height:20px;
	}
	
.customquote{
	margin:20px 0;
	border:solid 1px #e7e7e7;
	border-width:1px 0;
	padding:25px 0 25px 36px;
	font-style:normal;
	background-position:0 20px;
	font-size:16px;
	line-height:24px;
	color:#1b1b1b

}

	
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #cfcfcf;
	padding:15px 10px;
}

pre {
	background: #f7f7f7;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.nomargin{margin-right:0px !important;}


/* CONTAINER
-------------------------------------------------------------- */
#bg-wrapper{
	width:90%;
}
#bg-wrapper div{
	width:100% !important;
	height:1080px !important;
	min-height:100% !important;
	position:relative !important;
	top:0;
	z-index:1;
	background-repeat:no-repeat !important;
	background-position:top right !important;
	background-color:#fff;
}
#wrapper{min-height:100%;height:auto;  z-index:800; width:100%; position:absolute; top:0;}
* html #wrapper{height:100%;}
#container{width:712px; margin:0 0 0 40px;}


/* TOP
-------------------------------------------------------------- */
#top{
	height:198px;
}
#logo h1{
	padding-top:40px;
	font-size:35px;
	margin:0px;
}

/* TOP MENU
-------------------------------------------------------------- */
#mainmenu{
	z-index:200;
	margin-bottom:20px
}
#menu{margin:0px 0px 0px 0px; padding:0px; list-style-type:none;}
#menu{
	margin:0;
	padding:0;
	list-style-type:none;
  }
#menu li {
	margin: 0;
	padding: 0;
  }
#menu a, #menu a:visited {
	line-height: 25px;
	margin: auto 0;
	padding:0 0 3px 0;
	color:#1b1b1b;
	font-size:14px;
	text-decoration:none;
  }
#menu li a:hover{
	color: #324b78;
	text-decoration: none;
  }
  
#menu li.current_page_item > a, #menu li:hover, #menu li.current_page_ancestor > a,  #menu li.current-menu-ancestor > a, #menu li.current-menu-item > a, #menu li:hover {
	color:#324b78;
}

/* HEADER AND SLIDER
-------------------------------------------------------------- */

/* CONTENT
-------------------------------------------------------------- */
#content{width:996px; position:relative}
#side{width:140px; float:left}
#main{ 
	width:712px;
	 float:left; 
	 background-image:url(images/opacity.png);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	padding:20px 30px;
	/*margin-left:140px;*/
 }
.page{clear:both;}
.imgframe{background-color:#fff; padding:5px; border:solid 1px #e7e7e7;}
.txt1{color:#878787;}
ul.list-row{margin:0; padding:0; list-style-type:none;}
ul.list-row li{padding:0 0 25px 0; clear:both}
.title-icon{display:block; float:left; width:100%;}
.boldtext{font-size:16px; color:#1b1b1b; line-height:22px;}

/* form and button */
input[type="text"],
textarea {
	padding: 5px;
	background: #fff;
	border: 1px solid #e7e7e7;
	color:#828282
}

.inputbox{
	padding: 5px;
	background: #fff;
	border: 1px solid #e7e7e7;
	color:#828282
}
.button{
	background:#b0b0b0;
	padding:8px 20px;
	color:#fff;
	border:0;
	font-weight:bold
}
.button:hover{
	background:#bebdbd;
}
.more{
	font-size:11px;
}


/* Column list */
.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:10px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three_column p{margin-bottom:10px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:10px;}

.two_column li li, .three_column li li, .four_column li li, .three_four_column li li{margin:0px; width:auto !important; float:none;}


/* Separator */
.separator {
	display:block;
	height:25px;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	height:40px;
	text-align:center;
	width:100%;
	clear:both;
	margin:0px;
	background-image:url(images/hr.png);
	background-repeat:repeat-x;
	background-position:center;
}


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #cfcfcf;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#cfcfcf;}
table {
	border: 1px solid #cfcfcf;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #cfcfcf;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}



/* CONTACT */
.listcustom{padding:0; margin:0; list-style-type:none;}
.listcustom li{text-align:right;}
.left{float:left;}
.wpcf7 p{margin-bottom:0;}
.wpcf7 input[type="text"]{
	background-color:#fff;
	border:solid 1px #e7e7e7;
	margin-bottom:6px;
	padding:8px 5px;
	font-size:11px;
	width:auto
}

.wpcf7 textarea{
	background-color:#fff;
	border:solid 1px #e7e7e7;
	margin-bottom:6px;
	padding:8px 5px;
	font-size:11px;
	width:92%;
	font-family:Arial, verdana
}

.wpcf7 .wpcf7-submit{
	background:#b0b0b0;
	padding:8px 20px;
	color:#fff;
	border:0;
	margin:10px 10px 0 0;
	float:right
}

.wpcf7 .wpcf7-submit:hover{
	background:#bebdbd;
}



/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{
	background: #f6f6f6;
	border-top: 4px solid #d8d8d8;
	padding: 0px;
}
.post.hentry{list-style-type:none;  margin:0px 0px 30px 0;}
.page.hentry{list-style-type:none;  margin:0px 0px 0px 0;}
.post.single{margin-bottom:0px; padding-bottom:0px; border:0;}
.entry-content{padding:0;}
.entry-content{padding:0px 0px 0 0;}
#searchresult .entry-content{padding:5px 0 0 0;}
.post-img{float:left; width:149px; margin-right:30px}
.entry{}
.entry-utility{color:#6f6f6f; font-size:10px;}
.entry-utility a, .entry-utility a:visited{color:#1b1b1b;}
.posttitle{font-size:16px;}
#searchresult .hentry{ background:none; margin-bottom:10px; padding-bottom:10px}
#searchresult h2.posttitle{ margin-bottom:0px; font-size:14px;}
.postmore, .postmore:visited, .postmore:hover{color:#6f6f6f}
.postmore{display:block; margin-top:12px}

/* author */
h2.title-author{ font-size:18px;}
#entry-author-info {
	clear: both;
	padding:20px;
	margin-bottom:30px;
	border-width:1px 0;
	position:relative;
	background-color:#ebeaea;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:22px;
	height:60px;
	padding-bottom:20px
}
#entry-author-info #author-description {
	margin: 0 0 10px 85px;
}
#entry-author-info #author-description  h2{font-size:15px; margin-bottom:0}


/* attachment pages wordpress */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* images content */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
img.alignmiddle{vertical-align:top; margin:0 6px 0 0}
.imgborder{ background-color:#f6f6f6; border:1px solid #eaeaea; padding:4px;}


#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 11px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {

	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	color:#666
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
	width: 50%;
	font-size:13px;
	text-transform:uppercase;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	font-size:13px;
	text-transform:uppercase;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 20px 0 10px 0;
}


/* Comments */
#comments{
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	font-size: 20px;
	line-height:24px;
	padding:13px 0px;
	margin:0 0 20px 0;

}

h3#reply-title {
	font-size: 22px;
	line-height:24px;
	margin:0 0 15px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:0px;
}
.commentlist li.comment {
	margin: 0 0 0px 0px;
	padding: 0 0 10px 0px;
	position: relative !important;
}
.commentlist li.comment ul.children{margin:0 0 0 0; margin-left:13%; padding:0px 0 0 0;}
.commentlist li.comment ul.children li{border-bottom:0 !important; margin:0; padding:0}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding:0px;
	background-color:transparent;
}
.comment-body cite {
	font-style: normal;
	font-size:14px;
	line-height:14px;
	color:#6a6b6c;
}
.comment-body cite  a, .comment-body cite  a:visited{color:#6a6b6c;}
.comment-body cite  a:hover{text-decoration:none}
.comment-author .says {	font-style: normal;}
.comment-meta {	font-size: 11px;	margin: 0 0 18px 0;}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {}
.commentlist .bypostauthor {}
.reply {
	padding: 0 0 0px 0;
	font-size:11px;
}
a.comment-edit-link {
	color:#a3a3a3;
	text-decoration:underline;
}
a.comment-edit-link:hover {
	text-decoration:none
}
.commentlist .children {
	list-style: none;
}
.commentlist .children li {}
.nopassword, .nocomments {display: none;}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 14px;
}
.con-comment{padding:0 0 0 0}
.commentlist .comment-author{ float:left; margin-top:7px;}
.commentlist .comment-body{width:auto; margin-bottom:20px !important; margin-left:80px; }
.commentlist .comment-body p{margin-bottom:20px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:-15px}
.comment-body .time{margin-bottom:11px; display:block;  font-size:12px;}
.comment-body .time a, .comment-body .time a:visited{color:#676767;}
.comment-body .boldtext{font-weight:normal; font-size:22px}

/* Comments form */
#commentform{padding:0; }
#commentform label{margin-top:0px; }
#commentform code{padding:0; margin:10px 0; border:0}

#commentform input[type=text]{ 
	margin-bottom:8px;
	padding:8px 5px;
	vertical-align:middle;
	width:70%;
	font-size:12px;
	font-family:arial;
	display:block;
	}

#commentform textarea{ 
	height:150px;
	width:70%;
	margin-bottom:10px;
	padding:8px 5px;
	vertical-align:top;
	font-size:12px;
	font-family:arial;
	display:block;
	}
#respond .comment-reply{
	font-size: 20px;
	line-height:24px;
	padding:0px 0px;
	margin:0 0 10px 0;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 0px 0 0;
}
.cancel-comment-reply{ font-size:12px;}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
	padding:0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
}
#respond label {
}
#respond input {
}
#respond textarea {
}
#respond .form-allowed-tags {
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;

}
#respond .form-submit input {
}

.comment-form-author{}

/* Calendar */
.widget_calendar #wp-calendar {
	width: 98%;
	text-align:left
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px !important;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 800;
	padding: 5px 0 3px 0 !important;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding:3px !important
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* FOOTER
-------------------------------------------------------------- */
#footer{
	clear:both;
	font-size:11px;
	color:#000000;
}
#copyright{margin-left:140px; padding:20px 0; color:#000000 !important; font-weight: bold !important;}


/* PLUGIN
-------------------------------------------------------------- */
/* WP-PageNavi  Plugin  */
.wp-pagenavi {clear:both; padding:0px 0px 20px 0px;}
.wp-pagenavi a, .wp-pagenavi a:visited{
	color:#737373 !important;
	background-color:none !important;
	padding:5px 10px !important;
	margin-right:8px !important;
	border:0 !important;

}

.wp-pagenavi a:hover{
	color:#fff !important;
	padding:5px 10px !important;
	margin-right:8px !important;
	border:0 !important;
	background-color:#555555 !important;
}

.wp-pagenavi span.current{
	color:#fff !important;
	padding:5px 10px !important;
	margin-right:8px !important;
	border:0 !important;
	font-weight:normal !important;
	background-color:#555555 !important;
	}
	
.wp-pagenavi .pages, .wp-pagenavi .extend {
	color:#737373 !important;
	background-color:none !important;
	padding:5px 10px !important;
	margin-right:0 !important;
	border:0 !important;
}



/* SHORTCODE
-------------------------------------------------------------- */
/* Column */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{margin-right: 4%; position:relative; float:left; }
.one_half{ width:48%; }
.one_third{width:30.6666%;}
.one_fourth{width:22%; }
.one_fifth{width: 16.8%;}
.one_sixth {width: 13.3333%;}

.two_third{width: 65.3332%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth{width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 79.2%;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last{ margin-right:0 !important; clear:right; }

/* Dropcaps */
.dropcap1{
	text-shadow:1px 1px 0 #fff;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
	color:#666
}
.dropcap2{
	background: transparent url(images/dropcaps.png) top left no-repeat;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:4px 8px 0 0;
}
.dropcap3{
	background-color:#989898;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/* Highlight */
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; border:solid 1px #333}	


/* Bulleted List */
.bullet-check ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-check li{
	background: transparent url(images/arrow_check.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-arrow ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-arrow li{
	background: transparent url(images/arrow_default.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-star ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-star li{
	background: transparent url(images/arrow_star.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px;
}	
.bullet-plus ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-plus li{
	background: transparent url(images/arrow_plus.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-circle ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-circle li{
	background: transparent url(images/arrow_circle.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	

/* Styled Boxes */
.styled-box{
	padding: 20px 20px;
	margin: 0 0 25px 0;
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #dde2aa;
	border: 1px solid #a2c058;
	color: #7b9244;
}

.styled-box.download{
	background:url(images/icons/download.png) no-repeat scroll 20px 18px;
	padding-left:60px
}
.styled-box.note{
	background: url(images/icons/note.png) no-repeat scroll 20px 15px;
	padding-left:65px
}
.styled-box.error{
	background: url(images/icons/error.png) no-repeat scroll 20px 15px;
	padding-left:60px
}
.styled-box.info{
	background: url(images/icons/info.png) no-repeat scroll 20px 15px;
	padding-left:65px
}

.styled-box.green{
	background-color: #dde2aa ;
	border: 1px solid #a2c058;
	color: #7b9244;
}
.styled-box.yellow{
	background-color: #fdebae ;
	border: 1px solid #e6c555;
	color: #b28c0b;
}
.styled-box.red{
	background-color: #ffcccc ;
	border: 1px solid #ff9999;
	color: #fb1414;
}
.styled-box.blue{
	background-color: #bde3f9 ;
	border: 1px solid #8bb5cd;
	color: #1d97db;
}


/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px;
	float:right;
	font-style:italic;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 2px 20px 20px;
	width:50%;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:13px;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}


/*  Portfolio*/
.ts-portfolio-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
#ts-portfolio h2{margin:0px 0px 7px 0px; text-transform:none; font-size:20px !important;  line-height:24px; }
#ts-portfolio p{}
#ts-portfolio a.displaymore, .ts-portfolio-list a.displaymore:visited{ font-size:11px;}
#ts-portfolio a.displaymore:hover{text-decoration:none}
#ts-portfolio .separator.line {height:80px;margin-bottom:0px}
.ts-portfolio-list{list-style-type:none; padding:0; margin:0; clear:both;}
.ts-portfolio-list li{list-style-type:none; padding:0; margin-top:0px; margin-left:0px; width:290px;  float:left}
.ts-portfolio-list li.nomargin{margin-right:0;}
.ts-portfolio-list a.image{
	display:block;
	
}
.ts-portfolio-list a.image:hover{text-decoration:none;}
.ts-portfolio-list .ts-portfolio-text-content{margin-top:20px;}
.ts-portfolio-text-content p{margin-bottom:20px;}
.ts-portfolio-img-container .rollover{
	background:url(images/hover-zoom.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-color:#000 !important;
	width:100% !important;
	height:100% !important;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}
.ts-portfolio-img-container .rollover.gotolink{
	background:url(images/hover-link.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-color:#000 !important;
	width:100% !important;
	height:100% !important;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}
.ts-portfolio-img-container .rollover.gotopost{
	background:url(images/hover-doc.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-color:#000 !important;
	width:100% !important;
	height:100% !important;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}


/* ts display 3 column */
#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-3 li{
	width:139px !important;
	margin:0 40px 40px 0; 
	float:left;
}
.ts-portfolio-col-3 .ts-portfolio-img-container{
	width:139px;
	height:102px;
	border:solid 1px #e7e7e7;
	padding:4px;
	background-color:#f6f6f6;


}
.ts-portfolio-col-3 .ts-portfolio-img-container a.image{
	width:139px;
	height:102px;
	display:block;
	position:relative;
}
.ts-portfolio-col-3 .ts-portfolio-text-content{
	margin-top:15px !important;
}
.ts-portfolio-col-3 .ts-portfolio-text-content .displaymore{}

#header-bar-search { 
	width:155px; 
	position:relative; 
	float:right; 
	margin-left:15px; 
	background:transparent url("https://mu.lunariffic.com/~suppo523/search-bg.png") 
	repeat-x; 
	padding:0 3px 0 10px; 
	height:28px; 
	overflow:hidden; 
	border:1px solid #676c75; 
	border-top-color:#53575e; 
	border-bottom-color:#82848a; 
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	border-radius: 15px; 
	position:absolute; 
	top:5px;
	left:750px; }

#header-bar-search input { padding:4px 0; background:transparent; border:transparent; color:#afb5c0; }

#header-bar-search-submit { 
	padding:0; 
	line-height:0; 
	width:36px; 
	height:24px; 
	background:transparent url("https://mu.lunariffic.com/~suppo523/magnifier.png") no-repeat;
	position:absolute; 
	right:-8px; 
	top:10px; 
	border: 0px;
	} 



