/*  
Theme Name: Benson Com Theme
Theme URI: http://www.benonscom.com/
Description: Benson Com Design Studio and Tech Repair.
Version: 1.0
Author: Teddy Pieper
Author URL: http://tedisgraphic.com/
*/



/*---------- Structure ---------- */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	background: url(images/BG.jpg) top center no-repeat;
	background-color: #214589;
	color: #231f20;
	text-align: center;
}

#wrapper {
	width: 856px;
	margin: 20px auto 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #363639;
}

.empty {
	clear: both;
}

/*---------- Header ----------*/

#header {
	width: 856px;
	height: 55px;
}

#header h1 {
	display: none;
}

#header span {
	display: none;
}

#header a {
	background: url(images/header.png) top left no-repeat;
	width: 856px;
	height: 55px;
	float: left;
}

/*---------- Navigation ---------*/

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
}

#nav span {
	display: none;
}

#nav li ul li {
	display: none;
}

.blog a {
	background: url(images/blog.png) no-repeat;
	width: 88px;
	height: 28px;
	float: left;
}

.blog a:hover {
	background-position: 0% -28px;
}


.page-item-4 a {
	background: url(images/about.png) no-repeat;
	width: 92px;
	height: 28px;
	float: left;
}

.page-item-4 a:hover {
	background-position: 0% -28px;
}

.page-item-9 a {
	background: url(images/services.png) no-repeat;
	width: 87px;
	height: 28px;
	float: left;
}

.page-item-9 a:hover {
	background-position: 0% -28px;
}

.page-item-280 a {
	background: url(images/ourwork.png) no-repeat;
	width: 101px;
	height: 28px;
	float: left;
}

.page-item-280 a:hover {
	background-position: 0% -28px;
}

.page-item-14 a {
	background: url(images/contact.png) no-repeat;
	width: 86px;
	height: 28px;
	float: left;
}

.page-item-14 a:hover {
	background-position: 0% -28px;
}

.store a {
	background: url(images/store.png) no-repeat;
	width: 67px;
	height: 28px;
	float: left;
}

.store a:hover {
	background-position: 0% -28px;
}

.navFill {
	background: url(images/navFill.png) no-repeat;
	width: 189px;
	height: 28px;
	float: left;
}

.clientLogin a {
	background: url(images/clientLogin.png) no-repeat;
	width: 146px;
	height: 28px;
	float: left;
}

.clientLogin a:hover {
	background-position: 0% -28px;
}
	
/*---------- Content ----------*/

#contentTop {
	background: url(images/contentTop.png) no-repeat;
	clear: both;
	width: 856px;
	height: 15px;
}

#content {
	background: url(images/contentRepeat.png) repeat-y;
	width: 100%;
}

#columnLeft {
	margin-left: 30px;
	text-align: justify;
	float: left;
	width: 64%;
}

.post {
	margin-bottom: 5px;
	margin-top: 10px;
}

.post a:hover {
	color: #000;
}

.post h2 {
	border-bottom: 1px solid #363639;
	padding: 0 0 2px 0;
}

.post h2 span {
	display: none;
}

.metaPost {
	background: #e1e1e1;
	padding: 5px;
}

.metaPost a:hover {
	color: #df8112;
}

.entry {
	padding: 5px 0;
	font-size: 14px;
	line-height: 22px;
}

.entry h1 {
	font-size: 18px;
	padding: 10px 0 5px 0;
}

.entry a {
	font-weight: bold;
}

.entry a:hover {
	color: #df8112;
}

.entry p {
	padding: 0 2px 10px 2px;
	text-align: justify;
}

.entry ul li {
	list-style: decimal;
}

.entry img {
	border: none;
}

.entry script {
	float: right;
}

.postmetadata {
	border-bottom: 1px dotted #363639;
	font-size: 12px;
	padding: 15px 0 15px 5px;
	margin-bottom: 35px;
}

.postmetadata a {
	font-weight: bold;
}

.postmetadata a:hover {
	color: #df8112;
}

.more-link {
	font-size: 12px;
	float: right;
	font-size: 12px;
	padding-bottom: 2px;
}

#columnLeft li {
	list-style: none;
	display: inline;
	font-size: 12px;
}

#columnLeft li a:hover {
	color: #000;
	text-decoration: underline;
}

.alignleft {
	float: left;
	font-size: 10px;
}

.alignright {
	float: right;
}

.alignleft a, .alignright a {
	font-size: 11px;
}

/*---------- Pages ----------*/

#pageColumn {
	margin-left: 20px;
	text-align: left;
	float: left;
	width: 815px;
}

.work {
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: 1px solid #363639;
}

.work_left {
	float: left;
}

.work_left a {
	display: block;
	border: 1px solid #363639;
}

.work_right {
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	width: 370px;
}

.work_right h2 {
	border: none;
}

.work_right ul {
	list-style: none;
	padding-top: 10px;
}

.work_right li {
	display: block;
	padding: 0;
	margin: 0;
}

.work_right img {
	padding: 0;
	margin: 0
}

.phone_number {
	float: right;
	margin: 10px 6px 0 0;
	font-size: 50px;
}

.phone_h2 {
	margin: 20px 0;
}

.phone_contact {
	margin: 10px 0;
	font-size: 50px;
}

.launch {
	float: right;
}

div#qTip {
 padding: 10px;
 display: none;
 background: url(images/qtip.png);
 color: #FFF;
 font: bold 9px;
 text-align: center;
 position: absolute;
 z-index: 1000;
 width:150px
}

#workCats {
	height: 40px;
}

#workCats ul {
	list-style: none;
	text-align: center;
}

#workCats li {
	display: inline;
	text-align: center;
}

#workCats a {
	display: inline-block;
	width: 150px;
	height: 20px;
	padding: 5px
}

#workCats a:hover {
	background: #5c6b82;
	color: #fff;
	text-decoration: none;
}

#graphic {
	margin-top: 20px;
}

#web {
	float:left;
	text-align:center;
	width: 400px;	
}

#compTech {
	float: left;
	text-align: center;
	width: 400px;
}

#rcmpTable {
	
	color: #ffffff;
	float: right;
	margin-bottom: 15px;
	margin-top: 5px;
}

#rcmpTable td {
	padding: 5px;
	margin: 2px;
	background: #214589;
}

#optionsTable {
	
	color: #ffffff;
	float: right;
	margin-bottom: 15px;
	margin-top: 5px;
}

#optionsTable td {
	padding: 5px;
	margin: 2px;
	background: #214589;
}

#rcmpContent {
	float: left;
	width: 394px;
}

#bcmpTable {
	
	color: #ffffff;
	float: right;
	margin-bottom: 15px;
	margin-top: 5px;
}

#bcmpTable td {
	padding: 5px;
	margin: 2px;
	background: #214589;
}

#optionsbcmp {
	
	color: #ffffff;
	float: right;
	margin-bottom: 15px;
	margin-top: 5px;
}

#optionsbcmp td {
	padding: 5px;
	margin: 2px;
	background: #214589;
}

#bcmpContent {
	float: left;
	width: 394px;
}

#post-52 h2, #post-54 h2, #post-59 h2 {
	display: none;
}

#post-9 h2 {
	border: none;
}

#services span {
	display: none;
}

#services ul {
	list-style: none;
	padding-left: 5px;
}

#services li {
	display: inline;
}

#computerRepair a {
	background: url(images/computerServices.jpg) no-repeat;
	width: 800px;
	height: 184px;
	float: left;
}

#computerRepair a:hover {
	background-position: 0% -184px;
}

#web a {
	background: url(images/webServices.jpg) no-repeat;
	width: 800px;
	height: 200px;
	float: left;
}

#web a:hover {
	background-position: 0% -200px;
}

#video a {
	background: url(images/videoServices.jpg) no-repeat;
	width: 800px;
	height: 202px;
	float: left;
}

#video a:hover {
	background-position: 0% -202px;
}

/*---------- Computer Repair Page ------------*/

#rcmp_table {
	width: 800px;
}

#rcmp_table td {
	background: #e1e1e1;
	padding: 5px;
}

#rcmp_table div {
	text-align: center;
	font-weight: bold;
}

#rcmp_table h2 {
	border: none;
}

.style1 {
	font-size: 12px;
}

#cm_signup {
	list-style: none;
	margin-left: 2px;
}

#cm_signup span {
	display: none;
}

#cm_signup a {
	background: url(http://syr.bensoncom.com/wp-content/themes/SYR_BensonCom_Theme/images/signUpForCM.jpg) no-repeat;
	width: 797px;
	height: 126px;
	float: left;
}

#cm_signup a:hover {
	background-position: 0% -126px;
}

/*---------- Gallery ----------*/

#post-292 h2, #post-305 h2, #post-280 h2 {
	display: none;
}

#post-280 .entry, #post-292 .entry, #post-305 .entry {
	padding: 0;
	margin: 0;
}

#gallery {
	float: left;
	width: 60%;
	padding: 0;
	margin: 0;
}

#gallerySide {
	float: right;
	text-align: left;
	width: 32%;
	border-left: 1px solid #e1e1e1;
	padding: 10px 0 10px 20px;
	margin: 0 20px 15px 0;
}

#gallerySide a {
	font-weight:750;
	
}

#gallerySide a:hover {
	color: #df8112;

}

#gallerySide ul {
	list-style: none;
}

#gallerySide li {
	list-style: none;
	margin-left: 10px;
	border-top: 1px solid #e1e1e1;
	padding: 10px 0;
}

/* --------- Contact ----------*/

#map {
	border-bottom: 1px solid #363639;
	padding-bottom: 5px;
}

#map small a {
	display: none;
}

/*---------- Start Page -----------*/

#post-427 h2 {
	display: none;
}

/* --------- Search Bar ----------*/

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0;
  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse.gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
/* Search form */
.cse form.gsc-search-box,
form.gsc-search-box {
  padding: 8px 4px 2px 6px;
  margin-bottom: 6px;
}
.cse .gsc-branding-text,
.gsc-branding-text {
  color: #000000;
}
.cse td.gsc-input,
td.gsc-input {
  padding-right: 0;
}
.cse .gsc-search-box,
.gsc-search-box {
  border-collapse: collapse;
}
/* Search input */
.cse input.gsc-input,
input.gsc-input {
  font-family: inherit;
  border: 1px solid;
  border-color: #777777;
  padding: 3px;
  width: 99%;
  font-size: 16px;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 1px 2px #000000;
  padding: 3px 8px 4px 8px;
  background-color: #333333;
  border: 1px solid;
  border-color: #333333;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Base tab selector styles */
.cse .gsc-tabHeader,
.gsc-tabHeader {
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 8px 0 8px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border: 1px solid;
  border-color: #777777;
  border-bottom: none;
  color: #ffffff;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
 display: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px dotted #333333;
  padding: 0;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  margin: 0;
  border: none;
}
/* Wrapper for all results */
.cse .gsc-results,
.gsc-results {
  width: 100%;
  margin-top: 1em;
}
/* Uber-wrapper for a result. Add padding to elements within a result block */
.cse .gs-result .gs-title,
.gs-result .gs-title,
.cse .gs-result .gs-snippet,
.gs-result .gs-snippet,
.cse .gs-result .gs-visibleUrl,
.gs-result .gs-visibleUrl, {
  padding: 0;
}
/* Font size */
.cse .gs-result .gs-title,
.gs-result .gs-title,
.cse .gs-result .gs-snippet,
.gs-result .gs-snippet {
  font-size: 14px;
  line-height: 18px;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: 0 0 0 .5em;
  border-left: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border-left: 1px solid;
  border-color: #000000;
}
/* Set link colors. */
.cse .gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link,
.cse .gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link b,
.cse .gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited,
.cse .gs-webResult.gs-result a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited b,
.cse .gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover,
.cse .gs-webResult.gs-result a.gs-title:hover b,
.gs-webResult.gs-result a.gs-title:hover b,
.cse .gsc-cursor-page,
.gsc-cursor-page,
.cse .gsc-trailing-more-results:link,
.gsc-trailing-more-results:link {
  color: #444444;
}
.cse .gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active,
.cse .gs-webResult.gs-result a.gs-title:active b,
.gs-webResult.gs-result a.gs-title:active b {
  color: #777777;
}
/* Snippet text color */
.cse .gs-webResult.gs-result .gs-snippet,
.gs-webResult.gs-result .gs-snippet {
  color: #333333;
}
/* URL text color */
.cse .gs-webResult.gs-result .gs-visibleUrl,
.gs-webResult.gs-result .gs-visibleUrl,
.cse .gs-webResult.gs-result .gs-visibleUrl-short,
.gs-webResult.gs-result .gs-visibleUrl-short {
  color: #000000;
  font-weight: bold;
}
/* Pagination container centered */
.cse .gsc-cursor-box,
.gsc-cursor-box {
  border-top: 1px dotted;
  border-color: #333333;
  padding: .5em 0 0 .5em;
  text-align: left;
}
/* Selected pagination */
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #fff;
  background-color: #333333;
  text-shadow: 0px 1px 1px #000;
  padding: 0 5px;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #E6E6E6;
  border: 1px solid;
  border-color: #CCCCCC;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #444444;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #00CC00;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #333333;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #00CC00;
}

.google_img {
	padding-top: 10px;
	float: left;
}

.customer_month {
	float: right;
	padding: 15px 25px 0 0;
	width: 375px;
	text-align: right;
}

.bensonButton {
	text-align: center;
	padding: 15px 0;
	border-top: 1px dotted #333333;
	margin: 0 5px;
}

.bensonButton span {
	display: none;
}

.bensonButton ul {
	list-style: none;
}

.bensonButton li {
	display: inline;
}

#customerAccess a {
	background: url("http://syr.bensoncom.com/startpage/customerbutton.jpg") no-repeat;
	width: 210px;
	height: 59px;
	display: block;
	float: left;
}

#customerAccess a:hover {
	background-position: 0% -59px;
}

#bensonStore a {
	background: url("http://syr.bensoncom.com/startpage/storebutton.jpg") no-repeat;
	width: 210px;
	height: 59px;
	display: block;
	float: left;
	margin: 0 82px;
}

#bensonStore a:hover {
	background-position: 0% -59px;
}

#bensonWebmail a {
	background: url("http://syr.bensoncom.com/startpage/startpagebutton.jpg") no-repeat;
	width: 210px;
	height: 59px;
	display: block;
	float: left;
}

#bensonWebmail a:hover {
	background-position: 0% -59px;
}		

.googleNews {
	float: left;
	width: 590px;
}

.googleNews a {
	font-weight: normal;
}

.googleNews a:hover {
	color: #000000;
}

.firstRow {
	padding-bottom: 10px;
}

.secondRow {
	padding: 20px 0;
}

.thirdRow {
	padding-top: 10px;
}

.newsFeed {
	float: left;
	width: 280px;
	padding-right: 10px;
	padding-left: 5px;
}

#google-news-inline h3 {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #333333;
	background-color: #e1e1e1;
	font-size: 15px;
}

#google-news-inline li {
	list-style: none;
	border-bottom: 1px dotted #333333;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.startLinks {
	float: left;
	padding: 0;
}

.startLinks h3 {
 	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #333333;
	background-color: #e1e1e1;
	font-size: 15px;
}

.startLinks ol {
	list-style: none;
	padding: 0;
}

.startLinks li {
	padding: 0 0 10px 0;
}

.startLinks span {
	display: none;
}

#facebookButton a {
	background: url("http://syr.bensoncom.com/startpage/facebookLogo.jpg") no-repeat;
	width: 210px;
	height: 79px;
	display: block;
	margin: 0 auto;
}

#twitterButton a {
	background: url("http://syr.bensoncom.com/startpage/twitter_logo.jpg") no-repeat;
	width: 210px;
	height: 58px;
	display: block;
	margin: 0 auto;
}

#myspaceButton a {
	background: url("http://syr.bensoncom.com/startpage/MySpaceLogo.jpg") no-repeat;
	width: 210px;
	height: 85px;
	display: block;
	margin: 0 auto;
}

#gmailButton a {
	background: url("http://syr.bensoncom.com/startpage/gmailLogo.jpg") no-repeat;
	width: 210px;
	height: 92px;
	display: block;
	margin: 0 auto;
}

#yahooButton a {
	background: url("http://syr.bensoncom.com/startpage/YahooMailLogo.jpg") no-repeat;
	width: 210px;
	height: 56px;
	display: block;
	margin: 0 auto;
}

#hotmailButton a {
	background: url("http://syr.bensoncom.com/startpage/hotmailLogo.jpg") no-repeat;
	width: 210px;
	height: 75px;
	display: block;
	margin: 0 auto;
}

.googleAd {
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
}

#startFooter {
	width: 856px;
	background: url("images/smallFooter.png") top no-repeat;
}

#startFooter p {
	padding: 25px 0;
	font-size: 12px;
	color: #ffffff;
}

#startFooter a {
	color: #ffffff;
}

/*---------- Sidebar ----------*/

#sidebar {
	float: right;
	text-align: left;
	width: 25%;
	border-left: 1px solid #e1e1e1;
	padding: 10px 10px 10px 20px;
	margin: 0 20px 15px 0;
}

#sidebar h2 {
	font-size: 18px;
	padding-bottom: 5px;
}

#sidebar p {
	font-size: 14px;
	padding-bottom: 10px;
}

#sidebar a {
	font-weight:750;
}

#sidebar a:hover {
	color: #df8112;
	
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li ul li {
	margin-left: 10px;
	border-top: 1px solid #e1e1e1;
	padding: 10px 0;
}

#sidebar ul li ul {
	padding-bottom: 10px;
	font-size: 14px;
}

#sidebar .testimonial h2 {
	padding-bottom: 10px;
}

#sidebar .testimonial p {
	padding-bottom: 5px;
}

#sidebar .testimonial a {
	display: block;
	float: right;
	margin: 10px 0;
	padding-bottom: 10px;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #e1e1e1;
}

/*---------- Comments ---------*/

input {
	margin: 5px;
}

#commentform small {
	align: left;
}

#commentform textarea {
	width: 535px;
}
	

#comment {
	width: 595px;
	margin: 5px;
}

#submit {
	border: 1px solid #e1e1e1;
	float: right;
	padding: 5px;
	cursor: pointer;
}

#submit:hover {
	border: 1px solid #999999;
}

/*---------- Footer ----------*/

#footerWrap {
	background: url(images/footerRepeat.jpg) repeat-x;
	background-color: #214589;
}

#footer {
	font-size: 12px;
	height: 165px;
	width: 856px;
	background: url(images/footer.jpg) no-repeat top center;
	margin: 0 auto;
	padding: 25px 20px 20px 25px;
	list-style: none;
}

#recentWork {
	width: 275px;
	float: left;
	text-align: left;
	padding-left: 23px;
	list-style: none;
	font-size: 11px;
	margin-right: 20px;
}

#recentWork h2 {
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

#recentWork #ngg-gallery-0 {
	padding: 0;
	margin: 0;
}

#recentWork .ngg-gallery-thumbnail-box {
	padding: 0px;
	margin: 0px;
}

#recentWork .ngg-gallery-thumbnail-box img {
	padding: 2px;
	margin: 2px;
	width: 75px;
	height: 56px;
}

#recentposts {
	width: 290px;
	float: left;
	text-align: left;
	font-size: 11px;
	margin-left: 10px;
	color: #fff;
}

#recentposts ul {
	list-style: none;
}

#recentposts a {
	display: block;
	border-top: 1px solid #fff;
	padding: 5px 0 5px 10px;
	color: #fff;
}

#meta {
	width: 180px;
	float: left;
	text-align: left;
	padding-left: 30px;
	font-size: 11px;
	margin-right: 20px;
	color: #FFFFFF;
}

#meta ul {
	list-style: none;
}

#meta a {
	display: block;
	height: 20px;
	border-top: 1px solid #ffffff;
	padding-left: 10px;
	padding-top: 10px;
	color: #fff;
}

#logos {
	text-align: center;
}

#logos span {
	display: none;
}

#logos img {
	border: none;
	padding: 5px 0;	
}

#copyrights {
	width: 818px;
	margin: 0 auto;
	font-size: 12px;
	padding-bottom: 10px;
	color: #fff;	
}

#copyrights a {
	color: #fff;
}

#copyrights a:hover {
	color: #df8112;
}

#copyrights ul {
	list-style: none;
	display: inline;
}

#copyrights li {
	float: left;
}

/* "Code is Poetry | Wordpress" */
