@charset "UTF-8";

/*------------------------------------------------------------------
[Layout]
[Table of contents]
CODEGENT CSS Toolbox

GENERAL
HEADER
FOOTER
NAVBAR
SIDEBAR
GLOBAL STYLE
PAGE CONTENT

-------------------------------------------------------------------*/



/*-----------------------------------------------
GENERAL
----------------------------------------------- */
*:focus {
  outline: 0;
}

#hiddenlinks {
	display: none;
}

.clear {
	clear: both;
}

.align_left {
	float: left;
}

.align_right {
	float: right;
}
img, img a{border:none; margin-bottom:15px; margin-top:3px; display:block;}
p{ padding-bottom:10px; margin:0;}

.floatleft{ float:left;}
.floatright{float:right;}

a{
	color:#056332;
	text-decoration:none;
}
a:hover, a:active{
	color:#056332;
	text-decoration:underline;
}
a:visited{
	color:#999999;
	text-decoration:none;
}
a:visited:hover{
	text-decoration:underline;
}


/*-----------------------------------------------
HEADER
----------------------------------------------- */


	

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

#footer{
	width:508px;
	padding-left:101px;
	padding-bottom:40px;
	float:left;
}
#pagenation{
	width:170px;
	float:left;
	font-weight:bold;
}
#btn_next a{
	width:65px;
	height:18px;
	padding-top:4px;
	display:block;
	float:left;
	background:url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/buttons/arrow_next.gif) top right no-repeat;
}
		#btn_next a:hover{
			background:url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/buttons/arrow_next.gif) bottom right no-repeat;
		}
#btn_prev a{
	width:30px;
	height:18px;
	padding-top:4px;
	display:block;
	padding-left:35px;
	float:left;
	background:url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/buttons/arrow_prev.gif) top left no-repeat;
	margin-right:20px;
}	
		#btn_prev a:hover{
			background:url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/buttons/arrow_prev.gif) bottom left no-repeat;
		}
		
		
#powered{
	width:150px;
	float:right;
	height:40px;
	text-align:right;
	display:block;
	background:url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/backgrounds/icon_powered.jpg) 0 15px no-repeat;
}

/*-----------------------------------------------
GLOBAL STYLE
----------------------------------------------- */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:0.8em;
	text-decoration:none;
	font-weight:normal;
	line-height:130%;
	background:#FFFFFF url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/backgrounds/body_bg.jpg) top center repeat-x;
}
#searchbox{
	width:263px;
	height:30px;
	display:block;
	background:transparent url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/backgrounds/searchbox.png) 0 5px no-repeat;
	float:right;
	position:relative;
}
#searchfield{
	border:none;
	width:150px;
	margin-top:8px;
	margin-left:27px;
	height:16px;
	font-size:12px;
	background:#FFFFFF;
}
.hr{
	background:#e6e6e6;
	height:1px;
	width:508px;
	clear:both;
	line-height:1px;
	font-size:1px;
	float:right;
}
.spacetop12{
	width:100%;
	height:12px;
	display:block;
	clear:both;
	font-size:1px;
	line-height:1px;
}


/*-----------------------------------------------
PAGE CONTENT
----------------------------------------------- */

#wrapper{
	width:710px;
	margin:0 auto;
	padding-top:40px;
}
#globalfunc{
	height:30px;
	width:554px;
	padding:0 78px;
	margin-top:5px;
	position:relative;
}
.contentbox{
	width:610px;
	margin-bottom:20px;
}
.datebox{
	width:71px;
	height:66px;
	display:block;
	float:left;
	background:url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/backgrounds/date.png) 0 0 no-repeat;
	margin-top:20px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	
}
.day{
	width:71px;
	height:20px;
	display:block;
	padding-top:6px;
}
.month{
	width:71px;
	height:20px;
	display:block;
	padding-top:4px;
}
.content_unit{
	width:508px;
	padding-left:30px;
	padding-bottom:10px;
	float:right;
}




/*-----------------------------------------------
TITLE
----------------------------------------------- */

h1 a{
	width:336px;
	height:41px;
	background:transparent url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/titles/branding.png) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:35px 0 0 101px;
	padding:0;
	font-size:1px;
	line-height:1px;
}
h2 a{
	font-size:1em;
	padding:0;
	margin:0;
	line-height:1em;
}

h2 {
	padding:0px !important;
	margin:15px 0 10px 0;
	color:#056332;
}


/*-----------------------------------------------
BUTTON
----------------------------------------------- */

#btn_archive a{
	width:55px;
	height:20px;
	display:block;
	padding-left:40px;
	padding-top:10px;
	overflow:hidden;
	background:transparent url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/backgrounds/icon_archive.png) 10px 0 no-repeat;
	font-weight:bold;
	float:left;
}
#btn_rss a{
	width:75px;
	height:20px;
	display:block;
	padding-left:30px;
	padding-top:10px;
	overflow:hidden;
	background:transparent url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/backgrounds/icon_rss.png) 0 0 no-repeat;
	font-weight:bold;
	float:left;
}
#btn_twitter a{
	width:55px;
	height:20px;
	display:block;
	padding-left:30px;
	padding-top:10px;
	overflow:hidden;
	background:transparent url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/backgrounds/icon_twitter.png) 0 3px no-repeat;
	font-weight:bold;
	float:left;
}
#btn_search{
	position:absolute;
	top:5px;
	right:80px;
}

.quote {
  font-size:20px;
  width:400px;
  margin:0 auto;
  color:#666666;
  background:url(http://dropbox.codegent.net/clients/codegent/tumblelog/images/backgrounds/quote.gif) left top no-repeat;
  padding-top:20px;
  padding-left:70px;
  padding-right:55px;
  line-height:20px;
}

.quote .source {
  font-size:16px;
  font-style:italic;
  padding-top:10px;
  display:block;
}

.caption {
  float:left;
  font-style:italic;
  margin-top:10px;
}
