/*
	Primary Color:
		4489FF		567DBF		164BA6		73A7FF		98BEFF
	Complementary Color:
		FFB530		BF964B		A67010		FFC864		FFD68D
 */

body
{
	background: #000;
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
	overflow-y: scroll;
	word-wrap: break-word;
}

strong
{
	font-family: 'CandaraBold';
}

.margin-975
{
	width: 975px;
	margin: auto;
}

.column
{
	float: left;
}

em
{
	font-family: 'CandaraItalic';
}

p
{
	margin: 0px 0px 10px 0px;
}

a
{
	text-decoration: none;
}

/*****************************************************************************/

#background
{
	position: absolute;
	/*background: url(../images/sws7.png) no-repeat top center;*/
	top: 0px;
	left: 50%;
	margin-left: -487px;
	width: 975px;
	/*height: 1521px;*/
}

/*****************************************************************************/

#page
{
	background: url(../images/body-bg.png);
	font-family: 'CandaraRegular';
	font-size: 1.6em;
}

#page .container
{
	position: relative;
	width: 975px;
	margin: auto;
}

/*****************************************************************************/

#top-bar
{
	background: url(../images/top-bar-bg.png);
	height: 32px;
	font-size: 0.85em;
}

#top-bar ul
{
	float: right;
}

#top-bar ul li
{
	float: left;
	margin: 0 20px 0 0;
}

#top-bar li a
{
	line-height: 32px;
	color: #ffb530;
}

#top-bar li a:hover
{
	text-shadow: 0 0 8px rgba(191, 137, 36, 0.8);
}

#top-bar .rss
{
	float: left;
	margin: 2px;
}

/*****************************************************************************/

#header
{
	/*background: rgba(0, 255, 0, 0.3);*/
	background: url(../images/header-bg.png);
	height: 289px;
}

#header .container
{
	background: url(../images/masthead-bg.jpg);
	height: 288px;
}

#header a.logo img
{
	margin-top: 100px;
}

/*****************************************************************************/

#menu
{
	background: url(../images/menu-body-bg.png) repeat-x;
	height: 55px;
}

#menu .container
{
	/*background: rgba(0, 0, 255, 0.3);*/
	background: url(../images/menu-bg.png) no-repeat;
	height: 55px;
}

#menu ul
{
	padding-top: 10px;
}

#menu li
{
	margin: 0 20px;
	display: inline;
}

#menu li a
{
	font-weight: bold;
	font-size: 1.3em;
	color: #ffb530;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

#menu li a:hover
{
	text-shadow: 0 0 8px rgba(191, 137, 36, 0.8);
}

.table
{
	display: table;
	margin: 0 auto;
}

/*****************************************************************************/

#body
{
	/*background: rgba(255, 0, 255, 0.3);*/
	/*height: 952px;*/
}

#body .container
{
	background: url(../images/content-bg.png) repeat-y;
}

#body #content
{
	/*background: rgba(0, 128, 0, 0.3);*/
	width: 644px;
	/*height: 952px;*/
	min-height: 400px;
}

#body #sidebar-right
{
	/*background: rgba(0, 0, 128, 0.3);*/
	background: url(../images/sidebar-bg.png) top left no-repeat;
	width: 331px;
	/*height: 952px;*/
	min-height: 400px;
	font-size: 0.9em;
}

#body .width-645
{
}

#body .width-331
{
}

#body #content .block
{
	margin: 10px 10px 20px 30px;
	padding-right: 10px;
}

#body #sidebar-right .block
{
	margin: 10px 10px 20px 15px;
	padding-right: 20px;
}

#body #sidebar-right ul li
{
	margin-bottom: 10px;
}

#body h2.widgettitle,
#body h1
{
	font-weight: bold;
	font-size: 1.4em;
}

#body a
{
	color: #A67010;
}

#body h2.widgettitle a,
#body h1 a
{
	font-weight: bold;
	color: #000;
}

#body h2
{
	font-weight: bold;
	font-size: 1.2em;
}

#body h2 a
{
	color: #000;
}

#body p.date
{
	font-size: 0.9em;
	color: #aaa;
}

#body #content p
{
	text-align: justify;
	line-height: 1.3em;
}

#body #content p,
#body #content p label
{
	color #000;
}

#body .website-thumbnail img
{
	border: 2px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#body p>a
{
	color: #a67010;
	font-weight: bold;
	padding-left: 3px;
}

#body blockquote:before
{
/*	content: '"';
	font-size: 2.6em;
	font-weight: bold;
	float: left;*/
}

#body blockquote
{
	font-size: 0.8em;
	background-color: #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	font-style: italic;
	margin-bottom: 10px;
}

#body #content ul
{
	margin: 10px;
}

#body #content ul li
{
	list-style: disc inside;
	line-height: 1.2em;
	text-align: justify;
}

#body #sidebar .twitter-item
{
	font-size: 0.9em;
	line-height: 1.2em;
}

#body #sidebar-right
{
	/*margin-left: -15px;*/
	/*padding-right: 20px;*/
}

#body #sidebar-right .section
{
	margin-bottom: 15px;
}

#body #content .category-description
{
	/*text-transform: uppercase;*/
	background-color: #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-style: italic;
	margin-bottom: 10px;
	padding: 15px;
	margin-right: 5px;
	padding-bottom: 5px;
}

/*****************************************************************************/

#footer		
{
	/*background: rgba(0, 255, 255, 0.3);*/
	background: url(../images/footer-bg.png) repeat-x;
	height: 192px;
	font-size: 0.75em;
}

#footer .container
{
	background: url(../images/footer-container-bg.png);
	height: 192px;
	overflow: hidden;
}

#footer .column
{
	width: 16.6%;
}

#footer .block:first-child
{
	margin: 10px 5px 20px 30px;
}

#footer .block
{
	margin: 10px 5px 20px 5px;
}

#footer h1,
#footer h1>a,
#footer h2,
#footer h2>a
{
	font-weight: bold;
	color: #ffb530;
	text-shadow: 1px 1px 1px rgba(255, 255, 0, 0.4);
}

#footer p, #footer li
{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

#footer span.twitter-user
{
	color: #ffb530;
	text-transform: lowercase;
	text-shadow: 1px 1px 1px rgba(255, 255, 0, 0.4);
}

#footer .block a
{
	color: #fff;
}

#footer .block h1 a,
#footer .tweets a
{
	color: #ffb530;
}

#footer .portfolio-paging
{
	display: none;
}

/*****************************************************************************/

/* style css */
.portfolio-website {
	font-size: 0.9em;
	padding: 10px;
	/*margin-bottom: 10px;*/
}

.portfolio-website-left
{
    float: left;
}

.website-thumbnail {
	float: left;
	margin: 0 20px 20px 0;
}
.website-thumbnail img {
	border: 1px solid #555;
	margin: 0;
	padding: 0;
}
.website-name {
	font-weight: bold;
	margin-bottom: 3px;
}
.website-name a,.website-url a {
	font-weight: bold;
	text-decoration: none;
color: #000;
}
.website-name a:hover,.website-url a:hover {
}
.website-url {
	font-weight: bold;
}
.website-url a {
color: #000;
	text-decoration: none;
	font-weight: bold;

}
.website-description {
	margin-top: 15px;
	text-align: justify;
}
.website-clear {
	clear: both;
}

.wpp-creditlink
{
display: none;
}

/* paging css */

.portfolio-paging {
	text-align: center;
	padding: 4px 10px 4px 10px;
	margin: 0 10px 20px 10px;
}
.portfolio-paging .page-count {
	margin-bottom: 5px;
}
.portfolio-paging .page-jump b {
	padding: 5px;
}
.portfolio-paging .page-jump a {
	text-decoration: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#body .syntaxhighlighter
{
	font-size: 0.8em;
}






























