

/**
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */

/* Misc Styles and defaults
-------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%;
 	margin-bottom: 40px;
	font-family: Arial, sans-serif;
	background: #3358B7 url(/images/bg.png) repeat-x top left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */

#Container {
	width: 941px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: transparent;
}

#TopCurve {
	width: 941px;
	clear: both;
	overflow: hidden;
	margin: 0 auto -42px;
	background: transparent url(/images/content-topcurve.png) no-repeat top center;
	position: relative;
	top: -42px;
	height: 106px;

}

#Layout {
	width: 941px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	background: #fff url(/images/watermark.png) no-repeat bottom right;
}

#BottomCurve {
    background: url(/images/content-bottomcurve.png) no-repeat scroll center top transparent;
    clear: both;
    height: 106px;
    margin: 0 auto;
    width: 941px;
}

#Content {
    float: left;
    margin: 0;
    padding-left: 52px;
    text-align: left;
    width: 595px;
    min-height: 450px;
}

/* HEADER
----------------------------------------- */
#Header {
 	width: 941px;
 	margin: 22px auto;
	overflow: hidden;
}

#Header img {
	border: 0;
	position:relative;
	z-index:1000;
}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
    background: transparent;
    left: 50%;
    margin-left: -470px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 941px;
}

#Navigation ul {
	float: right;
	margin-right: 10px;
}
#Navigation ul li {
	background: transparent url(/images/navbar-shadow.png) repeat-x left top;
	list-style: none;
	margin: 0 2px;
	float: left;
	line-height: 42px;
	padding-bottom: 34px;
	display: block;
}

#Navigation ul li a {
	background: transparent url(/images/nav-bg.png) repeat-x left top;
	float: left;
	text-decoration: none;
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
}

#Navigation ul li a.current,
#Navigation ul li a.section,
#Navigation ul li a:hover {
	background: transparent url(/images/nav-current.png) repeat-x left top;
	color: #fff;
	cursor: pointer;
}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs {
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em;
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}

/* LEFT SIDEBAR
---------------------------------------*/
#LeftSidebar {
    background-color: #B7C4E3;
    float: left;
    padding-left: 18px;
    width: 125px;
}

#LeftSidebarFade {
    background: url(/images/left-sidebar-fade.png) no-repeat scroll center top #FFFFFF;
    clear: left;
    float: left;
    height: 150px;
    margin-left: -18px;
    width: 143px;
}

#LeftBarContent {
    border-top: 1px dotted #193989;
    font-size: 12px;
    margin: 10px 12px 10px 5px;
    padding-top: 10px;
}

#LeftSidebar h2 {
    border-bottom: 2px solid #193989;
    font-size: 14px;
    line-height: 17px;
    margin: 0 12px 4px 5px;
    padding-bottom: 3px;
    text-transform: uppercase;
}

#LeftSidebar ul {
    list-style: none outside none;
    margin: 0;
}

#LeftSidebar li {
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
    padding-left: 0;
    text-transform: uppercase;
}

#LeftSidebar li a {
    color: #193989;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 5px;
    text-decoration: none;
}

#LeftSidebar li a.current,
#LeftSidebar li a.section,
#LeftSidebar li a:hover {
	background-color: #fff;
	text-decoration: none;
}

/* SIDEBAR
-------------------------------------- */
#Sidebar {
 	width: 285px;
	float: right;
	margin: 276px 0 0 0;
	padding: 0;
	overflow: visible;
}
	#Sidebar .sidebarBox {
		margin: 0 auto 5px;
		padding-bottom: 2px;
		background: #EFEFEF url(/images/sidebarHeader.gif) no-repeat left top;
		width: 200px;
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 {
		clear: both;
		text-transform: lowercase;
		color: #fff;
		font-weight: 700;
		font-size: 1.4em;
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(/images/sidebarHeaderSub.gif) repeat-x center left;
	}

	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px auto 10px;
		background: #EFEFEF url(/images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}

	
    ul#Menu2 li {
    	font-size: 0.9em;
    	margin: 1px 0 5px 4px;
        list-style: none;
    }
    	ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      	}
			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
        	background: #DCDCDC url(/images/sidebarSideArrow.gif) no-repeat right center;
        	color: #666;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px;
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
			background: transparent url(/images/sidebarTopLeftHover.gif) no-repeat left top;
			display: block;
			width: 100%;
			height: 100%;
		}
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
        	background: transparent url(/images/sidebarBottomLeftHover.gif) no-repeat left bottom;
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC url(/images/sidebarSectionBottom.png) no-repeat bottom left;
      		}
      			ul#Menu2 li ul li {
            		padding: 0;
            		font-size: 0.8em;
            		margin: 2px 0 0 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}

					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}

			
      		ul#Menu2 li a.levelb {
            	font-size: 1.7em;
            	text-indent: 8px;
            	width: 188px;
				background: transparent;
            	margin-left: 10px;
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	background: #BCBCBC url(/images/sidebarSideArrow2.gif) no-repeat right center;
            	text-decoration: none;
            	display: block;
            	color: #fff;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	background: transparent url(/images/sidebarTopLeftHover2.gif) no-repeat left top;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
            	background: transparent url(/images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

/* LEFT SIDEBAR
---------------------------------------*/
#Testimonial {
	width: 269px;
	height: 76px;
	/*background: transparent url(/images/new_bg.png) no-repeat top left;*/
	background: #efefef url(/images/phone.png) no-repeat 10px 0px;
	border: 1px solid #6cabd2;
	border-right:none;
	padding-top: 5px;
	/*background: #4c6bb9;*/
	border-radius: 20px 0 0 20px;
	khtml-border-radius: 20px 0 0 20px;
	o-border-radius: 20px 0 0 20px;
	webkit-border-radius: 20px 0 0 20px;
	moz-border-radius: 20px 0 0 20px;

/*     -moz-transform: rotate(10deg);
       -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
*/
	position: absolute;
	top: 210px;
	margin-left: 15px;
}

#Sidebar p.TestimonialText {
    font-family: Calibri,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 auto 12px;
    text-align: center;
    width: 230px;
}

#Sidebar p.TestimonialAuthor {
	width: 240px;
	text-align: right;
    font-family: Calibri,Arial,sans-serif;
	font-size: 14px;
	line-height: 15px;
}

#Sidebar a.TestimonialLink {
    font-family: Calibri,Arial,sans-serif;
	font-size: 14px;
}



/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(/images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(/images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid #ddd;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(/images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
	margin: 8px 0;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}


#PageCommentInterface_Form_PostCommentForm_action_postcomment {
	margin-bottom: 20px;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM
-----------------------------------------------*/
#SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
	#SearchForm_SearchForm .middleColumn {
		float: left;
		width: 164px;
		margin: 0 5px 0 0;
		padding: 2px;
		background-color: #51a9df;
	}

		#SearchForm_SearchForm .middleColumn input.text {
			width: 160px;
			border: none;
			color: #666;
		}

	#SearchForm_SearchForm #SearchForm_SearchForm_action_results {
		float: left;
		margin-top: 2px;
	}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}

/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer {
 	clear: both;
	width: 941px;
	margin: 0 auto 15px;
	text-align: center;
}

#Footer p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 0;
}
#Footer a {
	color: #fff;
}
#Footer a:hover {
	color: #fff;
}



.twtr-widget {
	width: 250px;
	margin: 0 auto;
}


#MP3Info {
	float: left;
	width: 375px;
}

#MP3Player {
	float: right;
	overflow: hidden;
	width: 75px;
	padding-top: 18px;
}

/**
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */


/* GENERIC STYLES
-------------------------------------------- */

.typography * {
	font-family: Arial, sans-serif;
	color: #193989;
}

/* PARAGRAPHS
-------------------------------------------- */
.typography p {
 	color: #193989;
 	line-height: 17px;
 	font-size: 14px;
	margin: 0 0 16px 0;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS
-------------------------------------------- */

.typography a {
 	text-decoration: underline;
	color: #193989;
}
	.typography a:hover {
 		text-decoration: none;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(/images/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(/images/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(/images/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(/images/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(/images/application.png) no-repeat left center;
	}

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol {
    list-style: disc outside url(/images/bullet.png);
    margin: 0 0 18px 20px;
}

.typography li {
    font-size: 14px;
    margin: 5px 10px 5px 0;
    padding-left: 20px;
}

.typography li li {
	font-size: 12px;
}

/* HEADER STYLES
-------------------------------------------- */

.typography h1,
.typography h2 {
	margin: 0 0 18px 0;
	font-weight: 300;
	font-weight: bold;
}

.typography h1 {
    background: url(/images/h1-border.gif) repeat-x scroll left bottom transparent;
    color: /*#F37321*/ #e90000;
    font-size: 24px;
    padding-bottom: 10px;
}
.typography h2 {
	color: /*#F37321*/ #e90000;
 	font-size: 16px;
 	margin-bottom: 0;
 	line-height: 18px;
}

.typography h2 a {
	color: #e90000;/*#F37321*/;
}

.typography h3 {
	color: #222;
	margin: 0 0 18px 0;
	font-weight: 300;
	clear: both;
	font-size: 18px;
}
.typography h4 {
	font-size: 16px;
	color: #222;
	width: 95%;
	font-weight: 300;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 16px 0;
}
.typography h5 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* PRE STYLES
-------------------------------------------- */
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 0;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}

		.typography td {
			border:1px solid #999;
			padding:5px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

/* CONTACT LIST
-------------------------------------------- */
dl.ContactList dt {
	width: 50px;
	float: left;
	clear: left;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

dl.ContactList dd {
	font-size: 15px;
	float: left;
	
	vertical-align: middle;
	line-height: 25px;
}

/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 11px ;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
	
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

form .date input.month,
form .date input.day,
form .date input.year {
	width: auto;
}

form .datetime .clear {
	clear: both;
}

form .datetime .date,
form .datetime .time {
	float: left;
	clear: none;
	width: auto;
}
	form .datetime .middleColumn .middleColumn {
		width: auto;
	}
	form .datetime .date input,
	form .datetime .time input {
		width: auto;
	}


/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
	font-size: 12px;
}

label.right {
	display:inline;
}

/* CHECKBOXES
---------------------------------------- */
ul.optionset {
	margin: 0;
	overflow: hidden;
}
	ul.optionset li {
		margin: 6px 0;
		clear: both;
	}
		ul.optionset li input {
			float: left;
			margin: 0 6px;
		}
		ul.optionset li label {
			margin: 0;
		}

#BlogContent {

	float: right; 	
	margin: 0;
	text-align: left;
}

.BlogError {
	text-align: center;
}

* html #Sidebar p.tagcloud {
	padding-bottom: 10px;
}
.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

#BlogEntry_Form_BlogEntryForm #ContentLabel{
	display:inline;
}

#BlogEntry_Form_BlogEntryForm .CompositeField {
	position: relative;
	width: 100%;
}

#BlogEntry_Form_BlogEntryForm #BBCodeHint {
	cursor: pointer;
	font-size:0.8em;
	position: absolute;
	left: 240px;
	top: 3px;
}
#BlogEntry_Form_BlogEntryForm #BBTagsHolder{
	display: block;
	position: absolute;
	top: 30px;
	left: 325px;
}
.blogSummary {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
#Content label{
	margin-top: 0px;
}
#Layout p.authorDate,
#Layout p.tags {
	font-size: 0.9em;
	color: #777;
	margin: -15px 0 12px 0;
}

#Layout #BlogContent p.authorDate{
	margin-top: 5px;
}

p.blogVitals {
	text-align: right;
	margin: 0;
	color: #999;
}
a.comments {
	background: url(/images/comments.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}
a.readmore {
	background: url(/images/readmore.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}

a#editpost{
	background: url(/images/edit.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}

a#unpublishpost{
	background: url(/images/delete.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}


.tagcloud .not-popular { font-size: 1em; }
.tagcloud .not-very-popular { font-size: 1.3em; }
.tagcloud .somewhat-popular { font-size: 1.6em; }
.tagcloud .popular { font-size: 1.9em; }
.tagcloud .very-popular { font-size: 2.2em; }
.tagcloud .ultra-popular { font-size: 2.5em; }

.archiveMonths{

}

ul.archiveYears li{
	display: inline;
	font-size: 1.2em !important;
	margin:0 !important;
}
#tsearch{
	position: absolute;
	right:10px;
	top:80px;
	z-index:1000;
}
#thes{
	color: #fff;
	background: #4c6bb9;
	border:1px solid #ccc;
	padding:3px;
}
#tsubmit{
	width:15px;
	background: url(/images/search-icon.png);
	border: none;
	height:15px;
	position:absolute;
	right:10px;
	top:3px;
}
.twosubcat{
	display:none;
}
.the_h{
	height:1px; 
	width:580px;
}
.thecart{
    position:fixed;
    top:150px;
    right:0px;
    background: #e90000;
    color: #ccc;
    width:150px;
    height:16px;
    border:1px solid #FFF;
    padding:10px;
    z-index:1000;
}
.thecart a {
    color: #fff;
    text-decoration:none;
    font-size:13px;
    font-weight:bolder;
}
.news_title{
    color: #e90000;
    font-weight:bold;
    font-size:12px;
}
#LeftSidebar{
    padding-top:30px;
}
.dimage{
    margin: 0 auto 0 auto;
    max-width:100px;
}
#cattable{
    width:100%;
}
#cattable tr td{
    text-align:center;
    width:50%;
    font-size:14px;
    font-weight:bold;
}
.wpsc_category_details img{
    max-height:150px;
    margin-bottom:30px;
}
.no-image{
    width: 100px !important;
    height: 100px !important;
}
#mmcol{
    display:none;
}
.mobile_menu{
    display:none;
}
#phone_mobile{
    display:none;
}
.wpsc_buy_button{
    margin:10px 0;
    color:#FFF;
    background:#19398a;
    border:1px solid #CCC;
    font-weight:bold;	
    padding:5px;
}
.productcol{
    margin-bottom:40px !important;
}

@media(max-width:960px){
    body{
	max-width:100%;
    }
    #phone_mobile{
	display:block;
	position:absolute !important;
	left:60px !important;
	top:65px;
	color:#e90000;
	z-index:1001;
	font-weight:bold;
	font-size:22px;
	text-decoration:none;
	
    }
    #Container{
	max-width:100%;
    }	
    #tsearch {
	position: absolute;
	left: 60px;
	right:auto;
	top: 105px;
	z-index: 1000;
    }
    #Header{
	max-width:100%;
    }
    #Layout{
	max-width:100%;
    }
    #TopCurve{
	max-width:100%;
    }
    #BottomCurve{
	max-width:100%;
    }
    #Footer{
	max-width:100%;
    }
    #Navigation{
	display:none;
    }
    #Header a{
	position:relative;	
	left:10px;
    }
    #mmcol{
	display:block !important;
        font-size:40px; 
	color:#FFF;
	cursor:pointer;
	position:relative;
	left:10px;
	top:0px;
    }
    .mobile_menu{
	display:block;
	height:0px;
	overflow:hidden;
	transition:all ease-in-out 0.5s;
    }
    #Sidebar{
	display:none;
    }
    #mobile_menu ul li a{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding-bottom:7px;
    }
    #BlogContent{
	max-width:100%;
    }
    .blogEntry{
	max-width:100%;
    }
    .postTitle{
	max-width:80%;
    }
    #Content{
	max-width:100%;
	padding-left:5px;
    }
    #Content p img{
	max-width:30%;
	height:auto;
    }
    #Content p{
    }
    .checkout_cart{
	max-width:300px !important;
	width:100% !important;
    }
    .checkout_cart td{
	padding:0px !important;
    }
    .checkout_cart td img{
	max-width:80px;
	margin:0 !important;
	padding:0 !important;
    }
    .wpsc_checkout_table{
	max-width:300px !important;
	width:300px !important;
    }
    .wpsc_checkout_table input, .wpsc_checkout_table textarea{
	max-width:200px !important;
    }
}	
.product_row td img{
    max-width:150px !important;
    height:auto !important;
}