
/*

Table of Contents
==================================================

(Hint: copy + ctrl/cmd +F an @group below to jump to a section)

@group Teasers
@group Breadcrumbs
@group Menu
@group Tabs
@group Toggles
@group Latest Posts (shortcode)
@group Pagination
@group Widgets
@group Author Info
@group Button - (White is Default)
@group Callouts
@group WP Overrides
@group Slider Customization

*/

/* Optional Background for Header */

#wrap {
	-webkit-box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, 0.1);
     box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, 0.1);
}

#header {
	background:#f3f3f3;
	}

/* Header Text */

#header div#site-title a,
#header h1#site-title a {
	padding: 10px 0 5px 0;
	text-shadow: #eff1e4 0 1px 0;
}


/* Header Tagline */
#header span.site-desc {
	padding: 0px 0 10px 0;
	text-shadow: #eff1e4 0 1px 0;
}

/* Header Extras Widget */

#header .header_extras {
	top: 10px;
	right: 0px;
	width: 320px;
}

#footer {
	border-top: 4px solid #edefef;
	/* font-sizes slightly smaller */
	font-size: .9em;
	background-color: #6a208f;
	color:#fff;
}
#footer h3 {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
}
#footer li, #footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer ul a {
	color:#fff;
	text-decoration:none;
	padding:10px 0 10px 0;
	font-size:11px;
	margin:0;
	line-height:15px;
}
#footer li a {
	margin:0;
	padding:0;
	line-height:15px;
}
#footer p {
	font-size:11px;
	line-height:16px;
	margin:0;
}


/* Read More links */

a.more-link:link,
a.more-link:visited {
	font-size: 1em;
	margin: 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #086bb8 url(./images/icons/list-arrow.png) no-repeat .55em .75em;
	border: 1px solid #0660a6;
	text-shadow: #004a85 1px 1px 0;
	 box-shadow: 1px 1px 0 #0985e5 inset, -1px -1px 0 #0985e5 inset;
    -moz-box-shadow: 1px 1px 0 #0985e5 inset, -1px -1px 0 #0985e5 inset;
    -webkit-box-shadow: 1px 1px 0 #0985e5 inset, -1px -1px 0 #0985e5 inset;
	padding: .3em .7em .3em 2em;
	text-decoration: none;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	position: relative;

}

a.more-link:hover {
	color: #5295ea;
	background-color: #353535;
	border: 1px solid #3e3e3e;
	text-shadow: #000 1px -1px 0;
	box-shadow: 1px 1px 0 #4d4d4d inset, -1px -1px 0 #4d4d4d inset;
    -moz-box-shadow: 1px 1px 0 #4d4d4d inset, -1px -1px 0 #4d4d4d inset;
	-webkit-box-shadow: 1px 1px 0 #4d4d4d inset, -1px -1px 0 #4d4d4d inset;
	text-decoration: none;
}

/* @group Teasers */


#teaser {
	color: #c4c4c4;
	text-shadow: #000000 0px 1px 0px;
	background: #000000 url(./images/style1/teaser_s1.png) repeat-x 0 top;
	position: relative;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-radius: 0px 0px 6px 6px;
	line-height: 1.35em;
	font-size: 1.5em;
	behavior: url("./wp-content/themes/synapse/PIE.php");
	position: relative;
}


#teaser.normal { position: relative;margin: 0 auto;}

#teaser.wide {
	position: relative;
	width: 100%;
	margin: 0 auto;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-radius: 0px 0px 0px 0px;
}


#teaser .columns .inside {
	padding: 20px;
}
#teaser.wide .columns .inside {
	padding: 20px 0px;
}

#teaser li p,
#teaser p {
	margin-bottom: 0px;
	line-height: 1.25em;
}

#teaser p strong {
	font-weight: bold;
	color: #fff;
}


#teaser h2,#teaser h3 {
	font-size: 44px;
	color: #fafafa;
	margin: 0 0 .25em 0;
	padding: 0;
	line-height: 110%;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: #000 -2px 2px 0;
}


#teaser p a {
	color: #0b7ed8;
	text-shadow: none;
	text-decoration: none;
}

#teaser a:hover {
	text-decoration: underline;
}

#teaser .button a {
	text-decoration: none;
	margin-bottom: 20px;
	margin-top: 10px;
}

#teaser .button a:hover {
	text-decoration: none;
}

/* @end */



/* @group Breadcrumbs */

/* Breadcrumbs */

#breadcrumbs {
	background: #f9f9f9;
	border: 1px solid #ebebeb;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position: relative;
}

#breadcrumbs .sep {
	color: #8c8d87;
	text-shadow: #fff 1px 0px 1px;
}

p#breadcrumbs a,p#breadcrumbs strong {
	color: #6b6b6b;
}


/* @end */



/* @group Menu */


/* Main Menu Height, Background, and Font Size */

#menu .columns,
#menu.wide  {
	/* Menu background color and image */
	background: #6a208f;
	position: relative;
}


#menu.wide {
	border-radius:0px;	
}


/* Apply Full border radius when
 * teaser widget is not active and
 * when full-width mode is disabled */

#menu.normal .columns.rounded  {

}

#menu ul {
	padding-left: 2px;
	margin-left: 4px;
}


/* Top Level Links */

#menu ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 42px;
	text-transform:uppercase;
	font-weight: bold;
border-right:1px solid #7732A0;
}

/* Top Level Hover Links */

#menu ul li a:hover,
#menu ul li.active:hover a,
#menu ul li:hover a {
	color: #fff;
	background: #838383;

}

/* Top Level Active Links */

#menu ul li.active a {
	color: #fff;
	background: #838383;
}


/* Sublevel Link Color */

#menu ul ul.sub-menu li a,
#menu li.active:hover ul a {
	font-size: 1.1em;
	color: #fff;
 }

/* Sublevel Background Color */

#menu ul ul.sub-menu li a,
#menu li.active:hover ul a {
	background-color: #838383;
	background-image: none;
	font-weight: normal;
	padding: 5px 5px 5px 20px;
}

/* Apply styles to last sub-level items */
#menu ul.sub-menu,
#menu ul.sub-menu li.last,
#menu ul.sub-menu li.last a {
	-moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
     border-radius: 0px 0px 5px 5px;
}

html.ie7 #menu ul.sub-menu {
	margin-left:-15px;
}

/* Sublevel Link Hover Color */

#menu ul ul.sub-menu li a:hover {
	color: #333;
	background-image: none;
}

/* Sublevel Background Hover Color */

#menu ul ul.sub-menu li a:hover {
	background-color: #bababa;
}


#wrap #menu .columns {
	width: 100%;
	margin: 0;
}


/* Mobile Menu */

@media only screen and (max-width: 767px) {
	#menu .columns   {
		background: #6a208f;
		padding: 10px 0px;
		border-radius:6px;
		height: auto;
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		}
	#wrap #menu li a {
		border-bottom: 1px solid #3481e5;
	}
	
	#wrap #menu li {
		width: 94%;
	}


	/* Submenu Link Color */
	
	#wrap #menu ul.sub-menu li a  {
		color: #d7edff;
	}
	
	
	/* displays Select Menu in place of navbar when enabled */
		
	body.responsive #menu ul#nav li {display: none;}
	body.responsive #menu .columns {background: none;}	
	
	body.responsive ul#nav select,
	body.responsive #menu .columns,
	body.responsive #menu.wide {
	  display: inline-block;
	  background: none;
	  float: left;
	  width: 100%;
	  font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	  }

}


/* @end */




/* @group Tabs */


ul.tabs {
	border-bottom: 1px solid #d4d4d4;
}

ul.tabs li a { 
	border: 1px solid #cacaca;
	background: #f6f6f6;
}

ul.tabs li a { 
	border-width: 1px 0 0 1px;
}

ul.tabs li a.active { 
	background: #fff;
	border-color: #bdbdbd;
}

/* @end */




/* @group Toggles */


.toggle_container {
	padding: 10px 0 0 0;
	margin-bottom: 1px;
	background-color: #fff;
}

p.trigger a {
	text-decoration: none;
	color: #518fc0;
	font-weight: normal;
}

/* Up Toggle State */

p.trigger {
	background: #f4f4f4 url(images/icons/16_expand.png) no-repeat 10px center;
	border-top: 1px solid #fff;
	padding-left: 34px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

/* Hover Toggle State */

p.trigger:hover {
	background: #f0f0f0 url(images/icons/16_expand.png) no-repeat 10px center;
}

p.trigger a:hover,
p.trigger.active a:hover,
p.trigger:hover a {
	color: #666;
	text-shadow: #fafafa -1px 1px 0;
}

/* Active Toggle State */

p.trigger.active {
	background: #fafafa url(images/icons/16_collapse.png) no-repeat 10px center;
}

p.trigger.active a {
	text-shadow: #fff 1px 1px 0;
}


/* @end */




/* @group Latest Posts (shortcode) */


.latestposts .latest-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.one_third .latestposts .latest-item {
	margin-bottom: 0;
	padding-bottom: 0;
}

.latestposts .latest-excerpt p {
	font-size: 12px;
	margin: 0;
}

.latestposts .latest-title a {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.latestposts a.more-link {
	padding: 2px 10px 2px 10px;
	background-image: none;
	font-size: 12px;
}

.latest-img {
	border: 1px solid #fff;
	background-color: #f4f4f4;
	padding: 4px;
	margin: 5px 12px 4px 0px;
    -webkit-box-shadow: 1px 1px 0px #CCC;
    -moz-box-shadow: 1px 1px 0px #CCC;
    box-shadow: 1px 1px 0px #CCC;
	position: relative;
}


/* @end */


/* @group Pagination */




/* Page and Post Navigation */

.pagination span,.pagination a:link {
	color: #fff;
	background: #0679d3;
	text-shadow: #fff 0 1px 0;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow:    0px 1px 0px #fff;
	box-shadow:         0px 1px 0px #fff;
	}

.pagination a:hover,
.pagination .current{
	background: #7ba722;
	color:#fff;
	text-shadow: #71991f 0 1px 0;
}




/* @end */


/* @group Widgets */


/* Sidebar Widget Style 1 */

.widget-container.S1 {
	border: 4px solid #fff;
	background: #DDB8F2;
	padding: 10px;
	margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 4px #a0a0a0;
    -moz-box-shadow: 0px 0px 4px #a0a0a0;
    box-shadow: 0px 0px 4px #a0a0a0;
	position: relative;
	color: #6a208f;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}


.widget-container.S1 h3,
.widget-container.S1 h4 {
	color: #6a208f;
	padding-top: 8px;
}

.widget-container.S1 a {
	color: #b9deff;
	text-decoration: underline;
	text-shadow: #024f8a 0 0 0;
}
.widget-container.S1 a:hover {
	color: #fff;
	text-decoration: underline;
}
.widget-container.S1 li {
	padding:0px 0px 4px 16px;
	margin: 0px 0px 0px 0px;
	background: url(./images/bullet_clear.png) no-repeat 0 .25em;
}

#sidebar .widget-container.S1 li.page_item a,
#sidebar .widget-container.S1 li.menu-item a {
	border:none;
}

/* Sidebar Widget Style 2 */

.widget-container.S2 {
	border: 1px solid #88b924;
	background: #7ba722 url(./images/style1/gradient_light.png) repeat-x center -19px;
	padding: 10px;
	margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 4px #a0a0a0;
    -moz-box-shadow: 0px 0px 4px #a0a0a0;
    box-shadow: 0px 0px 4px #a0a0a0;
	position: relative;
	text-shadow: #618a0f 1px 1px 0;
	color: #fcfcfc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.widget-container.S2 h3,
.widget-container.S2 h4 {
	color: #fff;
	padding-top: 8px;
}

.widget-container.S2 a {
	color: #f1ffd6;
	text-decoration: underline;
	text-shadow: none;
}
.widget-container.S2 a:hover {
	color: #fff;
	text-decoration: none;
}
.widget-container.S2 li {
	padding:0px 0px 4px 16px;
	margin: 0px 0px 0px 0px;
	background: url(./images/bullet_clear.png) no-repeat 0 .25em;
}



/* Sidebar Widget Style 3 */

.widget-container.S3 {
	border: 1px solid #ededed;
	background: #e5e5e5 url(./images/style1/gradient_light.png) repeat-x center -19px;
	padding: 10px;
	margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 4px #a0a0a0;
    -moz-box-shadow: 0px 0px 4px #a0a0a0;
    box-shadow: 0px 0px 4px #a0a0a0;
	position: relative;
	text-shadow: #efefef 1px 1px 0;
	color: #7f7f7f;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.widget-container.S3 h3,
.widget-container.S3 h4 {
	color: #474747;
	padding-top: 8px;
}

.widget-container.S3 a {
	color: #0679d3;
	text-decoration: underline;
}
.widget-container.S3 a:hover {
	color: #3798e4;
	text-decoration: none;
}
.widget-container.S3 li {
	padding:0px 0px 4px 16px;
	margin: 0px 0px 0px 0px;
	background: url(./images/bullet_clear.png) no-repeat 0 .25em;
}



/*
Add Bullets to the core widgets
Uncomment the first rule below
to apply bullets to all widgets
*/

/* .widget-container ul li, */
.widget-container.widget_meta ul li,
.widget-container.widget_archive ul li,
.widget-container.widget_categories ul li,
.widget-container.widget_recent_entries ul li,
.widget-container ul.blogroll li {
	padding-left: 16px;
	background: url(./images/style1/bullet.png) no-repeat 0 .25em;
}


/* Custom Menu Widget Images (arrows) */

#sidebar li.page_item a,
#sidebar li.menu-item a {
	background: url(images/style1/arrow_bullet.png) no-repeat 8px 8px;
	text-decoration: none;
}

#sidebar li.page_item a:hover,
#sidebar li.menu-item a:hover {
	background: url(images/style1/arrow_bullet.png) no-repeat 8px -24px;
}

/* Flickr Widget */


.flickr img {
	border: 1px solid #d8d8d8;
	background-color: #f9f9f9;
	padding: 4px
}

.flickr img:hover {
	border-color: #dcdcdc;
}


#footer .flickr img {
	border: 1px solid #d4d4d4;
	background-color: #f4f4f4;
	padding: 4px
}

#footer .flickr img:hover {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	position: relative;
}


/* @end */


/* @group Author Info */


/* Author Bio Section */

#author-info {
	background: #edece7;
	border: 1px solid #fff;
	box-shadow: 1px 1px 2px #d5d6ce inset, -1px -1px 2px #d5d6ce inset;
    -moz-box-shadow: 1px 1px 2px #d5d6ce inset, -1px -1px 2px #d5d6ce inset;
    -webkit-box-shadow: 1px 1px 2px #d5d6ce inset, -1px -1px 2px #d5d6ce inset;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-pie-box-shadow: 1px 1px 2px #d5d6ce;
	-pie-background: linear-gradient(#ffffff, #d5d6ce);
	position: relative;
}

#author-info img.avatar {
	border: 1px solid #d8d8d8;
	background-color: #f9f9f9;
	padding: 4px

}


/* @end */



/* @group Button - (White is Default)  */

/* White button is default in this style
// To change this, just copy from style.css
// and remove the color class from .button
*/

a.button {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #cccccc);
  background-image: linear-gradient(#ffffff, #cccccc);
  -pie-background: linear-gradient(#ffffff, #cccccc);
  border: 1px solid #dbdbdb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  text-shadow: 0 1px 0 white;
  behavior: url("./wp-content/themes/synapse/PIE.php");
  position: relative;
}
a.button:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#e3e3e3, #ffffff);
  background-image: -moz-linear-gradient(#e3e3e3, #ffffff);
  background-image: -o-linear-gradient(#e3e3e3, #ffffff);
  background-image: linear-gradient(#e3e3e3, #ffffff);
  -pie-background: linear-gradient(#e3e3e3, #ffffff);
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}
a.button:active {
  -moz-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  border: 1px solid #c2c2c2;
}
a.button span.btn_caption {
  color: gray;
  text-shadow: 0 1px 0 white;
}

/* @end */



/* @group Callouts */

/* Callout Box */

.cta {
	background: #F0F0F0 url(./images/style1/gradient_trans.png) repeat-x 0 bottom;
	text-shadow: #fff 1px 1px 0;
	border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    -moz-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc;
    -pie-box-shadow: 0px 0px 4px #ccc;
}

/* No margin on Callout Box paragraphs */

.cta p {
	margin: 0;
	padding: 0;
}


/* Slightly smaller headings for Callouts */

.cta h3 {
	font-size: 1.5em;
	text-shadow: #fff 1px -1px 0;
}



/* @end */



/* @group WP Overrides */



span.post_written,
span.post_categories {
	font-family: DroidSerif, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.postmeta a:link {
	color: #535353;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 2px;
}

.postmeta a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 2px;
	color: #3b3b3b;
}

.postmeta .post-comments a:link {
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 0px;
}


/* Post Images */
ul.advanced-recent-posts li img,
.instapress img,
.wp-post-image {
	margin-top: 5px;
	border: 1px solid #fff;
	background-color: #f4f4f4;
	padding: 5px;
    -webkit-box-shadow: 1px 1px 0px #CCC;
    -moz-box-shadow: 1px 1px 0px #CCC;
    box-shadow: 1px 1px 0px #CCC;
	position: relative;
}

/* Staff Directory */

ul.staff_social {
	border-color: #CCC;
}


/* all 1px border accents */

hr,
.entry-utility,
.entry-meta,
.small,.post,
.st_relatedposts h4,
#sidebar li.page_item a,
#sidebar li.menu-item a {
	border-bottom: 1px solid #eaeaea;
}

hr {
	background-color: #fefefe;
}


table td {
	background-color: #fafafa;
	border: 1px solid #CCC;
}


body.single .entry-utility {
	border-bottom: none;
}

/* @end */



/* @group Slider Customization */

/* Slider Background Color */

li.slide,.flexslider {
	background-color: #fff;
}


.flex-container {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
    box-shadow: none;
}



/* Teaser Slider Background Color */

#teaser li.slide,
#teaser .flexslider {
	background: transparent;
}

#teaser .flex-container {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
    box-shadow: none;
}


#teaser .flex-direction-nav li a.next {right: -40px;}
#teaser .flex-direction-nav li a.prev {left: -40px;}

.flex-control-nav li a {
	background: url(./images/style1/bg_control_nav.png) no-repeat 0px 0px;
	width: 15px;
	height: 15px;
}
#teaser .flex-control-nav li a {
	background: url(./images/style1/bg_control_nav.png) no-repeat 0px 0px;
	width: 15px;
	height: 15px;
}

#teaser .flex-control-nav li a:hover,
.flex-control-nav li a:hover {background-position: 0 -14px;}

#teaser .flex-control-nav li a.active,
.flex-control-nav li a.active {background-position: 0 -28px; cursor: default;}

.flex-control-nav li {margin: 0 0 0 2px;}

/* @end */

/* Smaller Headings for Mobile Devices */


@media only screen and (max-width: 767px) {

#wrap h1 {
	font-size: 1.75em;
}
#wrap h2 {
	font-size: 1.50em;
}
#wrap h3 {
	font-size: 1.25em;
}
#wrap h4,#wrap h5 {
	font-size: 1.15em;
}
#wrap h6 {
	font-size: 1em;
}
img.alignleft,
img.alignright {
	float: none;
	margin: 0 auto;
	width: auto;
}
.latestposts img.alignleft {
	float: left;
}

/* Centers the Logo in mobile layouts */
#wrap #header div#site-title a,
#wrap #header h1#site-title a,
#wrap .site-desc {margin:0px auto;display:block;text-align:center;}


}

/* Uncomment this rule to specify retina screen iPhone4 and iPad3 header logo

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 #wrap #header #site-title.graphic a {
	background-size: 100% auto;
	background: url(./images/style1/logo_2x.png) no-repeat center center;
	margin: 10px auto 0 auto;
}
}

 */

.wpcf7 input {
	width:220px;
	margin:2px 0 5px 0;
}
.wpcf7 p {
	margin:0 0 5px 0;
}
.wpcf7 textarea {
	width:220px;
	height:100px;