/*
	Theme Name: ForSite Media	
	Theme URL: http://www.forsitemedia.nl
	Description: ForSite Media 
	Author: Remkus de Vries
	Author URI: http://remkusdevries.com
	Version: 1.0
	Tags: buddypress, forsite
	Template: genesis
*/

/***** General Markup *****************/

html { 
	overflow-y:scroll;
	}  
body {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 26px;
	}
input, textarea {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height:22px;
	overflow: auto;
}
dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:12px Monaco, monospace;
	line-height:20px;		white-space: pre;           /* CSS 2.0 */		white-space: pre-wrap;      /* CSS 2.1 */		white-space: pre-line;      /* CSS 3.0 */		white-space: -pre-wrap;     /* Opera 4-6 */		white-space: -o-pre-wrap;   /* Opera 7 */		white-space: -moz-pre-wrap; /* Mozilla */		white-space: -hp-pre-wrap;  /* HP Printers */		
}
acronym, abbr{  
	border-bottom:1px dotted #333;  
	cursor:help;  
	} 
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
table {	border: 1px solid transparent !important;	text-align: left;	margin: 0 -1px 24px 0;	width: 100%;	border-collapse: collapse;	border-spacing: 0;}tr th,thead th {	border: none !important;	color: #888;	font-size: 12px;	font-weight: bold;	line-height: 18px;	padding: 9px 24px;}tr td {	border: none !important;	border-top: 1px solid #996600 !important;	padding: 6px 4px;}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid transparent;
}
th, td {
    padding: .7em 1.25em;
}	
.attr {
}
.emph {
	background-color: #FFFF00;	
}	
/***** Hyperlinks ********************/

a, a:visited {
	color: #00AAFF;
	text-decoration: none;
	}
	
a:hover {
	color: #00AAFF;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

a.button {
  width: 250px;
  padding: 10px 25px 10px 25px;
  font-family: Arial;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  text-shadow: -1px -1px 2px #618926;
  background-color: #98ba3f;
  background: -moz-linear-gradient(#98ba40, #a6c250 35%, #618926);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #98ba40),color-stop(.35, #a6c250),color-stop(1, #618926));
  border: 1px solid #618926;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

a.button:hover {
	width: 250px;
	padding: 10px 25px 10px 25px;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	text-shadow: -1px -1px 2px #465f97;
	background-color: #245191;
	background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #245192),color-stop(.75, #1e3b73),color-stop(1, #12295d));
	border: 1px solid #0f2557;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}	

#content img.ads {
	display: block;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	}
/***** Wrap ********************/

#wrap {
	background: url(images/inner.png)top center repeat-y #FFF;
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	background: url(images/header.png) top repeat-x #000;
	height: 90px !important;
	margin: 0 auto 0;
	padding: 0;
	border-top: 5px solid #00AAFF;
	}
	
#header .wrap {
	width: 960px; 
	margin: 0 auto 0;
	}

#title-area {
	width: 400px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a {
	color: #CCCCCC;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
	width: 550px;
	color: #FFFFFF;
	float: right;
	margin: 20px 10px 0 0; 
	padding: 0;
	}
	
#header .widget-area a, #header .widget-area a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header .widget-area a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #BBBBBB;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	position: relative;
	top: 28px;
	left: 30px;
	z-index: 9999999;
	overflow: visible;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 250px;
	height: 90px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: visible;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a {
	color: #FFFFFF;
	display: block;
	font-family: Arial;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	color: #FFF;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #555555;
	width: 145px; 
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-transform: none;
	position: relative;
	text-decoration: none;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #444444;
	color: #FFFFFF;
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 145px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a { 
	width: 145px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}

#header ul.nav li ul ul {
	margin: -33px 0 0 145px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}
	
/***** Sub Header ******************/
#subheaderbg {
	background: #777;
	width: 100%;
	border-top: 1px solid #F9F9F9;
	height: 60px;
	margin-bottom: 30px;
	border-bottom: 3px solid #E6E6E6;
	}
#subheader{
	width: 960px;
	margin: 0 auto 0;
	}
	
/***** Nav Menu ********************/


#nav, #subnav {
	width: 960px;
	background: none;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: none;
	overflow: hidden;
	clear: both;
	}

#nav ul, #subnav ul, #header ul.nav, #header ul.menu {
	float: right;
	margin: 0;
	padding: 0;
	}
	
#nav li, #subnav li, #header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	}
	
#header ul.nav li, #header ul.menu li {
	background: none;
	text-transform: uppercase;
	}
	
#nav li a, #subnav li a, #header ul.nav li a, #header ul.menu li a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 7px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item, #subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item, #header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	background: none;
	color: #FFFFFF;
	}
	
#nav li a.sf-with-ul, #subnav li a.sf-with-ul, #header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 25px;
	}	
	
#nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator, #header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	top: 12px;
	right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited, #subnav li li a, #subnav li li a:link, #subnav li li a:visited, #header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active, #subnav li li a:hover, #subnav li li a:active, #header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #000000;
	}

#nav li li a .sf-sub-indicator, #subnav li li a .sf-sub-indicator, #header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul, #subnav li ul, #header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	}

#nav li ul a, #subnal li ul a, #header ul.nav li ul a, #header ul.menu li ul a { 
	width: 160px;
	}

#nav li ul ul, #subnav li ul ul, #header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -31px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul, #header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul, #header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover, #subnav li:hover, #subnav li.sfHover, #header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 5px 10px;
	}

#nav li.right a {
	background: none;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.rss a, #nav li.rss a:hover {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
	}
	
#nav li.twitter a, #nav li.twitter a:hover {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 7px 0 5px 20px;
	}
	
#nav li.rss a:hover, #nav li.twitter a:hover {
	text-decoration: underline;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	margin: 0px auto 20px;
	padding: 0;
	}
	
.home #inner, .home-page #inner, .blog #inner {
	border:medium none;
	margin:0;
	padding:0;
	width:100%;
	clear: both;
}	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
	background: url(images/inner.png) top center repeat-x #FFF;
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }

/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}
	
	
/***** Home ********************/
#home-top-bg {
	background: url(images/feature-bg.png) bottom repeat-x #777;
	width: 100%;
	z-index: 20;
	border-top: 1px solid #F9F9F9;
	}
#home-top {
	width: 960px;
	margin: 0 auto 0;
	z-index: 20;
	}
#home-top-left {
	margin: 60px 0 0 0;
	padding: 0;
	width: 485px;
	float: left;
	}	
#home-top-left a, #home-top-left a:visited {
	color: #F9F9F9;
	text-decoration: none;
	}
	
#home-top-left a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #00AAFF;
	}
	
#home-top-left p {
	color: #F9F9F9;
	text-shadow:0 1px #222;
	margin: 0 0 0 30px;
	padding: 5px;
	}
	
#home-top-left h2 {
	color: #F9F9F9;
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	text-shadow:0 1px #222;
	line-height: 40px;
	}
#home-top-left h2 span {
	font-size: 36px;
	text-align: none;
	}
	
#home-top-left h2 a, #home-top-left h2 a:visited {
	color: #F9F9F9;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	}

#home-top-left h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#home-top-left h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#home-top-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#home-top-left ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0px;
	}

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

#home-top-left ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-top-left .widget {
	margin: 0;
	padding: 0;
	}
	
#home-top-left .textwidget {
	margin: 0;
	padding: 0;
	}
#home-top-left .textwidget p {
	color: #F9F9F9;
	}		
#home-top-right {
	float: right;
	margin: 0;
	padding: 0;
}
	
#home-top #myGallery .jdGallery{
	z-index: 20;
}
#home-feature-bg {
	background: url(images/feature-shadow.png) top repeat-x #F1F1F1;
	padding: 20px 0 0 0;
	
	}

#home-feature {
	width: 960px;
	color: #666;
	margin: 0 auto 0;
	padding: 0;
	line-height: 18px;
	
	}
	
#home-feature a, #home-feature a:visited {
	color: #666;
	text-decoration: none;
	}
	
#home-feature a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #00AAFF;
	}
	
#home-feature p {
	margin: 0;
	padding: 5px;
	}
	
#home-feature h2 {
	color: #333;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	}
	
#home-feature h2 a, #home-feature h2 a:visited {
	color: #333;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	}

#home-feature h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#home-feature h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#home-feature ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#home-feature ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0px;
	}

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

#home-feature ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-feature .widget {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#home-feature .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-feature .featuredpost .post, #home-feature .featuredpage .page {
	clear: both;
	}
	
#home-feature .featuredpost, #home-feature .featuredpage  {
	clear: both;
	}
	
#home-feature .featuredpost img, #home-feature .featuredpage img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 5px solid #FFFFFF;
	}
#home-feature h3, #home-feature h3 a {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 100px 0 0 0;
	text-shadow: 0 1px 0 #FFFFFF;
	letter-spacing: -1px;
	color: #666;
}
#home-feature h3 span {
	color: #00AAFF;
}
#home-feature .home-feature-1:hover h3 span, #home-feature .home-feature-2:hover h3 span, #home-feature .home-feature-3:hover h3 span, #home-feature .home-feature-4:hover h3 span{
	color: #666;
	}	
#home-content h2 {
	font-size: 20px;
	color: #666;
	}	
.attachment-Homepage {
	border: 2px solid #F1F1F1;
	}
.attachment-Mini {
	border: 1px solid #FFF;
	}
.home-feature-1 {
	background: url(images/wordpress-development.png) no-repeat top #F1F1F1 ;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	height: 150px;
	display: block;
	}
.home-feature-1:hover {
	background-position: left bottom;
	}	
.home-feature-2 {
	background: url(images/buddypress-development.png) no-repeat top #F1F1F1 ;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	height: 150px;
	display: block;
	}
.home-feature-2:hover {
	background-position: left bottom;
	}	
.home-feature-3 {
	background: url(images/wordpress-optimization.png) no-repeat top #F1F1F1;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	height: 150px;
	display: block;
	}
.home-feature-3:hover {
	background-position: left bottom;
	}	
.home-feature-4 {
	background: url(images/wordpress-multi-site.png) no-repeat top #F1F1F1;
	float: right;
	width: 25%;
	margin: 0;
	padding: 0;
	height: 150px;
	display: block;
	}
.home-feature-4:hover {
	background-position: left bottom;
	}		

#home-content-bg {
	background: url(images/home-content-bg.png) repeat-x #FFF;
	border-top: 3px solid #E6E6E6;
	}	
	
#home-content-features {
	margin: 0 auto 0;
	width: 960px;
	
	}	
#home-content {
	background: #FFF;
	float: left;
	padding: 20px 0 0 0;
	width: 590px;
	}	
#home-content .featuredpage, .page-template-pagediensten-php .featuredpage {
	background:url(images/shadow.png) no-repeat scroll bottom center transparent;
	margin: 0 0 15px;
	height: 200px;
	}
#home-content  #featured-page-3 .featuredpage {
	background:none;
	}	
#home-content a.more-link {
	width: 120px;
	margin: 10px 0 0 0;
	padding:1px 7px;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
	text-shadow: -1px -1px 2px #465f97;
	background-color: #245191;
	background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #245192),color-stop(.75, #1e3b73),color-stop(1, #12295d));
	border: 1px solid #0f2557;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	display: block;
	float: right;
	}
#home-content a.more-link:hover {
	width: 120px;
	margin: 10px 0 0 0;
	padding:1px 7px;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
    text-shadow: -1px -1px 2px #00AAFF;
	background-color: #00AAFF;
	background: -moz-linear-gradient(center bottom,rgb(18,31,39) 0%,rgb(31,56,76) 22%,rgb(0,170,255) 86%);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(18,31,39)), color-stop(0.22, rgb(31,56,76)), color-stop(0.86, rgb(0,170,255)));
    border: 1px solid #00AAFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 }	
#home-sidebar {
	background: url(images/sidebar.png) top left repeat-y #FFF;
	float: right;
	width: 320px;
	padding: 20px 10px 10px 10px;
	border-left: 1px solid #E6E6E6;
	height: 670px;
	}
#home-sidebar h2, #home-sidebar h2 a, #home-sidebar h2 a:visited{
	color: #666;
	font-size: 18px;
	}
#home-sidebar h2 a:hover{
	border-bottom: 1px solid #00AAFF;
	text-decoration: none;
	}	
#home-sidebar h4	{
	font-size: 19px;
	color: #00AAFF;
	}
#home-sidebar .post {
	height: 80px;
	}
/***** Breadcrumb ********************/

.breadcrumb {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

/***** Content-Sidebar Wrap ********************/

#content-sidebar-wrap {
	width: 790px;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}


/***** Content ********************/

#content {
	width: 470px;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 640px;
	}
	
.full-width-content #content {
	width: 960px;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}

.clear {
	clear: both;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #00AAFF;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 24px;
	border-bottom: 2px solid #777;
	padding: 0 0 5px;
	}
.page-template-pageblog-php #content h2 {
	border-bottom: 2px solid #777;
	padding: 0 0 5px;
	}	
#content h2 {
	font-size: 22px;
	border-bottom: 1px solid #F1F1F1;
	}
	
.page-template-pageblog-php #content h2 a, .page-template-pageblog-php #content h2 a:visited {
	font-size: 24px;
	padding: 0 0 5px;
	}
#content h2 a, #content h2 a:visited {
	color: #00AAFF;
	text-decoration: none;
	}
.page-template-pageblog-php #content h2 a:hover {
	color: #00AAFF;
	text-decoration: none;
	}
#content h2 a:hover {
	color: #00AAFF;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 20px;
	border-bottom: 1px solid #F1F1F1;
	}
	
#content h4, #header .widget-area h4 {
	font-size: 18px;
	border-bottom: 1px solid #F1F1F1;
	}

#content h5 {
	font-size: 16px;
	}
	
#content h6 {
	font-size: 14px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content .post ul, #content .page ul, #content .post ol, #content .page ol, #header .widget-area ul {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#header .widget-area ul, #header .widget-area ul li  {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul li, #content .page ul li{
	list-style-type: square;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}

/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: capitalize;
	}

/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	padding: 5px 0 0 0;
	text-transform: capitalize;
	border-top: 1px solid #E6E6E6;
	clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/***** Sticky Posts ********************/
	
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
/***** Archive Page ********************/
	
#content .archive-page {
	float: left;
	width: 50%;
	padding: 20px 0 20px 0;
	}

/***** Post Icons ********************/
	
.time, .categories {
	margin: 0;
	padding: 0;
	}
	
.post-comments, .tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

#content img, #content p img {
	}
a.rsswidget img {
	display: none;
	}
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

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

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	border: 0;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled {
	color: #00AAFF;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover, .navigation li.active a {
	background: #F7F7F7;
	color: #00AAFF;
	text-decoration: none;
	border: 1px solid #E6E6E6;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 280px;
	float: right;
	display: inline;
	padding: 0 5px 5px;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	background: none;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border: none;	
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #00AAFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #00AAFF;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	background: none;
	color: #00AAFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 10px;
	text-transform: capitalize;
	border-bottom: 1px solid #777;
	}
	
#sidebar .textwidget, #sidebar-alt .textwidget {
	margin: 0;
	padding: 10px 10px 0 10px;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	margin: 10px 0 0 0;
	padding: 0 10px 0 25px;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	list-style-type: square;
 	word-wrap: break-word;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#sidebar #cat {
	width: 278px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar, #sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {	
	background: #F7F7F7;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 0 10px;
	}
	
/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #666666;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 0 10px;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #F7F7F7 !important;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E6E6E6;
	}
	
#header .s, #nav .s, #sidebar .s, #sidebar-alt .s {
	width: 200px;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	}
	
#sidebar .enews p {
	padding: 10px 10px 0 10px;
	}

.enews #subscribe {
	padding: 0 0 0 10px;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 220px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}
	
/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	width: 100%;
	}
	
#sidebar .widget_calendar {
	padding: 0;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #E6E6E6;
	}

.gform_footer input.button {
	color: #00AAFF !important;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}

	
/***** Footer Widgeted ********************/
#footer-widgeted-bg {
	background: #292929;
	padding: 20px 0;
	border-top: 3px solid #E6E6E6;
	}
	
#footer-widgeted {
	width: 960px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 auto 10px;
	padding: 0;
	overflow: auto;
	}
	
#footer-widgeted .widget {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#footer-widgeted h4 {
	color: #F0F0F0;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	top: -3px;
	position: relative;
	}
	
#footer-widgeted p {
	color: #FFFFFF;
    font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#footer-widgeted a, #footer-widgeted a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer-widgeted a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer-widgeted ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#footer-widgeted ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
	}
#footer-widgeted .featuredpost img, #footer-widgeted .featuredpage img, #footer-widgeted .featuredpost .avatar, #footer-widgeted .featuredpage .avatar, #footer-widgeted .featuredpost img, #footer-widgeted .featuredpage img, #footer-widgeted .featuredpost .avatar, #footer-widgeted .featuredpage .avatar {
	margin: 0 5px 20px 0;
	padding: 0;
	border: 10px solid #F9F9F9;
	}

.footer-widgeted-1 {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0px 15px 5px 0px;
	border-right:1px dashed #C0C0C0;
	}
	
.footer-widgeted-2 {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0px 15px 5px 15px;
	border-right:1px dashed #C0C0C0;
	}
	
.footer-widgeted-3 {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0px 0px 5px 5px;
	}	
/***** Footer ********************/

#footer {
	clear: both; 
	overflow: auto;
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0 auto 0;
	padding: 5px 0 5px 0;
	text-transform: capitalize;
	border-top:1px solid #777777;
	}

#footer .wrap {
	width: 960px;
	margin: 0 auto 0;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
	}
	
#submit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	}
	
#submit:hover {
	background: #000000;
	border: 1px solid #000000;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #F7F7F7;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: #FFF;
	font-size: 11px;
	color: #00AAFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #00AAFF;
	}
	
.reply a:hover {
	background: #F9F9F9;
	text-decoration: none;
	border: 1px solid #000000;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}
/***** Extra ********************/

#wp125adwrap_2c { 
	width: 100%;
	}
	
#wp125adwrap_2c .wp125ad { 
	width: 125px;
	padding: 2px; 
	margin: 0px 0px 0px 0px;
	border:none;
	float: left;
	}
p.dropcap{
	color:#333333;
	display:block;
	float:left;
	font-size:40px;
	line-height:40px;
	margin:0 8px 0 0;
	}
	
p.pullquote_right, p.pullquote_left{
	background:transparent url(images/stripes.png) repeat-y scroll 0 0;
	color:#444444;
	float:right;
	font-size:14px;
	letter-spacing:0px;
	line-height:25px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
	padding:0 0 0 20px;
	width:33%;
	}
	
p.pullquote_left {
	float:left;
	margin-left:0px;
	margin-right:20px;
	}

p.fancy_box {
	background:#F9F9F9 url(images/form-gradient.gif) repeat-x scroll 0 -7px;
	border:1px solid #E0E0E0;
	margin:10px!important;
	padding:10px 5px 10px 30px!important;
	min-height: 30px;
	}
	
p.info_box {
	background:#bfe4f9 url(images/info.png) no-repeat scroll 10px 14px;
	border:1px solid #68a2cf;
	color:#2e6093;
	margin:10px!important;
	padding:10px 5px 10px 50px!important;
	min-height: 40px;
	}
	
p.warning_box {
	background:#ffcccc url(images/stop.png) no-repeat scroll 10px 15px;
	border:1px solid #ff9999;
	color:#c31b00;
	margin:10px!important;
	padding:10px 5px 10px 50px!important;
	min-height: 40px;
	}
	
p.download_box {
	background:#dee3ab url(images/down_alt.png) no-repeat scroll 10px 15px;
	border:1px solid #a3c159;
	color:#5e6f33;
	margin:10px!important;
	padding:10px 5px 10px 50px!important;
	min-height: 40px;;
	}
	
p.note_box {
	background:#fdebae url(images/notebook.png) no-repeat scroll 10px 15px;
	border:1px solid #e6c555;
	color:#9e660d;
	margin:10px!important;
	padding:10px 5px 10px 50px!important;
	min-height: 40px;
	}	